Daily bump.
[official-gcc.git] / fixincludes / ChangeLog
blobb69897b4089bc8a9b76d9723d239045e27f7ee35
1 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3         * inclhack.def (complier_h_tradcpp): Remove.
4         * fixincl.x: Regenerate.
5         * tests/base/linux/compiler.h: Remove.
7 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
10         (solaris_int_types): Remove.
11         (solaris_longjmp_noreturn): Remove.
12         (solaris_mutex_init_2): Remove.
13         (solaris_once_init_2): Remove.
14         (solaris_sys_va_list): Remove.
15         * fixincl.x: Regenerate.
16         * tests/base/iso/setjmp_iso.h: Remove.
17         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
18         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
19         solaris_once_init_2.
20         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
21         * tests/base/sys/int_types.h: Remove.
22         * tests/base/sys/va_list.h: Remove.
24 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
26         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
28 2013-12-07  Bruce Korb  <bkorb@gnu.org>
30         * inclhack.def: many of the headers found under "bits/" are
31         often stashed under architecture directories.  Apply fixes
32         to those, too.  Also, re-ordered misordered fixes.
33         * tests/base/linux/vt.h: 80 columns in .def file limitation
34         * tests/base/iso/math_c99.h: adjust ordering
35         * tests/base/rtldef/string.h: likewise
36         * tests/base/bits/fenv.h: likewise
37         * tests/base/pthread.h: likewise
39 2013-12-06  Richard Biener  <rguenther@suse.de>
41         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
42         being not compatible with C++.
43         * fixincl.x: Regenerate.
44         * tests/base/linux/vt.h: New test.
46 2013-09-20  Alan Modra  <amodra@gmail.com>
48         * configure: Regenerate.
50 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
52         * inclhack.def (aix_assert): New fix.
53         * fixincl.x: Regenerate.
54         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
56 2013-07-06  Bruce Korb  <bkorb@gnu.org>
58         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
59         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
61 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
63         * inclhack.def (complier_h_tradcpp): New.
64         * fixincl.x: Rebuilt.
65         * tests/base/linux/compiler.h: New.
67 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
69         * inclhack.def (solaris_pow_int_overload): Update comment.
70         Change guard to match <cmath>.
71         * fixincl.x: Regenerate.
72         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
73         Matching change.
75 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
77         * inclhack.def (aix_null): New.
78         (void_null): Update replacement definition of NULL.
79         * fixincl.x: Regenerate.
80         * tests/base/curses.h: Update for new fix.
82 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
84         * inclhack.def (feraiseexcept_nosse_invalid): New.
85         (feraiseexcept_nosse_divbyzero): Likewise.
86         * fixincl.x: Rebuilt.
87         * tests/base/bits/fenv.h: New.
89 2013-01-14  Richard Biener  <rguenther@suse.de>
91         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
93 2012-10-29  Bruce Korb  <bkorb@gnu.org>
95         * README: testing wrap and replacement fixes is pointless.
96         * fixincl.c: export verbosity enumerations to fixlib.h
97         (run_compiles): mark replacement fixes to be skipped when
98         in testing mode
99         * fixlib.h: add a test mode and enumerations from fixincl.c
100         * check.tpl: set TEST_MODE in environment
101         * fixopts.c (initialize_opts): check for TEST_MODE in environment
102         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
103         darwin_9_long_double_funcs_2.  It is not a replacement fix.
104         * fixincl.x: regenerate
105         * tests/base/ioLib.h: the need for this is now exposed, so add it.
106         * tests/base/architecture/ppc/math.h: the correct result is now needed.
108 2012-10-29  Robert Mason  <rbmj@verizon.net>
110         * fixinc.in: Omit machine name checks for vxworks
111         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
112         (AAB_vxworks_regs_vxtypes): another
113         (AAB_vxworks_stdint): yet another
114         (AAB_vxworks_unistd): and another
115         (vxworks_ioctl_macro): reformatting fix
116         (vxworks_mkdir_macro): again
117         (vxworks_regs): and again
118         (vxworks_write_const): and again
119         * tests/base/ioLib.h: new test result
120         * tests/base/math.h: likewise
121         * tests/base/sys/stat.h: likewise
122         * tests/base/testing.h: and again
124 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
126         * inclhack.def (AAB_aix_fcntl): New fix.
127         * fixincl.x: Regenerate.
129 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
131         * inclhack.def (aix_mutex_initializer_1): New fix.
132         (aix_cond_initializer_1): New fix.
133         (aix_rwlock_initializer): New fix.
134         * fixincl.x: Regenerate.
135         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
136         [AIX_COND_INITIALIZER_1_CHECK]: New.
137         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
139 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
141         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
142         gcc_AC_FUNC_MMAP_BLACKLIST.
143         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
144         * aclocal.m4: Regenerate.
145         * configure: Regenerate.
147 2012-04-24  Tristan Gingold  <gingold@adacore.com>
149         * fixincl.c (fix_with_system): Add missing specifier.
150         * configure.ac: Default to twoprocess on vms.
151         * configure: Regenerate.
153 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
155         * inclhack.def (aix_malloc): New.
156         * fixincl.x: Regenerate.
157         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
159 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
161         PR other/52626
162         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
163         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
165 2012-03-15  Tristan Gingold  <gingold@adacore.com>
167         * README (EXAMPLES OF FIXES): Update.
169 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
171         * inclhack.def (math_exception): Remove duplicate.
172         (solaris_cond_init): Remove.
173         (solaris_sys_va_list): Remove Solaris 8 support.
174         * fixincl.x: Regenerate.
175         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
177 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
179         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
180         (irix___restrict): Remove.
181         (irix___generic1): Remove.
182         (irix___generic2): Remove.
183         (irix_asm_apostrophe): Remove.
184         (irix_complex): Remove.
185         (irix_pthread_init): Remove.
186         (irix_socklen_t): Remove.
187         (irix_stdint_c99_mode): Remove.
188         (irix_stdint_c99_types): Remove.
189         (irix_stdint_c99_macros): Remove.
190         (irix_stdio_va_list): Remove IRIX 6.5 support.
191         (irix_wcsftime): Remove.
192         (stdio_va_list): Remove IRIX 6.5 support.
193         (svr4_profil): Remove IRIX bypass.
194         * fixincl.x: Regenerate.
196         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
197         * tests/base/internal/math_core.h: Remove.
198         * tests/base/internal/sgimacros.h: Remove.
199         * tests/base/internal/wchar_core.h: Remove.
200         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
201         support.
202         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
203         * tests/base/stdint-irix65.h: Remove.
204         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
205         * tests/base/sys/asm.h: Remove.
206         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
208 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
210         * inclhack.def (alpha___extern_prefix): Remove.
211         (alpha___extern_prefix_standards): Remove.
212         (alpha___extern_prefix_sys_stat): Remove.
213         (alpha_bad_lval): Remove.
214         (alpha_pthread): Remove.
215         (alpha_pthread_gcc): Remove.
216         (alpha_pthread_init): Remove.
217         * fixincl.x: Regenerate.
218         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
219         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
220         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
221         * tests/base/standards.h: Remove.
222         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
223         Remove.
224         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
225         [ALPHA_BAD_LVAL_CHECK]: Remove.
227 2012-03-12  Tristan Gingold  <gingold@adacore.com>
229         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
230         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
231         (vms_no_64bit_getopt, vms_forward_declare_struct)
232         (vms_use_fast_setjmp): New fixes.
233         * fixincl.x: Regenerate.
234         * tests/base/rtldef/string.h: Update.
235         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
236         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
237         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
239 2012-01-11  Bruce Korb <bkorb@gnu.org>
240             Steven G. Kargl  <kargl@gcc.gnu.org>
241             Andreas Tobler  <andreast@fgznet.ch>
243         PR bootstrap/51705
244         PR preprocessor/51776
245         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
246         * fixincl.x: Regenerate.
247         * tests/base/sys/cdefs.h: Update.
249         * genfixes: Remove the 'Ver.' from the version check.
251 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
253         * configure: Regenerate.
255 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
257         * configure: Regenerate.
259 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
261         * inclhack.def (aix_once_init_[12]): New fixes.
262         * fixincl.x: Regenerate.
263         * tests/base/pthread.h: Update.
265 2011-10-25  Mike Stump  <mikestump@comcast.net>
267         PR target/48851
268         * inclhack.def (void_null): New bypass.
269         * fixincl.x: Regenerate.
271 2011-09-26  Tristan Gingold  <gingold@adacore.com>
273         * inclhack.def (ms_define_can_use_extern_prefix):
274         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
275         New fixes.
276         * fixincl.x: Regenerate.
277         * tests/base/rtldef/string.h: New test.
278         * tests/base/rtldef/decc$types.h: Likewise.
279         * tests/base/testing.h: Update
281 2011-09-22  Tristan Gingold  <gingold@adacore.com>
283         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
285 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
287         PR libstdc++/50153
288         * inclhack.def (hpux11_abs): Extend to all hpux machines.
289         * fixincl.x: Regenerate.
291 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
292             Marc Glisse  <marc.glisse@normalesup.org>
294         PR libstdc++-v3/1773
295         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
296         (solaris_longjmp_noreturn, solaris_pow_int_overload)
297         (solaris_std___filbuf): New fixes.
298         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
299         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
300         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
302 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
304         PR c++/49347
305         * inclhack.def (solaris_posix_spawn_restrict): New fix.
306         * fixincl.x: Regenerate.
307         * tests/base/spawn.h: New test.
309 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
311         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
312         * configure: Regenerate.
313         * config.h.in: Regenerate.
315 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
317         * inclhack.def (aix_net_if_arp): New fix.
318         * fixincl.x: Regenerate.
319         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
321 2011-05-17  Tristan Gingold  <gingold@adacore.com>
323         * inclhack.def (solaris_complex_cxx): Fix syntax.
324         * fixincl.x: Regenerate.
326 2011-05-17  Tristan Gingold  <gingold@adacore.com>
328         * check.tpl: Shell-quote testing file.
330 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
332         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
334 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
336         PR other/46202
337         * Makefile.in (install-strip): New phony target.
338         (all, check, install): Also mark as phony.
340 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
342         * inclhack.def (irix_pthread_init): New fix.
343         * fixincl.x: Regenerate.
344         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
346 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
348         PR c++/46024
349         * inclhack.def (solaris_sys_va_list): New fix.
350         * fixincl.x: Regenerate.
351         * tests/base/sys/va_list.h: New test.
353 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
355         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
356         * fixincl.x: Regenerate.
358 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
360         * inclhack.def (solaris_cond_init): New fix.
361         * fixincl.x: Regenerate.
362         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
363         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
365 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
367         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
368         * fixincl.x: Regenerate.
369         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
370         * tests/base/sys/feature_tests.h: New file.
372 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
373             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
375         PR bootstrap/42798
376         * configure.ac: Check for declaration of 'basename(char *)'.
377         * configure: Regenerate.
379 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
381         * inclhack.def (alpha_wchar): Remove.
382         * fixincl.x: Regenerate.
383         * tests/base/wchar.h: Remove.
385 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
387         * aclocal.m4: Regenerate.
389 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
391         * inclhack.def (alpha_assert): Allow for more whitespace in
392         select.
393         * fixincl.x: Regenerate.
395 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
397         PR target/40722
398         * mkfixinc.sh: Revert the last change for mingw.
400 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
402         * inclhack.def (glibc_strncpy): New fix.
403         * fixincl.x: Regenerate.
404         * tests/base/bits/string2.h: Update.
406 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
408         PR target/40722
409         * mkfixinc.sh: Fix stdlib.h for mingw.
411 2010-02-19  Bruce Korb  <bkorb@gnu.org>
413         * inclhack.def: remove vestiges of inadvertently committed changes
415 2010-02-10  Bruce Korb  <bkorb@gnu.org>
417         * README: fix up references to old gcc/fixinc directory
419 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
421         * inclhack.def (solaris_int_limits_3): New fix.
422         * fixincl.x: Regenerate.
423         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
424         test.
426         * inclhack.def (solaris_int_const, solaris_int_limits_1,
427         solaris_int_limits_2 ): Applies to Solaris 2 in general.
428         Remove select.
429         Add mach for *-*-solaris2*.
430         Change second c_fix_arg to select.
431         Remove #pragma ident from test_text.
432         * fixincl.x: Regenerate.
433         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
434         #pragma trigger text.
435         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
436         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
438 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
440         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
441         (aix_stdint_2): Likewise.
442         (aix_stdint_3): Likewise.
443         (aix_stdint_4): Likewise.
444         (aix_stdint_5): Likewise.
445         (darwin_stdint_1): Add stdint-darwin.h to files.
446         (darwin_stdint_2): Likewise.
447         (darwin_stdint_3): Likewise.
448         (darwin_stdint_4): Likewise.
449         (darwin_stdint_5): Likewise.
450         (darwin_stdint_6): Likewise.
451         (darwin_stdint_7): Likewise.
452         (hpux_c99_intptr): Add stdint-hpux11.h to files.
453         (hpux_c99_inttypes): Likewise.
454         (hpux_c99_inttypes2): Likewise.
455         (hpux_stdint_least_fast): Likewise.
456         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
457         (irix_stdint_c99_types): New fix.
458         (irix_stdint_c99_macros): New fix.
459         (newlib_stdint_1): Add stdint-newlib.h to files.
460         (newlib_stdint_2): Likewise.
461         fixincl.x: Regenerate.
462         tests/base/stdint-aix.h: New file.
463         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
464         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
465         tests/base/stdint-aix.h: ... here.
466         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
467         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
468         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
469         tests/base/stdint-darwin.h: New file.
470         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
471         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
472         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
473         tests/base/stdint-darwin.h: ... here.
474         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
475         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
476         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
477         tests/base/stdint-hpux11.h: New file.
478         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
479         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
480         tests/base/stdint-hpux11.h: ... here.
481         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
482         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
483         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
484         IRIX_STDINT_C99_MODE_CHECK.
485         tests/base/stdint-irix65.h: New file.
486         tests/base/stdint-newlib.h: New file.
487         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
488         NEWLIB_STDINT_2_CHECK]: Moved ...
489         tests/base/stdint-newlib.h: ... here.
491 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
493         * configure: Regenerate.
495 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
497         * inclhack.def (hpux_stdint_least_fast): Simplify.
498         * fixincl.x: Regenerate.
499         * tests/base/stdint.h: Update.
501 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
503         * inclhack.def (isc_fmod, isc_omits_with_stdc)
504         (nested_sys_limits, sco_math): Remove.
505         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
506         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
507         * tests/base/sys/limits.h: Remove.
508         * fixincl.x: Regenerate.
510 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
512         PR testsuite/29737
513         PR bootstrap/35938
514         PR testsuite/39655
515         * check.tpl: Fix typos.
516         * README: Likewise.  Also, document that 'select' uses ERE.
517         * mkheaders.in: Update copyright years in --version output.
518         * inclhack.def (sco_math): Add missing final newline in sed
519         script 'a', 'c', or 'i' commands, for BSD sed.
520         (sco_math): In the text of 'a', 'c', or 'i' sed
521         commands, prepend leading white space with a backslash to avoid
522         the whitespace to be removed by BSD sed.
523         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
524         (x11_new): Fix sed expression, for BSD sed.
525         (glibc_mutex_init): Fix newlines in sed 's' command replacement
526         part, for GNU sed 3.02 and Solaris sed.
527         (glibc_mutex_init): Replace unportable \+ sed regex operator
528         with \{1,\}.
529         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
530         alternation \| regex operator.
531         (solaris_complex): Remove superfluous backslashes from
532         replacement string.  Replace \+ operator with \{1,\}.
533         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
534         * fixincl.x: Regenerate.
536 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
538         PR libfortran/41169
539         * inclhack.def (irix_complex): New fix.
540         (solaris_complex): Likewise.
541         * fixincl.x: Regenerate.
542         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
543         New tests.
545 2009-08-28   Bruce Korb <bkorb@gnu.org>
546              Steve Ellcey  <sje@cup.hp.com>
548         * README (files): Describe files entry.
549         * inclhack.def (hpux_stdint_least): Remove.
550         (hpux_stdint_fast): Remove.
551         (hpux_stdint_fast): Remove.
552         (hpux_stdint_least_fast): New.
553         (hpux_inttype_int_least8_t): Remove.
554         (hpux_inttype_int8_t): Modify.
555         * fixincl.x: Regenerate.
556         * tests/base/stdint.h: Update.
557         * tests/base/sys/_inttypes.h: Update.
559 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
561         * inclhack.def (hpux_imaginary_i): Remove spaces.
562         * fixincl.x: Regenerate.
563         * tests/base/stdint.h: Update AIX fixes. 
564         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
566 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
568         * configure.ac (AC_PREREQ): Bump to 2.64.
570 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
572         * aclocal.m4: Regenerate.
573         * configure: Regenerate.
574         * config.h.in: Regenerate.
576 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
578         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
579         redefine I.
580         * (aix_stdint_[12345]): New fixes.
581         * fixincl.x: Regenerate.
582         * tests/base/complex.h: Update check.
583         * tests/base/stdint.h: Add AIX stdint.h checks.
585 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
587         * inclhack.def (hpux_imaginary_i): New fix.
588         * fixincl.x: Regenerate.
589         * tests/base/complex.h: New file.
591 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
593         * inclhack.def (aix_complex): New fix.
594         * fixincl.x: Regenerate.
596 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
598         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
599         (hpux_inttype_int8_t): Likewise.
600         * fixincl.x: Regenerate.
602 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
604         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
605         New variables.
606         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
607         Use them.
609 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
611         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
612         darwin_stdint_7): New fixes.
613         * fixincl.x: Regenerate.
614         * tests/base/stdint.h: Adjust test for new fixes.
616 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
618         * inclhack.def (solaris_int_types): New fix.
619         * fixincl.x: Regenerate.
620         * tests/base/sys/int_types.h: New file.
622 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
624         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
625         darwin_stdint_4): New fixes.
626         * tests/base/stdint.h: Adjust test results for new fixes.
627         * fixincl.x: Regenerate.
629 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
631         * inclhack.def (solaris_int_const): New fix.
632         (solaris_int_limits_1): Likewise.
633         (solaris_int_limits_2): Likewise.
634         * fixincl.x: Regenerate.
635         * tests/base/sys/int_const.h: New file.
636         * tests/base/sys/int_limits.h: Likewise.
638 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
640         * inclhack.def (glibc_tgmath): Correct bypass.
641         * fixincl.x: Regenerate.
643 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
645         * inclhack.def (hpux11_uint32_c): Remove.
646         (hpux_long_double): Disable on hpux11.3*.
647         (hpux_long_double_2): New.
648         (hpux_c99_intptr): New.
649         (hpux_c99_inttypes): New.
650         (hpux_c99_inttypes2): New.
651         (hpux_stdint_least): New.
652         (hpux_stdint_fast): New.
653         (hpux_inttype_int_least8_t): New.
654         (hpux_inttype_int8_t): New.
655         * fixincl.x: Regenerate.
656         * tests/base/sys/_inttypes.h: New.
657         * tests/base/inttypes.h: Update.
658         * tests/base/stdlib.h: Update.
659         * tests/base/stdint.h: Update.
661 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
663         * inclhack.def (glibc_stdint): New fix.
664         * fixincl.x: Regenerate.
665         * tests/base/stdint.h: Update.
667 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
669         * Makefile.in: Change copyright header to refer to version
670         3 of the GNU General Public License and to point readers at the
671         COPYING3 file and the FSF's license web page.
672         * fixfixes.c: Likewise.
673         * fixinc.in: Likewise.
674         * fixincl.c: Likewise.
675         * fixlib.c: Likewise.
676         * fixlib.h: Likewise.
677         * fixopts.c: Likewise.
678         * fixtests.c: Likewise.
679         * genfixes: Likewise.
680         * mkheaders.in: Likewise.
681         * system.h: Likewise.
683 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
685         PR c/448
686         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
687         * fixincl.x: Regenerate.
688         * tests/base/stdint.h: Update.
690 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
692         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
693         Update.
695 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
697         PR c/456
698         PR c/5675
699         PR c/19976
700         PR c/29116
701         PR c/31871
702         PR c/35198
703         * inclhack.def (glibc_tgmath): New fix.
704         * fixincl.x: Regenerate.
705         * tests/base/tgmath.h: New.
707 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
709         * inclhack.def (aix_syswait, exception_structure,
710         pthread_page_size): Remove.
711         (math_exception): Remove mention of fixproto in comment.
712         * fixincl.x: Regenerate.
713         * mkheaders.in: Do not handle STMP_FIXPROTO.
715 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
717         * server.c (run_shell): Quote directory name passed to cd.
719 2009-03-01  Bruce Korb  <bkorb@gnu.org>
720         Apply a positively ancient patch:
722         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
724         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
725         * tests/base/net/if.h: Add new test.
727 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
729         * tests/base/locale.h: Add new test.
730         * tests/base/stdarg.h: Likewise.
732 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
734         * inclhack.def (hpux_spu_info):  Add files line.
735         * fixincl.x: Regenerate.
737 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
739         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
740         in case of C.
741         * fixincl.x: Regenerate.
743 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
745         PR target/35460
746         * inclhack.def (openbsd_va_start): Use __builtin_va_start
747         for OpenBSD.
748         * fixincl.x: Regenerate.
750 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
752         * configure: Regenerate.
754 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
756         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
757         * fixincl.x: Regenerate.
759 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
761         * configure.ac: Fix a typo.
762         * configured: Regenerate.
764 2008-09-06  Bruce Korb  <bkorb@gnu.org>
766         * fixincl.tpl (sed): make the program executable configurable.
767         Some platforms have some rather oddball defaults.
768         * config.h.in (SED_PROGRAM): define the default sed.
769         * fixincl.x: regenerated
770         * tests/base/internal/wchar_core.h: fix bad sample text
771         * tests/base/math.h: fix bad sample text
772         * configure.ac: search for working sed
773         * inclhack.def (glibc_mutex_init): fix non-portable construct
774         and re-order a few misordered entries.
776 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
778         * configure: Regenerate.
780 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
782         * inclhack.def (AAB_svr4_replace_byteorder,
783         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
784         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
785         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
786         solaris_mutex_init_1, solaris_socket, solaris_unistd,
787         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
788         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
789         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
790         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
791         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
792         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
793         windiss_math2, windiss_valist): Remove.
794         * fixincl.x: Regenerate.
795         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
796         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
797         powerpc-*-eabiaix*): Remove.
798         * tests/base/math.h: Update.
799         * tests/base/pthread.h: Update.
800         * tests/base/stdio.h: Update.
801         * tests/base/stdlib.h: Update.
802         * tests/base/string.h: Update.
803         * tests/base/strings.h: Update.
804         * tests/base/sys/file.h: Update.
805         * tests/base/sys/limits.h: Update.
806         * tests/base/sys/socket.h: Update.
807         * tests/base/sys/stat.h: Update.
808         * tests/base/sys/time.h: Update.
809         * tests/base/testing.h: Update.
810         * tests/base/unistd.h: Update.
811         * tests/base/_G_config.h: Remove.
812         * tests/base/arpa: Remove directory.
813         * tests/base/fs: Remove directory.
814         * tests/base/locale.h: Remove.
815         * tests/base/machine: Remove directory.
816         * tests/base/rpc/svc.h: Remove.
817         * tests/base/sys/ioctl.h: Remove.
818         * tests/base/sys/regset.h: Remove.
819         * tests/base/sys/times.h: Remove.
820         * tests/base/sys/utsname.h: Remove.
821         * tests/base/widec.h: Remove.
823 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
825         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
826         * tests/base/iso/math_c99.h: Update.
827         * fixincl.x: Regenerate.
829 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
831         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
832         posix_types_64.
833         * fixincl.x: Regenerate.
835 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
837         * fixincl.c (fix_with_system): Cast pointer difference to long.
838         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
840 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
842         PR bootstrap/35457
843         * Makefile.in: Rewrite aclocal.m4 rule.
844         * aclocal.m4: Regenerate.
845         * configure: Regenerate.
847 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
849         PR c++/20366
850         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
851         * fixincl.x: Regenerate.
852         * tests/base/stdio.h: Add test.
854 2008-02-25  Ben Elliston  <bje@au.ibm.com>
856         PR other/32948
857         * fixincl.c (fix_applies): Remove unused variable `name_len'.
859 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
861         * inclhack.def (solaris_math_10): New.
862         * tests/base/iso/math_c99.h: Update.
864         * fixincl.x: Regenerate.
866 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
868         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
869         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
870         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
871         quotes around mach entries.
872         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
873         to GPLv3.
875 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
877         PR other/31405
878         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
879         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
880         __extern_inline|__GNU_STDC_INLINE__.
881         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
882         <bypass>: Change from __STDC_VERSION__ to
883         __extern_inline|__GNU_STDC_INLINE__.
884         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
885         appending attribute-gnu_inline.
886         <second c_fix_arg>: Remove.
887         <test_text>: Remove __extern_inline line.
888         * tests/base/features.h: Re-add.
889         * tests/base/sys/sysmacros.h: Adjust.
890         * fixincl.x: Regenerate.
892 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
894         Revert last change.
896 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
898         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
899         * fixincl.x: Regenerate.
900         * tests/base/wchar.h: Update.
901         * tests/base/features.h: New.
903 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
905         PR target/33700
906         * inclhack.def (hpux11_pthread_const): New.
907         * fixincl.x: Regenerate.
908         * tests/base/sys/pthread.h: Update.
910 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
912         * configure.ac: x86_64 mingw target uses twoprocess.
913         * mkfixinc.sh: Add x86_64 mingw target.
914         * configure: Regenerate.
916 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
918         * inclhack.def (darwin_externc): New.
919         * fixincl.x: Regenerate.
920         * tests/base/mach-o/swap.h: New.
922 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
924         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
925         Delete fixes.
926         * tests/base/iso/math_c99.h: Delete associated test baselines.
927         * fixincl.x: Regenerate.
929 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
931         PR target/30058
932         * inclhack.def (netbsd_c99_inline_2): New.
933         * fixincl.x: Regenerate.
934         * tests/base/signal.h: Update.
936 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
938         PR target/32641
940         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
941         solaris_math_7): Constify and make FP exception-safe.
942         * tests/base/iso/math_c99.h: Update.
944         * fixincl.x: Regenerate.
946 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
948         PR libgcj/28190
949         * inclhack.def (irix_stdint_c99): New fix.
950         * fixincl.x: Regenerate.
951         * tests/base/stdint.h: New test.
953 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
955         PR testsuite/31828
956         * inclhack.def (hppa_hpux_fp_macros): New.
957         * fixincl.x: Regenerate.
958         * tests/base/math.h: Update.
960 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
962         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
963         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
964         __STDC_VERSION__ < 199901L.
965         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
966         with #ifdef __GNUC_GNU_INLINE__.
967         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
968         with defined(__GNUC_STDC_INLINE__).
969         (glibc_c99_inline_4): Change select, add second c_fix_arg.
970         Replace #if __STDC_VERSION__ < 199901L with
971         #ifdef __GNUC_GNU_INLINE__.
972         * fixincl.x: Regenerated.
973         * tests/base/bits/string2.h: Update.
974         * tests/base/sys/sysmacros.h: Update.
975         * tests/base/sys/stat.h: Update.
977 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
979         PR target/30058
980         * inclhack.def (netbsd_c99_inline_1): New.
981         * fixincl.x: Regenerate.
982         * tests/base/signal.h: New.
984 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
986         * Makefile.in: Add dummy "install-info" target.
988 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
990         * mkheaders.in: Fix headers for each multilib required.
992 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
994         * Makefile.in: Add dummy install-pdf target.
996 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
998         * mkheaders.in (incdir): Use include-fixed not include.
1000 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1002         * Makefile.in: Added "pdf" target to .PHONY.
1004 2007-02-05  Richard Guenther  <rguenther@suse.de>
1006         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1007         with older glibc.  Adjust version number for C99.
1008         * fixincl.x: Regenerated.
1010 2007-02-04  Mike Stump  <mrs@apple.com>
1012         * mkheaders.in: Allow optional isysroot parameter.
1014 2007-02-03  Bruce Korb <bkorb@gnu.org>
1016         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1017         surrounded by space characters.
1019 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1021         PR target/30272
1022         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1023         * fixincl.x: Regenerate.
1024         * tests/base/math.h: Update.
1026 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1027             Daniel Franke <franke.daniel@gmail.com>
1029         PR target/30008
1030         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1031         of a vertical bar ("|").
1032         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1033         matching.  Set SKIP_TEST flag if we are not to run a test.
1034         * fixincl.x: Regenerate.
1035         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1036         kandr_concat, sco_math): Replace lists of specfic file names by search
1037         patterns.
1039 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1041         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1042         targets for which a no-op fixer is appropriate.
1044 2006-11-07  Richard Guenther  <rguenther@suse.de>
1046         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1047         systems.
1048         * fixincl.x: Regenerate.
1050 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1052         * inclhack.def (glibc_c99_inline_1): New.
1053         * inclhack.def (glibc_c99_inline_2): New.
1054         * inclhack.def (glibc_c99_inline_3): New.
1055         * inclhack.def (glibc_c99_inline_4): New.
1056         * fixincl.x: Regenerate.
1057         * tests/base/bits/string2.h: New.
1058         * tests/base/sys/sysmacros.h: New.
1059         * tests/base/sys/stat.h: Update.
1061 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1063         * tests/base/sys/socket.h: Update.
1065 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1067         * inclhack.def (hpux11_extern_sendfile): New.
1068         (hpux11_extern_sendpath): New.
1069         * fixincl.x: Regenerate.
1071 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1073         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1074         * fixincl.x: Regenerate.
1076 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1078         * Makefile.in: Added empty "pdf" target.
1080 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1082         PR target/29300
1083         * inclhack.def (hpux_pthread_initializers): New hack.
1084         * tests/base/sys/pthread.h: New file.
1086         * fixincl.x: Regenerate.
1088 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1090         * inclhack.def (glibc_mutex_init): Also fix
1091         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1092         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1093         * tests/base/pthread.h: Update.
1095         * fixincl.x: Regenerate.
1097 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1099         * inclhack.def (glibc_mutex_init): New fix.
1100         * tests/base/pthread.h: Update.
1102         * fixincl.x: Regenerate.
1104 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1106         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1107         Prevent it from running on solaris10 or later.
1108         (solaris_once_init_2): Fix comment.
1109         * tests/base/pthread.h: Update.
1111         * fixincl.x: Regenerate.
1113 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1115         * inclhack.def (solaris_once_init_2): New fix.
1116         * tests/base/pthread.h: Update.
1118         * fixincl.x: Regenerate.
1120 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1122         * inclhack.def (solaris_mutex_init_2): Remove test for
1123         PTHREAD_RWLOCK_INITIALIZER.
1124         (solaris_rwlock_init_1): New.
1125         * tests/base/pthread.h: Update.
1127         * inclhack.def (solaris_once_init_1): New.
1128         * tests/base/pthread.h: Adjust for new fix.
1130         * fixincl.x: Regenerate.
1132 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1134         * tests/base/errno.h: New file.
1135         * tests/base/architecture/ppc/math.h: Likewise.
1136         * tests/base/ia64/sys/getppdp.h: Likewise.
1138 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1140         PR bootstrap/20437
1141         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1142         before autoconf or autoheader call.
1144 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1146         PR target/28084
1147         * inclhack.def (hpux_extern_errno): New.
1148         * fixincl.x: Regenerate.
1150 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1152         * Makefile.in: Add dvi info html and install-html to .PHONY
1153         Add install-html target.
1155 2006-05-16  Mike Stump  <mrs@apple.com>
1157         * configure.ac: Add -Wno-overlength-strings.
1158         * configure: Regenerate.
1160 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1162         * README: Fix typo.
1164 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1166         PR target/26189
1167         * inclhack.def (hpux_spu_info): New.
1168         * fixincl.x: Regenerate
1170 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1172         * configure.ac: Check for asprintf, basename, vasprintf.
1173         * config.h.in: Regenerate.
1174         * configure: Regenerate.
1176 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1178         PR target/15642
1179         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1180         __APPLE_CC_ as 1345.
1181         (broken_nan): New.
1182         * fixincl.x: Regenerate.
1184 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1186         * fixincl.c (write_replacement): "here strings" in AutoGen
1187         often/generally don't have a terminating newline.  Check the
1188         last byte for '\n'.
1190 2005-11-13  Andreas Jaeger  <aj@suse.de>
1192         * check.tpl: Handle CVS additionally.
1194 2005-11-05  Andreas Jaeger  <aj@suse.de>
1196         * check.tpl: Adopt for move to subversion.
1198 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1200         PR c++/23139
1201         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1202         fixes.
1203         * fixincl.x: Regenerate.
1204         * tests/base/bits/huge_val.h: New file.
1206 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1208         * All files: Update with new FSF address.
1210 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1212         * Makefile.in (WARN_CFLAGS): New.
1213         (.c.o): Add $(WARN_CFLAGS).
1214         * aclocal.m4: Include ../config/warnings.m4.
1215         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1216         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1217         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1218         * fixopts.c (initialize_opts): Fix old-style definintion.
1220         * configure: Regenerate.
1222 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1224         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1225         (AAB_darwin7_9_long_double_funcs_2): New.
1226         * fixincl.x: Regenerate.
1228 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1230         PR libfortran/15266
1231         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1232         Use double quotes in select so \t matches tabs.
1233         Add IRIX testcase.
1234         * fixincl.x: Regenerate.
1235         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1237 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1239         PR target/21683
1240         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1242 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1243             Joseph S. Myers  <joseph@codesourcery.com>
1245         PR target/19933
1246         PR target/21315
1247         * inclhack.def: New fixes solaris_math_[1-9].
1248         * fixincl.x: Regenerate.
1249         * tests/base/iso/math_c99.h: New.
1251 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1253         * aclocal.m4: Remove superfluous reference to accross.m4.
1255 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1257         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1258         * server.c (load_data): Likewise.
1259         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1260         * fixincl.c: #include <sys/wait.h>
1261         (run_compiles): Use XCNEWVEC instead of xcalloc.
1262         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1263         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1265 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1267         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1268         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1269         * fixincl.x: Regenerate.
1271 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1272         Joseph S. Myers <joseph@codesourcery.com>
1274         * fixinc/inclhack.def: Correct backslashes
1275         * fixinc/fixincl.x: regen
1277 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1279         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1280         libiberty functions.
1282 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1284         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1285         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1286         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1287         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1288         _unlocked function.
1289         (fwrite_unlocked): Fix prototype.
1291         * configure, config.h.in: Regenerate.
1293 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1295         * Makefile.in: Set gcc_version directly, not via substitution.
1296         (libsubdir): Use $(gcc_version), not $(version).
1297         (mkheaders.almost): New rule.
1298         (mkheaders): Generate from mkheaders.almost.
1299         (clean): Also delete mkheaders.almost.
1300         * aclocal.m4: Do not include ../config/gcc-version.m4.
1301         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1302         mkheaders.almost from mkheaders.in.
1303         * configure: Regenerate.
1305 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1307         PR target/20166
1308         * inclhack.def: Add fix for array of incomplete structures
1309         in function prototype in pthread.h.
1310         * fixincl.x: Regenerate.
1311         * tests/base/pthread.h: Adjust.
1313 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1315         * inclhack.def (hpux_htonl): New fix.
1316         * tests/base/netinet/in.h: New test.
1317         * fixincl.x: Regenerate.
1319 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1321         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1323 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1325         PR 18458
1326         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1327         fixincl.
1329 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1331         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1332         * aclocal.m4: Include ../config/gcc-version.m4.
1333         * configure: Regenerate.
1335 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1337         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1338         (stdio_va_list): Likewise.
1339         (stdio_stdarg.h): Likewise.
1340         (solaris_stdio_tag): Add bypass.
1341         * fixincl.x: Regenerated.
1343 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1345         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1346         built fixincl program.
1347         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1348         up csh from user.
1350 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1352         * inclhack.def (alpha_pthread_init): Fix technical problems with
1353         the last check-in caused by CVS variable substitution.
1354         * fixincl.x: Likewise.
1355         * tests/base/pthread.h: Likewise.
1357 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1358             Bruce Korb  <bkorb@gnu.org>
1360         * inclhack.def (alpha_pthread_init): New fix.
1361         * fixincl.x: Regenerate.
1362         * tests/base/pthread.h: Update for new test.
1364 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1366         * fixincl.c(fix_with_system): correct misuse of variables and
1367         incorrect application of "sizeof()".
1369 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1371         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1372         svr4__p, undefine_null): Remove.
1373         * fixincl.x: Regenerate.
1374         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1375         * tests/base/sys/param.h: Remove.
1376         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1377         tests/base/sys/limits.h: Update.
1379 2004-11-12  Mike Stump  <mrs@apple.com>
1381         * Makefile.in (html): Add html generation support.
1383 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1385         * inclhack.def (sco_math): Bypass on __GNUG__.
1386         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1387         * fixincl.x: Regenerate.
1389 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1391         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1392         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1393         _CLASSIC_ANSI_TYPES.
1394         (sun_auth_proto): Bypass on __cplusplus.
1395         * fixincl.x: Regenerate.
1397 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1399         * Makefile.in (mostlyclean): Add fixinc.sh.
1400         (clean): Add mkheaders.
1401         (distclean): New.
1402         (dvi): New.
1403         (info): New.
1404         (installcheck): New.
1406 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1408         * Makefile.in (mostlyclean, distclean): New targets.
1410 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1412         * configure.ac: Add code to determine noncanonical_target,
1413         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1414         * configure: Regenerate.
1415         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1416         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1417         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1418         update for changes to fixinc.in.
1419         * Makefile.in: Add many new macros.
1420         (install): New target.
1421         (mkheaders): New target.
1422         (fixinc.sh): New target.
1423         (all): Add mkheaders and fixinc.sh.
1424         * README-fixinc: Move here from gcc/.
1426 2004-11-01  Mike Stump  <mrs@apple.com>
1428         * inclhack.def (stdio_va_list): Break out clients from here...
1429         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1430         included or ifdef va_start.
1431         * fixincl.x: Regenerate.
1433 2004-10-28  Mike Stump  <mrs@apple.com>
1435         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1436         systems.
1437         * fixincl.x: Regenerate.
1439 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1441         * inclhack.def (darwin_gcc4_breakage): New.
1442         * fixincl.x: Regenerate.
1444 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1446         PR bootstrap/17832
1448         * fixfixes.c (main): Check for _PC_NAME_MAX.
1450 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1452         PR other/17991
1454         * configure.ac: Fix typo.
1455         * configure: Regenerate.
1456         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1458 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1460         PR bootstrap/17832
1462         * fixincl.c (SIGCHLD): Remove definition.
1463         (initialize): Remove SIGIOT and SIGPIPE checks.
1464         (create_file): Fix mkdir() for Win32.
1465         (internal_fix): Use dup2() instead of fcntl().
1467         * fixlib.h (SIGQUIT): Define if undefined.
1468         (SIGIOT): Same.
1469         (SIGPIPE): Same.
1470         (SIGALRM): Same.
1471         (SIGKILL): Same.
1473         * procopen.c (chain_open): Use dup2() instead of fcntl().
1475 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1477         PR other/17991
1479         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1480         Update copyright year.
1481         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1482         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1483         do not include code for parsing options (environment vars).
1484         (fix_with_system): Use a search path for applyfix, so that you
1485         can run the test suite with two-process fixincludes.
1486         * fixopts.c: New file.
1487         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1488         to config.h.  Default to --enable-twoprocess for MinGW32.
1489         * config.h.in: Regenerate.
1490         * configure: Regenerate.
1492 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1494         * tests/base/sys/cdefs.h: Update from test area.
1496 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1498         * inclhack.def (linux_ia64_ucontext): New fix.
1499         * fixincl.x: Regenerate.
1500         * tests/base/sys/ucontext.h: New file.
1502 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1504         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1505         * tests/base/stdlib.h: Likewise.
1507 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1509         * inclhack.def (freebsd_gcc4_breakage): Add.
1510         * fixincl.x: Regenerate.
1511         * tests/base/sys/cdefs.h: Update for new test.
1513 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1515         * inclhack.def (lynx_void_int): Remove.
1516         (lynxos_fcntl_proto): Remove.
1517         (lynxos_no_warning_in_sys_time_h): New fix.
1518         (lynxos_missing_putenv): New fix.
1519         * fixincl.x: Regenerate.
1520         * tests/base/fcntl.h: Remove.
1521         * tests/base/sys/time.h: Update from test area.
1522         * tests/base/curses.h: Likewise.
1523         * tests/base/stdlib.h: Likewise.
1525 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1527         * inclhack.def: Suppress exception_structure and math_exception
1528         for NetWare headers.
1529         * fixincl.x: Regenerate.
1531 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1533         * .cvsignore: New.
1534         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1535         autoconfiscated.
1536         * configure.ac: New.
1537         * config.h.in: Generate.
1538         * configure: Generate.
1539         * aclocal.m4: New.
1540         * fixlib.h: Remove inclusions of gcc files.
1541         * system.h: New.
1543         Other files copied from gcc/fixinc.