2014-12-14 Janus Weil <janus@gcc.gnu.org>
[official-gcc.git] / fixincludes / ChangeLog
blob54945b50a89bad6e10a5eb26a09f7bde8edac3cf
1 2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
3         * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
4         * fixincl.x: Regenerate.
6 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8         * inclhack.def (complier_h_tradcpp): Remove.
9         * fixincl.x: Regenerate.
10         * tests/base/linux/compiler.h: Remove.
12 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
15         (solaris_int_types): Remove.
16         (solaris_longjmp_noreturn): Remove.
17         (solaris_mutex_init_2): Remove.
18         (solaris_once_init_2): Remove.
19         (solaris_sys_va_list): Remove.
20         * fixincl.x: Regenerate.
21         * tests/base/iso/setjmp_iso.h: Remove.
22         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
23         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
24         solaris_once_init_2.
25         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
26         * tests/base/sys/int_types.h: Remove.
27         * tests/base/sys/va_list.h: Remove.
29 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
31         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
33 2013-12-07  Bruce Korb  <bkorb@gnu.org>
35         * inclhack.def: many of the headers found under "bits/" are
36         often stashed under architecture directories.  Apply fixes
37         to those, too.  Also, re-ordered misordered fixes.
38         * tests/base/linux/vt.h: 80 columns in .def file limitation
39         * tests/base/iso/math_c99.h: adjust ordering
40         * tests/base/rtldef/string.h: likewise
41         * tests/base/bits/fenv.h: likewise
42         * tests/base/pthread.h: likewise
44 2013-12-06  Richard Biener  <rguenther@suse.de>
46         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
47         being not compatible with C++.
48         * fixincl.x: Regenerate.
49         * tests/base/linux/vt.h: New test.
51 2013-09-20  Alan Modra  <amodra@gmail.com>
53         * configure: Regenerate.
55 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
57         * inclhack.def (aix_assert): New fix.
58         * fixincl.x: Regenerate.
59         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
61 2013-07-06  Bruce Korb  <bkorb@gnu.org>
63         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
64         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
66 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
68         * inclhack.def (complier_h_tradcpp): New.
69         * fixincl.x: Rebuilt.
70         * tests/base/linux/compiler.h: New.
72 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
74         * inclhack.def (solaris_pow_int_overload): Update comment.
75         Change guard to match <cmath>.
76         * fixincl.x: Regenerate.
77         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
78         Matching change.
80 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
82         * inclhack.def (aix_null): New.
83         (void_null): Update replacement definition of NULL.
84         * fixincl.x: Regenerate.
85         * tests/base/curses.h: Update for new fix.
87 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
89         * inclhack.def (feraiseexcept_nosse_invalid): New.
90         (feraiseexcept_nosse_divbyzero): Likewise.
91         * fixincl.x: Rebuilt.
92         * tests/base/bits/fenv.h: New.
94 2013-01-14  Richard Biener  <rguenther@suse.de>
96         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
98 2012-10-29  Bruce Korb  <bkorb@gnu.org>
100         * README: testing wrap and replacement fixes is pointless.
101         * fixincl.c: export verbosity enumerations to fixlib.h
102         (run_compiles): mark replacement fixes to be skipped when
103         in testing mode
104         * fixlib.h: add a test mode and enumerations from fixincl.c
105         * check.tpl: set TEST_MODE in environment
106         * fixopts.c (initialize_opts): check for TEST_MODE in environment
107         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
108         darwin_9_long_double_funcs_2.  It is not a replacement fix.
109         * fixincl.x: regenerate
110         * tests/base/ioLib.h: the need for this is now exposed, so add it.
111         * tests/base/architecture/ppc/math.h: the correct result is now needed.
113 2012-10-29  Robert Mason  <rbmj@verizon.net>
115         * fixinc.in: Omit machine name checks for vxworks
116         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
117         (AAB_vxworks_regs_vxtypes): another
118         (AAB_vxworks_stdint): yet another
119         (AAB_vxworks_unistd): and another
120         (vxworks_ioctl_macro): reformatting fix
121         (vxworks_mkdir_macro): again
122         (vxworks_regs): and again
123         (vxworks_write_const): and again
124         * tests/base/ioLib.h: new test result
125         * tests/base/math.h: likewise
126         * tests/base/sys/stat.h: likewise
127         * tests/base/testing.h: and again
129 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
131         * inclhack.def (AAB_aix_fcntl): New fix.
132         * fixincl.x: Regenerate.
134 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
136         * inclhack.def (aix_mutex_initializer_1): New fix.
137         (aix_cond_initializer_1): New fix.
138         (aix_rwlock_initializer): New fix.
139         * fixincl.x: Regenerate.
140         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
141         [AIX_COND_INITIALIZER_1_CHECK]: New.
142         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
144 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
146         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
147         gcc_AC_FUNC_MMAP_BLACKLIST.
148         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
149         * aclocal.m4: Regenerate.
150         * configure: Regenerate.
152 2012-04-24  Tristan Gingold  <gingold@adacore.com>
154         * fixincl.c (fix_with_system): Add missing specifier.
155         * configure.ac: Default to twoprocess on vms.
156         * configure: Regenerate.
158 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
160         * inclhack.def (aix_malloc): New.
161         * fixincl.x: Regenerate.
162         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
164 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
166         PR other/52626
167         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
168         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
170 2012-03-15  Tristan Gingold  <gingold@adacore.com>
172         * README (EXAMPLES OF FIXES): Update.
174 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
176         * inclhack.def (math_exception): Remove duplicate.
177         (solaris_cond_init): Remove.
178         (solaris_sys_va_list): Remove Solaris 8 support.
179         * fixincl.x: Regenerate.
180         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
182 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
184         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
185         (irix___restrict): Remove.
186         (irix___generic1): Remove.
187         (irix___generic2): Remove.
188         (irix_asm_apostrophe): Remove.
189         (irix_complex): Remove.
190         (irix_pthread_init): Remove.
191         (irix_socklen_t): Remove.
192         (irix_stdint_c99_mode): Remove.
193         (irix_stdint_c99_types): Remove.
194         (irix_stdint_c99_macros): Remove.
195         (irix_stdio_va_list): Remove IRIX 6.5 support.
196         (irix_wcsftime): Remove.
197         (stdio_va_list): Remove IRIX 6.5 support.
198         (svr4_profil): Remove IRIX bypass.
199         * fixincl.x: Regenerate.
201         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
202         * tests/base/internal/math_core.h: Remove.
203         * tests/base/internal/sgimacros.h: Remove.
204         * tests/base/internal/wchar_core.h: Remove.
205         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
206         support.
207         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
208         * tests/base/stdint-irix65.h: Remove.
209         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
210         * tests/base/sys/asm.h: Remove.
211         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
213 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
215         * inclhack.def (alpha___extern_prefix): Remove.
216         (alpha___extern_prefix_standards): Remove.
217         (alpha___extern_prefix_sys_stat): Remove.
218         (alpha_bad_lval): Remove.
219         (alpha_pthread): Remove.
220         (alpha_pthread_gcc): Remove.
221         (alpha_pthread_init): Remove.
222         * fixincl.x: Regenerate.
223         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
224         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
225         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
226         * tests/base/standards.h: Remove.
227         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
228         Remove.
229         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
230         [ALPHA_BAD_LVAL_CHECK]: Remove.
232 2012-03-12  Tristan Gingold  <gingold@adacore.com>
234         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
235         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
236         (vms_no_64bit_getopt, vms_forward_declare_struct)
237         (vms_use_fast_setjmp): New fixes.
238         * fixincl.x: Regenerate.
239         * tests/base/rtldef/string.h: Update.
240         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
241         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
242         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
244 2012-01-11  Bruce Korb <bkorb@gnu.org>
245             Steven G. Kargl  <kargl@gcc.gnu.org>
246             Andreas Tobler  <andreast@fgznet.ch>
248         PR bootstrap/51705
249         PR preprocessor/51776
250         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
251         * fixincl.x: Regenerate.
252         * tests/base/sys/cdefs.h: Update.
254         * genfixes: Remove the 'Ver.' from the version check.
256 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
258         * configure: Regenerate.
260 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
262         * configure: Regenerate.
264 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
266         * inclhack.def (aix_once_init_[12]): New fixes.
267         * fixincl.x: Regenerate.
268         * tests/base/pthread.h: Update.
270 2011-10-25  Mike Stump  <mikestump@comcast.net>
272         PR target/48851
273         * inclhack.def (void_null): New bypass.
274         * fixincl.x: Regenerate.
276 2011-09-26  Tristan Gingold  <gingold@adacore.com>
278         * inclhack.def (ms_define_can_use_extern_prefix):
279         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
280         New fixes.
281         * fixincl.x: Regenerate.
282         * tests/base/rtldef/string.h: New test.
283         * tests/base/rtldef/decc$types.h: Likewise.
284         * tests/base/testing.h: Update
286 2011-09-22  Tristan Gingold  <gingold@adacore.com>
288         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
290 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
292         PR libstdc++/50153
293         * inclhack.def (hpux11_abs): Extend to all hpux machines.
294         * fixincl.x: Regenerate.
296 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
297             Marc Glisse  <marc.glisse@normalesup.org>
299         PR libstdc++-v3/1773
300         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
301         (solaris_longjmp_noreturn, solaris_pow_int_overload)
302         (solaris_std___filbuf): New fixes.
303         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
304         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
305         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
307 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
309         PR c++/49347
310         * inclhack.def (solaris_posix_spawn_restrict): New fix.
311         * fixincl.x: Regenerate.
312         * tests/base/spawn.h: New test.
314 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
316         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
317         * configure: Regenerate.
318         * config.h.in: Regenerate.
320 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
322         * inclhack.def (aix_net_if_arp): New fix.
323         * fixincl.x: Regenerate.
324         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
326 2011-05-17  Tristan Gingold  <gingold@adacore.com>
328         * inclhack.def (solaris_complex_cxx): Fix syntax.
329         * fixincl.x: Regenerate.
331 2011-05-17  Tristan Gingold  <gingold@adacore.com>
333         * check.tpl: Shell-quote testing file.
335 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
337         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
339 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
341         PR other/46202
342         * Makefile.in (install-strip): New phony target.
343         (all, check, install): Also mark as phony.
345 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
347         * inclhack.def (irix_pthread_init): New fix.
348         * fixincl.x: Regenerate.
349         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
351 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
353         PR c++/46024
354         * inclhack.def (solaris_sys_va_list): New fix.
355         * fixincl.x: Regenerate.
356         * tests/base/sys/va_list.h: New test.
358 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
360         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
361         * fixincl.x: Regenerate.
363 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
365         * inclhack.def (solaris_cond_init): New fix.
366         * fixincl.x: Regenerate.
367         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
368         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
370 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
372         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
373         * fixincl.x: Regenerate.
374         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
375         * tests/base/sys/feature_tests.h: New file.
377 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
378             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
380         PR bootstrap/42798
381         * configure.ac: Check for declaration of 'basename(char *)'.
382         * configure: Regenerate.
384 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
386         * inclhack.def (alpha_wchar): Remove.
387         * fixincl.x: Regenerate.
388         * tests/base/wchar.h: Remove.
390 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
392         * aclocal.m4: Regenerate.
394 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
396         * inclhack.def (alpha_assert): Allow for more whitespace in
397         select.
398         * fixincl.x: Regenerate.
400 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
402         PR target/40722
403         * mkfixinc.sh: Revert the last change for mingw.
405 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
407         * inclhack.def (glibc_strncpy): New fix.
408         * fixincl.x: Regenerate.
409         * tests/base/bits/string2.h: Update.
411 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
413         PR target/40722
414         * mkfixinc.sh: Fix stdlib.h for mingw.
416 2010-02-19  Bruce Korb  <bkorb@gnu.org>
418         * inclhack.def: remove vestiges of inadvertently committed changes
420 2010-02-10  Bruce Korb  <bkorb@gnu.org>
422         * README: fix up references to old gcc/fixinc directory
424 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
426         * inclhack.def (solaris_int_limits_3): New fix.
427         * fixincl.x: Regenerate.
428         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
429         test.
431         * inclhack.def (solaris_int_const, solaris_int_limits_1,
432         solaris_int_limits_2 ): Applies to Solaris 2 in general.
433         Remove select.
434         Add mach for *-*-solaris2*.
435         Change second c_fix_arg to select.
436         Remove #pragma ident from test_text.
437         * fixincl.x: Regenerate.
438         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
439         #pragma trigger text.
440         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
441         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
443 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
445         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
446         (aix_stdint_2): Likewise.
447         (aix_stdint_3): Likewise.
448         (aix_stdint_4): Likewise.
449         (aix_stdint_5): Likewise.
450         (darwin_stdint_1): Add stdint-darwin.h to files.
451         (darwin_stdint_2): Likewise.
452         (darwin_stdint_3): Likewise.
453         (darwin_stdint_4): Likewise.
454         (darwin_stdint_5): Likewise.
455         (darwin_stdint_6): Likewise.
456         (darwin_stdint_7): Likewise.
457         (hpux_c99_intptr): Add stdint-hpux11.h to files.
458         (hpux_c99_inttypes): Likewise.
459         (hpux_c99_inttypes2): Likewise.
460         (hpux_stdint_least_fast): Likewise.
461         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
462         (irix_stdint_c99_types): New fix.
463         (irix_stdint_c99_macros): New fix.
464         (newlib_stdint_1): Add stdint-newlib.h to files.
465         (newlib_stdint_2): Likewise.
466         fixincl.x: Regenerate.
467         tests/base/stdint-aix.h: New file.
468         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
469         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
470         tests/base/stdint-aix.h: ... here.
471         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
472         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
473         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
474         tests/base/stdint-darwin.h: New file.
475         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
476         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
477         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
478         tests/base/stdint-darwin.h: ... here.
479         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
480         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
481         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
482         tests/base/stdint-hpux11.h: New file.
483         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
484         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
485         tests/base/stdint-hpux11.h: ... here.
486         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
487         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
488         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
489         IRIX_STDINT_C99_MODE_CHECK.
490         tests/base/stdint-irix65.h: New file.
491         tests/base/stdint-newlib.h: New file.
492         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
493         NEWLIB_STDINT_2_CHECK]: Moved ...
494         tests/base/stdint-newlib.h: ... here.
496 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
498         * configure: Regenerate.
500 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
502         * inclhack.def (hpux_stdint_least_fast): Simplify.
503         * fixincl.x: Regenerate.
504         * tests/base/stdint.h: Update.
506 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
508         * inclhack.def (isc_fmod, isc_omits_with_stdc)
509         (nested_sys_limits, sco_math): Remove.
510         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
511         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
512         * tests/base/sys/limits.h: Remove.
513         * fixincl.x: Regenerate.
515 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
517         PR testsuite/29737
518         PR bootstrap/35938
519         PR testsuite/39655
520         * check.tpl: Fix typos.
521         * README: Likewise.  Also, document that 'select' uses ERE.
522         * mkheaders.in: Update copyright years in --version output.
523         * inclhack.def (sco_math): Add missing final newline in sed
524         script 'a', 'c', or 'i' commands, for BSD sed.
525         (sco_math): In the text of 'a', 'c', or 'i' sed
526         commands, prepend leading white space with a backslash to avoid
527         the whitespace to be removed by BSD sed.
528         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
529         (x11_new): Fix sed expression, for BSD sed.
530         (glibc_mutex_init): Fix newlines in sed 's' command replacement
531         part, for GNU sed 3.02 and Solaris sed.
532         (glibc_mutex_init): Replace unportable \+ sed regex operator
533         with \{1,\}.
534         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
535         alternation \| regex operator.
536         (solaris_complex): Remove superfluous backslashes from
537         replacement string.  Replace \+ operator with \{1,\}.
538         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
539         * fixincl.x: Regenerate.
541 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
543         PR libfortran/41169
544         * inclhack.def (irix_complex): New fix.
545         (solaris_complex): Likewise.
546         * fixincl.x: Regenerate.
547         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
548         New tests.
550 2009-08-28   Bruce Korb <bkorb@gnu.org>
551              Steve Ellcey  <sje@cup.hp.com>
553         * README (files): Describe files entry.
554         * inclhack.def (hpux_stdint_least): Remove.
555         (hpux_stdint_fast): Remove.
556         (hpux_stdint_fast): Remove.
557         (hpux_stdint_least_fast): New.
558         (hpux_inttype_int_least8_t): Remove.
559         (hpux_inttype_int8_t): Modify.
560         * fixincl.x: Regenerate.
561         * tests/base/stdint.h: Update.
562         * tests/base/sys/_inttypes.h: Update.
564 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
566         * inclhack.def (hpux_imaginary_i): Remove spaces.
567         * fixincl.x: Regenerate.
568         * tests/base/stdint.h: Update AIX fixes. 
569         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
571 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
573         * configure.ac (AC_PREREQ): Bump to 2.64.
575 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
577         * aclocal.m4: Regenerate.
578         * configure: Regenerate.
579         * config.h.in: Regenerate.
581 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
583         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
584         redefine I.
585         * (aix_stdint_[12345]): New fixes.
586         * fixincl.x: Regenerate.
587         * tests/base/complex.h: Update check.
588         * tests/base/stdint.h: Add AIX stdint.h checks.
590 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
592         * inclhack.def (hpux_imaginary_i): New fix.
593         * fixincl.x: Regenerate.
594         * tests/base/complex.h: New file.
596 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
598         * inclhack.def (aix_complex): New fix.
599         * fixincl.x: Regenerate.
601 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
603         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
604         (hpux_inttype_int8_t): Likewise.
605         * fixincl.x: Regenerate.
607 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
609         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
610         New variables.
611         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
612         Use them.
614 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
616         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
617         darwin_stdint_7): New fixes.
618         * fixincl.x: Regenerate.
619         * tests/base/stdint.h: Adjust test for new fixes.
621 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
623         * inclhack.def (solaris_int_types): New fix.
624         * fixincl.x: Regenerate.
625         * tests/base/sys/int_types.h: New file.
627 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
629         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
630         darwin_stdint_4): New fixes.
631         * tests/base/stdint.h: Adjust test results for new fixes.
632         * fixincl.x: Regenerate.
634 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
636         * inclhack.def (solaris_int_const): New fix.
637         (solaris_int_limits_1): Likewise.
638         (solaris_int_limits_2): Likewise.
639         * fixincl.x: Regenerate.
640         * tests/base/sys/int_const.h: New file.
641         * tests/base/sys/int_limits.h: Likewise.
643 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
645         * inclhack.def (glibc_tgmath): Correct bypass.
646         * fixincl.x: Regenerate.
648 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
650         * inclhack.def (hpux11_uint32_c): Remove.
651         (hpux_long_double): Disable on hpux11.3*.
652         (hpux_long_double_2): New.
653         (hpux_c99_intptr): New.
654         (hpux_c99_inttypes): New.
655         (hpux_c99_inttypes2): New.
656         (hpux_stdint_least): New.
657         (hpux_stdint_fast): New.
658         (hpux_inttype_int_least8_t): New.
659         (hpux_inttype_int8_t): New.
660         * fixincl.x: Regenerate.
661         * tests/base/sys/_inttypes.h: New.
662         * tests/base/inttypes.h: Update.
663         * tests/base/stdlib.h: Update.
664         * tests/base/stdint.h: Update.
666 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
668         * inclhack.def (glibc_stdint): New fix.
669         * fixincl.x: Regenerate.
670         * tests/base/stdint.h: Update.
672 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
674         * Makefile.in: Change copyright header to refer to version
675         3 of the GNU General Public License and to point readers at the
676         COPYING3 file and the FSF's license web page.
677         * fixfixes.c: Likewise.
678         * fixinc.in: Likewise.
679         * fixincl.c: Likewise.
680         * fixlib.c: Likewise.
681         * fixlib.h: Likewise.
682         * fixopts.c: Likewise.
683         * fixtests.c: Likewise.
684         * genfixes: Likewise.
685         * mkheaders.in: Likewise.
686         * system.h: Likewise.
688 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
690         PR c/448
691         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
692         * fixincl.x: Regenerate.
693         * tests/base/stdint.h: Update.
695 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
697         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
698         Update.
700 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
702         PR c/456
703         PR c/5675
704         PR c/19976
705         PR c/29116
706         PR c/31871
707         PR c/35198
708         * inclhack.def (glibc_tgmath): New fix.
709         * fixincl.x: Regenerate.
710         * tests/base/tgmath.h: New.
712 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
714         * inclhack.def (aix_syswait, exception_structure,
715         pthread_page_size): Remove.
716         (math_exception): Remove mention of fixproto in comment.
717         * fixincl.x: Regenerate.
718         * mkheaders.in: Do not handle STMP_FIXPROTO.
720 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
722         * server.c (run_shell): Quote directory name passed to cd.
724 2009-03-01  Bruce Korb  <bkorb@gnu.org>
725         Apply a positively ancient patch:
727         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
729         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
730         * tests/base/net/if.h: Add new test.
732 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
734         * tests/base/locale.h: Add new test.
735         * tests/base/stdarg.h: Likewise.
737 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
739         * inclhack.def (hpux_spu_info):  Add files line.
740         * fixincl.x: Regenerate.
742 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
744         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
745         in case of C.
746         * fixincl.x: Regenerate.
748 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
750         PR target/35460
751         * inclhack.def (openbsd_va_start): Use __builtin_va_start
752         for OpenBSD.
753         * fixincl.x: Regenerate.
755 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
757         * configure: Regenerate.
759 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
761         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
762         * fixincl.x: Regenerate.
764 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
766         * configure.ac: Fix a typo.
767         * configured: Regenerate.
769 2008-09-06  Bruce Korb  <bkorb@gnu.org>
771         * fixincl.tpl (sed): make the program executable configurable.
772         Some platforms have some rather oddball defaults.
773         * config.h.in (SED_PROGRAM): define the default sed.
774         * fixincl.x: regenerated
775         * tests/base/internal/wchar_core.h: fix bad sample text
776         * tests/base/math.h: fix bad sample text
777         * configure.ac: search for working sed
778         * inclhack.def (glibc_mutex_init): fix non-portable construct
779         and re-order a few misordered entries.
781 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
783         * configure: Regenerate.
785 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
787         * inclhack.def (AAB_svr4_replace_byteorder,
788         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
789         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
790         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
791         solaris_mutex_init_1, solaris_socket, solaris_unistd,
792         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
793         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
794         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
795         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
796         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
797         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
798         windiss_math2, windiss_valist): Remove.
799         * fixincl.x: Regenerate.
800         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
801         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
802         powerpc-*-eabiaix*): Remove.
803         * tests/base/math.h: Update.
804         * tests/base/pthread.h: Update.
805         * tests/base/stdio.h: Update.
806         * tests/base/stdlib.h: Update.
807         * tests/base/string.h: Update.
808         * tests/base/strings.h: Update.
809         * tests/base/sys/file.h: Update.
810         * tests/base/sys/limits.h: Update.
811         * tests/base/sys/socket.h: Update.
812         * tests/base/sys/stat.h: Update.
813         * tests/base/sys/time.h: Update.
814         * tests/base/testing.h: Update.
815         * tests/base/unistd.h: Update.
816         * tests/base/_G_config.h: Remove.
817         * tests/base/arpa: Remove directory.
818         * tests/base/fs: Remove directory.
819         * tests/base/locale.h: Remove.
820         * tests/base/machine: Remove directory.
821         * tests/base/rpc/svc.h: Remove.
822         * tests/base/sys/ioctl.h: Remove.
823         * tests/base/sys/regset.h: Remove.
824         * tests/base/sys/times.h: Remove.
825         * tests/base/sys/utsname.h: Remove.
826         * tests/base/widec.h: Remove.
828 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
830         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
831         * tests/base/iso/math_c99.h: Update.
832         * fixincl.x: Regenerate.
834 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
836         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
837         posix_types_64.
838         * fixincl.x: Regenerate.
840 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
842         * fixincl.c (fix_with_system): Cast pointer difference to long.
843         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
845 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
847         PR bootstrap/35457
848         * Makefile.in: Rewrite aclocal.m4 rule.
849         * aclocal.m4: Regenerate.
850         * configure: Regenerate.
852 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
854         PR c++/20366
855         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
856         * fixincl.x: Regenerate.
857         * tests/base/stdio.h: Add test.
859 2008-02-25  Ben Elliston  <bje@au.ibm.com>
861         PR other/32948
862         * fixincl.c (fix_applies): Remove unused variable `name_len'.
864 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
866         * inclhack.def (solaris_math_10): New.
867         * tests/base/iso/math_c99.h: Update.
869         * fixincl.x: Regenerate.
871 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
873         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
874         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
875         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
876         quotes around mach entries.
877         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
878         to GPLv3.
880 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
882         PR other/31405
883         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
884         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
885         __extern_inline|__GNU_STDC_INLINE__.
886         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
887         <bypass>: Change from __STDC_VERSION__ to
888         __extern_inline|__GNU_STDC_INLINE__.
889         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
890         appending attribute-gnu_inline.
891         <second c_fix_arg>: Remove.
892         <test_text>: Remove __extern_inline line.
893         * tests/base/features.h: Re-add.
894         * tests/base/sys/sysmacros.h: Adjust.
895         * fixincl.x: Regenerate.
897 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
899         Revert last change.
901 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
903         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
904         * fixincl.x: Regenerate.
905         * tests/base/wchar.h: Update.
906         * tests/base/features.h: New.
908 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
910         PR target/33700
911         * inclhack.def (hpux11_pthread_const): New.
912         * fixincl.x: Regenerate.
913         * tests/base/sys/pthread.h: Update.
915 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
917         * configure.ac: x86_64 mingw target uses twoprocess.
918         * mkfixinc.sh: Add x86_64 mingw target.
919         * configure: Regenerate.
921 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
923         * inclhack.def (darwin_externc): New.
924         * fixincl.x: Regenerate.
925         * tests/base/mach-o/swap.h: New.
927 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
929         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
930         Delete fixes.
931         * tests/base/iso/math_c99.h: Delete associated test baselines.
932         * fixincl.x: Regenerate.
934 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
936         PR target/30058
937         * inclhack.def (netbsd_c99_inline_2): New.
938         * fixincl.x: Regenerate.
939         * tests/base/signal.h: Update.
941 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
943         PR target/32641
945         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
946         solaris_math_7): Constify and make FP exception-safe.
947         * tests/base/iso/math_c99.h: Update.
949         * fixincl.x: Regenerate.
951 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
953         PR libgcj/28190
954         * inclhack.def (irix_stdint_c99): New fix.
955         * fixincl.x: Regenerate.
956         * tests/base/stdint.h: New test.
958 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
960         PR testsuite/31828
961         * inclhack.def (hppa_hpux_fp_macros): New.
962         * fixincl.x: Regenerate.
963         * tests/base/math.h: Update.
965 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
967         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
968         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
969         __STDC_VERSION__ < 199901L.
970         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
971         with #ifdef __GNUC_GNU_INLINE__.
972         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
973         with defined(__GNUC_STDC_INLINE__).
974         (glibc_c99_inline_4): Change select, add second c_fix_arg.
975         Replace #if __STDC_VERSION__ < 199901L with
976         #ifdef __GNUC_GNU_INLINE__.
977         * fixincl.x: Regenerated.
978         * tests/base/bits/string2.h: Update.
979         * tests/base/sys/sysmacros.h: Update.
980         * tests/base/sys/stat.h: Update.
982 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
984         PR target/30058
985         * inclhack.def (netbsd_c99_inline_1): New.
986         * fixincl.x: Regenerate.
987         * tests/base/signal.h: New.
989 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
991         * Makefile.in: Add dummy "install-info" target.
993 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
995         * mkheaders.in: Fix headers for each multilib required.
997 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
999         * Makefile.in: Add dummy install-pdf target.
1001 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
1003         * mkheaders.in (incdir): Use include-fixed not include.
1005 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1007         * Makefile.in: Added "pdf" target to .PHONY.
1009 2007-02-05  Richard Guenther  <rguenther@suse.de>
1011         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1012         with older glibc.  Adjust version number for C99.
1013         * fixincl.x: Regenerated.
1015 2007-02-04  Mike Stump  <mrs@apple.com>
1017         * mkheaders.in: Allow optional isysroot parameter.
1019 2007-02-03  Bruce Korb <bkorb@gnu.org>
1021         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1022         surrounded by space characters.
1024 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1026         PR target/30272
1027         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1028         * fixincl.x: Regenerate.
1029         * tests/base/math.h: Update.
1031 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1032             Daniel Franke <franke.daniel@gmail.com>
1034         PR target/30008
1035         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1036         of a vertical bar ("|").
1037         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1038         matching.  Set SKIP_TEST flag if we are not to run a test.
1039         * fixincl.x: Regenerate.
1040         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1041         kandr_concat, sco_math): Replace lists of specfic file names by search
1042         patterns.
1044 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1046         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1047         targets for which a no-op fixer is appropriate.
1049 2006-11-07  Richard Guenther  <rguenther@suse.de>
1051         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1052         systems.
1053         * fixincl.x: Regenerate.
1055 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1057         * inclhack.def (glibc_c99_inline_1): New.
1058         * inclhack.def (glibc_c99_inline_2): New.
1059         * inclhack.def (glibc_c99_inline_3): New.
1060         * inclhack.def (glibc_c99_inline_4): New.
1061         * fixincl.x: Regenerate.
1062         * tests/base/bits/string2.h: New.
1063         * tests/base/sys/sysmacros.h: New.
1064         * tests/base/sys/stat.h: Update.
1066 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1068         * tests/base/sys/socket.h: Update.
1070 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1072         * inclhack.def (hpux11_extern_sendfile): New.
1073         (hpux11_extern_sendpath): New.
1074         * fixincl.x: Regenerate.
1076 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1078         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1079         * fixincl.x: Regenerate.
1081 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1083         * Makefile.in: Added empty "pdf" target.
1085 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1087         PR target/29300
1088         * inclhack.def (hpux_pthread_initializers): New hack.
1089         * tests/base/sys/pthread.h: New file.
1091         * fixincl.x: Regenerate.
1093 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1095         * inclhack.def (glibc_mutex_init): Also fix
1096         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1097         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1098         * tests/base/pthread.h: Update.
1100         * fixincl.x: Regenerate.
1102 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1104         * inclhack.def (glibc_mutex_init): New fix.
1105         * tests/base/pthread.h: Update.
1107         * fixincl.x: Regenerate.
1109 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1111         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1112         Prevent it from running on solaris10 or later.
1113         (solaris_once_init_2): Fix comment.
1114         * tests/base/pthread.h: Update.
1116         * fixincl.x: Regenerate.
1118 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1120         * inclhack.def (solaris_once_init_2): New fix.
1121         * tests/base/pthread.h: Update.
1123         * fixincl.x: Regenerate.
1125 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1127         * inclhack.def (solaris_mutex_init_2): Remove test for
1128         PTHREAD_RWLOCK_INITIALIZER.
1129         (solaris_rwlock_init_1): New.
1130         * tests/base/pthread.h: Update.
1132         * inclhack.def (solaris_once_init_1): New.
1133         * tests/base/pthread.h: Adjust for new fix.
1135         * fixincl.x: Regenerate.
1137 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1139         * tests/base/errno.h: New file.
1140         * tests/base/architecture/ppc/math.h: Likewise.
1141         * tests/base/ia64/sys/getppdp.h: Likewise.
1143 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1145         PR bootstrap/20437
1146         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1147         before autoconf or autoheader call.
1149 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1151         PR target/28084
1152         * inclhack.def (hpux_extern_errno): New.
1153         * fixincl.x: Regenerate.
1155 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1157         * Makefile.in: Add dvi info html and install-html to .PHONY
1158         Add install-html target.
1160 2006-05-16  Mike Stump  <mrs@apple.com>
1162         * configure.ac: Add -Wno-overlength-strings.
1163         * configure: Regenerate.
1165 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1167         * README: Fix typo.
1169 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1171         PR target/26189
1172         * inclhack.def (hpux_spu_info): New.
1173         * fixincl.x: Regenerate
1175 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1177         * configure.ac: Check for asprintf, basename, vasprintf.
1178         * config.h.in: Regenerate.
1179         * configure: Regenerate.
1181 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1183         PR target/15642
1184         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1185         __APPLE_CC_ as 1345.
1186         (broken_nan): New.
1187         * fixincl.x: Regenerate.
1189 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1191         * fixincl.c (write_replacement): "here strings" in AutoGen
1192         often/generally don't have a terminating newline.  Check the
1193         last byte for '\n'.
1195 2005-11-13  Andreas Jaeger  <aj@suse.de>
1197         * check.tpl: Handle CVS additionally.
1199 2005-11-05  Andreas Jaeger  <aj@suse.de>
1201         * check.tpl: Adopt for move to subversion.
1203 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1205         PR c++/23139
1206         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1207         fixes.
1208         * fixincl.x: Regenerate.
1209         * tests/base/bits/huge_val.h: New file.
1211 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1213         * All files: Update with new FSF address.
1215 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1217         * Makefile.in (WARN_CFLAGS): New.
1218         (.c.o): Add $(WARN_CFLAGS).
1219         * aclocal.m4: Include ../config/warnings.m4.
1220         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1221         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1222         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1223         * fixopts.c (initialize_opts): Fix old-style definintion.
1225         * configure: Regenerate.
1227 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1229         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1230         (AAB_darwin7_9_long_double_funcs_2): New.
1231         * fixincl.x: Regenerate.
1233 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1235         PR libfortran/15266
1236         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1237         Use double quotes in select so \t matches tabs.
1238         Add IRIX testcase.
1239         * fixincl.x: Regenerate.
1240         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1242 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1244         PR target/21683
1245         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1247 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1248             Joseph S. Myers  <joseph@codesourcery.com>
1250         PR target/19933
1251         PR target/21315
1252         * inclhack.def: New fixes solaris_math_[1-9].
1253         * fixincl.x: Regenerate.
1254         * tests/base/iso/math_c99.h: New.
1256 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1258         * aclocal.m4: Remove superfluous reference to accross.m4.
1260 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1262         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1263         * server.c (load_data): Likewise.
1264         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1265         * fixincl.c: #include <sys/wait.h>
1266         (run_compiles): Use XCNEWVEC instead of xcalloc.
1267         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1268         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1270 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1272         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1273         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1274         * fixincl.x: Regenerate.
1276 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1277         Joseph S. Myers <joseph@codesourcery.com>
1279         * fixinc/inclhack.def: Correct backslashes
1280         * fixinc/fixincl.x: regen
1282 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1284         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1285         libiberty functions.
1287 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1289         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1290         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1291         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1292         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1293         _unlocked function.
1294         (fwrite_unlocked): Fix prototype.
1296         * configure, config.h.in: Regenerate.
1298 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1300         * Makefile.in: Set gcc_version directly, not via substitution.
1301         (libsubdir): Use $(gcc_version), not $(version).
1302         (mkheaders.almost): New rule.
1303         (mkheaders): Generate from mkheaders.almost.
1304         (clean): Also delete mkheaders.almost.
1305         * aclocal.m4: Do not include ../config/gcc-version.m4.
1306         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1307         mkheaders.almost from mkheaders.in.
1308         * configure: Regenerate.
1310 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1312         PR target/20166
1313         * inclhack.def: Add fix for array of incomplete structures
1314         in function prototype in pthread.h.
1315         * fixincl.x: Regenerate.
1316         * tests/base/pthread.h: Adjust.
1318 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1320         * inclhack.def (hpux_htonl): New fix.
1321         * tests/base/netinet/in.h: New test.
1322         * fixincl.x: Regenerate.
1324 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1326         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1328 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1330         PR 18458
1331         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1332         fixincl.
1334 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1336         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1337         * aclocal.m4: Include ../config/gcc-version.m4.
1338         * configure: Regenerate.
1340 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1342         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1343         (stdio_va_list): Likewise.
1344         (stdio_stdarg.h): Likewise.
1345         (solaris_stdio_tag): Add bypass.
1346         * fixincl.x: Regenerated.
1348 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1350         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1351         built fixincl program.
1352         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1353         up csh from user.
1355 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1357         * inclhack.def (alpha_pthread_init): Fix technical problems with
1358         the last check-in caused by CVS variable substitution.
1359         * fixincl.x: Likewise.
1360         * tests/base/pthread.h: Likewise.
1362 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1363             Bruce Korb  <bkorb@gnu.org>
1365         * inclhack.def (alpha_pthread_init): New fix.
1366         * fixincl.x: Regenerate.
1367         * tests/base/pthread.h: Update for new test.
1369 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1371         * fixincl.c(fix_with_system): correct misuse of variables and
1372         incorrect application of "sizeof()".
1374 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1376         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1377         svr4__p, undefine_null): Remove.
1378         * fixincl.x: Regenerate.
1379         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1380         * tests/base/sys/param.h: Remove.
1381         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1382         tests/base/sys/limits.h: Update.
1384 2004-11-12  Mike Stump  <mrs@apple.com>
1386         * Makefile.in (html): Add html generation support.
1388 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1390         * inclhack.def (sco_math): Bypass on __GNUG__.
1391         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1392         * fixincl.x: Regenerate.
1394 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1396         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1397         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1398         _CLASSIC_ANSI_TYPES.
1399         (sun_auth_proto): Bypass on __cplusplus.
1400         * fixincl.x: Regenerate.
1402 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1404         * Makefile.in (mostlyclean): Add fixinc.sh.
1405         (clean): Add mkheaders.
1406         (distclean): New.
1407         (dvi): New.
1408         (info): New.
1409         (installcheck): New.
1411 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1413         * Makefile.in (mostlyclean, distclean): New targets.
1415 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1417         * configure.ac: Add code to determine noncanonical_target,
1418         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1419         * configure: Regenerate.
1420         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1421         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1422         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1423         update for changes to fixinc.in.
1424         * Makefile.in: Add many new macros.
1425         (install): New target.
1426         (mkheaders): New target.
1427         (fixinc.sh): New target.
1428         (all): Add mkheaders and fixinc.sh.
1429         * README-fixinc: Move here from gcc/.
1431 2004-11-01  Mike Stump  <mrs@apple.com>
1433         * inclhack.def (stdio_va_list): Break out clients from here...
1434         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1435         included or ifdef va_start.
1436         * fixincl.x: Regenerate.
1438 2004-10-28  Mike Stump  <mrs@apple.com>
1440         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1441         systems.
1442         * fixincl.x: Regenerate.
1444 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1446         * inclhack.def (darwin_gcc4_breakage): New.
1447         * fixincl.x: Regenerate.
1449 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1451         PR bootstrap/17832
1453         * fixfixes.c (main): Check for _PC_NAME_MAX.
1455 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1457         PR other/17991
1459         * configure.ac: Fix typo.
1460         * configure: Regenerate.
1461         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1463 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1465         PR bootstrap/17832
1467         * fixincl.c (SIGCHLD): Remove definition.
1468         (initialize): Remove SIGIOT and SIGPIPE checks.
1469         (create_file): Fix mkdir() for Win32.
1470         (internal_fix): Use dup2() instead of fcntl().
1472         * fixlib.h (SIGQUIT): Define if undefined.
1473         (SIGIOT): Same.
1474         (SIGPIPE): Same.
1475         (SIGALRM): Same.
1476         (SIGKILL): Same.
1478         * procopen.c (chain_open): Use dup2() instead of fcntl().
1480 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1482         PR other/17991
1484         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1485         Update copyright year.
1486         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1487         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1488         do not include code for parsing options (environment vars).
1489         (fix_with_system): Use a search path for applyfix, so that you
1490         can run the test suite with two-process fixincludes.
1491         * fixopts.c: New file.
1492         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1493         to config.h.  Default to --enable-twoprocess for MinGW32.
1494         * config.h.in: Regenerate.
1495         * configure: Regenerate.
1497 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1499         * tests/base/sys/cdefs.h: Update from test area.
1501 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1503         * inclhack.def (linux_ia64_ucontext): New fix.
1504         * fixincl.x: Regenerate.
1505         * tests/base/sys/ucontext.h: New file.
1507 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1509         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1510         * tests/base/stdlib.h: Likewise.
1512 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1514         * inclhack.def (freebsd_gcc4_breakage): Add.
1515         * fixincl.x: Regenerate.
1516         * tests/base/sys/cdefs.h: Update for new test.
1518 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1520         * inclhack.def (lynx_void_int): Remove.
1521         (lynxos_fcntl_proto): Remove.
1522         (lynxos_no_warning_in_sys_time_h): New fix.
1523         (lynxos_missing_putenv): New fix.
1524         * fixincl.x: Regenerate.
1525         * tests/base/fcntl.h: Remove.
1526         * tests/base/sys/time.h: Update from test area.
1527         * tests/base/curses.h: Likewise.
1528         * tests/base/stdlib.h: Likewise.
1530 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1532         * inclhack.def: Suppress exception_structure and math_exception
1533         for NetWare headers.
1534         * fixincl.x: Regenerate.
1536 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1538         * .cvsignore: New.
1539         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1540         autoconfiscated.
1541         * configure.ac: New.
1542         * config.h.in: Generate.
1543         * configure: Generate.
1544         * aclocal.m4: New.
1545         * fixlib.h: Remove inclusions of gcc files.
1546         * system.h: New.
1548         Other files copied from gcc/fixinc.