Add a testcase for PR tree-optimization/67077
[official-gcc.git] / fixincludes / ChangeLog
blobe22e7c62c76e7fa9749778690c252a520e4c052d
1 2015-07-28  Eric Gallager  <egall@gwmail.gwu.edu>
3         * check.tpl: Ignore .DS_Store directories.
5 2015-05-21  David Edelsohn  <dje.gcc@gmail.com>
7         * inclhack.def (aix_externc): New fix.
8         (aix_externcpp[12]): New fix.
9         * fixincl.x: Regenerate.
10         * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
11         * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
12         * test/base/fcntl.h: New file.
14 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
16         * aclocal.m4: Regenerated with automake-1.11.6.
18 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
20         * mkfixinc.sh: Add *-musl* with no fixes.
22 2015-03-28  John David Anglin  <danglin@gcc.gnu.org>
24         PR libstdc++/65500
25         * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
26         * fixincl.x: Regenerate.
27         * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
29 2015-02-16  Daniel Richard G.  <skunk@iskunk.org>
31         PR bootstrap/48009
32         PR bootstrap/53348
33         * inclhack.def (aix_strtof_const): New fix.
34         * fixincl.x: Regenerate.
35         * tests/base/stdlib.h: New test.
37 2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39         * inclhack.def (solaris_math_11): New fix.
40         * fixincl.x: Regenerate.
41         * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
43 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
45         PR bootstrap/53348
46         * inclhack.def (aix_pthread): Accept tab after define.
47         * fixincl.x: Regenerate.
49 2015-01-24  Bruce Korb  <bkorb@gnu.org>
51         * README: add some clarification on use of test_text
53 2014-12-21  Bruce Korb  <bkorb@gnu.org>
55         * fixincludes/fixincl.tpl: add handling for "sum" selection
56         criteria and clean up layout
57         * fixincludes/fixlib.h: enumerate TT_CKSUM test type
58         * fixincludes/fixincl.c (fix_applies): add code to handle
59         the new test type
60         (cksum_test): function to handle it
61         * fixincludes/README: doc it and remove explanations from
62         more than a decade ago.
64 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
66         * server.c (server_setup): Check return value of
67         getcwd and in case of error set buff[0] to 0.
69 2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
71         * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
72         * fixincl.x: Regenerate.
74 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
76         * inclhack.def (complier_h_tradcpp): Remove.
77         * fixincl.x: Regenerate.
78         * tests/base/linux/compiler.h: Remove.
80 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
82         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
83         (solaris_int_types): Remove.
84         (solaris_longjmp_noreturn): Remove.
85         (solaris_mutex_init_2): Remove.
86         (solaris_once_init_2): Remove.
87         (solaris_sys_va_list): Remove.
88         * fixincl.x: Regenerate.
89         * tests/base/iso/setjmp_iso.h: Remove.
90         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
91         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
92         solaris_once_init_2.
93         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
94         * tests/base/sys/int_types.h: Remove.
95         * tests/base/sys/va_list.h: Remove.
97 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
99         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
101 2013-12-07  Bruce Korb  <bkorb@gnu.org>
103         * inclhack.def: many of the headers found under "bits/" are
104         often stashed under architecture directories.  Apply fixes
105         to those, too.  Also, re-ordered misordered fixes.
106         * tests/base/linux/vt.h: 80 columns in .def file limitation
107         * tests/base/iso/math_c99.h: adjust ordering
108         * tests/base/rtldef/string.h: likewise
109         * tests/base/bits/fenv.h: likewise
110         * tests/base/pthread.h: likewise
112 2013-12-06  Richard Biener  <rguenther@suse.de>
114         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
115         being not compatible with C++.
116         * fixincl.x: Regenerate.
117         * tests/base/linux/vt.h: New test.
119 2013-09-20  Alan Modra  <amodra@gmail.com>
121         * configure: Regenerate.
123 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
125         * inclhack.def (aix_assert): New fix.
126         * fixincl.x: Regenerate.
127         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
129 2013-07-06  Bruce Korb  <bkorb@gnu.org>
131         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
132         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
134 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
136         * inclhack.def (complier_h_tradcpp): New.
137         * fixincl.x: Rebuilt.
138         * tests/base/linux/compiler.h: New.
140 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
142         * inclhack.def (solaris_pow_int_overload): Update comment.
143         Change guard to match <cmath>.
144         * fixincl.x: Regenerate.
145         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
146         Matching change.
148 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
150         * inclhack.def (aix_null): New.
151         (void_null): Update replacement definition of NULL.
152         * fixincl.x: Regenerate.
153         * tests/base/curses.h: Update for new fix.
155 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
157         * inclhack.def (feraiseexcept_nosse_invalid): New.
158         (feraiseexcept_nosse_divbyzero): Likewise.
159         * fixincl.x: Rebuilt.
160         * tests/base/bits/fenv.h: New.
162 2013-01-14  Richard Biener  <rguenther@suse.de>
164         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
166 2012-10-29  Bruce Korb  <bkorb@gnu.org>
168         * README: testing wrap and replacement fixes is pointless.
169         * fixincl.c: export verbosity enumerations to fixlib.h
170         (run_compiles): mark replacement fixes to be skipped when
171         in testing mode
172         * fixlib.h: add a test mode and enumerations from fixincl.c
173         * check.tpl: set TEST_MODE in environment
174         * fixopts.c (initialize_opts): check for TEST_MODE in environment
175         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
176         darwin_9_long_double_funcs_2.  It is not a replacement fix.
177         * fixincl.x: regenerate
178         * tests/base/ioLib.h: the need for this is now exposed, so add it.
179         * tests/base/architecture/ppc/math.h: the correct result is now needed.
181 2012-10-29  Robert Mason  <rbmj@verizon.net>
183         * fixinc.in: Omit machine name checks for vxworks
184         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
185         (AAB_vxworks_regs_vxtypes): another
186         (AAB_vxworks_stdint): yet another
187         (AAB_vxworks_unistd): and another
188         (vxworks_ioctl_macro): reformatting fix
189         (vxworks_mkdir_macro): again
190         (vxworks_regs): and again
191         (vxworks_write_const): and again
192         * tests/base/ioLib.h: new test result
193         * tests/base/math.h: likewise
194         * tests/base/sys/stat.h: likewise
195         * tests/base/testing.h: and again
197 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
199         * inclhack.def (AAB_aix_fcntl): New fix.
200         * fixincl.x: Regenerate.
202 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
204         * inclhack.def (aix_mutex_initializer_1): New fix.
205         (aix_cond_initializer_1): New fix.
206         (aix_rwlock_initializer): New fix.
207         * fixincl.x: Regenerate.
208         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
209         [AIX_COND_INITIALIZER_1_CHECK]: New.
210         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
212 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
214         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
215         gcc_AC_FUNC_MMAP_BLACKLIST.
216         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
217         * aclocal.m4: Regenerate.
218         * configure: Regenerate.
220 2012-04-24  Tristan Gingold  <gingold@adacore.com>
222         * fixincl.c (fix_with_system): Add missing specifier.
223         * configure.ac: Default to twoprocess on vms.
224         * configure: Regenerate.
226 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
228         * inclhack.def (aix_malloc): New.
229         * fixincl.x: Regenerate.
230         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
232 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
234         PR other/52626
235         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
236         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
238 2012-03-15  Tristan Gingold  <gingold@adacore.com>
240         * README (EXAMPLES OF FIXES): Update.
242 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
244         * inclhack.def (math_exception): Remove duplicate.
245         (solaris_cond_init): Remove.
246         (solaris_sys_va_list): Remove Solaris 8 support.
247         * fixincl.x: Regenerate.
248         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
250 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
252         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
253         (irix___restrict): Remove.
254         (irix___generic1): Remove.
255         (irix___generic2): Remove.
256         (irix_asm_apostrophe): Remove.
257         (irix_complex): Remove.
258         (irix_pthread_init): Remove.
259         (irix_socklen_t): Remove.
260         (irix_stdint_c99_mode): Remove.
261         (irix_stdint_c99_types): Remove.
262         (irix_stdint_c99_macros): Remove.
263         (irix_stdio_va_list): Remove IRIX 6.5 support.
264         (irix_wcsftime): Remove.
265         (stdio_va_list): Remove IRIX 6.5 support.
266         (svr4_profil): Remove IRIX bypass.
267         * fixincl.x: Regenerate.
269         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
270         * tests/base/internal/math_core.h: Remove.
271         * tests/base/internal/sgimacros.h: Remove.
272         * tests/base/internal/wchar_core.h: Remove.
273         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
274         support.
275         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
276         * tests/base/stdint-irix65.h: Remove.
277         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
278         * tests/base/sys/asm.h: Remove.
279         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
281 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
283         * inclhack.def (alpha___extern_prefix): Remove.
284         (alpha___extern_prefix_standards): Remove.
285         (alpha___extern_prefix_sys_stat): Remove.
286         (alpha_bad_lval): Remove.
287         (alpha_pthread): Remove.
288         (alpha_pthread_gcc): Remove.
289         (alpha_pthread_init): Remove.
290         * fixincl.x: Regenerate.
291         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
292         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
293         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
294         * tests/base/standards.h: Remove.
295         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
296         Remove.
297         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
298         [ALPHA_BAD_LVAL_CHECK]: Remove.
300 2012-03-12  Tristan Gingold  <gingold@adacore.com>
302         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
303         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
304         (vms_no_64bit_getopt, vms_forward_declare_struct)
305         (vms_use_fast_setjmp): New fixes.
306         * fixincl.x: Regenerate.
307         * tests/base/rtldef/string.h: Update.
308         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
309         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
310         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
312 2012-01-11  Bruce Korb <bkorb@gnu.org>
313             Steven G. Kargl  <kargl@gcc.gnu.org>
314             Andreas Tobler  <andreast@fgznet.ch>
316         PR bootstrap/51705
317         PR preprocessor/51776
318         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
319         * fixincl.x: Regenerate.
320         * tests/base/sys/cdefs.h: Update.
322         * genfixes: Remove the 'Ver.' from the version check.
324 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
326         * configure: Regenerate.
328 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
330         * configure: Regenerate.
332 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
334         * inclhack.def (aix_once_init_[12]): New fixes.
335         * fixincl.x: Regenerate.
336         * tests/base/pthread.h: Update.
338 2011-10-25  Mike Stump  <mikestump@comcast.net>
340         PR target/48851
341         * inclhack.def (void_null): New bypass.
342         * fixincl.x: Regenerate.
344 2011-09-26  Tristan Gingold  <gingold@adacore.com>
346         * inclhack.def (ms_define_can_use_extern_prefix):
347         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
348         New fixes.
349         * fixincl.x: Regenerate.
350         * tests/base/rtldef/string.h: New test.
351         * tests/base/rtldef/decc$types.h: Likewise.
352         * tests/base/testing.h: Update
354 2011-09-22  Tristan Gingold  <gingold@adacore.com>
356         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
358 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
360         PR libstdc++/50153
361         * inclhack.def (hpux11_abs): Extend to all hpux machines.
362         * fixincl.x: Regenerate.
364 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
365             Marc Glisse  <marc.glisse@normalesup.org>
367         PR libstdc++-v3/1773
368         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
369         (solaris_longjmp_noreturn, solaris_pow_int_overload)
370         (solaris_std___filbuf): New fixes.
371         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
372         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
373         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
375 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
377         PR c++/49347
378         * inclhack.def (solaris_posix_spawn_restrict): New fix.
379         * fixincl.x: Regenerate.
380         * tests/base/spawn.h: New test.
382 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
384         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
385         * configure: Regenerate.
386         * config.h.in: Regenerate.
388 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
390         * inclhack.def (aix_net_if_arp): New fix.
391         * fixincl.x: Regenerate.
392         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
394 2011-05-17  Tristan Gingold  <gingold@adacore.com>
396         * inclhack.def (solaris_complex_cxx): Fix syntax.
397         * fixincl.x: Regenerate.
399 2011-05-17  Tristan Gingold  <gingold@adacore.com>
401         * check.tpl: Shell-quote testing file.
403 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
405         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
407 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
409         PR other/46202
410         * Makefile.in (install-strip): New phony target.
411         (all, check, install): Also mark as phony.
413 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
415         * inclhack.def (irix_pthread_init): New fix.
416         * fixincl.x: Regenerate.
417         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
419 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
421         PR c++/46024
422         * inclhack.def (solaris_sys_va_list): New fix.
423         * fixincl.x: Regenerate.
424         * tests/base/sys/va_list.h: New test.
426 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
428         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
429         * fixincl.x: Regenerate.
431 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
433         * inclhack.def (solaris_cond_init): New fix.
434         * fixincl.x: Regenerate.
435         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
436         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
438 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
440         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
441         * fixincl.x: Regenerate.
442         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
443         * tests/base/sys/feature_tests.h: New file.
445 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
446             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
448         PR bootstrap/42798
449         * configure.ac: Check for declaration of 'basename(char *)'.
450         * configure: Regenerate.
452 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
454         * inclhack.def (alpha_wchar): Remove.
455         * fixincl.x: Regenerate.
456         * tests/base/wchar.h: Remove.
458 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
460         * aclocal.m4: Regenerate.
462 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
464         * inclhack.def (alpha_assert): Allow for more whitespace in
465         select.
466         * fixincl.x: Regenerate.
468 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
470         PR target/40722
471         * mkfixinc.sh: Revert the last change for mingw.
473 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
475         * inclhack.def (glibc_strncpy): New fix.
476         * fixincl.x: Regenerate.
477         * tests/base/bits/string2.h: Update.
479 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
481         PR target/40722
482         * mkfixinc.sh: Fix stdlib.h for mingw.
484 2010-02-19  Bruce Korb  <bkorb@gnu.org>
486         * inclhack.def: remove vestiges of inadvertently committed changes
488 2010-02-10  Bruce Korb  <bkorb@gnu.org>
490         * README: fix up references to old gcc/fixinc directory
492 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
494         * inclhack.def (solaris_int_limits_3): New fix.
495         * fixincl.x: Regenerate.
496         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
497         test.
499         * inclhack.def (solaris_int_const, solaris_int_limits_1,
500         solaris_int_limits_2 ): Applies to Solaris 2 in general.
501         Remove select.
502         Add mach for *-*-solaris2*.
503         Change second c_fix_arg to select.
504         Remove #pragma ident from test_text.
505         * fixincl.x: Regenerate.
506         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
507         #pragma trigger text.
508         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
509         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
511 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
513         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
514         (aix_stdint_2): Likewise.
515         (aix_stdint_3): Likewise.
516         (aix_stdint_4): Likewise.
517         (aix_stdint_5): Likewise.
518         (darwin_stdint_1): Add stdint-darwin.h to files.
519         (darwin_stdint_2): Likewise.
520         (darwin_stdint_3): Likewise.
521         (darwin_stdint_4): Likewise.
522         (darwin_stdint_5): Likewise.
523         (darwin_stdint_6): Likewise.
524         (darwin_stdint_7): Likewise.
525         (hpux_c99_intptr): Add stdint-hpux11.h to files.
526         (hpux_c99_inttypes): Likewise.
527         (hpux_c99_inttypes2): Likewise.
528         (hpux_stdint_least_fast): Likewise.
529         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
530         (irix_stdint_c99_types): New fix.
531         (irix_stdint_c99_macros): New fix.
532         (newlib_stdint_1): Add stdint-newlib.h to files.
533         (newlib_stdint_2): Likewise.
534         fixincl.x: Regenerate.
535         tests/base/stdint-aix.h: New file.
536         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
537         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
538         tests/base/stdint-aix.h: ... here.
539         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
540         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
541         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
542         tests/base/stdint-darwin.h: New file.
543         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
544         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
545         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
546         tests/base/stdint-darwin.h: ... here.
547         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
548         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
549         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
550         tests/base/stdint-hpux11.h: New file.
551         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
552         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
553         tests/base/stdint-hpux11.h: ... here.
554         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
555         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
556         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
557         IRIX_STDINT_C99_MODE_CHECK.
558         tests/base/stdint-irix65.h: New file.
559         tests/base/stdint-newlib.h: New file.
560         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
561         NEWLIB_STDINT_2_CHECK]: Moved ...
562         tests/base/stdint-newlib.h: ... here.
564 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
566         * configure: Regenerate.
568 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
570         * inclhack.def (hpux_stdint_least_fast): Simplify.
571         * fixincl.x: Regenerate.
572         * tests/base/stdint.h: Update.
574 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
576         * inclhack.def (isc_fmod, isc_omits_with_stdc)
577         (nested_sys_limits, sco_math): Remove.
578         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
579         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
580         * tests/base/sys/limits.h: Remove.
581         * fixincl.x: Regenerate.
583 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
585         PR testsuite/29737
586         PR bootstrap/35938
587         PR testsuite/39655
588         * check.tpl: Fix typos.
589         * README: Likewise.  Also, document that 'select' uses ERE.
590         * mkheaders.in: Update copyright years in --version output.
591         * inclhack.def (sco_math): Add missing final newline in sed
592         script 'a', 'c', or 'i' commands, for BSD sed.
593         (sco_math): In the text of 'a', 'c', or 'i' sed
594         commands, prepend leading white space with a backslash to avoid
595         the whitespace to be removed by BSD sed.
596         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
597         (x11_new): Fix sed expression, for BSD sed.
598         (glibc_mutex_init): Fix newlines in sed 's' command replacement
599         part, for GNU sed 3.02 and Solaris sed.
600         (glibc_mutex_init): Replace unportable \+ sed regex operator
601         with \{1,\}.
602         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
603         alternation \| regex operator.
604         (solaris_complex): Remove superfluous backslashes from
605         replacement string.  Replace \+ operator with \{1,\}.
606         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
607         * fixincl.x: Regenerate.
609 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
611         PR libfortran/41169
612         * inclhack.def (irix_complex): New fix.
613         (solaris_complex): Likewise.
614         * fixincl.x: Regenerate.
615         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
616         New tests.
618 2009-08-28   Bruce Korb <bkorb@gnu.org>
619              Steve Ellcey  <sje@cup.hp.com>
621         * README (files): Describe files entry.
622         * inclhack.def (hpux_stdint_least): Remove.
623         (hpux_stdint_fast): Remove.
624         (hpux_stdint_fast): Remove.
625         (hpux_stdint_least_fast): New.
626         (hpux_inttype_int_least8_t): Remove.
627         (hpux_inttype_int8_t): Modify.
628         * fixincl.x: Regenerate.
629         * tests/base/stdint.h: Update.
630         * tests/base/sys/_inttypes.h: Update.
632 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
634         * inclhack.def (hpux_imaginary_i): Remove spaces.
635         * fixincl.x: Regenerate.
636         * tests/base/stdint.h: Update AIX fixes. 
637         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
639 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
641         * configure.ac (AC_PREREQ): Bump to 2.64.
643 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
645         * aclocal.m4: Regenerate.
646         * configure: Regenerate.
647         * config.h.in: Regenerate.
649 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
651         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
652         redefine I.
653         * (aix_stdint_[12345]): New fixes.
654         * fixincl.x: Regenerate.
655         * tests/base/complex.h: Update check.
656         * tests/base/stdint.h: Add AIX stdint.h checks.
658 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
660         * inclhack.def (hpux_imaginary_i): New fix.
661         * fixincl.x: Regenerate.
662         * tests/base/complex.h: New file.
664 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
666         * inclhack.def (aix_complex): New fix.
667         * fixincl.x: Regenerate.
669 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
671         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
672         (hpux_inttype_int8_t): Likewise.
673         * fixincl.x: Regenerate.
675 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
677         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
678         New variables.
679         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
680         Use them.
682 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
684         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
685         darwin_stdint_7): New fixes.
686         * fixincl.x: Regenerate.
687         * tests/base/stdint.h: Adjust test for new fixes.
689 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
691         * inclhack.def (solaris_int_types): New fix.
692         * fixincl.x: Regenerate.
693         * tests/base/sys/int_types.h: New file.
695 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
697         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
698         darwin_stdint_4): New fixes.
699         * tests/base/stdint.h: Adjust test results for new fixes.
700         * fixincl.x: Regenerate.
702 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
704         * inclhack.def (solaris_int_const): New fix.
705         (solaris_int_limits_1): Likewise.
706         (solaris_int_limits_2): Likewise.
707         * fixincl.x: Regenerate.
708         * tests/base/sys/int_const.h: New file.
709         * tests/base/sys/int_limits.h: Likewise.
711 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
713         * inclhack.def (glibc_tgmath): Correct bypass.
714         * fixincl.x: Regenerate.
716 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
718         * inclhack.def (hpux11_uint32_c): Remove.
719         (hpux_long_double): Disable on hpux11.3*.
720         (hpux_long_double_2): New.
721         (hpux_c99_intptr): New.
722         (hpux_c99_inttypes): New.
723         (hpux_c99_inttypes2): New.
724         (hpux_stdint_least): New.
725         (hpux_stdint_fast): New.
726         (hpux_inttype_int_least8_t): New.
727         (hpux_inttype_int8_t): New.
728         * fixincl.x: Regenerate.
729         * tests/base/sys/_inttypes.h: New.
730         * tests/base/inttypes.h: Update.
731         * tests/base/stdlib.h: Update.
732         * tests/base/stdint.h: Update.
734 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
736         * inclhack.def (glibc_stdint): New fix.
737         * fixincl.x: Regenerate.
738         * tests/base/stdint.h: Update.
740 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
742         * Makefile.in: Change copyright header to refer to version
743         3 of the GNU General Public License and to point readers at the
744         COPYING3 file and the FSF's license web page.
745         * fixfixes.c: Likewise.
746         * fixinc.in: Likewise.
747         * fixincl.c: Likewise.
748         * fixlib.c: Likewise.
749         * fixlib.h: Likewise.
750         * fixopts.c: Likewise.
751         * fixtests.c: Likewise.
752         * genfixes: Likewise.
753         * mkheaders.in: Likewise.
754         * system.h: Likewise.
756 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
758         PR c/448
759         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
760         * fixincl.x: Regenerate.
761         * tests/base/stdint.h: Update.
763 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
765         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
766         Update.
768 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
770         PR c/456
771         PR c/5675
772         PR c/19976
773         PR c/29116
774         PR c/31871
775         PR c/35198
776         * inclhack.def (glibc_tgmath): New fix.
777         * fixincl.x: Regenerate.
778         * tests/base/tgmath.h: New.
780 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
782         * inclhack.def (aix_syswait, exception_structure,
783         pthread_page_size): Remove.
784         (math_exception): Remove mention of fixproto in comment.
785         * fixincl.x: Regenerate.
786         * mkheaders.in: Do not handle STMP_FIXPROTO.
788 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
790         * server.c (run_shell): Quote directory name passed to cd.
792 2009-03-01  Bruce Korb  <bkorb@gnu.org>
793         Apply a positively ancient patch:
795         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
797         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
798         * tests/base/net/if.h: Add new test.
800 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
802         * tests/base/locale.h: Add new test.
803         * tests/base/stdarg.h: Likewise.
805 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
807         * inclhack.def (hpux_spu_info):  Add files line.
808         * fixincl.x: Regenerate.
810 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
812         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
813         in case of C.
814         * fixincl.x: Regenerate.
816 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
818         PR target/35460
819         * inclhack.def (openbsd_va_start): Use __builtin_va_start
820         for OpenBSD.
821         * fixincl.x: Regenerate.
823 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
825         * configure: Regenerate.
827 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
829         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
830         * fixincl.x: Regenerate.
832 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
834         * configure.ac: Fix a typo.
835         * configured: Regenerate.
837 2008-09-06  Bruce Korb  <bkorb@gnu.org>
839         * fixincl.tpl (sed): make the program executable configurable.
840         Some platforms have some rather oddball defaults.
841         * config.h.in (SED_PROGRAM): define the default sed.
842         * fixincl.x: regenerated
843         * tests/base/internal/wchar_core.h: fix bad sample text
844         * tests/base/math.h: fix bad sample text
845         * configure.ac: search for working sed
846         * inclhack.def (glibc_mutex_init): fix non-portable construct
847         and re-order a few misordered entries.
849 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
851         * configure: Regenerate.
853 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
855         * inclhack.def (AAB_svr4_replace_byteorder,
856         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
857         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
858         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
859         solaris_mutex_init_1, solaris_socket, solaris_unistd,
860         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
861         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
862         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
863         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
864         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
865         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
866         windiss_math2, windiss_valist): Remove.
867         * fixincl.x: Regenerate.
868         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
869         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
870         powerpc-*-eabiaix*): Remove.
871         * tests/base/math.h: Update.
872         * tests/base/pthread.h: Update.
873         * tests/base/stdio.h: Update.
874         * tests/base/stdlib.h: Update.
875         * tests/base/string.h: Update.
876         * tests/base/strings.h: Update.
877         * tests/base/sys/file.h: Update.
878         * tests/base/sys/limits.h: Update.
879         * tests/base/sys/socket.h: Update.
880         * tests/base/sys/stat.h: Update.
881         * tests/base/sys/time.h: Update.
882         * tests/base/testing.h: Update.
883         * tests/base/unistd.h: Update.
884         * tests/base/_G_config.h: Remove.
885         * tests/base/arpa: Remove directory.
886         * tests/base/fs: Remove directory.
887         * tests/base/locale.h: Remove.
888         * tests/base/machine: Remove directory.
889         * tests/base/rpc/svc.h: Remove.
890         * tests/base/sys/ioctl.h: Remove.
891         * tests/base/sys/regset.h: Remove.
892         * tests/base/sys/times.h: Remove.
893         * tests/base/sys/utsname.h: Remove.
894         * tests/base/widec.h: Remove.
896 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
898         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
899         * tests/base/iso/math_c99.h: Update.
900         * fixincl.x: Regenerate.
902 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
904         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
905         posix_types_64.
906         * fixincl.x: Regenerate.
908 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
910         * fixincl.c (fix_with_system): Cast pointer difference to long.
911         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
913 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
915         PR bootstrap/35457
916         * Makefile.in: Rewrite aclocal.m4 rule.
917         * aclocal.m4: Regenerate.
918         * configure: Regenerate.
920 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
922         PR c++/20366
923         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
924         * fixincl.x: Regenerate.
925         * tests/base/stdio.h: Add test.
927 2008-02-25  Ben Elliston  <bje@au.ibm.com>
929         PR other/32948
930         * fixincl.c (fix_applies): Remove unused variable `name_len'.
932 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
934         * inclhack.def (solaris_math_10): New.
935         * tests/base/iso/math_c99.h: Update.
937         * fixincl.x: Regenerate.
939 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
941         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
942         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
943         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
944         quotes around mach entries.
945         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
946         to GPLv3.
948 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
950         PR other/31405
951         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
952         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
953         __extern_inline|__GNU_STDC_INLINE__.
954         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
955         <bypass>: Change from __STDC_VERSION__ to
956         __extern_inline|__GNU_STDC_INLINE__.
957         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
958         appending attribute-gnu_inline.
959         <second c_fix_arg>: Remove.
960         <test_text>: Remove __extern_inline line.
961         * tests/base/features.h: Re-add.
962         * tests/base/sys/sysmacros.h: Adjust.
963         * fixincl.x: Regenerate.
965 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
967         Revert last change.
969 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
971         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
972         * fixincl.x: Regenerate.
973         * tests/base/wchar.h: Update.
974         * tests/base/features.h: New.
976 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
978         PR target/33700
979         * inclhack.def (hpux11_pthread_const): New.
980         * fixincl.x: Regenerate.
981         * tests/base/sys/pthread.h: Update.
983 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
985         * configure.ac: x86_64 mingw target uses twoprocess.
986         * mkfixinc.sh: Add x86_64 mingw target.
987         * configure: Regenerate.
989 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
991         * inclhack.def (darwin_externc): New.
992         * fixincl.x: Regenerate.
993         * tests/base/mach-o/swap.h: New.
995 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
997         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
998         Delete fixes.
999         * tests/base/iso/math_c99.h: Delete associated test baselines.
1000         * fixincl.x: Regenerate.
1002 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
1004         PR target/30058
1005         * inclhack.def (netbsd_c99_inline_2): New.
1006         * fixincl.x: Regenerate.
1007         * tests/base/signal.h: Update.
1009 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1011         PR target/32641
1013         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1014         solaris_math_7): Constify and make FP exception-safe.
1015         * tests/base/iso/math_c99.h: Update.
1017         * fixincl.x: Regenerate.
1019 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1021         PR libgcj/28190
1022         * inclhack.def (irix_stdint_c99): New fix.
1023         * fixincl.x: Regenerate.
1024         * tests/base/stdint.h: New test.
1026 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
1028         PR testsuite/31828
1029         * inclhack.def (hppa_hpux_fp_macros): New.
1030         * fixincl.x: Regenerate.
1031         * tests/base/math.h: Update.
1033 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1035         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1036         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1037         __STDC_VERSION__ < 199901L.
1038         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1039         with #ifdef __GNUC_GNU_INLINE__.
1040         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
1041         with defined(__GNUC_STDC_INLINE__).
1042         (glibc_c99_inline_4): Change select, add second c_fix_arg.
1043         Replace #if __STDC_VERSION__ < 199901L with
1044         #ifdef __GNUC_GNU_INLINE__.
1045         * fixincl.x: Regenerated.
1046         * tests/base/bits/string2.h: Update.
1047         * tests/base/sys/sysmacros.h: Update.
1048         * tests/base/sys/stat.h: Update.
1050 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
1052         PR target/30058
1053         * inclhack.def (netbsd_c99_inline_1): New.
1054         * fixincl.x: Regenerate.
1055         * tests/base/signal.h: New.
1057 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1059         * Makefile.in: Add dummy "install-info" target.
1061 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
1063         * mkheaders.in: Fix headers for each multilib required.
1065 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1067         * Makefile.in: Add dummy install-pdf target.
1069 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
1071         * mkheaders.in (incdir): Use include-fixed not include.
1073 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1075         * Makefile.in: Added "pdf" target to .PHONY.
1077 2007-02-05  Richard Guenther  <rguenther@suse.de>
1079         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1080         with older glibc.  Adjust version number for C99.
1081         * fixincl.x: Regenerated.
1083 2007-02-04  Mike Stump  <mrs@apple.com>
1085         * mkheaders.in: Allow optional isysroot parameter.
1087 2007-02-03  Bruce Korb <bkorb@gnu.org>
1089         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1090         surrounded by space characters.
1092 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1094         PR target/30272
1095         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1096         * fixincl.x: Regenerate.
1097         * tests/base/math.h: Update.
1099 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1100             Daniel Franke <franke.daniel@gmail.com>
1102         PR target/30008
1103         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1104         of a vertical bar ("|").
1105         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1106         matching.  Set SKIP_TEST flag if we are not to run a test.
1107         * fixincl.x: Regenerate.
1108         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1109         kandr_concat, sco_math): Replace lists of specfic file names by search
1110         patterns.
1112 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1114         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1115         targets for which a no-op fixer is appropriate.
1117 2006-11-07  Richard Guenther  <rguenther@suse.de>
1119         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1120         systems.
1121         * fixincl.x: Regenerate.
1123 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1125         * inclhack.def (glibc_c99_inline_1): New.
1126         * inclhack.def (glibc_c99_inline_2): New.
1127         * inclhack.def (glibc_c99_inline_3): New.
1128         * inclhack.def (glibc_c99_inline_4): New.
1129         * fixincl.x: Regenerate.
1130         * tests/base/bits/string2.h: New.
1131         * tests/base/sys/sysmacros.h: New.
1132         * tests/base/sys/stat.h: Update.
1134 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1136         * tests/base/sys/socket.h: Update.
1138 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1140         * inclhack.def (hpux11_extern_sendfile): New.
1141         (hpux11_extern_sendpath): New.
1142         * fixincl.x: Regenerate.
1144 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1146         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1147         * fixincl.x: Regenerate.
1149 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1151         * Makefile.in: Added empty "pdf" target.
1153 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1155         PR target/29300
1156         * inclhack.def (hpux_pthread_initializers): New hack.
1157         * tests/base/sys/pthread.h: New file.
1159         * fixincl.x: Regenerate.
1161 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1163         * inclhack.def (glibc_mutex_init): Also fix
1164         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1165         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1166         * tests/base/pthread.h: Update.
1168         * fixincl.x: Regenerate.
1170 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1172         * inclhack.def (glibc_mutex_init): New fix.
1173         * tests/base/pthread.h: Update.
1175         * fixincl.x: Regenerate.
1177 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1179         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1180         Prevent it from running on solaris10 or later.
1181         (solaris_once_init_2): Fix comment.
1182         * tests/base/pthread.h: Update.
1184         * fixincl.x: Regenerate.
1186 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1188         * inclhack.def (solaris_once_init_2): New fix.
1189         * tests/base/pthread.h: Update.
1191         * fixincl.x: Regenerate.
1193 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1195         * inclhack.def (solaris_mutex_init_2): Remove test for
1196         PTHREAD_RWLOCK_INITIALIZER.
1197         (solaris_rwlock_init_1): New.
1198         * tests/base/pthread.h: Update.
1200         * inclhack.def (solaris_once_init_1): New.
1201         * tests/base/pthread.h: Adjust for new fix.
1203         * fixincl.x: Regenerate.
1205 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1207         * tests/base/errno.h: New file.
1208         * tests/base/architecture/ppc/math.h: Likewise.
1209         * tests/base/ia64/sys/getppdp.h: Likewise.
1211 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1213         PR bootstrap/20437
1214         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1215         before autoconf or autoheader call.
1217 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1219         PR target/28084
1220         * inclhack.def (hpux_extern_errno): New.
1221         * fixincl.x: Regenerate.
1223 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1225         * Makefile.in: Add dvi info html and install-html to .PHONY
1226         Add install-html target.
1228 2006-05-16  Mike Stump  <mrs@apple.com>
1230         * configure.ac: Add -Wno-overlength-strings.
1231         * configure: Regenerate.
1233 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1235         * README: Fix typo.
1237 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1239         PR target/26189
1240         * inclhack.def (hpux_spu_info): New.
1241         * fixincl.x: Regenerate
1243 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1245         * configure.ac: Check for asprintf, basename, vasprintf.
1246         * config.h.in: Regenerate.
1247         * configure: Regenerate.
1249 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1251         PR target/15642
1252         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1253         __APPLE_CC_ as 1345.
1254         (broken_nan): New.
1255         * fixincl.x: Regenerate.
1257 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1259         * fixincl.c (write_replacement): "here strings" in AutoGen
1260         often/generally don't have a terminating newline.  Check the
1261         last byte for '\n'.
1263 2005-11-13  Andreas Jaeger  <aj@suse.de>
1265         * check.tpl: Handle CVS additionally.
1267 2005-11-05  Andreas Jaeger  <aj@suse.de>
1269         * check.tpl: Adopt for move to subversion.
1271 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1273         PR c++/23139
1274         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1275         fixes.
1276         * fixincl.x: Regenerate.
1277         * tests/base/bits/huge_val.h: New file.
1279 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1281         * All files: Update with new FSF address.
1283 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1285         * Makefile.in (WARN_CFLAGS): New.
1286         (.c.o): Add $(WARN_CFLAGS).
1287         * aclocal.m4: Include ../config/warnings.m4.
1288         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1289         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1290         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1291         * fixopts.c (initialize_opts): Fix old-style definintion.
1293         * configure: Regenerate.
1295 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1297         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1298         (AAB_darwin7_9_long_double_funcs_2): New.
1299         * fixincl.x: Regenerate.
1301 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1303         PR libfortran/15266
1304         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1305         Use double quotes in select so \t matches tabs.
1306         Add IRIX testcase.
1307         * fixincl.x: Regenerate.
1308         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1310 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1312         PR target/21683
1313         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1315 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1316             Joseph S. Myers  <joseph@codesourcery.com>
1318         PR target/19933
1319         PR target/21315
1320         * inclhack.def: New fixes solaris_math_[1-9].
1321         * fixincl.x: Regenerate.
1322         * tests/base/iso/math_c99.h: New.
1324 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1326         * aclocal.m4: Remove superfluous reference to accross.m4.
1328 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1330         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1331         * server.c (load_data): Likewise.
1332         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1333         * fixincl.c: #include <sys/wait.h>
1334         (run_compiles): Use XCNEWVEC instead of xcalloc.
1335         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1336         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1338 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1340         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1341         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1342         * fixincl.x: Regenerate.
1344 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1345         Joseph S. Myers <joseph@codesourcery.com>
1347         * fixinc/inclhack.def: Correct backslashes
1348         * fixinc/fixincl.x: regen
1350 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1352         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1353         libiberty functions.
1355 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1357         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1358         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1359         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1360         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1361         _unlocked function.
1362         (fwrite_unlocked): Fix prototype.
1364         * configure, config.h.in: Regenerate.
1366 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1368         * Makefile.in: Set gcc_version directly, not via substitution.
1369         (libsubdir): Use $(gcc_version), not $(version).
1370         (mkheaders.almost): New rule.
1371         (mkheaders): Generate from mkheaders.almost.
1372         (clean): Also delete mkheaders.almost.
1373         * aclocal.m4: Do not include ../config/gcc-version.m4.
1374         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1375         mkheaders.almost from mkheaders.in.
1376         * configure: Regenerate.
1378 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1380         PR target/20166
1381         * inclhack.def: Add fix for array of incomplete structures
1382         in function prototype in pthread.h.
1383         * fixincl.x: Regenerate.
1384         * tests/base/pthread.h: Adjust.
1386 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1388         * inclhack.def (hpux_htonl): New fix.
1389         * tests/base/netinet/in.h: New test.
1390         * fixincl.x: Regenerate.
1392 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1394         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1396 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1398         PR 18458
1399         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1400         fixincl.
1402 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1404         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1405         * aclocal.m4: Include ../config/gcc-version.m4.
1406         * configure: Regenerate.
1408 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1410         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1411         (stdio_va_list): Likewise.
1412         (stdio_stdarg.h): Likewise.
1413         (solaris_stdio_tag): Add bypass.
1414         * fixincl.x: Regenerated.
1416 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1418         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1419         built fixincl program.
1420         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1421         up csh from user.
1423 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1425         * inclhack.def (alpha_pthread_init): Fix technical problems with
1426         the last check-in caused by CVS variable substitution.
1427         * fixincl.x: Likewise.
1428         * tests/base/pthread.h: Likewise.
1430 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1431             Bruce Korb  <bkorb@gnu.org>
1433         * inclhack.def (alpha_pthread_init): New fix.
1434         * fixincl.x: Regenerate.
1435         * tests/base/pthread.h: Update for new test.
1437 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1439         * fixincl.c(fix_with_system): correct misuse of variables and
1440         incorrect application of "sizeof()".
1442 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1444         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1445         svr4__p, undefine_null): Remove.
1446         * fixincl.x: Regenerate.
1447         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1448         * tests/base/sys/param.h: Remove.
1449         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1450         tests/base/sys/limits.h: Update.
1452 2004-11-12  Mike Stump  <mrs@apple.com>
1454         * Makefile.in (html): Add html generation support.
1456 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1458         * inclhack.def (sco_math): Bypass on __GNUG__.
1459         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1460         * fixincl.x: Regenerate.
1462 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1464         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1465         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1466         _CLASSIC_ANSI_TYPES.
1467         (sun_auth_proto): Bypass on __cplusplus.
1468         * fixincl.x: Regenerate.
1470 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1472         * Makefile.in (mostlyclean): Add fixinc.sh.
1473         (clean): Add mkheaders.
1474         (distclean): New.
1475         (dvi): New.
1476         (info): New.
1477         (installcheck): New.
1479 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1481         * Makefile.in (mostlyclean, distclean): New targets.
1483 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1485         * configure.ac: Add code to determine noncanonical_target,
1486         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1487         * configure: Regenerate.
1488         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1489         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1490         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1491         update for changes to fixinc.in.
1492         * Makefile.in: Add many new macros.
1493         (install): New target.
1494         (mkheaders): New target.
1495         (fixinc.sh): New target.
1496         (all): Add mkheaders and fixinc.sh.
1497         * README-fixinc: Move here from gcc/.
1499 2004-11-01  Mike Stump  <mrs@apple.com>
1501         * inclhack.def (stdio_va_list): Break out clients from here...
1502         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1503         included or ifdef va_start.
1504         * fixincl.x: Regenerate.
1506 2004-10-28  Mike Stump  <mrs@apple.com>
1508         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1509         systems.
1510         * fixincl.x: Regenerate.
1512 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1514         * inclhack.def (darwin_gcc4_breakage): New.
1515         * fixincl.x: Regenerate.
1517 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1519         PR bootstrap/17832
1521         * fixfixes.c (main): Check for _PC_NAME_MAX.
1523 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1525         PR other/17991
1527         * configure.ac: Fix typo.
1528         * configure: Regenerate.
1529         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1531 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1533         PR bootstrap/17832
1535         * fixincl.c (SIGCHLD): Remove definition.
1536         (initialize): Remove SIGIOT and SIGPIPE checks.
1537         (create_file): Fix mkdir() for Win32.
1538         (internal_fix): Use dup2() instead of fcntl().
1540         * fixlib.h (SIGQUIT): Define if undefined.
1541         (SIGIOT): Same.
1542         (SIGPIPE): Same.
1543         (SIGALRM): Same.
1544         (SIGKILL): Same.
1546         * procopen.c (chain_open): Use dup2() instead of fcntl().
1548 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1550         PR other/17991
1552         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1553         Update copyright year.
1554         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1555         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1556         do not include code for parsing options (environment vars).
1557         (fix_with_system): Use a search path for applyfix, so that you
1558         can run the test suite with two-process fixincludes.
1559         * fixopts.c: New file.
1560         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1561         to config.h.  Default to --enable-twoprocess for MinGW32.
1562         * config.h.in: Regenerate.
1563         * configure: Regenerate.
1565 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1567         * tests/base/sys/cdefs.h: Update from test area.
1569 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1571         * inclhack.def (linux_ia64_ucontext): New fix.
1572         * fixincl.x: Regenerate.
1573         * tests/base/sys/ucontext.h: New file.
1575 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1577         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1578         * tests/base/stdlib.h: Likewise.
1580 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1582         * inclhack.def (freebsd_gcc4_breakage): Add.
1583         * fixincl.x: Regenerate.
1584         * tests/base/sys/cdefs.h: Update for new test.
1586 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1588         * inclhack.def (lynx_void_int): Remove.
1589         (lynxos_fcntl_proto): Remove.
1590         (lynxos_no_warning_in_sys_time_h): New fix.
1591         (lynxos_missing_putenv): New fix.
1592         * fixincl.x: Regenerate.
1593         * tests/base/fcntl.h: Remove.
1594         * tests/base/sys/time.h: Update from test area.
1595         * tests/base/curses.h: Likewise.
1596         * tests/base/stdlib.h: Likewise.
1598 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1600         * inclhack.def: Suppress exception_structure and math_exception
1601         for NetWare headers.
1602         * fixincl.x: Regenerate.
1604 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1606         * .cvsignore: New.
1607         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1608         autoconfiscated.
1609         * configure.ac: New.
1610         * config.h.in: Generate.
1611         * configure: Generate.
1612         * aclocal.m4: New.
1613         * fixlib.h: Remove inclusions of gcc files.
1614         * system.h: New.
1616         Other files copied from gcc/fixinc.