2014-04-14 Martin Jambor <mjambor@suse.cz>
[official-gcc.git] / fixincludes / ChangeLog
blob9ba5ca9d94d0f6733910194f533e320fb53980a5
1 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
5 2013-12-07  Bruce Korb  <bkorb@gnu.org>
7         * inclhack.def: many of the headers found under "bits/" are
8         often stashed under architecture directories.  Apply fixes
9         to those, too.  Also, re-ordered misordered fixes.
10         * tests/base/linux/vt.h: 80 columns in .def file limitation
11         * tests/base/iso/math_c99.h: adjust ordering
12         * tests/base/rtldef/string.h: likewise
13         * tests/base/bits/fenv.h: likewise
14         * tests/base/pthread.h: likewise
16 2013-12-06  Richard Biener  <rguenther@suse.de>
18         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
19         being not compatible with C++.
20         * fixincl.x: Regenerate.
21         * tests/base/linux/vt.h: New test.
23 2013-09-20  Alan Modra  <amodra@gmail.com>
25         * configure: Regenerate.
27 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
29         * inclhack.def (aix_assert): New fix.
30         * fixincl.x: Regenerate.
31         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
33 2013-07-06  Bruce Korb  <bkorb@gnu.org>
35         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
36         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
38 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
40         * inclhack.def (complier_h_tradcpp): New.
41         * fixincl.x: Rebuilt.
42         * tests/base/linux/compiler.h: New.
44 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
46         * inclhack.def (solaris_pow_int_overload): Update comment.
47         Change guard to match <cmath>.
48         * fixincl.x: Regenerate.
49         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
50         Matching change.
52 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
54         * inclhack.def (aix_null): New.
55         (void_null): Update replacement definition of NULL.
56         * fixincl.x: Regenerate.
57         * tests/base/curses.h: Update for new fix.
59 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
61         * inclhack.def (feraiseexcept_nosse_invalid): New.
62         (feraiseexcept_nosse_divbyzero): Likewise.
63         * fixincl.x: Rebuilt.
64         * tests/base/bits/fenv.h: New.
66 2013-01-14  Richard Biener  <rguenther@suse.de>
68         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
70 2012-10-29  Bruce Korb  <bkorb@gnu.org>
72         * README: testing wrap and replacement fixes is pointless.
73         * fixincl.c: export verbosity enumerations to fixlib.h
74         (run_compiles): mark replacement fixes to be skipped when
75         in testing mode
76         * fixlib.h: add a test mode and enumerations from fixincl.c
77         * check.tpl: set TEST_MODE in environment
78         * fixopts.c (initialize_opts): check for TEST_MODE in environment
79         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
80         darwin_9_long_double_funcs_2.  It is not a replacement fix.
81         * fixincl.x: regenerate
82         * tests/base/ioLib.h: the need for this is now exposed, so add it.
83         * tests/base/architecture/ppc/math.h: the correct result is now needed.
85 2012-10-29  Robert Mason  <rbmj@verizon.net>
87         * fixinc.in: Omit machine name checks for vxworks
88         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
89         (AAB_vxworks_regs_vxtypes): another
90         (AAB_vxworks_stdint): yet another
91         (AAB_vxworks_unistd): and another
92         (vxworks_ioctl_macro): reformatting fix
93         (vxworks_mkdir_macro): again
94         (vxworks_regs): and again
95         (vxworks_write_const): and again
96         * tests/base/ioLib.h: new test result
97         * tests/base/math.h: likewise
98         * tests/base/sys/stat.h: likewise
99         * tests/base/testing.h: and again
101 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
103         * inclhack.def (AAB_aix_fcntl): New fix.
104         * fixincl.x: Regenerate.
106 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
108         * inclhack.def (aix_mutex_initializer_1): New fix.
109         (aix_cond_initializer_1): New fix.
110         (aix_rwlock_initializer): New fix.
111         * fixincl.x: Regenerate.
112         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
113         [AIX_COND_INITIALIZER_1_CHECK]: New.
114         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
116 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
118         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
119         gcc_AC_FUNC_MMAP_BLACKLIST.
120         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
121         * aclocal.m4: Regenerate.
122         * configure: Regenerate.
124 2012-04-24  Tristan Gingold  <gingold@adacore.com>
126         * fixincl.c (fix_with_system): Add missing specifier.
127         * configure.ac: Default to twoprocess on vms.
128         * configure: Regenerate.
130 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
132         * inclhack.def (aix_malloc): New.
133         * fixincl.x: Regenerate.
134         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
136 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
138         PR other/52626
139         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
140         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
142 2012-03-15  Tristan Gingold  <gingold@adacore.com>
144         * README (EXAMPLES OF FIXES): Update.
146 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
148         * inclhack.def (math_exception): Remove duplicate.
149         (solaris_cond_init): Remove.
150         (solaris_sys_va_list): Remove Solaris 8 support.
151         * fixincl.x: Regenerate.
152         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
154 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
156         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
157         (irix___restrict): Remove.
158         (irix___generic1): Remove.
159         (irix___generic2): Remove.
160         (irix_asm_apostrophe): Remove.
161         (irix_complex): Remove.
162         (irix_pthread_init): Remove.
163         (irix_socklen_t): Remove.
164         (irix_stdint_c99_mode): Remove.
165         (irix_stdint_c99_types): Remove.
166         (irix_stdint_c99_macros): Remove.
167         (irix_stdio_va_list): Remove IRIX 6.5 support.
168         (irix_wcsftime): Remove.
169         (stdio_va_list): Remove IRIX 6.5 support.
170         (svr4_profil): Remove IRIX bypass.
171         * fixincl.x: Regenerate.
173         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
174         * tests/base/internal/math_core.h: Remove.
175         * tests/base/internal/sgimacros.h: Remove.
176         * tests/base/internal/wchar_core.h: Remove.
177         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
178         support.
179         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
180         * tests/base/stdint-irix65.h: Remove.
181         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
182         * tests/base/sys/asm.h: Remove.
183         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
185 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
187         * inclhack.def (alpha___extern_prefix): Remove.
188         (alpha___extern_prefix_standards): Remove.
189         (alpha___extern_prefix_sys_stat): Remove.
190         (alpha_bad_lval): Remove.
191         (alpha_pthread): Remove.
192         (alpha_pthread_gcc): Remove.
193         (alpha_pthread_init): Remove.
194         * fixincl.x: Regenerate.
195         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
196         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
197         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
198         * tests/base/standards.h: Remove.
199         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
200         Remove.
201         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
202         [ALPHA_BAD_LVAL_CHECK]: Remove.
204 2012-03-12  Tristan Gingold  <gingold@adacore.com>
206         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
207         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
208         (vms_no_64bit_getopt, vms_forward_declare_struct)
209         (vms_use_fast_setjmp): New fixes.
210         * fixincl.x: Regenerate.
211         * tests/base/rtldef/string.h: Update.
212         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
213         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
214         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
216 2012-01-11  Bruce Korb <bkorb@gnu.org>
217             Steven G. Kargl  <kargl@gcc.gnu.org>
218             Andreas Tobler  <andreast@fgznet.ch>
220         PR bootstrap/51705
221         PR preprocessor/51776
222         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
223         * fixincl.x: Regenerate.
224         * tests/base/sys/cdefs.h: Update.
226         * genfixes: Remove the 'Ver.' from the version check.
228 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
230         * configure: Regenerate.
232 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
234         * configure: Regenerate.
236 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
238         * inclhack.def (aix_once_init_[12]): New fixes.
239         * fixincl.x: Regenerate.
240         * tests/base/pthread.h: Update.
242 2011-10-25  Mike Stump  <mikestump@comcast.net>
244         PR target/48851
245         * inclhack.def (void_null): New bypass.
246         * fixincl.x: Regenerate.
248 2011-09-26  Tristan Gingold  <gingold@adacore.com>
250         * inclhack.def (ms_define_can_use_extern_prefix):
251         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
252         New fixes.
253         * fixincl.x: Regenerate.
254         * tests/base/rtldef/string.h: New test.
255         * tests/base/rtldef/decc$types.h: Likewise.
256         * tests/base/testing.h: Update
258 2011-09-22  Tristan Gingold  <gingold@adacore.com>
260         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
262 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
264         PR libstdc++/50153
265         * inclhack.def (hpux11_abs): Extend to all hpux machines.
266         * fixincl.x: Regenerate.
268 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
269             Marc Glisse  <marc.glisse@normalesup.org>
271         PR libstdc++-v3/1773
272         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
273         (solaris_longjmp_noreturn, solaris_pow_int_overload)
274         (solaris_std___filbuf): New fixes.
275         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
276         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
277         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
279 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
281         PR c++/49347
282         * inclhack.def (solaris_posix_spawn_restrict): New fix.
283         * fixincl.x: Regenerate.
284         * tests/base/spawn.h: New test.
286 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
288         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
289         * configure: Regenerate.
290         * config.h.in: Regenerate.
292 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
294         * inclhack.def (aix_net_if_arp): New fix.
295         * fixincl.x: Regenerate.
296         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
298 2011-05-17  Tristan Gingold  <gingold@adacore.com>
300         * inclhack.def (solaris_complex_cxx): Fix syntax.
301         * fixincl.x: Regenerate.
303 2011-05-17  Tristan Gingold  <gingold@adacore.com>
305         * check.tpl: Shell-quote testing file.
307 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
309         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
311 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
313         PR other/46202
314         * Makefile.in (install-strip): New phony target.
315         (all, check, install): Also mark as phony.
317 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
319         * inclhack.def (irix_pthread_init): New fix.
320         * fixincl.x: Regenerate.
321         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
323 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
325         PR c++/46024
326         * inclhack.def (solaris_sys_va_list): New fix.
327         * fixincl.x: Regenerate.
328         * tests/base/sys/va_list.h: New test.
330 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
332         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
333         * fixincl.x: Regenerate.
335 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
337         * inclhack.def (solaris_cond_init): New fix.
338         * fixincl.x: Regenerate.
339         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
340         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
342 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
344         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
345         * fixincl.x: Regenerate.
346         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
347         * tests/base/sys/feature_tests.h: New file.
349 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
350             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
352         PR bootstrap/42798
353         * configure.ac: Check for declaration of 'basename(char *)'.
354         * configure: Regenerate.
356 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
358         * inclhack.def (alpha_wchar): Remove.
359         * fixincl.x: Regenerate.
360         * tests/base/wchar.h: Remove.
362 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
364         * aclocal.m4: Regenerate.
366 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
368         * inclhack.def (alpha_assert): Allow for more whitespace in
369         select.
370         * fixincl.x: Regenerate.
372 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
374         PR target/40722
375         * mkfixinc.sh: Revert the last change for mingw.
377 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
379         * inclhack.def (glibc_strncpy): New fix.
380         * fixincl.x: Regenerate.
381         * tests/base/bits/string2.h: Update.
383 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
385         PR target/40722
386         * mkfixinc.sh: Fix stdlib.h for mingw.
388 2010-02-19  Bruce Korb  <bkorb@gnu.org>
390         * inclhack.def: remove vestiges of inadvertently committed changes
392 2010-02-10  Bruce Korb  <bkorb@gnu.org>
394         * README: fix up references to old gcc/fixinc directory
396 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
398         * inclhack.def (solaris_int_limits_3): New fix.
399         * fixincl.x: Regenerate.
400         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
401         test.
403         * inclhack.def (solaris_int_const, solaris_int_limits_1,
404         solaris_int_limits_2 ): Applies to Solaris 2 in general.
405         Remove select.
406         Add mach for *-*-solaris2*.
407         Change second c_fix_arg to select.
408         Remove #pragma ident from test_text.
409         * fixincl.x: Regenerate.
410         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
411         #pragma trigger text.
412         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
413         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
415 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
417         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
418         (aix_stdint_2): Likewise.
419         (aix_stdint_3): Likewise.
420         (aix_stdint_4): Likewise.
421         (aix_stdint_5): Likewise.
422         (darwin_stdint_1): Add stdint-darwin.h to files.
423         (darwin_stdint_2): Likewise.
424         (darwin_stdint_3): Likewise.
425         (darwin_stdint_4): Likewise.
426         (darwin_stdint_5): Likewise.
427         (darwin_stdint_6): Likewise.
428         (darwin_stdint_7): Likewise.
429         (hpux_c99_intptr): Add stdint-hpux11.h to files.
430         (hpux_c99_inttypes): Likewise.
431         (hpux_c99_inttypes2): Likewise.
432         (hpux_stdint_least_fast): Likewise.
433         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
434         (irix_stdint_c99_types): New fix.
435         (irix_stdint_c99_macros): New fix.
436         (newlib_stdint_1): Add stdint-newlib.h to files.
437         (newlib_stdint_2): Likewise.
438         fixincl.x: Regenerate.
439         tests/base/stdint-aix.h: New file.
440         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
441         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
442         tests/base/stdint-aix.h: ... here.
443         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
444         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
445         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
446         tests/base/stdint-darwin.h: New file.
447         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
448         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
449         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
450         tests/base/stdint-darwin.h: ... here.
451         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
452         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
453         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
454         tests/base/stdint-hpux11.h: New file.
455         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
456         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
457         tests/base/stdint-hpux11.h: ... here.
458         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
459         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
460         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
461         IRIX_STDINT_C99_MODE_CHECK.
462         tests/base/stdint-irix65.h: New file.
463         tests/base/stdint-newlib.h: New file.
464         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
465         NEWLIB_STDINT_2_CHECK]: Moved ...
466         tests/base/stdint-newlib.h: ... here.
468 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
470         * configure: Regenerate.
472 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
474         * inclhack.def (hpux_stdint_least_fast): Simplify.
475         * fixincl.x: Regenerate.
476         * tests/base/stdint.h: Update.
478 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
480         * inclhack.def (isc_fmod, isc_omits_with_stdc)
481         (nested_sys_limits, sco_math): Remove.
482         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
483         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
484         * tests/base/sys/limits.h: Remove.
485         * fixincl.x: Regenerate.
487 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
489         PR testsuite/29737
490         PR bootstrap/35938
491         PR testsuite/39655
492         * check.tpl: Fix typos.
493         * README: Likewise.  Also, document that 'select' uses ERE.
494         * mkheaders.in: Update copyright years in --version output.
495         * inclhack.def (sco_math): Add missing final newline in sed
496         script 'a', 'c', or 'i' commands, for BSD sed.
497         (sco_math): In the text of 'a', 'c', or 'i' sed
498         commands, prepend leading white space with a backslash to avoid
499         the whitespace to be removed by BSD sed.
500         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
501         (x11_new): Fix sed expression, for BSD sed.
502         (glibc_mutex_init): Fix newlines in sed 's' command replacement
503         part, for GNU sed 3.02 and Solaris sed.
504         (glibc_mutex_init): Replace unportable \+ sed regex operator
505         with \{1,\}.
506         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
507         alternation \| regex operator.
508         (solaris_complex): Remove superfluous backslashes from
509         replacement string.  Replace \+ operator with \{1,\}.
510         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
511         * fixincl.x: Regenerate.
513 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
515         PR libfortran/41169
516         * inclhack.def (irix_complex): New fix.
517         (solaris_complex): Likewise.
518         * fixincl.x: Regenerate.
519         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
520         New tests.
522 2009-08-28   Bruce Korb <bkorb@gnu.org>
523              Steve Ellcey  <sje@cup.hp.com>
525         * README (files): Describe files entry.
526         * inclhack.def (hpux_stdint_least): Remove.
527         (hpux_stdint_fast): Remove.
528         (hpux_stdint_fast): Remove.
529         (hpux_stdint_least_fast): New.
530         (hpux_inttype_int_least8_t): Remove.
531         (hpux_inttype_int8_t): Modify.
532         * fixincl.x: Regenerate.
533         * tests/base/stdint.h: Update.
534         * tests/base/sys/_inttypes.h: Update.
536 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
538         * inclhack.def (hpux_imaginary_i): Remove spaces.
539         * fixincl.x: Regenerate.
540         * tests/base/stdint.h: Update AIX fixes. 
541         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
543 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
545         * configure.ac (AC_PREREQ): Bump to 2.64.
547 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
549         * aclocal.m4: Regenerate.
550         * configure: Regenerate.
551         * config.h.in: Regenerate.
553 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
555         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
556         redefine I.
557         * (aix_stdint_[12345]): New fixes.
558         * fixincl.x: Regenerate.
559         * tests/base/complex.h: Update check.
560         * tests/base/stdint.h: Add AIX stdint.h checks.
562 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
564         * inclhack.def (hpux_imaginary_i): New fix.
565         * fixincl.x: Regenerate.
566         * tests/base/complex.h: New file.
568 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
570         * inclhack.def (aix_complex): New fix.
571         * fixincl.x: Regenerate.
573 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
575         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
576         (hpux_inttype_int8_t): Likewise.
577         * fixincl.x: Regenerate.
579 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
581         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
582         New variables.
583         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
584         Use them.
586 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
588         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
589         darwin_stdint_7): New fixes.
590         * fixincl.x: Regenerate.
591         * tests/base/stdint.h: Adjust test for new fixes.
593 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
595         * inclhack.def (solaris_int_types): New fix.
596         * fixincl.x: Regenerate.
597         * tests/base/sys/int_types.h: New file.
599 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
601         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
602         darwin_stdint_4): New fixes.
603         * tests/base/stdint.h: Adjust test results for new fixes.
604         * fixincl.x: Regenerate.
606 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
608         * inclhack.def (solaris_int_const): New fix.
609         (solaris_int_limits_1): Likewise.
610         (solaris_int_limits_2): Likewise.
611         * fixincl.x: Regenerate.
612         * tests/base/sys/int_const.h: New file.
613         * tests/base/sys/int_limits.h: Likewise.
615 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
617         * inclhack.def (glibc_tgmath): Correct bypass.
618         * fixincl.x: Regenerate.
620 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
622         * inclhack.def (hpux11_uint32_c): Remove.
623         (hpux_long_double): Disable on hpux11.3*.
624         (hpux_long_double_2): New.
625         (hpux_c99_intptr): New.
626         (hpux_c99_inttypes): New.
627         (hpux_c99_inttypes2): New.
628         (hpux_stdint_least): New.
629         (hpux_stdint_fast): New.
630         (hpux_inttype_int_least8_t): New.
631         (hpux_inttype_int8_t): New.
632         * fixincl.x: Regenerate.
633         * tests/base/sys/_inttypes.h: New.
634         * tests/base/inttypes.h: Update.
635         * tests/base/stdlib.h: Update.
636         * tests/base/stdint.h: Update.
638 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
640         * inclhack.def (glibc_stdint): New fix.
641         * fixincl.x: Regenerate.
642         * tests/base/stdint.h: Update.
644 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
646         * Makefile.in: Change copyright header to refer to version
647         3 of the GNU General Public License and to point readers at the
648         COPYING3 file and the FSF's license web page.
649         * fixfixes.c: Likewise.
650         * fixinc.in: Likewise.
651         * fixincl.c: Likewise.
652         * fixlib.c: Likewise.
653         * fixlib.h: Likewise.
654         * fixopts.c: Likewise.
655         * fixtests.c: Likewise.
656         * genfixes: Likewise.
657         * mkheaders.in: Likewise.
658         * system.h: Likewise.
660 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
662         PR c/448
663         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
664         * fixincl.x: Regenerate.
665         * tests/base/stdint.h: Update.
667 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
669         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
670         Update.
672 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
674         PR c/456
675         PR c/5675
676         PR c/19976
677         PR c/29116
678         PR c/31871
679         PR c/35198
680         * inclhack.def (glibc_tgmath): New fix.
681         * fixincl.x: Regenerate.
682         * tests/base/tgmath.h: New.
684 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
686         * inclhack.def (aix_syswait, exception_structure,
687         pthread_page_size): Remove.
688         (math_exception): Remove mention of fixproto in comment.
689         * fixincl.x: Regenerate.
690         * mkheaders.in: Do not handle STMP_FIXPROTO.
692 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
694         * server.c (run_shell): Quote directory name passed to cd.
696 2009-03-01  Bruce Korb  <bkorb@gnu.org>
697         Apply a positively ancient patch:
699         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
701         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
702         * tests/base/net/if.h: Add new test.
704 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
706         * tests/base/locale.h: Add new test.
707         * tests/base/stdarg.h: Likewise.
709 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
711         * inclhack.def (hpux_spu_info):  Add files line.
712         * fixincl.x: Regenerate.
714 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
716         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
717         in case of C.
718         * fixincl.x: Regenerate.
720 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
722         PR target/35460
723         * inclhack.def (openbsd_va_start): Use __builtin_va_start
724         for OpenBSD.
725         * fixincl.x: Regenerate.
727 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
729         * configure: Regenerate.
731 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
733         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
734         * fixincl.x: Regenerate.
736 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
738         * configure.ac: Fix a typo.
739         * configured: Regenerate.
741 2008-09-06  Bruce Korb  <bkorb@gnu.org>
743         * fixincl.tpl (sed): make the program executable configurable.
744         Some platforms have some rather oddball defaults.
745         * config.h.in (SED_PROGRAM): define the default sed.
746         * fixincl.x: regenerated
747         * tests/base/internal/wchar_core.h: fix bad sample text
748         * tests/base/math.h: fix bad sample text
749         * configure.ac: search for working sed
750         * inclhack.def (glibc_mutex_init): fix non-portable construct
751         and re-order a few misordered entries.
753 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
755         * configure: Regenerate.
757 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
759         * inclhack.def (AAB_svr4_replace_byteorder,
760         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
761         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
762         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
763         solaris_mutex_init_1, solaris_socket, solaris_unistd,
764         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
765         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
766         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
767         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
768         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
769         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
770         windiss_math2, windiss_valist): Remove.
771         * fixincl.x: Regenerate.
772         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
773         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
774         powerpc-*-eabiaix*): Remove.
775         * tests/base/math.h: Update.
776         * tests/base/pthread.h: Update.
777         * tests/base/stdio.h: Update.
778         * tests/base/stdlib.h: Update.
779         * tests/base/string.h: Update.
780         * tests/base/strings.h: Update.
781         * tests/base/sys/file.h: Update.
782         * tests/base/sys/limits.h: Update.
783         * tests/base/sys/socket.h: Update.
784         * tests/base/sys/stat.h: Update.
785         * tests/base/sys/time.h: Update.
786         * tests/base/testing.h: Update.
787         * tests/base/unistd.h: Update.
788         * tests/base/_G_config.h: Remove.
789         * tests/base/arpa: Remove directory.
790         * tests/base/fs: Remove directory.
791         * tests/base/locale.h: Remove.
792         * tests/base/machine: Remove directory.
793         * tests/base/rpc/svc.h: Remove.
794         * tests/base/sys/ioctl.h: Remove.
795         * tests/base/sys/regset.h: Remove.
796         * tests/base/sys/times.h: Remove.
797         * tests/base/sys/utsname.h: Remove.
798         * tests/base/widec.h: Remove.
800 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
802         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
803         * tests/base/iso/math_c99.h: Update.
804         * fixincl.x: Regenerate.
806 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
808         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
809         posix_types_64.
810         * fixincl.x: Regenerate.
812 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
814         * fixincl.c (fix_with_system): Cast pointer difference to long.
815         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
817 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
819         PR bootstrap/35457
820         * Makefile.in: Rewrite aclocal.m4 rule.
821         * aclocal.m4: Regenerate.
822         * configure: Regenerate.
824 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
826         PR c++/20366
827         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
828         * fixincl.x: Regenerate.
829         * tests/base/stdio.h: Add test.
831 2008-02-25  Ben Elliston  <bje@au.ibm.com>
833         PR other/32948
834         * fixincl.c (fix_applies): Remove unused variable `name_len'.
836 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
838         * inclhack.def (solaris_math_10): New.
839         * tests/base/iso/math_c99.h: Update.
841         * fixincl.x: Regenerate.
843 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
845         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
846         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
847         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
848         quotes around mach entries.
849         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
850         to GPLv3.
852 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
854         PR other/31405
855         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
856         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
857         __extern_inline|__GNU_STDC_INLINE__.
858         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
859         <bypass>: Change from __STDC_VERSION__ to
860         __extern_inline|__GNU_STDC_INLINE__.
861         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
862         appending attribute-gnu_inline.
863         <second c_fix_arg>: Remove.
864         <test_text>: Remove __extern_inline line.
865         * tests/base/features.h: Re-add.
866         * tests/base/sys/sysmacros.h: Adjust.
867         * fixincl.x: Regenerate.
869 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
871         Revert last change.
873 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
875         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
876         * fixincl.x: Regenerate.
877         * tests/base/wchar.h: Update.
878         * tests/base/features.h: New.
880 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
882         PR target/33700
883         * inclhack.def (hpux11_pthread_const): New.
884         * fixincl.x: Regenerate.
885         * tests/base/sys/pthread.h: Update.
887 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
889         * configure.ac: x86_64 mingw target uses twoprocess.
890         * mkfixinc.sh: Add x86_64 mingw target.
891         * configure: Regenerate.
893 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
895         * inclhack.def (darwin_externc): New.
896         * fixincl.x: Regenerate.
897         * tests/base/mach-o/swap.h: New.
899 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
901         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
902         Delete fixes.
903         * tests/base/iso/math_c99.h: Delete associated test baselines.
904         * fixincl.x: Regenerate.
906 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
908         PR target/30058
909         * inclhack.def (netbsd_c99_inline_2): New.
910         * fixincl.x: Regenerate.
911         * tests/base/signal.h: Update.
913 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
915         PR target/32641
917         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
918         solaris_math_7): Constify and make FP exception-safe.
919         * tests/base/iso/math_c99.h: Update.
921         * fixincl.x: Regenerate.
923 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
925         PR libgcj/28190
926         * inclhack.def (irix_stdint_c99): New fix.
927         * fixincl.x: Regenerate.
928         * tests/base/stdint.h: New test.
930 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
932         PR testsuite/31828
933         * inclhack.def (hppa_hpux_fp_macros): New.
934         * fixincl.x: Regenerate.
935         * tests/base/math.h: Update.
937 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
939         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
940         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
941         __STDC_VERSION__ < 199901L.
942         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
943         with #ifdef __GNUC_GNU_INLINE__.
944         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
945         with defined(__GNUC_STDC_INLINE__).
946         (glibc_c99_inline_4): Change select, add second c_fix_arg.
947         Replace #if __STDC_VERSION__ < 199901L with
948         #ifdef __GNUC_GNU_INLINE__.
949         * fixincl.x: Regenerated.
950         * tests/base/bits/string2.h: Update.
951         * tests/base/sys/sysmacros.h: Update.
952         * tests/base/sys/stat.h: Update.
954 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
956         PR target/30058
957         * inclhack.def (netbsd_c99_inline_1): New.
958         * fixincl.x: Regenerate.
959         * tests/base/signal.h: New.
961 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
963         * Makefile.in: Add dummy "install-info" target.
965 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
967         * mkheaders.in: Fix headers for each multilib required.
969 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
971         * Makefile.in: Add dummy install-pdf target.
973 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
975         * mkheaders.in (incdir): Use include-fixed not include.
977 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
979         * Makefile.in: Added "pdf" target to .PHONY.
981 2007-02-05  Richard Guenther  <rguenther@suse.de>
983         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
984         with older glibc.  Adjust version number for C99.
985         * fixincl.x: Regenerated.
987 2007-02-04  Mike Stump  <mrs@apple.com>
989         * mkheaders.in: Allow optional isysroot parameter.
991 2007-02-03  Bruce Korb <bkorb@gnu.org>
993         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
994         surrounded by space characters.
996 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
998         PR target/30272
999         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1000         * fixincl.x: Regenerate.
1001         * tests/base/math.h: Update.
1003 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1004             Daniel Franke <franke.daniel@gmail.com>
1006         PR target/30008
1007         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1008         of a vertical bar ("|").
1009         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1010         matching.  Set SKIP_TEST flag if we are not to run a test.
1011         * fixincl.x: Regenerate.
1012         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1013         kandr_concat, sco_math): Replace lists of specfic file names by search
1014         patterns.
1016 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1018         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1019         targets for which a no-op fixer is appropriate.
1021 2006-11-07  Richard Guenther  <rguenther@suse.de>
1023         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1024         systems.
1025         * fixincl.x: Regenerate.
1027 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1029         * inclhack.def (glibc_c99_inline_1): New.
1030         * inclhack.def (glibc_c99_inline_2): New.
1031         * inclhack.def (glibc_c99_inline_3): New.
1032         * inclhack.def (glibc_c99_inline_4): New.
1033         * fixincl.x: Regenerate.
1034         * tests/base/bits/string2.h: New.
1035         * tests/base/sys/sysmacros.h: New.
1036         * tests/base/sys/stat.h: Update.
1038 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1040         * tests/base/sys/socket.h: Update.
1042 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1044         * inclhack.def (hpux11_extern_sendfile): New.
1045         (hpux11_extern_sendpath): New.
1046         * fixincl.x: Regenerate.
1048 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1050         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1051         * fixincl.x: Regenerate.
1053 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1055         * Makefile.in: Added empty "pdf" target.
1057 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1059         PR target/29300
1060         * inclhack.def (hpux_pthread_initializers): New hack.
1061         * tests/base/sys/pthread.h: New file.
1063         * fixincl.x: Regenerate.
1065 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1067         * inclhack.def (glibc_mutex_init): Also fix
1068         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1069         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1070         * tests/base/pthread.h: Update.
1072         * fixincl.x: Regenerate.
1074 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1076         * inclhack.def (glibc_mutex_init): New fix.
1077         * tests/base/pthread.h: Update.
1079         * fixincl.x: Regenerate.
1081 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1083         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1084         Prevent it from running on solaris10 or later.
1085         (solaris_once_init_2): Fix comment.
1086         * tests/base/pthread.h: Update.
1088         * fixincl.x: Regenerate.
1090 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1092         * inclhack.def (solaris_once_init_2): New fix.
1093         * tests/base/pthread.h: Update.
1095         * fixincl.x: Regenerate.
1097 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1099         * inclhack.def (solaris_mutex_init_2): Remove test for
1100         PTHREAD_RWLOCK_INITIALIZER.
1101         (solaris_rwlock_init_1): New.
1102         * tests/base/pthread.h: Update.
1104         * inclhack.def (solaris_once_init_1): New.
1105         * tests/base/pthread.h: Adjust for new fix.
1107         * fixincl.x: Regenerate.
1109 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1111         * tests/base/errno.h: New file.
1112         * tests/base/architecture/ppc/math.h: Likewise.
1113         * tests/base/ia64/sys/getppdp.h: Likewise.
1115 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1117         PR bootstrap/20437
1118         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1119         before autoconf or autoheader call.
1121 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1123         PR target/28084
1124         * inclhack.def (hpux_extern_errno): New.
1125         * fixincl.x: Regenerate.
1127 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1129         * Makefile.in: Add dvi info html and install-html to .PHONY
1130         Add install-html target.
1132 2006-05-16  Mike Stump  <mrs@apple.com>
1134         * configure.ac: Add -Wno-overlength-strings.
1135         * configure: Regenerate.
1137 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1139         * README: Fix typo.
1141 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1143         PR target/26189
1144         * inclhack.def (hpux_spu_info): New.
1145         * fixincl.x: Regenerate
1147 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1149         * configure.ac: Check for asprintf, basename, vasprintf.
1150         * config.h.in: Regenerate.
1151         * configure: Regenerate.
1153 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1155         PR target/15642
1156         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1157         __APPLE_CC_ as 1345.
1158         (broken_nan): New.
1159         * fixincl.x: Regenerate.
1161 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1163         * fixincl.c (write_replacement): "here strings" in AutoGen
1164         often/generally don't have a terminating newline.  Check the
1165         last byte for '\n'.
1167 2005-11-13  Andreas Jaeger  <aj@suse.de>
1169         * check.tpl: Handle CVS additionally.
1171 2005-11-05  Andreas Jaeger  <aj@suse.de>
1173         * check.tpl: Adopt for move to subversion.
1175 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1177         PR c++/23139
1178         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1179         fixes.
1180         * fixincl.x: Regenerate.
1181         * tests/base/bits/huge_val.h: New file.
1183 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1185         * All files: Update with new FSF address.
1187 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1189         * Makefile.in (WARN_CFLAGS): New.
1190         (.c.o): Add $(WARN_CFLAGS).
1191         * aclocal.m4: Include ../config/warnings.m4.
1192         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1193         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1194         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1195         * fixopts.c (initialize_opts): Fix old-style definintion.
1197         * configure: Regenerate.
1199 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1201         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1202         (AAB_darwin7_9_long_double_funcs_2): New.
1203         * fixincl.x: Regenerate.
1205 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1207         PR libfortran/15266
1208         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1209         Use double quotes in select so \t matches tabs.
1210         Add IRIX testcase.
1211         * fixincl.x: Regenerate.
1212         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1214 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1216         PR target/21683
1217         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1219 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1220             Joseph S. Myers  <joseph@codesourcery.com>
1222         PR target/19933
1223         PR target/21315
1224         * inclhack.def: New fixes solaris_math_[1-9].
1225         * fixincl.x: Regenerate.
1226         * tests/base/iso/math_c99.h: New.
1228 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1230         * aclocal.m4: Remove superfluous reference to accross.m4.
1232 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1234         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1235         * server.c (load_data): Likewise.
1236         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1237         * fixincl.c: #include <sys/wait.h>
1238         (run_compiles): Use XCNEWVEC instead of xcalloc.
1239         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1240         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1242 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1244         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1245         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1246         * fixincl.x: Regenerate.
1248 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1249         Joseph S. Myers <joseph@codesourcery.com>
1251         * fixinc/inclhack.def: Correct backslashes
1252         * fixinc/fixincl.x: regen
1254 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1256         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1257         libiberty functions.
1259 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1261         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1262         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1263         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1264         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1265         _unlocked function.
1266         (fwrite_unlocked): Fix prototype.
1268         * configure, config.h.in: Regenerate.
1270 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1272         * Makefile.in: Set gcc_version directly, not via substitution.
1273         (libsubdir): Use $(gcc_version), not $(version).
1274         (mkheaders.almost): New rule.
1275         (mkheaders): Generate from mkheaders.almost.
1276         (clean): Also delete mkheaders.almost.
1277         * aclocal.m4: Do not include ../config/gcc-version.m4.
1278         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1279         mkheaders.almost from mkheaders.in.
1280         * configure: Regenerate.
1282 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1284         PR target/20166
1285         * inclhack.def: Add fix for array of incomplete structures
1286         in function prototype in pthread.h.
1287         * fixincl.x: Regenerate.
1288         * tests/base/pthread.h: Adjust.
1290 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1292         * inclhack.def (hpux_htonl): New fix.
1293         * tests/base/netinet/in.h: New test.
1294         * fixincl.x: Regenerate.
1296 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1298         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1300 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1302         PR 18458
1303         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1304         fixincl.
1306 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1308         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1309         * aclocal.m4: Include ../config/gcc-version.m4.
1310         * configure: Regenerate.
1312 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1314         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1315         (stdio_va_list): Likewise.
1316         (stdio_stdarg.h): Likewise.
1317         (solaris_stdio_tag): Add bypass.
1318         * fixincl.x: Regenerated.
1320 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1322         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1323         built fixincl program.
1324         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1325         up csh from user.
1327 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1329         * inclhack.def (alpha_pthread_init): Fix technical problems with
1330         the last check-in caused by CVS variable substitution.
1331         * fixincl.x: Likewise.
1332         * tests/base/pthread.h: Likewise.
1334 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1335             Bruce Korb  <bkorb@gnu.org>
1337         * inclhack.def (alpha_pthread_init): New fix.
1338         * fixincl.x: Regenerate.
1339         * tests/base/pthread.h: Update for new test.
1341 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1343         * fixincl.c(fix_with_system): correct misuse of variables and
1344         incorrect application of "sizeof()".
1346 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1348         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1349         svr4__p, undefine_null): Remove.
1350         * fixincl.x: Regenerate.
1351         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1352         * tests/base/sys/param.h: Remove.
1353         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1354         tests/base/sys/limits.h: Update.
1356 2004-11-12  Mike Stump  <mrs@apple.com>
1358         * Makefile.in (html): Add html generation support.
1360 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1362         * inclhack.def (sco_math): Bypass on __GNUG__.
1363         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1364         * fixincl.x: Regenerate.
1366 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1368         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1369         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1370         _CLASSIC_ANSI_TYPES.
1371         (sun_auth_proto): Bypass on __cplusplus.
1372         * fixincl.x: Regenerate.
1374 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1376         * Makefile.in (mostlyclean): Add fixinc.sh.
1377         (clean): Add mkheaders.
1378         (distclean): New.
1379         (dvi): New.
1380         (info): New.
1381         (installcheck): New.
1383 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1385         * Makefile.in (mostlyclean, distclean): New targets.
1387 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1389         * configure.ac: Add code to determine noncanonical_target,
1390         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1391         * configure: Regenerate.
1392         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1393         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1394         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1395         update for changes to fixinc.in.
1396         * Makefile.in: Add many new macros.
1397         (install): New target.
1398         (mkheaders): New target.
1399         (fixinc.sh): New target.
1400         (all): Add mkheaders and fixinc.sh.
1401         * README-fixinc: Move here from gcc/.
1403 2004-11-01  Mike Stump  <mrs@apple.com>
1405         * inclhack.def (stdio_va_list): Break out clients from here...
1406         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1407         included or ifdef va_start.
1408         * fixincl.x: Regenerate.
1410 2004-10-28  Mike Stump  <mrs@apple.com>
1412         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1413         systems.
1414         * fixincl.x: Regenerate.
1416 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1418         * inclhack.def (darwin_gcc4_breakage): New.
1419         * fixincl.x: Regenerate.
1421 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1423         PR bootstrap/17832
1425         * fixfixes.c (main): Check for _PC_NAME_MAX.
1427 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1429         PR other/17991
1431         * configure.ac: Fix typo.
1432         * configure: Regenerate.
1433         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1435 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1437         PR bootstrap/17832
1439         * fixincl.c (SIGCHLD): Remove definition.
1440         (initialize): Remove SIGIOT and SIGPIPE checks.
1441         (create_file): Fix mkdir() for Win32.
1442         (internal_fix): Use dup2() instead of fcntl().
1444         * fixlib.h (SIGQUIT): Define if undefined.
1445         (SIGIOT): Same.
1446         (SIGPIPE): Same.
1447         (SIGALRM): Same.
1448         (SIGKILL): Same.
1450         * procopen.c (chain_open): Use dup2() instead of fcntl().
1452 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1454         PR other/17991
1456         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1457         Update copyright year.
1458         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1459         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1460         do not include code for parsing options (environment vars).
1461         (fix_with_system): Use a search path for applyfix, so that you
1462         can run the test suite with two-process fixincludes.
1463         * fixopts.c: New file.
1464         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1465         to config.h.  Default to --enable-twoprocess for MinGW32.
1466         * config.h.in: Regenerate.
1467         * configure: Regenerate.
1469 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1471         * tests/base/sys/cdefs.h: Update from test area.
1473 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1475         * inclhack.def (linux_ia64_ucontext): New fix.
1476         * fixincl.x: Regenerate.
1477         * tests/base/sys/ucontext.h: New file.
1479 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1481         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1482         * tests/base/stdlib.h: Likewise.
1484 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1486         * inclhack.def (freebsd_gcc4_breakage): Add.
1487         * fixincl.x: Regenerate.
1488         * tests/base/sys/cdefs.h: Update for new test.
1490 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1492         * inclhack.def (lynx_void_int): Remove.
1493         (lynxos_fcntl_proto): Remove.
1494         (lynxos_no_warning_in_sys_time_h): New fix.
1495         (lynxos_missing_putenv): New fix.
1496         * fixincl.x: Regenerate.
1497         * tests/base/fcntl.h: Remove.
1498         * tests/base/sys/time.h: Update from test area.
1499         * tests/base/curses.h: Likewise.
1500         * tests/base/stdlib.h: Likewise.
1502 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1504         * inclhack.def: Suppress exception_structure and math_exception
1505         for NetWare headers.
1506         * fixincl.x: Regenerate.
1508 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1510         * .cvsignore: New.
1511         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1512         autoconfiscated.
1513         * configure.ac: New.
1514         * config.h.in: Generate.
1515         * configure: Generate.
1516         * aclocal.m4: New.
1517         * fixlib.h: Remove inclusions of gcc files.
1518         * system.h: New.
1520         Other files copied from gcc/fixinc.