Update my email address
[official-gcc.git] / fixincludes / ChangeLog
blob03c2313bd8e8513ac200bce753e3a0ee4bd8083b
1 2019-08-18  C.G. Dogan <gcc+cgdogan.00@gmail.com>
2             Iain Sandoe  <iain@sandoe.co.uk>
4         PR target/83531
5         * inclhack.def (darwin_api_availability): New, strip leading
6         underscores from API_XXXX defines.
7         * fixincl.x: Regenerate.
8         * tests/base/os/availability.h: New file.
10 2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
12         * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
13         __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
14         Ensure that the top level math.h uses <> to wrap included headers
15         rather than "".
16         * fixincl.x: Regenerated.
17         * tests/base/architecture/ppc/math.h: Update test to include the
18         __DARWIN_NO_LONG_LONG case.
20 2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
22         * inclhack.def: Guard __has_attribute and __has_extension in
23         os/base.h.
24         Guard Apple blocks syntax in dispatch/object.h.
25         * fixincl.x: Regenerate.
26         * tests/base/dispatch/object.h: New file.
27         * tests/base/os/base.h: New file.
29 2019-05-11  Iain Sandoe  <iain@sandoe.co.uk>
30         PR target/90379
31         PR bootstrap/89864
32         * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
33         for wrap fixes.
34         * fixincl.x: Regenerated.
36 2019-04-18  Erik Schnetter  <schnetter@gmail.com>
37           Jakub Jelinek  <jakub@redhat.com>
38           Iain Sandoe  <iain@sandoe.co.uk>
40         PR bootstrap/89864
41         * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
42         use in headers included by C++.
43         * fixincl.x: Regenerated.
45 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
47         PR bootstrap/82856
48         * configure.ac: Remove AC_PREREQ.
49         * aclocal.m4, configure: Regenerate.
51 2018-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
53         * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
54         include of vxCpu.h, guard include of vxTypesOld.h by
55         !_ASMLANGUAGE.
56         * fixincl.x: Regenerate.
58 2018-09-03  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
60         * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
61         expansion of ioctl macro.
62         * fixincl.x: Regenerate.
64 2018-07-23  David Edelsohn  <dje.gcc@gmail.com>
66         * inclhack.def (aix_unistd): New.
67         * fixincl.x: Regenerate.
68         * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
70 2018-06-27  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
72         * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
73         missing hunk.
75 2018-06-12    Rasmus Villemoes <rasmus.villemoes@prevas.dk>
77         * genfixes: exit 1 when autogen not found.
78         * genfixes: Remove some redundant code.
79         * genfixes: Update URL to autogen source code.
81         * inclhack.def: Fix fixup for assert.h on vxworks.
82         * fixincl.x: Regenerate.
84 2018-05-25  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
86         * inclhack.def (vxworks_iolib_include_unistd): New fix.
88 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
90         PR jit/85384
91         * configure: Regenerate.
93 2018-02-22  David Edelsohn  <dje.gcc@gmail.com>
95         * inclhack.def (aix_stdlib_vec_malloc): New.
96         (aix_stdlib_vec_calloc): New.
97         * fixincl.x: Regenerate.
98         * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
99         [AIX_STDLIB_VEC_CALLOC]: New test.
101 2017-10-13  Mike Frysinger  <vapier@chromium.org>
103         * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
104         's|[^/]*//*||'.
106 2017-06-12  Doug Rupp  <rupp@adacore.com>
108         * inclhack.def (AAB_vxworks_stdint): Remove hack.
109         * fixincl.x: Regenerate.
111 2017-02-25  John David Anglin  <danglin@gcc.gnu.org>
113         PR target/68739
114         * inclhack.def (hpux11_pthread_pointer): New fix.
115         (hpux11_pthread_const): Adjust to remove void * cast from define.
116         * fixincl.x: Regenerate.
118 2017-02-11  John David Anglin  <danglin@gcc.gnu.org>
120         * tests/base/alloca.h: New file.
121         * inclhack.def (hppa_hpux11_alloca): New fix.
122         * fixincl.x: Regenerate.
124 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
126         PR other/79046
127         * configure.ac: Add GCC_BASE_VER.
128         * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
129         get version from BASE-VER file.
130         * configure: Regenerated.
132 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
134         PR libstdc++/78979
135         * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
136         (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
137         * fixincl.x: Regenerate.
138         * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
139         SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
140         SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
142 2016-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
144         * inclhack.def (solaris_math_12): New fix.
145         (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
146         * fixincl.x: Regenerate.
147         * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
149 2016-11-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
151         PR sanitizer/78267
152         * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
153         (darwin_os_trace_2, darwin_os_trace_3): New fixes.
154         (hpux_stdint_least_fast): Remove spurious _EOFix_.
155         * fixincl.x: Regenerate.
156         * tests/bases/AvailabilityInternal.h: New file.
157         * tests/bases/os/trace.h: New file.
159 2016-09-30  Tadek Kijkowski  <tkijkowski@gmail.com>
161         * check.tpl: Convert line endings to unix on test outputs
162         * fixfixes.c: Fixed passing file name to apply_fix when
163         SEPARATE_FIX_PROC is defined
164         * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
165         * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
167 2016-09-04  John David Anglin  <danglin@gcc.gnu.org>
169         * inclhack.def (hpux_longjmp): Adjust select regular expression.
170         * fixincl.x: Regenerate.
172 2016-08-13  John David Anglin  <danglin@gcc.gnu.org>
174         * inclhack.def (hpux_longjmp): New fix.
175         * fixincl.x: Regenerate.
176         * tests/base/setjmp.h: New test file.
178 2016-08-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
180         PR bootstrap/72833
181         * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
182         * inclhack.def (darwin_longjmp_noreturn): New fix.
183         * fixincl.x: Regenerated.
184         * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
186 2016-08-01  Muhammad Bilal  <mbilal@codesourcery.com>
188         * fixinc.in: Use --parents option to make LIB directory.
190 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
192         * mkfixinc.sh: Remove interix support.
194 2016-06-13  David Edelsohn  <dje.gcc@gmail.com>
196         * inclhack.def (aix_stdlib_malloc): New fix.
197         (aix_stdlib_realloc): New fix.
198         (aix_stdlib_calloc): New fix.
199         (aix_stdlib_valloc): New fix.
200         * fixincl.x: Regenerate.
201         * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
202         [AIX_STDLIB_REALLOC]: New test.
203         [AIX_STDLIB_CALLOC]: New test.
204         [AIX_STDLIB_VALLOC]: New test.
206 2016-01-31  John David Anglin  <danglin@gcc.gnu.org>
208         PR target/68741
209         * inclhack.def (hpux_vsscanf): New fix.
210         * fixincl.x: Regenerated.
211         * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
213 2015-08-14  David Edelsohn  <dje.gcc@gmail.com>
215         * inclhack.def (aix_stdio_inline): New fix.
216         (aix_strtof_const): Limit to *-*-aix*.
217         (aix_sysmachine): Same.
218         (aix_syswait_2): Same.
219         (aix_volatile): Same.
220         * fixincl.x: Regenerated.
221         * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
223 2015-07-28  Eric Gallager  <egall@gwmail.gwu.edu>
225         * check.tpl: Ignore .DS_Store directories.
227 2015-05-21  David Edelsohn  <dje.gcc@gmail.com>
229         * inclhack.def (aix_externc): New fix.
230         (aix_externcpp[12]): New fix.
231         * fixincl.x: Regenerate.
232         * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
233         * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
234         * test/base/fcntl.h: New file.
236 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
238         * aclocal.m4: Regenerated with automake-1.11.6.
240 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
242         * mkfixinc.sh: Add *-musl* with no fixes.
244 2015-03-28  John David Anglin  <danglin@gcc.gnu.org>
246         PR libstdc++/65500
247         * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
248         * fixincl.x: Regenerate.
249         * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
251 2015-02-16  Daniel Richard G.  <skunk@iskunk.org>
253         PR bootstrap/48009
254         PR bootstrap/53348
255         * inclhack.def (aix_strtof_const): New fix.
256         * fixincl.x: Regenerate.
257         * tests/base/stdlib.h: New test.
259 2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
261         * inclhack.def (solaris_math_11): New fix.
262         * fixincl.x: Regenerate.
263         * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
265 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
267         PR bootstrap/53348
268         * inclhack.def (aix_pthread): Accept tab after define.
269         * fixincl.x: Regenerate.
271 2015-01-24  Bruce Korb  <bkorb@gnu.org>
273         * README: add some clarification on use of test_text
275 2014-12-21  Bruce Korb  <bkorb@gnu.org>
277         * fixincludes/fixincl.tpl: add handling for "sum" selection
278         criteria and clean up layout
279         * fixincludes/fixlib.h: enumerate TT_CKSUM test type
280         * fixincludes/fixincl.c (fix_applies): add code to handle
281         the new test type
282         (cksum_test): function to handle it
283         * fixincludes/README: doc it and remove explanations from
284         more than a decade ago.
286 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
288         * server.c (server_setup): Check return value of
289         getcwd and in case of error set buff[0] to 0.
291 2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
293         * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
294         * fixincl.x: Regenerate.
296 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
298         * inclhack.def (complier_h_tradcpp): Remove.
299         * fixincl.x: Regenerate.
300         * tests/base/linux/compiler.h: Remove.
302 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
304         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
305         (solaris_int_types): Remove.
306         (solaris_longjmp_noreturn): Remove.
307         (solaris_mutex_init_2): Remove.
308         (solaris_once_init_2): Remove.
309         (solaris_sys_va_list): Remove.
310         * fixincl.x: Regenerate.
311         * tests/base/iso/setjmp_iso.h: Remove.
312         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
313         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
314         solaris_once_init_2.
315         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
316         * tests/base/sys/int_types.h: Remove.
317         * tests/base/sys/va_list.h: Remove.
319 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
321         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
323 2013-12-07  Bruce Korb  <bkorb@gnu.org>
325         * inclhack.def: many of the headers found under "bits/" are
326         often stashed under architecture directories.  Apply fixes
327         to those, too.  Also, re-ordered misordered fixes.
328         * tests/base/linux/vt.h: 80 columns in .def file limitation
329         * tests/base/iso/math_c99.h: adjust ordering
330         * tests/base/rtldef/string.h: likewise
331         * tests/base/bits/fenv.h: likewise
332         * tests/base/pthread.h: likewise
334 2013-12-06  Richard Biener  <rguenther@suse.de>
336         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
337         being not compatible with C++.
338         * fixincl.x: Regenerate.
339         * tests/base/linux/vt.h: New test.
341 2013-09-20  Alan Modra  <amodra@gmail.com>
343         * configure: Regenerate.
345 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
347         * inclhack.def (aix_assert): New fix.
348         * fixincl.x: Regenerate.
349         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
351 2013-07-06  Bruce Korb  <bkorb@gnu.org>
353         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
354         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
356 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
358         * inclhack.def (complier_h_tradcpp): New.
359         * fixincl.x: Rebuilt.
360         * tests/base/linux/compiler.h: New.
362 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
364         * inclhack.def (solaris_pow_int_overload): Update comment.
365         Change guard to match <cmath>.
366         * fixincl.x: Regenerate.
367         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
368         Matching change.
370 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
372         * inclhack.def (aix_null): New.
373         (void_null): Update replacement definition of NULL.
374         * fixincl.x: Regenerate.
375         * tests/base/curses.h: Update for new fix.
377 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
379         * inclhack.def (feraiseexcept_nosse_invalid): New.
380         (feraiseexcept_nosse_divbyzero): Likewise.
381         * fixincl.x: Rebuilt.
382         * tests/base/bits/fenv.h: New.
384 2013-01-14  Richard Biener  <rguenther@suse.de>
386         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
388 2012-10-29  Bruce Korb  <bkorb@gnu.org>
390         * README: testing wrap and replacement fixes is pointless.
391         * fixincl.c: export verbosity enumerations to fixlib.h
392         (run_compiles): mark replacement fixes to be skipped when
393         in testing mode
394         * fixlib.h: add a test mode and enumerations from fixincl.c
395         * check.tpl: set TEST_MODE in environment
396         * fixopts.c (initialize_opts): check for TEST_MODE in environment
397         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
398         darwin_9_long_double_funcs_2.  It is not a replacement fix.
399         * fixincl.x: regenerate
400         * tests/base/ioLib.h: the need for this is now exposed, so add it.
401         * tests/base/architecture/ppc/math.h: the correct result is now needed.
403 2012-10-29  Robert Mason  <rbmj@verizon.net>
405         * fixinc.in: Omit machine name checks for vxworks
406         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
407         (AAB_vxworks_regs_vxtypes): another
408         (AAB_vxworks_stdint): yet another
409         (AAB_vxworks_unistd): and another
410         (vxworks_ioctl_macro): reformatting fix
411         (vxworks_mkdir_macro): again
412         (vxworks_regs): and again
413         (vxworks_write_const): and again
414         * tests/base/ioLib.h: new test result
415         * tests/base/math.h: likewise
416         * tests/base/sys/stat.h: likewise
417         * tests/base/testing.h: and again
419 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
421         * inclhack.def (AAB_aix_fcntl): New fix.
422         * fixincl.x: Regenerate.
424 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
426         * inclhack.def (aix_mutex_initializer_1): New fix.
427         (aix_cond_initializer_1): New fix.
428         (aix_rwlock_initializer): New fix.
429         * fixincl.x: Regenerate.
430         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
431         [AIX_COND_INITIALIZER_1_CHECK]: New.
432         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
434 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
436         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
437         gcc_AC_FUNC_MMAP_BLACKLIST.
438         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
439         * aclocal.m4: Regenerate.
440         * configure: Regenerate.
442 2012-04-24  Tristan Gingold  <gingold@adacore.com>
444         * fixincl.c (fix_with_system): Add missing specifier.
445         * configure.ac: Default to twoprocess on vms.
446         * configure: Regenerate.
448 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
450         * inclhack.def (aix_malloc): New.
451         * fixincl.x: Regenerate.
452         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
454 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
456         PR other/52626
457         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
458         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
460 2012-03-15  Tristan Gingold  <gingold@adacore.com>
462         * README (EXAMPLES OF FIXES): Update.
464 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
466         * inclhack.def (math_exception): Remove duplicate.
467         (solaris_cond_init): Remove.
468         (solaris_sys_va_list): Remove Solaris 8 support.
469         * fixincl.x: Regenerate.
470         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
472 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
474         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
475         (irix___restrict): Remove.
476         (irix___generic1): Remove.
477         (irix___generic2): Remove.
478         (irix_asm_apostrophe): Remove.
479         (irix_complex): Remove.
480         (irix_pthread_init): Remove.
481         (irix_socklen_t): Remove.
482         (irix_stdint_c99_mode): Remove.
483         (irix_stdint_c99_types): Remove.
484         (irix_stdint_c99_macros): Remove.
485         (irix_stdio_va_list): Remove IRIX 6.5 support.
486         (irix_wcsftime): Remove.
487         (stdio_va_list): Remove IRIX 6.5 support.
488         (svr4_profil): Remove IRIX bypass.
489         * fixincl.x: Regenerate.
491         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
492         * tests/base/internal/math_core.h: Remove.
493         * tests/base/internal/sgimacros.h: Remove.
494         * tests/base/internal/wchar_core.h: Remove.
495         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
496         support.
497         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
498         * tests/base/stdint-irix65.h: Remove.
499         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
500         * tests/base/sys/asm.h: Remove.
501         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
503 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
505         * inclhack.def (alpha___extern_prefix): Remove.
506         (alpha___extern_prefix_standards): Remove.
507         (alpha___extern_prefix_sys_stat): Remove.
508         (alpha_bad_lval): Remove.
509         (alpha_pthread): Remove.
510         (alpha_pthread_gcc): Remove.
511         (alpha_pthread_init): Remove.
512         * fixincl.x: Regenerate.
513         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
514         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
515         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
516         * tests/base/standards.h: Remove.
517         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
518         Remove.
519         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
520         [ALPHA_BAD_LVAL_CHECK]: Remove.
522 2012-03-12  Tristan Gingold  <gingold@adacore.com>
524         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
525         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
526         (vms_no_64bit_getopt, vms_forward_declare_struct)
527         (vms_use_fast_setjmp): New fixes.
528         * fixincl.x: Regenerate.
529         * tests/base/rtldef/string.h: Update.
530         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
531         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
532         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
534 2012-01-11  Bruce Korb <bkorb@gnu.org>
535             Steven G. Kargl  <kargl@gcc.gnu.org>
536             Andreas Tobler  <andreast@fgznet.ch>
538         PR bootstrap/51705
539         PR preprocessor/51776
540         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
541         * fixincl.x: Regenerate.
542         * tests/base/sys/cdefs.h: Update.
544         * genfixes: Remove the 'Ver.' from the version check.
546 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
548         * configure: Regenerate.
550 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
552         * configure: Regenerate.
554 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
556         * inclhack.def (aix_once_init_[12]): New fixes.
557         * fixincl.x: Regenerate.
558         * tests/base/pthread.h: Update.
560 2011-10-25  Mike Stump  <mikestump@comcast.net>
562         PR target/48851
563         * inclhack.def (void_null): New bypass.
564         * fixincl.x: Regenerate.
566 2011-09-26  Tristan Gingold  <gingold@adacore.com>
568         * inclhack.def (ms_define_can_use_extern_prefix):
569         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
570         New fixes.
571         * fixincl.x: Regenerate.
572         * tests/base/rtldef/string.h: New test.
573         * tests/base/rtldef/decc$types.h: Likewise.
574         * tests/base/testing.h: Update
576 2011-09-22  Tristan Gingold  <gingold@adacore.com>
578         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
580 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
582         PR libstdc++/50153
583         * inclhack.def (hpux11_abs): Extend to all hpux machines.
584         * fixincl.x: Regenerate.
586 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
587             Marc Glisse  <marc.glisse@normalesup.org>
589         PR libstdc++-v3/1773
590         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
591         (solaris_longjmp_noreturn, solaris_pow_int_overload)
592         (solaris_std___filbuf): New fixes.
593         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
594         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
595         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
597 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
599         PR c++/49347
600         * inclhack.def (solaris_posix_spawn_restrict): New fix.
601         * fixincl.x: Regenerate.
602         * tests/base/spawn.h: New test.
604 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
606         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
607         * configure: Regenerate.
608         * config.h.in: Regenerate.
610 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
612         * inclhack.def (aix_net_if_arp): New fix.
613         * fixincl.x: Regenerate.
614         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
616 2011-05-17  Tristan Gingold  <gingold@adacore.com>
618         * inclhack.def (solaris_complex_cxx): Fix syntax.
619         * fixincl.x: Regenerate.
621 2011-05-17  Tristan Gingold  <gingold@adacore.com>
623         * check.tpl: Shell-quote testing file.
625 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
627         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
629 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
631         PR other/46202
632         * Makefile.in (install-strip): New phony target.
633         (all, check, install): Also mark as phony.
635 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
637         * inclhack.def (irix_pthread_init): New fix.
638         * fixincl.x: Regenerate.
639         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
641 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
643         PR c++/46024
644         * inclhack.def (solaris_sys_va_list): New fix.
645         * fixincl.x: Regenerate.
646         * tests/base/sys/va_list.h: New test.
648 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
650         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
651         * fixincl.x: Regenerate.
653 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
655         * inclhack.def (solaris_cond_init): New fix.
656         * fixincl.x: Regenerate.
657         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
658         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
660 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
662         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
663         * fixincl.x: Regenerate.
664         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
665         * tests/base/sys/feature_tests.h: New file.
667 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
668             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
670         PR bootstrap/42798
671         * configure.ac: Check for declaration of 'basename(char *)'.
672         * configure: Regenerate.
674 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
676         * inclhack.def (alpha_wchar): Remove.
677         * fixincl.x: Regenerate.
678         * tests/base/wchar.h: Remove.
680 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
682         * aclocal.m4: Regenerate.
684 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
686         * inclhack.def (alpha_assert): Allow for more whitespace in
687         select.
688         * fixincl.x: Regenerate.
690 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
692         PR target/40722
693         * mkfixinc.sh: Revert the last change for mingw.
695 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
697         * inclhack.def (glibc_strncpy): New fix.
698         * fixincl.x: Regenerate.
699         * tests/base/bits/string2.h: Update.
701 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
703         PR target/40722
704         * mkfixinc.sh: Fix stdlib.h for mingw.
706 2010-02-19  Bruce Korb  <bkorb@gnu.org>
708         * inclhack.def: remove vestiges of inadvertently committed changes
710 2010-02-10  Bruce Korb  <bkorb@gnu.org>
712         * README: fix up references to old gcc/fixinc directory
714 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
716         * inclhack.def (solaris_int_limits_3): New fix.
717         * fixincl.x: Regenerate.
718         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
719         test.
721         * inclhack.def (solaris_int_const, solaris_int_limits_1,
722         solaris_int_limits_2 ): Applies to Solaris 2 in general.
723         Remove select.
724         Add mach for *-*-solaris2*.
725         Change second c_fix_arg to select.
726         Remove #pragma ident from test_text.
727         * fixincl.x: Regenerate.
728         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
729         #pragma trigger text.
730         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
731         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
733 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
735         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
736         (aix_stdint_2): Likewise.
737         (aix_stdint_3): Likewise.
738         (aix_stdint_4): Likewise.
739         (aix_stdint_5): Likewise.
740         (darwin_stdint_1): Add stdint-darwin.h to files.
741         (darwin_stdint_2): Likewise.
742         (darwin_stdint_3): Likewise.
743         (darwin_stdint_4): Likewise.
744         (darwin_stdint_5): Likewise.
745         (darwin_stdint_6): Likewise.
746         (darwin_stdint_7): Likewise.
747         (hpux_c99_intptr): Add stdint-hpux11.h to files.
748         (hpux_c99_inttypes): Likewise.
749         (hpux_c99_inttypes2): Likewise.
750         (hpux_stdint_least_fast): Likewise.
751         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
752         (irix_stdint_c99_types): New fix.
753         (irix_stdint_c99_macros): New fix.
754         (newlib_stdint_1): Add stdint-newlib.h to files.
755         (newlib_stdint_2): Likewise.
756         fixincl.x: Regenerate.
757         tests/base/stdint-aix.h: New file.
758         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
759         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
760         tests/base/stdint-aix.h: ... here.
761         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
762         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
763         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
764         tests/base/stdint-darwin.h: New file.
765         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
766         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
767         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
768         tests/base/stdint-darwin.h: ... here.
769         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
770         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
771         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
772         tests/base/stdint-hpux11.h: New file.
773         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
774         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
775         tests/base/stdint-hpux11.h: ... here.
776         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
777         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
778         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
779         IRIX_STDINT_C99_MODE_CHECK.
780         tests/base/stdint-irix65.h: New file.
781         tests/base/stdint-newlib.h: New file.
782         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
783         NEWLIB_STDINT_2_CHECK]: Moved ...
784         tests/base/stdint-newlib.h: ... here.
786 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
788         * configure: Regenerate.
790 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
792         * inclhack.def (hpux_stdint_least_fast): Simplify.
793         * fixincl.x: Regenerate.
794         * tests/base/stdint.h: Update.
796 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
798         * inclhack.def (isc_fmod, isc_omits_with_stdc)
799         (nested_sys_limits, sco_math): Remove.
800         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
801         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
802         * tests/base/sys/limits.h: Remove.
803         * fixincl.x: Regenerate.
805 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
807         PR testsuite/29737
808         PR bootstrap/35938
809         PR testsuite/39655
810         * check.tpl: Fix typos.
811         * README: Likewise.  Also, document that 'select' uses ERE.
812         * mkheaders.in: Update copyright years in --version output.
813         * inclhack.def (sco_math): Add missing final newline in sed
814         script 'a', 'c', or 'i' commands, for BSD sed.
815         (sco_math): In the text of 'a', 'c', or 'i' sed
816         commands, prepend leading white space with a backslash to avoid
817         the whitespace to be removed by BSD sed.
818         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
819         (x11_new): Fix sed expression, for BSD sed.
820         (glibc_mutex_init): Fix newlines in sed 's' command replacement
821         part, for GNU sed 3.02 and Solaris sed.
822         (glibc_mutex_init): Replace unportable \+ sed regex operator
823         with \{1,\}.
824         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
825         alternation \| regex operator.
826         (solaris_complex): Remove superfluous backslashes from
827         replacement string.  Replace \+ operator with \{1,\}.
828         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
829         * fixincl.x: Regenerate.
831 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
833         PR libfortran/41169
834         * inclhack.def (irix_complex): New fix.
835         (solaris_complex): Likewise.
836         * fixincl.x: Regenerate.
837         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
838         New tests.
840 2009-08-28   Bruce Korb <bkorb@gnu.org>
841              Steve Ellcey  <sje@cup.hp.com>
843         * README (files): Describe files entry.
844         * inclhack.def (hpux_stdint_least): Remove.
845         (hpux_stdint_fast): Remove.
846         (hpux_stdint_fast): Remove.
847         (hpux_stdint_least_fast): New.
848         (hpux_inttype_int_least8_t): Remove.
849         (hpux_inttype_int8_t): Modify.
850         * fixincl.x: Regenerate.
851         * tests/base/stdint.h: Update.
852         * tests/base/sys/_inttypes.h: Update.
854 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
856         * inclhack.def (hpux_imaginary_i): Remove spaces.
857         * fixincl.x: Regenerate.
858         * tests/base/stdint.h: Update AIX fixes. 
859         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
861 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
863         * configure.ac (AC_PREREQ): Bump to 2.64.
865 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
867         * aclocal.m4: Regenerate.
868         * configure: Regenerate.
869         * config.h.in: Regenerate.
871 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
873         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
874         redefine I.
875         * (aix_stdint_[12345]): New fixes.
876         * fixincl.x: Regenerate.
877         * tests/base/complex.h: Update check.
878         * tests/base/stdint.h: Add AIX stdint.h checks.
880 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
882         * inclhack.def (hpux_imaginary_i): New fix.
883         * fixincl.x: Regenerate.
884         * tests/base/complex.h: New file.
886 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
888         * inclhack.def (aix_complex): New fix.
889         * fixincl.x: Regenerate.
891 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
893         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
894         (hpux_inttype_int8_t): Likewise.
895         * fixincl.x: Regenerate.
897 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
899         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
900         New variables.
901         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
902         Use them.
904 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
906         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
907         darwin_stdint_7): New fixes.
908         * fixincl.x: Regenerate.
909         * tests/base/stdint.h: Adjust test for new fixes.
911 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
913         * inclhack.def (solaris_int_types): New fix.
914         * fixincl.x: Regenerate.
915         * tests/base/sys/int_types.h: New file.
917 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
919         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
920         darwin_stdint_4): New fixes.
921         * tests/base/stdint.h: Adjust test results for new fixes.
922         * fixincl.x: Regenerate.
924 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
926         * inclhack.def (solaris_int_const): New fix.
927         (solaris_int_limits_1): Likewise.
928         (solaris_int_limits_2): Likewise.
929         * fixincl.x: Regenerate.
930         * tests/base/sys/int_const.h: New file.
931         * tests/base/sys/int_limits.h: Likewise.
933 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
935         * inclhack.def (glibc_tgmath): Correct bypass.
936         * fixincl.x: Regenerate.
938 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
940         * inclhack.def (hpux11_uint32_c): Remove.
941         (hpux_long_double): Disable on hpux11.3*.
942         (hpux_long_double_2): New.
943         (hpux_c99_intptr): New.
944         (hpux_c99_inttypes): New.
945         (hpux_c99_inttypes2): New.
946         (hpux_stdint_least): New.
947         (hpux_stdint_fast): New.
948         (hpux_inttype_int_least8_t): New.
949         (hpux_inttype_int8_t): New.
950         * fixincl.x: Regenerate.
951         * tests/base/sys/_inttypes.h: New.
952         * tests/base/inttypes.h: Update.
953         * tests/base/stdlib.h: Update.
954         * tests/base/stdint.h: Update.
956 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
958         * inclhack.def (glibc_stdint): New fix.
959         * fixincl.x: Regenerate.
960         * tests/base/stdint.h: Update.
962 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
964         * Makefile.in: Change copyright header to refer to version
965         3 of the GNU General Public License and to point readers at the
966         COPYING3 file and the FSF's license web page.
967         * fixfixes.c: Likewise.
968         * fixinc.in: Likewise.
969         * fixincl.c: Likewise.
970         * fixlib.c: Likewise.
971         * fixlib.h: Likewise.
972         * fixopts.c: Likewise.
973         * fixtests.c: Likewise.
974         * genfixes: Likewise.
975         * mkheaders.in: Likewise.
976         * system.h: Likewise.
978 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
980         PR c/448
981         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
982         * fixincl.x: Regenerate.
983         * tests/base/stdint.h: Update.
985 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
987         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
988         Update.
990 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
992         PR c/456
993         PR c/5675
994         PR c/19976
995         PR c/29116
996         PR c/31871
997         PR c/35198
998         * inclhack.def (glibc_tgmath): New fix.
999         * fixincl.x: Regenerate.
1000         * tests/base/tgmath.h: New.
1002 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
1004         * inclhack.def (aix_syswait, exception_structure,
1005         pthread_page_size): Remove.
1006         (math_exception): Remove mention of fixproto in comment.
1007         * fixincl.x: Regenerate.
1008         * mkheaders.in: Do not handle STMP_FIXPROTO.
1010 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
1012         * server.c (run_shell): Quote directory name passed to cd.
1014 2009-03-01  Bruce Korb  <bkorb@gnu.org>
1015         Apply a positively ancient patch:
1017         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
1019         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
1020         * tests/base/net/if.h: Add new test.
1022 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
1024         * tests/base/locale.h: Add new test.
1025         * tests/base/stdarg.h: Likewise.
1027 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
1029         * inclhack.def (hpux_spu_info):  Add files line.
1030         * fixincl.x: Regenerate.
1032 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
1034         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
1035         in case of C.
1036         * fixincl.x: Regenerate.
1038 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
1040         PR target/35460
1041         * inclhack.def (openbsd_va_start): Use __builtin_va_start
1042         for OpenBSD.
1043         * fixincl.x: Regenerate.
1045 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1047         * configure: Regenerate.
1049 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
1051         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
1052         * fixincl.x: Regenerate.
1054 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1056         * configure.ac: Fix a typo.
1057         * configured: Regenerate.
1059 2008-09-06  Bruce Korb  <bkorb@gnu.org>
1061         * fixincl.tpl (sed): make the program executable configurable.
1062         Some platforms have some rather oddball defaults.
1063         * config.h.in (SED_PROGRAM): define the default sed.
1064         * fixincl.x: regenerated
1065         * tests/base/internal/wchar_core.h: fix bad sample text
1066         * tests/base/math.h: fix bad sample text
1067         * configure.ac: search for working sed
1068         * inclhack.def (glibc_mutex_init): fix non-portable construct
1069         and re-order a few misordered entries.
1071 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1073         * configure: Regenerate.
1075 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1077         * inclhack.def (AAB_svr4_replace_byteorder,
1078         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
1079         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
1080         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
1081         solaris_mutex_init_1, solaris_socket, solaris_unistd,
1082         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
1083         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
1084         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
1085         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
1086         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
1087         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
1088         windiss_math2, windiss_valist): Remove.
1089         * fixincl.x: Regenerate.
1090         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
1091         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
1092         powerpc-*-eabiaix*): Remove.
1093         * tests/base/math.h: Update.
1094         * tests/base/pthread.h: Update.
1095         * tests/base/stdio.h: Update.
1096         * tests/base/stdlib.h: Update.
1097         * tests/base/string.h: Update.
1098         * tests/base/strings.h: Update.
1099         * tests/base/sys/file.h: Update.
1100         * tests/base/sys/limits.h: Update.
1101         * tests/base/sys/socket.h: Update.
1102         * tests/base/sys/stat.h: Update.
1103         * tests/base/sys/time.h: Update.
1104         * tests/base/testing.h: Update.
1105         * tests/base/unistd.h: Update.
1106         * tests/base/_G_config.h: Remove.
1107         * tests/base/arpa: Remove directory.
1108         * tests/base/fs: Remove directory.
1109         * tests/base/locale.h: Remove.
1110         * tests/base/machine: Remove directory.
1111         * tests/base/rpc/svc.h: Remove.
1112         * tests/base/sys/ioctl.h: Remove.
1113         * tests/base/sys/regset.h: Remove.
1114         * tests/base/sys/times.h: Remove.
1115         * tests/base/sys/utsname.h: Remove.
1116         * tests/base/widec.h: Remove.
1118 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1120         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
1121         * tests/base/iso/math_c99.h: Update.
1122         * fixincl.x: Regenerate.
1124 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1126         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
1127         posix_types_64.
1128         * fixincl.x: Regenerate.
1130 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
1132         * fixincl.c (fix_with_system): Cast pointer difference to long.
1133         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
1135 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1137         PR bootstrap/35457
1138         * Makefile.in: Rewrite aclocal.m4 rule.
1139         * aclocal.m4: Regenerate.
1140         * configure: Regenerate.
1142 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
1144         PR c++/20366
1145         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
1146         * fixincl.x: Regenerate.
1147         * tests/base/stdio.h: Add test.
1149 2008-02-25  Ben Elliston  <bje@au.ibm.com>
1151         PR other/32948
1152         * fixincl.c (fix_applies): Remove unused variable `name_len'.
1154 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1156         * inclhack.def (solaris_math_10): New.
1157         * tests/base/iso/math_c99.h: Update.
1159         * fixincl.x: Regenerate.
1161 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
1163         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1164         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1165         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
1166         quotes around mach entries.
1167         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1168         to GPLv3.
1170 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
1172         PR other/31405
1173         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1174         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1175         __extern_inline|__GNU_STDC_INLINE__.
1176         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1177         <bypass>: Change from __STDC_VERSION__ to
1178         __extern_inline|__GNU_STDC_INLINE__.
1179         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1180         appending attribute-gnu_inline.
1181         <second c_fix_arg>: Remove.
1182         <test_text>: Remove __extern_inline line.
1183         * tests/base/features.h: Re-add.
1184         * tests/base/sys/sysmacros.h: Adjust.
1185         * fixincl.x: Regenerate.
1187 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
1189         Revert last change.
1191 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
1193         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1194         * fixincl.x: Regenerate.
1195         * tests/base/wchar.h: Update.
1196         * tests/base/features.h: New.
1198 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1200         PR target/33700
1201         * inclhack.def (hpux11_pthread_const): New.
1202         * fixincl.x: Regenerate.
1203         * tests/base/sys/pthread.h: Update.
1205 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
1207         * configure.ac: x86_64 mingw target uses twoprocess.
1208         * mkfixinc.sh: Add x86_64 mingw target.
1209         * configure: Regenerate.
1211 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
1213         * inclhack.def (darwin_externc): New.
1214         * fixincl.x: Regenerate.
1215         * tests/base/mach-o/swap.h: New.
1217 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1219         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1220         Delete fixes.
1221         * tests/base/iso/math_c99.h: Delete associated test baselines.
1222         * fixincl.x: Regenerate.
1224 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
1226         PR target/30058
1227         * inclhack.def (netbsd_c99_inline_2): New.
1228         * fixincl.x: Regenerate.
1229         * tests/base/signal.h: Update.
1231 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1233         PR target/32641
1235         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1236         solaris_math_7): Constify and make FP exception-safe.
1237         * tests/base/iso/math_c99.h: Update.
1239         * fixincl.x: Regenerate.
1241 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1243         PR libgcj/28190
1244         * inclhack.def (irix_stdint_c99): New fix.
1245         * fixincl.x: Regenerate.
1246         * tests/base/stdint.h: New test.
1248 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
1250         PR testsuite/31828
1251         * inclhack.def (hppa_hpux_fp_macros): New.
1252         * fixincl.x: Regenerate.
1253         * tests/base/math.h: Update.
1255 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1257         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1258         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1259         __STDC_VERSION__ < 199901L.
1260         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1261         with #ifdef __GNUC_GNU_INLINE__.
1262         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
1263         with defined(__GNUC_STDC_INLINE__).
1264         (glibc_c99_inline_4): Change select, add second c_fix_arg.
1265         Replace #if __STDC_VERSION__ < 199901L with
1266         #ifdef __GNUC_GNU_INLINE__.
1267         * fixincl.x: Regenerated.
1268         * tests/base/bits/string2.h: Update.
1269         * tests/base/sys/sysmacros.h: Update.
1270         * tests/base/sys/stat.h: Update.
1272 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
1274         PR target/30058
1275         * inclhack.def (netbsd_c99_inline_1): New.
1276         * fixincl.x: Regenerate.
1277         * tests/base/signal.h: New.
1279 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1281         * Makefile.in: Add dummy "install-info" target.
1283 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
1285         * mkheaders.in: Fix headers for each multilib required.
1287 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1289         * Makefile.in: Add dummy install-pdf target.
1291 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
1293         * mkheaders.in (incdir): Use include-fixed not include.
1295 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1297         * Makefile.in: Added "pdf" target to .PHONY.
1299 2007-02-05  Richard Guenther  <rguenther@suse.de>
1301         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1302         with older glibc.  Adjust version number for C99.
1303         * fixincl.x: Regenerated.
1305 2007-02-04  Mike Stump  <mrs@apple.com>
1307         * mkheaders.in: Allow optional isysroot parameter.
1309 2007-02-03  Bruce Korb <bkorb@gnu.org>
1311         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1312         surrounded by space characters.
1314 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1316         PR target/30272
1317         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1318         * fixincl.x: Regenerate.
1319         * tests/base/math.h: Update.
1321 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1322             Daniel Franke <franke.daniel@gmail.com>
1324         PR target/30008
1325         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1326         of a vertical bar ("|").
1327         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1328         matching.  Set SKIP_TEST flag if we are not to run a test.
1329         * fixincl.x: Regenerate.
1330         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1331         kandr_concat, sco_math): Replace lists of specfic file names by search
1332         patterns.
1334 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1336         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1337         targets for which a no-op fixer is appropriate.
1339 2006-11-07  Richard Guenther  <rguenther@suse.de>
1341         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1342         systems.
1343         * fixincl.x: Regenerate.
1345 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1347         * inclhack.def (glibc_c99_inline_1): New.
1348         * inclhack.def (glibc_c99_inline_2): New.
1349         * inclhack.def (glibc_c99_inline_3): New.
1350         * inclhack.def (glibc_c99_inline_4): New.
1351         * fixincl.x: Regenerate.
1352         * tests/base/bits/string2.h: New.
1353         * tests/base/sys/sysmacros.h: New.
1354         * tests/base/sys/stat.h: Update.
1356 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1358         * tests/base/sys/socket.h: Update.
1360 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1362         * inclhack.def (hpux11_extern_sendfile): New.
1363         (hpux11_extern_sendpath): New.
1364         * fixincl.x: Regenerate.
1366 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1368         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1369         * fixincl.x: Regenerate.
1371 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1373         * Makefile.in: Added empty "pdf" target.
1375 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1377         PR target/29300
1378         * inclhack.def (hpux_pthread_initializers): New hack.
1379         * tests/base/sys/pthread.h: New file.
1381         * fixincl.x: Regenerate.
1383 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1385         * inclhack.def (glibc_mutex_init): Also fix
1386         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1387         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1388         * tests/base/pthread.h: Update.
1390         * fixincl.x: Regenerate.
1392 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1394         * inclhack.def (glibc_mutex_init): New fix.
1395         * tests/base/pthread.h: Update.
1397         * fixincl.x: Regenerate.
1399 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1401         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1402         Prevent it from running on solaris10 or later.
1403         (solaris_once_init_2): Fix comment.
1404         * tests/base/pthread.h: Update.
1406         * fixincl.x: Regenerate.
1408 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1410         * inclhack.def (solaris_once_init_2): New fix.
1411         * tests/base/pthread.h: Update.
1413         * fixincl.x: Regenerate.
1415 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1417         * inclhack.def (solaris_mutex_init_2): Remove test for
1418         PTHREAD_RWLOCK_INITIALIZER.
1419         (solaris_rwlock_init_1): New.
1420         * tests/base/pthread.h: Update.
1422         * inclhack.def (solaris_once_init_1): New.
1423         * tests/base/pthread.h: Adjust for new fix.
1425         * fixincl.x: Regenerate.
1427 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1429         * tests/base/errno.h: New file.
1430         * tests/base/architecture/ppc/math.h: Likewise.
1431         * tests/base/ia64/sys/getppdp.h: Likewise.
1433 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1435         PR bootstrap/20437
1436         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1437         before autoconf or autoheader call.
1439 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1441         PR target/28084
1442         * inclhack.def (hpux_extern_errno): New.
1443         * fixincl.x: Regenerate.
1445 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1447         * Makefile.in: Add dvi info html and install-html to .PHONY
1448         Add install-html target.
1450 2006-05-16  Mike Stump  <mrs@apple.com>
1452         * configure.ac: Add -Wno-overlength-strings.
1453         * configure: Regenerate.
1455 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1457         * README: Fix typo.
1459 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1461         PR target/26189
1462         * inclhack.def (hpux_spu_info): New.
1463         * fixincl.x: Regenerate
1465 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1467         * configure.ac: Check for asprintf, basename, vasprintf.
1468         * config.h.in: Regenerate.
1469         * configure: Regenerate.
1471 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1473         PR target/15642
1474         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1475         __APPLE_CC_ as 1345.
1476         (broken_nan): New.
1477         * fixincl.x: Regenerate.
1479 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1481         * fixincl.c (write_replacement): "here strings" in AutoGen
1482         often/generally don't have a terminating newline.  Check the
1483         last byte for '\n'.
1485 2005-11-13  Andreas Jaeger  <aj@suse.de>
1487         * check.tpl: Handle CVS additionally.
1489 2005-11-05  Andreas Jaeger  <aj@suse.de>
1491         * check.tpl: Adopt for move to subversion.
1493 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1495         PR c++/23139
1496         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1497         fixes.
1498         * fixincl.x: Regenerate.
1499         * tests/base/bits/huge_val.h: New file.
1501 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1503         * All files: Update with new FSF address.
1505 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1507         * Makefile.in (WARN_CFLAGS): New.
1508         (.c.o): Add $(WARN_CFLAGS).
1509         * aclocal.m4: Include ../config/warnings.m4.
1510         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1511         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1512         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1513         * fixopts.c (initialize_opts): Fix old-style definintion.
1515         * configure: Regenerate.
1517 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1519         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1520         (AAB_darwin7_9_long_double_funcs_2): New.
1521         * fixincl.x: Regenerate.
1523 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1525         PR libfortran/15266
1526         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1527         Use double quotes in select so \t matches tabs.
1528         Add IRIX testcase.
1529         * fixincl.x: Regenerate.
1530         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1532 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1534         PR target/21683
1535         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1537 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1538             Joseph S. Myers  <joseph@codesourcery.com>
1540         PR target/19933
1541         PR target/21315
1542         * inclhack.def: New fixes solaris_math_[1-9].
1543         * fixincl.x: Regenerate.
1544         * tests/base/iso/math_c99.h: New.
1546 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1548         * aclocal.m4: Remove superfluous reference to accross.m4.
1550 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1552         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1553         * server.c (load_data): Likewise.
1554         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1555         * fixincl.c: #include <sys/wait.h>
1556         (run_compiles): Use XCNEWVEC instead of xcalloc.
1557         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1558         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1560 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1562         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1563         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1564         * fixincl.x: Regenerate.
1566 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1567         Joseph S. Myers <joseph@codesourcery.com>
1569         * fixinc/inclhack.def: Correct backslashes
1570         * fixinc/fixincl.x: regen
1572 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1574         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1575         libiberty functions.
1577 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1579         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1580         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1581         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1582         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1583         _unlocked function.
1584         (fwrite_unlocked): Fix prototype.
1586         * configure, config.h.in: Regenerate.
1588 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1590         * Makefile.in: Set gcc_version directly, not via substitution.
1591         (libsubdir): Use $(gcc_version), not $(version).
1592         (mkheaders.almost): New rule.
1593         (mkheaders): Generate from mkheaders.almost.
1594         (clean): Also delete mkheaders.almost.
1595         * aclocal.m4: Do not include ../config/gcc-version.m4.
1596         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1597         mkheaders.almost from mkheaders.in.
1598         * configure: Regenerate.
1600 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1602         PR target/20166
1603         * inclhack.def: Add fix for array of incomplete structures
1604         in function prototype in pthread.h.
1605         * fixincl.x: Regenerate.
1606         * tests/base/pthread.h: Adjust.
1608 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1610         * inclhack.def (hpux_htonl): New fix.
1611         * tests/base/netinet/in.h: New test.
1612         * fixincl.x: Regenerate.
1614 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1616         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1618 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1620         PR 18458
1621         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1622         fixincl.
1624 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1626         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1627         * aclocal.m4: Include ../config/gcc-version.m4.
1628         * configure: Regenerate.
1630 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1632         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1633         (stdio_va_list): Likewise.
1634         (stdio_stdarg.h): Likewise.
1635         (solaris_stdio_tag): Add bypass.
1636         * fixincl.x: Regenerated.
1638 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1640         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1641         built fixincl program.
1642         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1643         up csh from user.
1645 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1647         * inclhack.def (alpha_pthread_init): Fix technical problems with
1648         the last check-in caused by CVS variable substitution.
1649         * fixincl.x: Likewise.
1650         * tests/base/pthread.h: Likewise.
1652 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1653             Bruce Korb  <bkorb@gnu.org>
1655         * inclhack.def (alpha_pthread_init): New fix.
1656         * fixincl.x: Regenerate.
1657         * tests/base/pthread.h: Update for new test.
1659 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1661         * fixincl.c(fix_with_system): correct misuse of variables and
1662         incorrect application of "sizeof()".
1664 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1666         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1667         svr4__p, undefine_null): Remove.
1668         * fixincl.x: Regenerate.
1669         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1670         * tests/base/sys/param.h: Remove.
1671         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1672         tests/base/sys/limits.h: Update.
1674 2004-11-12  Mike Stump  <mrs@apple.com>
1676         * Makefile.in (html): Add html generation support.
1678 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1680         * inclhack.def (sco_math): Bypass on __GNUG__.
1681         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1682         * fixincl.x: Regenerate.
1684 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1686         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1687         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1688         _CLASSIC_ANSI_TYPES.
1689         (sun_auth_proto): Bypass on __cplusplus.
1690         * fixincl.x: Regenerate.
1692 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1694         * Makefile.in (mostlyclean): Add fixinc.sh.
1695         (clean): Add mkheaders.
1696         (distclean): New.
1697         (dvi): New.
1698         (info): New.
1699         (installcheck): New.
1701 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1703         * Makefile.in (mostlyclean, distclean): New targets.
1705 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1707         * configure.ac: Add code to determine noncanonical_target,
1708         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1709         * configure: Regenerate.
1710         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1711         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1712         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1713         update for changes to fixinc.in.
1714         * Makefile.in: Add many new macros.
1715         (install): New target.
1716         (mkheaders): New target.
1717         (fixinc.sh): New target.
1718         (all): Add mkheaders and fixinc.sh.
1719         * README-fixinc: Move here from gcc/.
1721 2004-11-01  Mike Stump  <mrs@apple.com>
1723         * inclhack.def (stdio_va_list): Break out clients from here...
1724         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1725         included or ifdef va_start.
1726         * fixincl.x: Regenerate.
1728 2004-10-28  Mike Stump  <mrs@apple.com>
1730         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1731         systems.
1732         * fixincl.x: Regenerate.
1734 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1736         * inclhack.def (darwin_gcc4_breakage): New.
1737         * fixincl.x: Regenerate.
1739 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1741         PR bootstrap/17832
1743         * fixfixes.c (main): Check for _PC_NAME_MAX.
1745 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1747         PR other/17991
1749         * configure.ac: Fix typo.
1750         * configure: Regenerate.
1751         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1753 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1755         PR bootstrap/17832
1757         * fixincl.c (SIGCHLD): Remove definition.
1758         (initialize): Remove SIGIOT and SIGPIPE checks.
1759         (create_file): Fix mkdir() for Win32.
1760         (internal_fix): Use dup2() instead of fcntl().
1762         * fixlib.h (SIGQUIT): Define if undefined.
1763         (SIGIOT): Same.
1764         (SIGPIPE): Same.
1765         (SIGALRM): Same.
1766         (SIGKILL): Same.
1768         * procopen.c (chain_open): Use dup2() instead of fcntl().
1770 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1772         PR other/17991
1774         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1775         Update copyright year.
1776         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1777         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1778         do not include code for parsing options (environment vars).
1779         (fix_with_system): Use a search path for applyfix, so that you
1780         can run the test suite with two-process fixincludes.
1781         * fixopts.c: New file.
1782         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1783         to config.h.  Default to --enable-twoprocess for MinGW32.
1784         * config.h.in: Regenerate.
1785         * configure: Regenerate.
1787 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1789         * tests/base/sys/cdefs.h: Update from test area.
1791 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1793         * inclhack.def (linux_ia64_ucontext): New fix.
1794         * fixincl.x: Regenerate.
1795         * tests/base/sys/ucontext.h: New file.
1797 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1799         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1800         * tests/base/stdlib.h: Likewise.
1802 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1804         * inclhack.def (freebsd_gcc4_breakage): Add.
1805         * fixincl.x: Regenerate.
1806         * tests/base/sys/cdefs.h: Update for new test.
1808 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1810         * inclhack.def (lynx_void_int): Remove.
1811         (lynxos_fcntl_proto): Remove.
1812         (lynxos_no_warning_in_sys_time_h): New fix.
1813         (lynxos_missing_putenv): New fix.
1814         * fixincl.x: Regenerate.
1815         * tests/base/fcntl.h: Remove.
1816         * tests/base/sys/time.h: Update from test area.
1817         * tests/base/curses.h: Likewise.
1818         * tests/base/stdlib.h: Likewise.
1820 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1822         * inclhack.def: Suppress exception_structure and math_exception
1823         for NetWare headers.
1824         * fixincl.x: Regenerate.
1826 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1828         * .cvsignore: New.
1829         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1830         autoconfiscated.
1831         * configure.ac: New.
1832         * config.h.in: Generate.
1833         * configure: Generate.
1834         * aclocal.m4: New.
1835         * fixlib.h: Remove inclusions of gcc files.
1836         * system.h: New.
1838         Other files copied from gcc/fixinc.