arm: Use utxb rN, rM, ror #8 to implement zero_extract on armv6.
[official-gcc.git] / fixincludes / ChangeLog
blob37403c66be0767798a108266c09aa9689a8914f4
1 2024-05-07  Zac Walker  <zacwalker@microsoft.com>
3         * mkfixinc.sh: Extend for *-mingw32* targets.
5 2023-11-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7         * configure: Regenerated.
9 2023-10-30  Iain Sandoe  <iain@sandoe.co.uk>
11         * configure: Regenerate.
13 2023-08-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15         * inclhack.def (darwin_flt_eval_method): Handle macOS 14 guard
16         variant.
17         * fixincl.x: Regenerate.
18         * tests/base/math.h [DARWIN_FLT_EVAL_METHOD_CHECK]: Update test.
20 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
22         * configure: Regenerate.
24 2023-06-15  Marek Polacek  <polacek@redhat.com>
26         * Makefile.in: Set and use PICFLAG and LD_PICFLAG.  Use the "pic"
27         build of libiberty if PICFLAG is set.
28         * configure.ac:
29         * configure: Regenerate.
31 2023-03-28  Xi Ruoyao  <xry111@xry111.site>
33         PR other/109293
34         * configure.ac (AC_CHECK_DECLS): Add memmem.
35         * configure: Regenerate.
36         * config.h.in: Regenerate.
37         * system.h (memmem): Declare if HAVE_DECL_MEMMEM is zero.
39 2023-02-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
41         * inclhack.def (solaris_math_12): Add bypass.
42         * fixincl.x: Regenerate.
44 2023-01-21  Iain Sandoe  <iain@sandoe.co.uk>
46         * fixincl.x: Regenerate.
47         * inclhack.def (darwin_objc_runtime_1): New hack.
48         * tests/base/objc/runtime.h: New file.
50 2023-01-21  Iain Sandoe  <iain@sandoe.co.uk>
52         PR target/107568
53         * fixincl.x: Regenerate.
54         * inclhack.def: Add a fix for MacOS13 SDK function deprecations
55         in stdio.h.
56         * tests/base/stdio.h (__deprecated_msg): New test.
58 2022-11-23  Marek Polacek  <polacek@redhat.com>
60         Revert:
61         2022-11-23  Marek Polacek  <polacek@redhat.com>
63         * Makefile.in: Set and use PICFLAG and LD_PICFLAG.  Use the "pic"
64         build of libiberty if PICFLAG is set.
65         * configure.ac:
66         * configure: Regenerate.
68 2022-11-23  Marek Polacek  <polacek@redhat.com>
70         * Makefile.in: Set and use PICFLAG and LD_PICFLAG.  Use the "pic"
71         build of libiberty if PICFLAG is set.
72         * configure.ac:
73         * configure: Regenerate.
75 2022-10-07  Jakub Jelinek  <jakub@redhat.com>
77         PR bootstrap/107059
78         * inclhack.def (glibc_cxx_floatn_5): New.
79         * fixincl.x: Regenerated.
80         * tests/base/bits/floatn.h: Regenerated.
82 2022-10-07  Jakub Jelinek  <jakub@redhat.com>
84         PR bootstrap/107059
85         * inclhack.def (glibc_cxx_floatn_2): Handle #elif the same as #if.
86         (glibc_cxx_floatn_4): New.
87         * fixincl.x: Regenerated.
88         * tests/base/bits/floatn.h: Regenerated.
90 2022-09-27  Jakub Jelinek  <jakub@redhat.com>
92         * inclhack.def (glibc_cxx_floatn_1, glibc_cxx_floatn_2,
93         glibc_cxx_floatn_3): Add to files also "*/bits/floatn.h"
94         and "*/bits/floatn-common.h".
95         * fixincl.x: Regenerated.
97 2022-09-27  Jakub Jelinek  <jakub@redhat.com>
99         PR c++/106652
100         PR c++/85518
101         * inclhack.def (glibc_cxx_floatn_1, glibc_cxx_floatn_2,
102         glibc_cxx_floatn_3): New fixes.
103         * tests/base/bits/floatn.h: New file.
104         * fixincl.x: Regenerated.
106 2022-08-31  Martin Liska  <mliska@suse.cz>
108         * configure: Regenerate.
110 2022-08-31  Martin Liska  <mliska@suse.cz>
112         * configure: Regenerate.
114 2022-08-25  Martin Liska  <mliska@suse.cz>
116         * config.h.in: Regenerate.
117         * configure: Regenerate.
119 2022-02-27  John David Anglin  <danglin@gcc.gnu.org>
121         * inclhack.def (hpux_math_constexpr): New hack.
122         * fixincl.x: Regenerate.
123         * tests/base/math.h: Update.
125 2022-02-04  Martin Liska  <mliska@suse.cz>
127         * fixinc.in: Use cd OLDDIR instead of cd .. .
129 2022-02-03  Martin Liska  <mliska@suse.cz>
131         * fixinc.in: Use mkdir -p rather that a loop.
133 2022-01-16  Olivier Hainque  <hainque@adacore.com>
135         * inclhack.def (vxworks_posix_open): New hack.
136         * tests/base/fcntl.h: Update.
137         * fixincl.x: Regenerate.
139 2022-01-16  Olivier Hainque  <hainque@adacore.com>
141         * inclhack.def (vxworks_time_h_syslib): New hack.
142         * tests/base/time.h: Update.
143         * fixincl.x: Regenerate.
145 2022-01-16  Olivier Hainque  <hainque@adacore.com>
147         * inclhack.def (vxworks_math_h_fp_c99): New hack.
148         * tests/base/math.h: Update.
149         * fixincl.x: Regenerate.
151 2022-01-06  Olivier Hainque  <hainque@adacore.com>
153         * inclhack.def (vxworks_next_yvals): New hack.
154         * tests/base/yvals.h: New expected test result.
155         * fixincl.x: Regenerate.
157 2022-01-04  Olivier Hainque  <hainque@adacore.com>
159         * inclhack.def (vxworks_posix_mkdir): Refine to expose a
160         varargs interface.
161         * tests/base/sys/stat.h: Update expected results.
162         * fixincl.x: Regenerate.
164 2022-01-01  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
166         * inclhack.def: Add new fix on darwin.
167         * fixincl.x: Regenerate.
168         * tests/base/math.h: Regenerate.
170 2021-11-23  Xi Ruoyao  <xry111@mengyan1223.wang>
172         PR bootstrap/103306
173         * fixincl.c (process): Don't call abort().
175 2021-11-13  Xi Ruoyao  <xry111@mengyan1223.wang>
177         PR other/21823
178         PR bootstrap/80047
179         * fixincl.c (process): Simplify the handling for highly
180         unlikely access() failure, to avoid using non-standard
181         extensions.
183 2021-08-30  John David Anglin  <danglin@gcc.gnu.org>
185         * inclhack.def (hpux_c99_inttypes5): New hack to define PRIdPTR, etc.
186         * fixincl.x: Regenerate.
187         * tests/base/inttypes.h: Update.
189 2021-07-06  Clément Chigot  <clement.chigot@atos.net>
191         * inclhack.def (aix_externcpp1): Improve select regexp.
192         * fixincl.x: Regenerate.
193         * tests/base/sys/socket.h: Update.
195 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
197         PR other/91085
198         * fixfixes.c (check_has_inc): New static function.
199         (machine_name_fix): Don't replace header names in
200         __has_include(...).
201         * inclhack.def (machine_name): Adjust test.
202         * tests/base/testing.h: Update.
204 2020-12-14  Ilya Leoshkevich  <iii@linux.ibm.com>
206         * fixincl.x: Rerun genfixes.
207         * inclhack.def(aix_physadr_t): Change test_text to something
208         that needs to be replaced.
209         * tests/base/sys/types.h(aix_physadr_t): Add expectation.
211 2020-11-18  Nathan Sidwell  <nathan@acm.org>
213         * inclhack.def (aix_physaddr_t): New.
214         * fixincl.x: Regenerated.
216 2020-10-03  Clément Chigot  <clement.chigot@atos.net>
218         * inclhack.def (aix_malloc): Add more context to select.
219         * fixincl.x: Regenerate.
220         * tests/base/malloc.h: Update expected results.
222 2020-09-26  David Edelsohn  <dje.gcc@gmail.com>
224         PR target/97044
225         * inclhack.def (aix_inttypes): New fix.
226         * fixincl.x: Regenerate.
227         * tests/base/sys/inttypes.h: New file.
229 2020-09-17  David Edelsohn  <dje.gcc@gmail.com>
231         * inclhack.def (aix_externcpp1): Add more context to select.
232         (aix_externcpp2): Same.
233         * fixincl.x: Regenerate.
234         * tests/base/sys/socket.h: Update expected results.
236 2020-09-17  Torbjörn SVENSSON  <torbjorn.svensson@st.com>
237             Christophe Lyon  <christophe.lyon@linaro.org>
239         * fixfixes.c (pz_tmp_base, pz_tmp_dot): Define only with
240         _PC_NAME_MAX.
242 2020-02-20  Alexandre Oliva <oliva@adacore.com>
244         * mkheaders.in: Don't require build-time shell on host.
246 2020-02-13  Matheus Castanho  <msc@linux.ibm.com>
248         * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
250 2020-02-13  Alexandre Oliva <oliva@adacore.com>
252         * mkheaders.in: Re-create subdirs, copy limits.h into subdir.
253         * mkfixinc.sh: Create dummy fixinc for *-*-vxworks7*.
255 2020-01-25  John David Anglin  <danglin@gcc.gnu.org>
257         * inclhack.def (hpux_c99_inttypes4): New, add missing SCNuMAX defines.
258         * fixincl.x: Regenerate.
259         * tests/base/inttypes.h: Update for above fix.
261 2019-12-30  John David Anglin  <danglin@gcc.gnu.org>
263         PR libgomp/93066
264         * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
265         and UINTPTR_MAX, and missing define for SIZE_MAX.
266         * fixincl.x: Regenerate.
267         * tests/base/inttypes.h: Update for above fix.
269 2019-08-18  C.G. Dogan <gcc+cgdogan.00@gmail.com>
270             Iain Sandoe  <iain@sandoe.co.uk>
272         PR target/83531
273         * inclhack.def (darwin_api_availability): New, strip leading
274         underscores from API_XXXX defines.
275         * fixincl.x: Regenerate.
276         * tests/base/os/availability.h: New file.
278 2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
280         * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
281         __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
282         Ensure that the top level math.h uses <> to wrap included headers
283         rather than "".
284         * fixincl.x: Regenerated.
285         * tests/base/architecture/ppc/math.h: Update test to include the
286         __DARWIN_NO_LONG_LONG case.
288 2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
290         * inclhack.def: Guard __has_attribute and __has_extension in
291         os/base.h.
292         Guard Apple blocks syntax in dispatch/object.h.
293         * fixincl.x: Regenerate.
294         * tests/base/dispatch/object.h: New file.
295         * tests/base/os/base.h: New file.
297 2019-05-11  Iain Sandoe  <iain@sandoe.co.uk>
298         PR target/90379
299         PR bootstrap/89864
300         * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
301         for wrap fixes.
302         * fixincl.x: Regenerated.
304 2019-04-18  Erik Schnetter  <schnetter@gmail.com>
305           Jakub Jelinek  <jakub@redhat.com>
306           Iain Sandoe  <iain@sandoe.co.uk>
308         PR bootstrap/89864
309         * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
310         use in headers included by C++.
311         * fixincl.x: Regenerated.
313 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
315         PR bootstrap/82856
316         * configure.ac: Remove AC_PREREQ.
317         * aclocal.m4, configure: Regenerate.
319 2018-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
321         * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
322         include of vxCpu.h, guard include of vxTypesOld.h by
323         !_ASMLANGUAGE.
324         * fixincl.x: Regenerate.
326 2018-09-03  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
328         * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
329         expansion of ioctl macro.
330         * fixincl.x: Regenerate.
332 2018-07-23  David Edelsohn  <dje.gcc@gmail.com>
334         * inclhack.def (aix_unistd): New.
335         * fixincl.x: Regenerate.
336         * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
338 2018-06-27  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
340         * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
341         missing hunk.
343 2018-06-12    Rasmus Villemoes <rasmus.villemoes@prevas.dk>
345         * genfixes: exit 1 when autogen not found.
346         * genfixes: Remove some redundant code.
347         * genfixes: Update URL to autogen source code.
349         * inclhack.def: Fix fixup for assert.h on vxworks.
350         * fixincl.x: Regenerate.
352 2018-05-25  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
354         * inclhack.def (vxworks_iolib_include_unistd): New fix.
356 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
358         PR jit/85384
359         * configure: Regenerate.
361 2018-02-22  David Edelsohn  <dje.gcc@gmail.com>
363         * inclhack.def (aix_stdlib_vec_malloc): New.
364         (aix_stdlib_vec_calloc): New.
365         * fixincl.x: Regenerate.
366         * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
367         [AIX_STDLIB_VEC_CALLOC]: New test.
369 2017-10-13  Mike Frysinger  <vapier@chromium.org>
371         * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
372         's|[^/]*//*||'.
374 2017-06-12  Doug Rupp  <rupp@adacore.com>
376         * inclhack.def (AAB_vxworks_stdint): Remove hack.
377         * fixincl.x: Regenerate.
379 2017-02-25  John David Anglin  <danglin@gcc.gnu.org>
381         PR target/68739
382         * inclhack.def (hpux11_pthread_pointer): New fix.
383         (hpux11_pthread_const): Adjust to remove void * cast from define.
384         * fixincl.x: Regenerate.
386 2017-02-11  John David Anglin  <danglin@gcc.gnu.org>
388         * tests/base/alloca.h: New file.
389         * inclhack.def (hppa_hpux11_alloca): New fix.
390         * fixincl.x: Regenerate.
392 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
394         PR other/79046
395         * configure.ac: Add GCC_BASE_VER.
396         * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
397         get version from BASE-VER file.
398         * configure: Regenerated.
400 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
402         PR libstdc++/78979
403         * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
404         (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
405         * fixincl.x: Regenerate.
406         * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
407         SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
408         SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
410 2016-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
412         * inclhack.def (solaris_math_12): New fix.
413         (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
414         * fixincl.x: Regenerate.
415         * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
417 2016-11-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
419         PR sanitizer/78267
420         * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
421         (darwin_os_trace_2, darwin_os_trace_3): New fixes.
422         (hpux_stdint_least_fast): Remove spurious _EOFix_.
423         * fixincl.x: Regenerate.
424         * tests/bases/AvailabilityInternal.h: New file.
425         * tests/bases/os/trace.h: New file.
427 2016-09-30  Tadek Kijkowski  <tkijkowski@gmail.com>
429         * check.tpl: Convert line endings to unix on test outputs
430         * fixfixes.c: Fixed passing file name to apply_fix when
431         SEPARATE_FIX_PROC is defined
432         * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
433         * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
435 2016-09-04  John David Anglin  <danglin@gcc.gnu.org>
437         * inclhack.def (hpux_longjmp): Adjust select regular expression.
438         * fixincl.x: Regenerate.
440 2016-08-13  John David Anglin  <danglin@gcc.gnu.org>
442         * inclhack.def (hpux_longjmp): New fix.
443         * fixincl.x: Regenerate.
444         * tests/base/setjmp.h: New test file.
446 2016-08-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
448         PR bootstrap/72833
449         * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
450         * inclhack.def (darwin_longjmp_noreturn): New fix.
451         * fixincl.x: Regenerated.
452         * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
454 2016-08-01  Muhammad Bilal  <mbilal@codesourcery.com>
456         * fixinc.in: Use --parents option to make LIB directory.
458 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
460         * mkfixinc.sh: Remove interix support.
462 2016-06-13  David Edelsohn  <dje.gcc@gmail.com>
464         * inclhack.def (aix_stdlib_malloc): New fix.
465         (aix_stdlib_realloc): New fix.
466         (aix_stdlib_calloc): New fix.
467         (aix_stdlib_valloc): New fix.
468         * fixincl.x: Regenerate.
469         * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
470         [AIX_STDLIB_REALLOC]: New test.
471         [AIX_STDLIB_CALLOC]: New test.
472         [AIX_STDLIB_VALLOC]: New test.
474 2016-01-31  John David Anglin  <danglin@gcc.gnu.org>
476         PR target/68741
477         * inclhack.def (hpux_vsscanf): New fix.
478         * fixincl.x: Regenerated.
479         * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
481 2015-08-14  David Edelsohn  <dje.gcc@gmail.com>
483         * inclhack.def (aix_stdio_inline): New fix.
484         (aix_strtof_const): Limit to *-*-aix*.
485         (aix_sysmachine): Same.
486         (aix_syswait_2): Same.
487         (aix_volatile): Same.
488         * fixincl.x: Regenerated.
489         * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
491 2015-07-28  Eric Gallager  <egall@gwmail.gwu.edu>
493         * check.tpl: Ignore .DS_Store directories.
495 2015-05-21  David Edelsohn  <dje.gcc@gmail.com>
497         * inclhack.def (aix_externc): New fix.
498         (aix_externcpp[12]): New fix.
499         * fixincl.x: Regenerate.
500         * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
501         * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
502         * test/base/fcntl.h: New file.
504 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
506         * aclocal.m4: Regenerated with automake-1.11.6.
508 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
510         * mkfixinc.sh: Add *-musl* with no fixes.
512 2015-03-28  John David Anglin  <danglin@gcc.gnu.org>
514         PR libstdc++/65500
515         * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
516         * fixincl.x: Regenerate.
517         * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
519 2015-02-16  Daniel Richard G.  <skunk@iskunk.org>
521         PR bootstrap/48009
522         PR bootstrap/53348
523         * inclhack.def (aix_strtof_const): New fix.
524         * fixincl.x: Regenerate.
525         * tests/base/stdlib.h: New test.
527 2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
529         * inclhack.def (solaris_math_11): New fix.
530         * fixincl.x: Regenerate.
531         * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
533 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
535         PR bootstrap/53348
536         * inclhack.def (aix_pthread): Accept tab after define.
537         * fixincl.x: Regenerate.
539 2015-01-24  Bruce Korb  <bkorb@gnu.org>
541         * README: add some clarification on use of test_text
543 2014-12-21  Bruce Korb  <bkorb@gnu.org>
545         * fixincludes/fixincl.tpl: add handling for "sum" selection
546         criteria and clean up layout
547         * fixincludes/fixlib.h: enumerate TT_CKSUM test type
548         * fixincludes/fixincl.c (fix_applies): add code to handle
549         the new test type
550         (cksum_test): function to handle it
551         * fixincludes/README: doc it and remove explanations from
552         more than a decade ago.
554 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
556         * server.c (server_setup): Check return value of
557         getcwd and in case of error set buff[0] to 0.
559 2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
561         * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
562         * fixincl.x: Regenerate.
564 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
566         * inclhack.def (complier_h_tradcpp): Remove.
567         * fixincl.x: Regenerate.
568         * tests/base/linux/compiler.h: Remove.
570 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
572         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
573         (solaris_int_types): Remove.
574         (solaris_longjmp_noreturn): Remove.
575         (solaris_mutex_init_2): Remove.
576         (solaris_once_init_2): Remove.
577         (solaris_sys_va_list): Remove.
578         * fixincl.x: Regenerate.
579         * tests/base/iso/setjmp_iso.h: Remove.
580         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
581         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
582         solaris_once_init_2.
583         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
584         * tests/base/sys/int_types.h: Remove.
585         * tests/base/sys/va_list.h: Remove.
587 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
589         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
591 2013-12-07  Bruce Korb  <bkorb@gnu.org>
593         * inclhack.def: many of the headers found under "bits/" are
594         often stashed under architecture directories.  Apply fixes
595         to those, too.  Also, re-ordered misordered fixes.
596         * tests/base/linux/vt.h: 80 columns in .def file limitation
597         * tests/base/iso/math_c99.h: adjust ordering
598         * tests/base/rtldef/string.h: likewise
599         * tests/base/bits/fenv.h: likewise
600         * tests/base/pthread.h: likewise
602 2013-12-06  Richard Biener  <rguenther@suse.de>
604         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
605         being not compatible with C++.
606         * fixincl.x: Regenerate.
607         * tests/base/linux/vt.h: New test.
609 2013-09-20  Alan Modra  <amodra@gmail.com>
611         * configure: Regenerate.
613 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
615         * inclhack.def (aix_assert): New fix.
616         * fixincl.x: Regenerate.
617         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
619 2013-07-06  Bruce Korb  <bkorb@gnu.org>
621         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
622         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
624 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
626         * inclhack.def (complier_h_tradcpp): New.
627         * fixincl.x: Rebuilt.
628         * tests/base/linux/compiler.h: New.
630 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
632         * inclhack.def (solaris_pow_int_overload): Update comment.
633         Change guard to match <cmath>.
634         * fixincl.x: Regenerate.
635         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
636         Matching change.
638 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
640         * inclhack.def (aix_null): New.
641         (void_null): Update replacement definition of NULL.
642         * fixincl.x: Regenerate.
643         * tests/base/curses.h: Update for new fix.
645 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
647         * inclhack.def (feraiseexcept_nosse_invalid): New.
648         (feraiseexcept_nosse_divbyzero): Likewise.
649         * fixincl.x: Rebuilt.
650         * tests/base/bits/fenv.h: New.
652 2013-01-14  Richard Biener  <rguenther@suse.de>
654         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
656 2012-10-29  Bruce Korb  <bkorb@gnu.org>
658         * README: testing wrap and replacement fixes is pointless.
659         * fixincl.c: export verbosity enumerations to fixlib.h
660         (run_compiles): mark replacement fixes to be skipped when
661         in testing mode
662         * fixlib.h: add a test mode and enumerations from fixincl.c
663         * check.tpl: set TEST_MODE in environment
664         * fixopts.c (initialize_opts): check for TEST_MODE in environment
665         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
666         darwin_9_long_double_funcs_2.  It is not a replacement fix.
667         * fixincl.x: regenerate
668         * tests/base/ioLib.h: the need for this is now exposed, so add it.
669         * tests/base/architecture/ppc/math.h: the correct result is now needed.
671 2012-10-29  Robert Mason  <rbmj@verizon.net>
673         * fixinc.in: Omit machine name checks for vxworks
674         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
675         (AAB_vxworks_regs_vxtypes): another
676         (AAB_vxworks_stdint): yet another
677         (AAB_vxworks_unistd): and another
678         (vxworks_ioctl_macro): reformatting fix
679         (vxworks_mkdir_macro): again
680         (vxworks_regs): and again
681         (vxworks_write_const): and again
682         * tests/base/ioLib.h: new test result
683         * tests/base/math.h: likewise
684         * tests/base/sys/stat.h: likewise
685         * tests/base/testing.h: and again
687 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
689         * inclhack.def (AAB_aix_fcntl): New fix.
690         * fixincl.x: Regenerate.
692 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
694         * inclhack.def (aix_mutex_initializer_1): New fix.
695         (aix_cond_initializer_1): New fix.
696         (aix_rwlock_initializer): New fix.
697         * fixincl.x: Regenerate.
698         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
699         [AIX_COND_INITIALIZER_1_CHECK]: New.
700         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
702 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
704         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
705         gcc_AC_FUNC_MMAP_BLACKLIST.
706         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
707         * aclocal.m4: Regenerate.
708         * configure: Regenerate.
710 2012-04-24  Tristan Gingold  <gingold@adacore.com>
712         * fixincl.c (fix_with_system): Add missing specifier.
713         * configure.ac: Default to twoprocess on vms.
714         * configure: Regenerate.
716 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
718         * inclhack.def (aix_malloc): New.
719         * fixincl.x: Regenerate.
720         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
722 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
724         PR other/52626
725         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
726         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
728 2012-03-15  Tristan Gingold  <gingold@adacore.com>
730         * README (EXAMPLES OF FIXES): Update.
732 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
734         * inclhack.def (math_exception): Remove duplicate.
735         (solaris_cond_init): Remove.
736         (solaris_sys_va_list): Remove Solaris 8 support.
737         * fixincl.x: Regenerate.
738         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
740 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
742         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
743         (irix___restrict): Remove.
744         (irix___generic1): Remove.
745         (irix___generic2): Remove.
746         (irix_asm_apostrophe): Remove.
747         (irix_complex): Remove.
748         (irix_pthread_init): Remove.
749         (irix_socklen_t): Remove.
750         (irix_stdint_c99_mode): Remove.
751         (irix_stdint_c99_types): Remove.
752         (irix_stdint_c99_macros): Remove.
753         (irix_stdio_va_list): Remove IRIX 6.5 support.
754         (irix_wcsftime): Remove.
755         (stdio_va_list): Remove IRIX 6.5 support.
756         (svr4_profil): Remove IRIX bypass.
757         * fixincl.x: Regenerate.
759         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
760         * tests/base/internal/math_core.h: Remove.
761         * tests/base/internal/sgimacros.h: Remove.
762         * tests/base/internal/wchar_core.h: Remove.
763         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
764         support.
765         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
766         * tests/base/stdint-irix65.h: Remove.
767         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
768         * tests/base/sys/asm.h: Remove.
769         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
771 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
773         * inclhack.def (alpha___extern_prefix): Remove.
774         (alpha___extern_prefix_standards): Remove.
775         (alpha___extern_prefix_sys_stat): Remove.
776         (alpha_bad_lval): Remove.
777         (alpha_pthread): Remove.
778         (alpha_pthread_gcc): Remove.
779         (alpha_pthread_init): Remove.
780         * fixincl.x: Regenerate.
781         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
782         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
783         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
784         * tests/base/standards.h: Remove.
785         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
786         Remove.
787         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
788         [ALPHA_BAD_LVAL_CHECK]: Remove.
790 2012-03-12  Tristan Gingold  <gingold@adacore.com>
792         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
793         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
794         (vms_no_64bit_getopt, vms_forward_declare_struct)
795         (vms_use_fast_setjmp): New fixes.
796         * fixincl.x: Regenerate.
797         * tests/base/rtldef/string.h: Update.
798         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
799         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
800         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
802 2012-01-11  Bruce Korb <bkorb@gnu.org>
803             Steven G. Kargl  <kargl@gcc.gnu.org>
804             Andreas Tobler  <andreast@fgznet.ch>
806         PR bootstrap/51705
807         PR preprocessor/51776
808         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
809         * fixincl.x: Regenerate.
810         * tests/base/sys/cdefs.h: Update.
812         * genfixes: Remove the 'Ver.' from the version check.
814 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
816         * configure: Regenerate.
818 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
820         * configure: Regenerate.
822 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
824         * inclhack.def (aix_once_init_[12]): New fixes.
825         * fixincl.x: Regenerate.
826         * tests/base/pthread.h: Update.
828 2011-10-25  Mike Stump  <mikestump@comcast.net>
830         PR target/48851
831         * inclhack.def (void_null): New bypass.
832         * fixincl.x: Regenerate.
834 2011-09-26  Tristan Gingold  <gingold@adacore.com>
836         * inclhack.def (ms_define_can_use_extern_prefix):
837         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
838         New fixes.
839         * fixincl.x: Regenerate.
840         * tests/base/rtldef/string.h: New test.
841         * tests/base/rtldef/decc$types.h: Likewise.
842         * tests/base/testing.h: Update
844 2011-09-22  Tristan Gingold  <gingold@adacore.com>
846         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
848 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
850         PR libstdc++/50153
851         * inclhack.def (hpux11_abs): Extend to all hpux machines.
852         * fixincl.x: Regenerate.
854 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
855             Marc Glisse  <marc.glisse@normalesup.org>
857         PR libstdc++-v3/1773
858         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
859         (solaris_longjmp_noreturn, solaris_pow_int_overload)
860         (solaris_std___filbuf): New fixes.
861         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
862         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
863         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
865 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
867         PR c++/49347
868         * inclhack.def (solaris_posix_spawn_restrict): New fix.
869         * fixincl.x: Regenerate.
870         * tests/base/spawn.h: New test.
872 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
874         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
875         * configure: Regenerate.
876         * config.h.in: Regenerate.
878 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
880         * inclhack.def (aix_net_if_arp): New fix.
881         * fixincl.x: Regenerate.
882         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
884 2011-05-17  Tristan Gingold  <gingold@adacore.com>
886         * inclhack.def (solaris_complex_cxx): Fix syntax.
887         * fixincl.x: Regenerate.
889 2011-05-17  Tristan Gingold  <gingold@adacore.com>
891         * check.tpl: Shell-quote testing file.
893 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
895         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
897 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
899         PR other/46202
900         * Makefile.in (install-strip): New phony target.
901         (all, check, install): Also mark as phony.
903 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
905         * inclhack.def (irix_pthread_init): New fix.
906         * fixincl.x: Regenerate.
907         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
909 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
911         PR c++/46024
912         * inclhack.def (solaris_sys_va_list): New fix.
913         * fixincl.x: Regenerate.
914         * tests/base/sys/va_list.h: New test.
916 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
918         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
919         * fixincl.x: Regenerate.
921 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
923         * inclhack.def (solaris_cond_init): New fix.
924         * fixincl.x: Regenerate.
925         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
926         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
928 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
930         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
931         * fixincl.x: Regenerate.
932         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
933         * tests/base/sys/feature_tests.h: New file.
935 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
936             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
938         PR bootstrap/42798
939         * configure.ac: Check for declaration of 'basename(char *)'.
940         * configure: Regenerate.
942 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
944         * inclhack.def (alpha_wchar): Remove.
945         * fixincl.x: Regenerate.
946         * tests/base/wchar.h: Remove.
948 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
950         * aclocal.m4: Regenerate.
952 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
954         * inclhack.def (alpha_assert): Allow for more whitespace in
955         select.
956         * fixincl.x: Regenerate.
958 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
960         PR target/40722
961         * mkfixinc.sh: Revert the last change for mingw.
963 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
965         * inclhack.def (glibc_strncpy): New fix.
966         * fixincl.x: Regenerate.
967         * tests/base/bits/string2.h: Update.
969 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
971         PR target/40722
972         * mkfixinc.sh: Fix stdlib.h for mingw.
974 2010-02-19  Bruce Korb  <bkorb@gnu.org>
976         * inclhack.def: remove vestiges of inadvertently committed changes
978 2010-02-10  Bruce Korb  <bkorb@gnu.org>
980         * README: fix up references to old gcc/fixinc directory
982 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
984         * inclhack.def (solaris_int_limits_3): New fix.
985         * fixincl.x: Regenerate.
986         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
987         test.
989         * inclhack.def (solaris_int_const, solaris_int_limits_1,
990         solaris_int_limits_2 ): Applies to Solaris 2 in general.
991         Remove select.
992         Add mach for *-*-solaris2*.
993         Change second c_fix_arg to select.
994         Remove #pragma ident from test_text.
995         * fixincl.x: Regenerate.
996         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
997         #pragma trigger text.
998         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
999         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
1001 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1003         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
1004         (aix_stdint_2): Likewise.
1005         (aix_stdint_3): Likewise.
1006         (aix_stdint_4): Likewise.
1007         (aix_stdint_5): Likewise.
1008         (darwin_stdint_1): Add stdint-darwin.h to files.
1009         (darwin_stdint_2): Likewise.
1010         (darwin_stdint_3): Likewise.
1011         (darwin_stdint_4): Likewise.
1012         (darwin_stdint_5): Likewise.
1013         (darwin_stdint_6): Likewise.
1014         (darwin_stdint_7): Likewise.
1015         (hpux_c99_intptr): Add stdint-hpux11.h to files.
1016         (hpux_c99_inttypes): Likewise.
1017         (hpux_c99_inttypes2): Likewise.
1018         (hpux_stdint_least_fast): Likewise.
1019         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
1020         (irix_stdint_c99_types): New fix.
1021         (irix_stdint_c99_macros): New fix.
1022         (newlib_stdint_1): Add stdint-newlib.h to files.
1023         (newlib_stdint_2): Likewise.
1024         fixincl.x: Regenerate.
1025         tests/base/stdint-aix.h: New file.
1026         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
1027         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
1028         tests/base/stdint-aix.h: ... here.
1029         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
1030         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
1031         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
1032         tests/base/stdint-darwin.h: New file.
1033         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
1034         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
1035         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
1036         tests/base/stdint-darwin.h: ... here.
1037         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
1038         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
1039         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
1040         tests/base/stdint-hpux11.h: New file.
1041         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
1042         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
1043         tests/base/stdint-hpux11.h: ... here.
1044         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
1045         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
1046         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
1047         IRIX_STDINT_C99_MODE_CHECK.
1048         tests/base/stdint-irix65.h: New file.
1049         tests/base/stdint-newlib.h: New file.
1050         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
1051         NEWLIB_STDINT_2_CHECK]: Moved ...
1052         tests/base/stdint-newlib.h: ... here.
1054 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056         * configure: Regenerate.
1058 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
1060         * inclhack.def (hpux_stdint_least_fast): Simplify.
1061         * fixincl.x: Regenerate.
1062         * tests/base/stdint.h: Update.
1064 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1066         * inclhack.def (isc_fmod, isc_omits_with_stdc)
1067         (nested_sys_limits, sco_math): Remove.
1068         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
1069         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
1070         * tests/base/sys/limits.h: Remove.
1071         * fixincl.x: Regenerate.
1073 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1075         PR testsuite/29737
1076         PR bootstrap/35938
1077         PR testsuite/39655
1078         * check.tpl: Fix typos.
1079         * README: Likewise.  Also, document that 'select' uses ERE.
1080         * mkheaders.in: Update copyright years in --version output.
1081         * inclhack.def (sco_math): Add missing final newline in sed
1082         script 'a', 'c', or 'i' commands, for BSD sed.
1083         (sco_math): In the text of 'a', 'c', or 'i' sed
1084         commands, prepend leading white space with a backslash to avoid
1085         the whitespace to be removed by BSD sed.
1086         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
1087         (x11_new): Fix sed expression, for BSD sed.
1088         (glibc_mutex_init): Fix newlines in sed 's' command replacement
1089         part, for GNU sed 3.02 and Solaris sed.
1090         (glibc_mutex_init): Replace unportable \+ sed regex operator
1091         with \{1,\}.
1092         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
1093         alternation \| regex operator.
1094         (solaris_complex): Remove superfluous backslashes from
1095         replacement string.  Replace \+ operator with \{1,\}.
1096         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
1097         * fixincl.x: Regenerate.
1099 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1101         PR libfortran/41169
1102         * inclhack.def (irix_complex): New fix.
1103         (solaris_complex): Likewise.
1104         * fixincl.x: Regenerate.
1105         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
1106         New tests.
1108 2009-08-28   Bruce Korb <bkorb@gnu.org>
1109              Steve Ellcey  <sje@cup.hp.com>
1111         * README (files): Describe files entry.
1112         * inclhack.def (hpux_stdint_least): Remove.
1113         (hpux_stdint_fast): Remove.
1114         (hpux_stdint_fast): Remove.
1115         (hpux_stdint_least_fast): New.
1116         (hpux_inttype_int_least8_t): Remove.
1117         (hpux_inttype_int8_t): Modify.
1118         * fixincl.x: Regenerate.
1119         * tests/base/stdint.h: Update.
1120         * tests/base/sys/_inttypes.h: Update.
1122 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
1124         * inclhack.def (hpux_imaginary_i): Remove spaces.
1125         * fixincl.x: Regenerate.
1126         * tests/base/stdint.h: Update AIX fixes. 
1127         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
1129 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1131         * configure.ac (AC_PREREQ): Bump to 2.64.
1133 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1135         * aclocal.m4: Regenerate.
1136         * configure: Regenerate.
1137         * config.h.in: Regenerate.
1139 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
1141         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
1142         redefine I.
1143         * (aix_stdint_[12345]): New fixes.
1144         * fixincl.x: Regenerate.
1145         * tests/base/complex.h: Update check.
1146         * tests/base/stdint.h: Add AIX stdint.h checks.
1148 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
1150         * inclhack.def (hpux_imaginary_i): New fix.
1151         * fixincl.x: Regenerate.
1152         * tests/base/complex.h: New file.
1154 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
1156         * inclhack.def (aix_complex): New fix.
1157         * fixincl.x: Regenerate.
1159 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1161         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
1162         (hpux_inttype_int8_t): Likewise.
1163         * fixincl.x: Regenerate.
1165 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1167         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
1168         New variables.
1169         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
1170         Use them.
1172 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1174         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
1175         darwin_stdint_7): New fixes.
1176         * fixincl.x: Regenerate.
1177         * tests/base/stdint.h: Adjust test for new fixes.
1179 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
1181         * inclhack.def (solaris_int_types): New fix.
1182         * fixincl.x: Regenerate.
1183         * tests/base/sys/int_types.h: New file.
1185 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1187         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
1188         darwin_stdint_4): New fixes.
1189         * tests/base/stdint.h: Adjust test results for new fixes.
1190         * fixincl.x: Regenerate.
1192 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1194         * inclhack.def (solaris_int_const): New fix.
1195         (solaris_int_limits_1): Likewise.
1196         (solaris_int_limits_2): Likewise.
1197         * fixincl.x: Regenerate.
1198         * tests/base/sys/int_const.h: New file.
1199         * tests/base/sys/int_limits.h: Likewise.
1201 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
1203         * inclhack.def (glibc_tgmath): Correct bypass.
1204         * fixincl.x: Regenerate.
1206 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
1208         * inclhack.def (hpux11_uint32_c): Remove.
1209         (hpux_long_double): Disable on hpux11.3*.
1210         (hpux_long_double_2): New.
1211         (hpux_c99_intptr): New.
1212         (hpux_c99_inttypes): New.
1213         (hpux_c99_inttypes2): New.
1214         (hpux_stdint_least): New.
1215         (hpux_stdint_fast): New.
1216         (hpux_inttype_int_least8_t): New.
1217         (hpux_inttype_int8_t): New.
1218         * fixincl.x: Regenerate.
1219         * tests/base/sys/_inttypes.h: New.
1220         * tests/base/inttypes.h: Update.
1221         * tests/base/stdlib.h: Update.
1222         * tests/base/stdint.h: Update.
1224 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
1226         * inclhack.def (glibc_stdint): New fix.
1227         * fixincl.x: Regenerate.
1228         * tests/base/stdint.h: Update.
1230 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
1232         * Makefile.in: Change copyright header to refer to version
1233         3 of the GNU General Public License and to point readers at the
1234         COPYING3 file and the FSF's license web page.
1235         * fixfixes.c: Likewise.
1236         * fixinc.in: Likewise.
1237         * fixincl.c: Likewise.
1238         * fixlib.c: Likewise.
1239         * fixlib.h: Likewise.
1240         * fixopts.c: Likewise.
1241         * fixtests.c: Likewise.
1242         * genfixes: Likewise.
1243         * mkheaders.in: Likewise.
1244         * system.h: Likewise.
1246 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
1248         PR c/448
1249         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
1250         * fixincl.x: Regenerate.
1251         * tests/base/stdint.h: Update.
1253 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
1255         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
1256         Update.
1258 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
1260         PR c/456
1261         PR c/5675
1262         PR c/19976
1263         PR c/29116
1264         PR c/31871
1265         PR c/35198
1266         * inclhack.def (glibc_tgmath): New fix.
1267         * fixincl.x: Regenerate.
1268         * tests/base/tgmath.h: New.
1270 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
1272         * inclhack.def (aix_syswait, exception_structure,
1273         pthread_page_size): Remove.
1274         (math_exception): Remove mention of fixproto in comment.
1275         * fixincl.x: Regenerate.
1276         * mkheaders.in: Do not handle STMP_FIXPROTO.
1278 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
1280         * server.c (run_shell): Quote directory name passed to cd.
1282 2009-03-01  Bruce Korb  <bkorb@gnu.org>
1283         Apply a positively ancient patch:
1285         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
1287         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
1288         * tests/base/net/if.h: Add new test.
1290 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
1292         * tests/base/locale.h: Add new test.
1293         * tests/base/stdarg.h: Likewise.
1295 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
1297         * inclhack.def (hpux_spu_info):  Add files line.
1298         * fixincl.x: Regenerate.
1300 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
1302         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
1303         in case of C.
1304         * fixincl.x: Regenerate.
1306 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
1308         PR target/35460
1309         * inclhack.def (openbsd_va_start): Use __builtin_va_start
1310         for OpenBSD.
1311         * fixincl.x: Regenerate.
1313 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1315         * configure: Regenerate.
1317 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
1319         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
1320         * fixincl.x: Regenerate.
1322 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1324         * configure.ac: Fix a typo.
1325         * configured: Regenerate.
1327 2008-09-06  Bruce Korb  <bkorb@gnu.org>
1329         * fixincl.tpl (sed): make the program executable configurable.
1330         Some platforms have some rather oddball defaults.
1331         * config.h.in (SED_PROGRAM): define the default sed.
1332         * fixincl.x: regenerated
1333         * tests/base/internal/wchar_core.h: fix bad sample text
1334         * tests/base/math.h: fix bad sample text
1335         * configure.ac: search for working sed
1336         * inclhack.def (glibc_mutex_init): fix non-portable construct
1337         and re-order a few misordered entries.
1339 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1341         * configure: Regenerate.
1343 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1345         * inclhack.def (AAB_svr4_replace_byteorder,
1346         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
1347         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
1348         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
1349         solaris_mutex_init_1, solaris_socket, solaris_unistd,
1350         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
1351         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
1352         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
1353         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
1354         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
1355         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
1356         windiss_math2, windiss_valist): Remove.
1357         * fixincl.x: Regenerate.
1358         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
1359         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
1360         powerpc-*-eabiaix*): Remove.
1361         * tests/base/math.h: Update.
1362         * tests/base/pthread.h: Update.
1363         * tests/base/stdio.h: Update.
1364         * tests/base/stdlib.h: Update.
1365         * tests/base/string.h: Update.
1366         * tests/base/strings.h: Update.
1367         * tests/base/sys/file.h: Update.
1368         * tests/base/sys/limits.h: Update.
1369         * tests/base/sys/socket.h: Update.
1370         * tests/base/sys/stat.h: Update.
1371         * tests/base/sys/time.h: Update.
1372         * tests/base/testing.h: Update.
1373         * tests/base/unistd.h: Update.
1374         * tests/base/_G_config.h: Remove.
1375         * tests/base/arpa: Remove directory.
1376         * tests/base/fs: Remove directory.
1377         * tests/base/locale.h: Remove.
1378         * tests/base/machine: Remove directory.
1379         * tests/base/rpc/svc.h: Remove.
1380         * tests/base/sys/ioctl.h: Remove.
1381         * tests/base/sys/regset.h: Remove.
1382         * tests/base/sys/times.h: Remove.
1383         * tests/base/sys/utsname.h: Remove.
1384         * tests/base/widec.h: Remove.
1386 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1388         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
1389         * tests/base/iso/math_c99.h: Update.
1390         * fixincl.x: Regenerate.
1392 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1394         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
1395         posix_types_64.
1396         * fixincl.x: Regenerate.
1398 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
1400         * fixincl.c (fix_with_system): Cast pointer difference to long.
1401         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
1403 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1405         PR bootstrap/35457
1406         * Makefile.in: Rewrite aclocal.m4 rule.
1407         * aclocal.m4: Regenerate.
1408         * configure: Regenerate.
1410 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
1412         PR c++/20366
1413         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
1414         * fixincl.x: Regenerate.
1415         * tests/base/stdio.h: Add test.
1417 2008-02-25  Ben Elliston  <bje@au.ibm.com>
1419         PR other/32948
1420         * fixincl.c (fix_applies): Remove unused variable `name_len'.
1422 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1424         * inclhack.def (solaris_math_10): New.
1425         * tests/base/iso/math_c99.h: Update.
1427         * fixincl.x: Regenerate.
1429 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
1431         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1432         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1433         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
1434         quotes around mach entries.
1435         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1436         to GPLv3.
1438 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
1440         PR other/31405
1441         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1442         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1443         __extern_inline|__GNU_STDC_INLINE__.
1444         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1445         <bypass>: Change from __STDC_VERSION__ to
1446         __extern_inline|__GNU_STDC_INLINE__.
1447         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1448         appending attribute-gnu_inline.
1449         <second c_fix_arg>: Remove.
1450         <test_text>: Remove __extern_inline line.
1451         * tests/base/features.h: Re-add.
1452         * tests/base/sys/sysmacros.h: Adjust.
1453         * fixincl.x: Regenerate.
1455 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
1457         Revert last change.
1459 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
1461         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1462         * fixincl.x: Regenerate.
1463         * tests/base/wchar.h: Update.
1464         * tests/base/features.h: New.
1466 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1468         PR target/33700
1469         * inclhack.def (hpux11_pthread_const): New.
1470         * fixincl.x: Regenerate.
1471         * tests/base/sys/pthread.h: Update.
1473 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
1475         * configure.ac: x86_64 mingw target uses twoprocess.
1476         * mkfixinc.sh: Add x86_64 mingw target.
1477         * configure: Regenerate.
1479 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
1481         * inclhack.def (darwin_externc): New.
1482         * fixincl.x: Regenerate.
1483         * tests/base/mach-o/swap.h: New.
1485 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1487         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1488         Delete fixes.
1489         * tests/base/iso/math_c99.h: Delete associated test baselines.
1490         * fixincl.x: Regenerate.
1492 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
1494         PR target/30058
1495         * inclhack.def (netbsd_c99_inline_2): New.
1496         * fixincl.x: Regenerate.
1497         * tests/base/signal.h: Update.
1499 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1501         PR target/32641
1503         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1504         solaris_math_7): Constify and make FP exception-safe.
1505         * tests/base/iso/math_c99.h: Update.
1507         * fixincl.x: Regenerate.
1509 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1511         PR libgcj/28190
1512         * inclhack.def (irix_stdint_c99): New fix.
1513         * fixincl.x: Regenerate.
1514         * tests/base/stdint.h: New test.
1516 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
1518         PR testsuite/31828
1519         * inclhack.def (hppa_hpux_fp_macros): New.
1520         * fixincl.x: Regenerate.
1521         * tests/base/math.h: Update.
1523 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1525         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1526         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1527         __STDC_VERSION__ < 199901L.
1528         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1529         with #ifdef __GNUC_GNU_INLINE__.
1530         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
1531         with defined(__GNUC_STDC_INLINE__).
1532         (glibc_c99_inline_4): Change select, add second c_fix_arg.
1533         Replace #if __STDC_VERSION__ < 199901L with
1534         #ifdef __GNUC_GNU_INLINE__.
1535         * fixincl.x: Regenerated.
1536         * tests/base/bits/string2.h: Update.
1537         * tests/base/sys/sysmacros.h: Update.
1538         * tests/base/sys/stat.h: Update.
1540 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
1542         PR target/30058
1543         * inclhack.def (netbsd_c99_inline_1): New.
1544         * fixincl.x: Regenerate.
1545         * tests/base/signal.h: New.
1547 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1549         * Makefile.in: Add dummy "install-info" target.
1551 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
1553         * mkheaders.in: Fix headers for each multilib required.
1555 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1557         * Makefile.in: Add dummy install-pdf target.
1559 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
1561         * mkheaders.in (incdir): Use include-fixed not include.
1563 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1565         * Makefile.in: Added "pdf" target to .PHONY.
1567 2007-02-05  Richard Guenther  <rguenther@suse.de>
1569         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1570         with older glibc.  Adjust version number for C99.
1571         * fixincl.x: Regenerated.
1573 2007-02-04  Mike Stump  <mrs@apple.com>
1575         * mkheaders.in: Allow optional isysroot parameter.
1577 2007-02-03  Bruce Korb <bkorb@gnu.org>
1579         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1580         surrounded by space characters.
1582 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1584         PR target/30272
1585         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1586         * fixincl.x: Regenerate.
1587         * tests/base/math.h: Update.
1589 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1590             Daniel Franke <franke.daniel@gmail.com>
1592         PR target/30008
1593         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1594         of a vertical bar ("|").
1595         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1596         matching.  Set SKIP_TEST flag if we are not to run a test.
1597         * fixincl.x: Regenerate.
1598         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1599         kandr_concat, sco_math): Replace lists of specfic file names by search
1600         patterns.
1602 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1604         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1605         targets for which a no-op fixer is appropriate.
1607 2006-11-07  Richard Guenther  <rguenther@suse.de>
1609         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1610         systems.
1611         * fixincl.x: Regenerate.
1613 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1615         * inclhack.def (glibc_c99_inline_1): New.
1616         * inclhack.def (glibc_c99_inline_2): New.
1617         * inclhack.def (glibc_c99_inline_3): New.
1618         * inclhack.def (glibc_c99_inline_4): New.
1619         * fixincl.x: Regenerate.
1620         * tests/base/bits/string2.h: New.
1621         * tests/base/sys/sysmacros.h: New.
1622         * tests/base/sys/stat.h: Update.
1624 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1626         * tests/base/sys/socket.h: Update.
1628 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1630         * inclhack.def (hpux11_extern_sendfile): New.
1631         (hpux11_extern_sendpath): New.
1632         * fixincl.x: Regenerate.
1634 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1636         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1637         * fixincl.x: Regenerate.
1639 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1641         * Makefile.in: Added empty "pdf" target.
1643 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1645         PR target/29300
1646         * inclhack.def (hpux_pthread_initializers): New hack.
1647         * tests/base/sys/pthread.h: New file.
1649         * fixincl.x: Regenerate.
1651 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1653         * inclhack.def (glibc_mutex_init): Also fix
1654         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1655         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1656         * tests/base/pthread.h: Update.
1658         * fixincl.x: Regenerate.
1660 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1662         * inclhack.def (glibc_mutex_init): New fix.
1663         * tests/base/pthread.h: Update.
1665         * fixincl.x: Regenerate.
1667 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1669         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1670         Prevent it from running on solaris10 or later.
1671         (solaris_once_init_2): Fix comment.
1672         * tests/base/pthread.h: Update.
1674         * fixincl.x: Regenerate.
1676 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1678         * inclhack.def (solaris_once_init_2): New fix.
1679         * tests/base/pthread.h: Update.
1681         * fixincl.x: Regenerate.
1683 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1685         * inclhack.def (solaris_mutex_init_2): Remove test for
1686         PTHREAD_RWLOCK_INITIALIZER.
1687         (solaris_rwlock_init_1): New.
1688         * tests/base/pthread.h: Update.
1690         * inclhack.def (solaris_once_init_1): New.
1691         * tests/base/pthread.h: Adjust for new fix.
1693         * fixincl.x: Regenerate.
1695 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1697         * tests/base/errno.h: New file.
1698         * tests/base/architecture/ppc/math.h: Likewise.
1699         * tests/base/ia64/sys/getppdp.h: Likewise.
1701 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1703         PR bootstrap/20437
1704         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1705         before autoconf or autoheader call.
1707 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1709         PR target/28084
1710         * inclhack.def (hpux_extern_errno): New.
1711         * fixincl.x: Regenerate.
1713 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1715         * Makefile.in: Add dvi info html and install-html to .PHONY
1716         Add install-html target.
1718 2006-05-16  Mike Stump  <mrs@apple.com>
1720         * configure.ac: Add -Wno-overlength-strings.
1721         * configure: Regenerate.
1723 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1725         * README: Fix typo.
1727 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1729         PR target/26189
1730         * inclhack.def (hpux_spu_info): New.
1731         * fixincl.x: Regenerate
1733 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1735         * configure.ac: Check for asprintf, basename, vasprintf.
1736         * config.h.in: Regenerate.
1737         * configure: Regenerate.
1739 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1741         PR target/15642
1742         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1743         __APPLE_CC_ as 1345.
1744         (broken_nan): New.
1745         * fixincl.x: Regenerate.
1747 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1749         * fixincl.c (write_replacement): "here strings" in AutoGen
1750         often/generally don't have a terminating newline.  Check the
1751         last byte for '\n'.
1753 2005-11-13  Andreas Jaeger  <aj@suse.de>
1755         * check.tpl: Handle CVS additionally.
1757 2005-11-05  Andreas Jaeger  <aj@suse.de>
1759         * check.tpl: Adopt for move to subversion.
1761 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1763         PR c++/23139
1764         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1765         fixes.
1766         * fixincl.x: Regenerate.
1767         * tests/base/bits/huge_val.h: New file.
1769 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1771         * All files: Update with new FSF address.
1773 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1775         * Makefile.in (WARN_CFLAGS): New.
1776         (.c.o): Add $(WARN_CFLAGS).
1777         * aclocal.m4: Include ../config/warnings.m4.
1778         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1779         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1780         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1781         * fixopts.c (initialize_opts): Fix old-style definintion.
1783         * configure: Regenerate.
1785 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1787         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1788         (AAB_darwin7_9_long_double_funcs_2): New.
1789         * fixincl.x: Regenerate.
1791 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1793         PR libfortran/15266
1794         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1795         Use double quotes in select so \t matches tabs.
1796         Add IRIX testcase.
1797         * fixincl.x: Regenerate.
1798         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1800 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1802         PR target/21683
1803         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1805 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1806             Joseph S. Myers  <joseph@codesourcery.com>
1808         PR target/19933
1809         PR target/21315
1810         * inclhack.def: New fixes solaris_math_[1-9].
1811         * fixincl.x: Regenerate.
1812         * tests/base/iso/math_c99.h: New.
1814 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1816         * aclocal.m4: Remove superfluous reference to accross.m4.
1818 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1820         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1821         * server.c (load_data): Likewise.
1822         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1823         * fixincl.c: #include <sys/wait.h>
1824         (run_compiles): Use XCNEWVEC instead of xcalloc.
1825         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1826         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1828 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1830         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1831         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1832         * fixincl.x: Regenerate.
1834 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1835         Joseph S. Myers <joseph@codesourcery.com>
1837         * fixinc/inclhack.def: Correct backslashes
1838         * fixinc/fixincl.x: regen
1840 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1842         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1843         libiberty functions.
1845 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1847         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1848         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1849         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1850         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1851         _unlocked function.
1852         (fwrite_unlocked): Fix prototype.
1854         * configure, config.h.in: Regenerate.
1856 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1858         * Makefile.in: Set gcc_version directly, not via substitution.
1859         (libsubdir): Use $(gcc_version), not $(version).
1860         (mkheaders.almost): New rule.
1861         (mkheaders): Generate from mkheaders.almost.
1862         (clean): Also delete mkheaders.almost.
1863         * aclocal.m4: Do not include ../config/gcc-version.m4.
1864         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1865         mkheaders.almost from mkheaders.in.
1866         * configure: Regenerate.
1868 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1870         PR target/20166
1871         * inclhack.def: Add fix for array of incomplete structures
1872         in function prototype in pthread.h.
1873         * fixincl.x: Regenerate.
1874         * tests/base/pthread.h: Adjust.
1876 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1878         * inclhack.def (hpux_htonl): New fix.
1879         * tests/base/netinet/in.h: New test.
1880         * fixincl.x: Regenerate.
1882 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1884         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1886 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1888         PR 18458
1889         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1890         fixincl.
1892 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1894         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1895         * aclocal.m4: Include ../config/gcc-version.m4.
1896         * configure: Regenerate.
1898 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1900         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1901         (stdio_va_list): Likewise.
1902         (stdio_stdarg.h): Likewise.
1903         (solaris_stdio_tag): Add bypass.
1904         * fixincl.x: Regenerated.
1906 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1908         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1909         built fixincl program.
1910         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1911         up csh from user.
1913 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1915         * inclhack.def (alpha_pthread_init): Fix technical problems with
1916         the last check-in caused by CVS variable substitution.
1917         * fixincl.x: Likewise.
1918         * tests/base/pthread.h: Likewise.
1920 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1921             Bruce Korb  <bkorb@gnu.org>
1923         * inclhack.def (alpha_pthread_init): New fix.
1924         * fixincl.x: Regenerate.
1925         * tests/base/pthread.h: Update for new test.
1927 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1929         * fixincl.c(fix_with_system): correct misuse of variables and
1930         incorrect application of "sizeof()".
1932 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1934         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1935         svr4__p, undefine_null): Remove.
1936         * fixincl.x: Regenerate.
1937         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1938         * tests/base/sys/param.h: Remove.
1939         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1940         tests/base/sys/limits.h: Update.
1942 2004-11-12  Mike Stump  <mrs@apple.com>
1944         * Makefile.in (html): Add html generation support.
1946 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1948         * inclhack.def (sco_math): Bypass on __GNUG__.
1949         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1950         * fixincl.x: Regenerate.
1952 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1954         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1955         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1956         _CLASSIC_ANSI_TYPES.
1957         (sun_auth_proto): Bypass on __cplusplus.
1958         * fixincl.x: Regenerate.
1960 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1962         * Makefile.in (mostlyclean): Add fixinc.sh.
1963         (clean): Add mkheaders.
1964         (distclean): New.
1965         (dvi): New.
1966         (info): New.
1967         (installcheck): New.
1969 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1971         * Makefile.in (mostlyclean, distclean): New targets.
1973 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1975         * configure.ac: Add code to determine noncanonical_target,
1976         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1977         * configure: Regenerate.
1978         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1979         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1980         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1981         update for changes to fixinc.in.
1982         * Makefile.in: Add many new macros.
1983         (install): New target.
1984         (mkheaders): New target.
1985         (fixinc.sh): New target.
1986         (all): Add mkheaders and fixinc.sh.
1987         * README-fixinc: Move here from gcc/.
1989 2004-11-01  Mike Stump  <mrs@apple.com>
1991         * inclhack.def (stdio_va_list): Break out clients from here...
1992         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1993         included or ifdef va_start.
1994         * fixincl.x: Regenerate.
1996 2004-10-28  Mike Stump  <mrs@apple.com>
1998         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1999         systems.
2000         * fixincl.x: Regenerate.
2002 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
2004         * inclhack.def (darwin_gcc4_breakage): New.
2005         * fixincl.x: Regenerate.
2007 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2009         PR bootstrap/17832
2011         * fixfixes.c (main): Check for _PC_NAME_MAX.
2013 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
2015         PR other/17991
2017         * configure.ac: Fix typo.
2018         * configure: Regenerate.
2019         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
2021 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2023         PR bootstrap/17832
2025         * fixincl.c (SIGCHLD): Remove definition.
2026         (initialize): Remove SIGIOT and SIGPIPE checks.
2027         (create_file): Fix mkdir() for Win32.
2028         (internal_fix): Use dup2() instead of fcntl().
2030         * fixlib.h (SIGQUIT): Define if undefined.
2031         (SIGIOT): Same.
2032         (SIGPIPE): Same.
2033         (SIGALRM): Same.
2034         (SIGKILL): Same.
2036         * procopen.c (chain_open): Use dup2() instead of fcntl().
2038 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
2040         PR other/17991
2042         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
2043         Update copyright year.
2044         * fixfixes.c (main): Call initialize_opts from fixopts.c.
2045         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
2046         do not include code for parsing options (environment vars).
2047         (fix_with_system): Use a search path for applyfix, so that you
2048         can run the test suite with two-process fixincludes.
2049         * fixopts.c: New file.
2050         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
2051         to config.h.  Default to --enable-twoprocess for MinGW32.
2052         * config.h.in: Regenerate.
2053         * configure: Regenerate.
2055 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
2057         * tests/base/sys/cdefs.h: Update from test area.
2059 2004-09-17  Roger Sayle  <roger@eyesopen.com>
2061         * inclhack.def (linux_ia64_ucontext): New fix.
2062         * fixincl.x: Regenerate.
2063         * tests/base/sys/ucontext.h: New file.
2065 2004-09-15  Roger Sayle  <roger@eyesopen.com>
2067         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
2068         * tests/base/stdlib.h: Likewise.
2070 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
2072         * inclhack.def (freebsd_gcc4_breakage): Add.
2073         * fixincl.x: Regenerate.
2074         * tests/base/sys/cdefs.h: Update for new test.
2076 2004-09-10  Adam Nemet  <anemet@lnxw.com>
2078         * inclhack.def (lynx_void_int): Remove.
2079         (lynxos_fcntl_proto): Remove.
2080         (lynxos_no_warning_in_sys_time_h): New fix.
2081         (lynxos_missing_putenv): New fix.
2082         * fixincl.x: Regenerate.
2083         * tests/base/fcntl.h: Remove.
2084         * tests/base/sys/time.h: Update from test area.
2085         * tests/base/curses.h: Likewise.
2086         * tests/base/stdlib.h: Likewise.
2088 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2090         * inclhack.def: Suppress exception_structure and math_exception
2091         for NetWare headers.
2092         * fixincl.x: Regenerate.
2094 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2096         * .cvsignore: New.
2097         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
2098         autoconfiscated.
2099         * configure.ac: New.
2100         * config.h.in: Generate.
2101         * configure: Generate.
2102         * aclocal.m4: New.
2103         * fixlib.h: Remove inclusions of gcc files.
2104         * system.h: New.
2106         Other files copied from gcc/fixinc.