Daily bump.
[official-gcc.git] / fixincludes / ChangeLog
blob827585f15dac0546e82640a094386b38ce2eeb1d
1 2015-03-28  John David Anglin  <danglin@gcc.gnu.org>
3         PR libstdc++/65500
4         * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
5         * fixincl.x: Regenerate.
6         * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
8 2015-02-16  Daniel Richard G.  <skunk@iskunk.org>
10         PR bootstrap/48009
11         PR bootstrap/53348
12         * inclhack.def (aix_strtof_const): New fix.
13         * fixincl.x: Regenerate.
14         * tests/base/stdlib.h: New test.
16 2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18         * inclhack.def (solaris_math_11): New fix.
19         * fixincl.x: Regenerate.
20         * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
22 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
24         PR bootstrap/53348
25         * inclhack.def (aix_pthread): Accept tab after define.
26         * fixincl.x: Regenerate.
28 2015-01-24  Bruce Korb  <bkorb@gnu.org>
30         * README: add some clarification on use of test_text
32 2014-12-21  Bruce Korb  <bkorb@gnu.org>
34         * fixincludes/fixincl.tpl: add handling for "sum" selection
35         criteria and clean up layout
36         * fixincludes/fixlib.h: enumerate TT_CKSUM test type
37         * fixincludes/fixincl.c (fix_applies): add code to handle
38         the new test type
39         (cksum_test): function to handle it
40         * fixincludes/README: doc it and remove explanations from
41         more than a decade ago.
43 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
45         * server.c (server_setup): Check return value of
46         getcwd and in case of error set buff[0] to 0.
48 2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
50         * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
51         * fixincl.x: Regenerate.
53 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
55         * inclhack.def (complier_h_tradcpp): Remove.
56         * fixincl.x: Regenerate.
57         * tests/base/linux/compiler.h: Remove.
59 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
61         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
62         (solaris_int_types): Remove.
63         (solaris_longjmp_noreturn): Remove.
64         (solaris_mutex_init_2): Remove.
65         (solaris_once_init_2): Remove.
66         (solaris_sys_va_list): Remove.
67         * fixincl.x: Regenerate.
68         * tests/base/iso/setjmp_iso.h: Remove.
69         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
70         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
71         solaris_once_init_2.
72         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
73         * tests/base/sys/int_types.h: Remove.
74         * tests/base/sys/va_list.h: Remove.
76 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
78         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
80 2013-12-07  Bruce Korb  <bkorb@gnu.org>
82         * inclhack.def: many of the headers found under "bits/" are
83         often stashed under architecture directories.  Apply fixes
84         to those, too.  Also, re-ordered misordered fixes.
85         * tests/base/linux/vt.h: 80 columns in .def file limitation
86         * tests/base/iso/math_c99.h: adjust ordering
87         * tests/base/rtldef/string.h: likewise
88         * tests/base/bits/fenv.h: likewise
89         * tests/base/pthread.h: likewise
91 2013-12-06  Richard Biener  <rguenther@suse.de>
93         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
94         being not compatible with C++.
95         * fixincl.x: Regenerate.
96         * tests/base/linux/vt.h: New test.
98 2013-09-20  Alan Modra  <amodra@gmail.com>
100         * configure: Regenerate.
102 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
104         * inclhack.def (aix_assert): New fix.
105         * fixincl.x: Regenerate.
106         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
108 2013-07-06  Bruce Korb  <bkorb@gnu.org>
110         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
111         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
113 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
115         * inclhack.def (complier_h_tradcpp): New.
116         * fixincl.x: Rebuilt.
117         * tests/base/linux/compiler.h: New.
119 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
121         * inclhack.def (solaris_pow_int_overload): Update comment.
122         Change guard to match <cmath>.
123         * fixincl.x: Regenerate.
124         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
125         Matching change.
127 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
129         * inclhack.def (aix_null): New.
130         (void_null): Update replacement definition of NULL.
131         * fixincl.x: Regenerate.
132         * tests/base/curses.h: Update for new fix.
134 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
136         * inclhack.def (feraiseexcept_nosse_invalid): New.
137         (feraiseexcept_nosse_divbyzero): Likewise.
138         * fixincl.x: Rebuilt.
139         * tests/base/bits/fenv.h: New.
141 2013-01-14  Richard Biener  <rguenther@suse.de>
143         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
145 2012-10-29  Bruce Korb  <bkorb@gnu.org>
147         * README: testing wrap and replacement fixes is pointless.
148         * fixincl.c: export verbosity enumerations to fixlib.h
149         (run_compiles): mark replacement fixes to be skipped when
150         in testing mode
151         * fixlib.h: add a test mode and enumerations from fixincl.c
152         * check.tpl: set TEST_MODE in environment
153         * fixopts.c (initialize_opts): check for TEST_MODE in environment
154         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
155         darwin_9_long_double_funcs_2.  It is not a replacement fix.
156         * fixincl.x: regenerate
157         * tests/base/ioLib.h: the need for this is now exposed, so add it.
158         * tests/base/architecture/ppc/math.h: the correct result is now needed.
160 2012-10-29  Robert Mason  <rbmj@verizon.net>
162         * fixinc.in: Omit machine name checks for vxworks
163         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
164         (AAB_vxworks_regs_vxtypes): another
165         (AAB_vxworks_stdint): yet another
166         (AAB_vxworks_unistd): and another
167         (vxworks_ioctl_macro): reformatting fix
168         (vxworks_mkdir_macro): again
169         (vxworks_regs): and again
170         (vxworks_write_const): and again
171         * tests/base/ioLib.h: new test result
172         * tests/base/math.h: likewise
173         * tests/base/sys/stat.h: likewise
174         * tests/base/testing.h: and again
176 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
178         * inclhack.def (AAB_aix_fcntl): New fix.
179         * fixincl.x: Regenerate.
181 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
183         * inclhack.def (aix_mutex_initializer_1): New fix.
184         (aix_cond_initializer_1): New fix.
185         (aix_rwlock_initializer): New fix.
186         * fixincl.x: Regenerate.
187         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
188         [AIX_COND_INITIALIZER_1_CHECK]: New.
189         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
191 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
193         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
194         gcc_AC_FUNC_MMAP_BLACKLIST.
195         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
196         * aclocal.m4: Regenerate.
197         * configure: Regenerate.
199 2012-04-24  Tristan Gingold  <gingold@adacore.com>
201         * fixincl.c (fix_with_system): Add missing specifier.
202         * configure.ac: Default to twoprocess on vms.
203         * configure: Regenerate.
205 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
207         * inclhack.def (aix_malloc): New.
208         * fixincl.x: Regenerate.
209         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
211 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
213         PR other/52626
214         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
215         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
217 2012-03-15  Tristan Gingold  <gingold@adacore.com>
219         * README (EXAMPLES OF FIXES): Update.
221 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
223         * inclhack.def (math_exception): Remove duplicate.
224         (solaris_cond_init): Remove.
225         (solaris_sys_va_list): Remove Solaris 8 support.
226         * fixincl.x: Regenerate.
227         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
229 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
231         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
232         (irix___restrict): Remove.
233         (irix___generic1): Remove.
234         (irix___generic2): Remove.
235         (irix_asm_apostrophe): Remove.
236         (irix_complex): Remove.
237         (irix_pthread_init): Remove.
238         (irix_socklen_t): Remove.
239         (irix_stdint_c99_mode): Remove.
240         (irix_stdint_c99_types): Remove.
241         (irix_stdint_c99_macros): Remove.
242         (irix_stdio_va_list): Remove IRIX 6.5 support.
243         (irix_wcsftime): Remove.
244         (stdio_va_list): Remove IRIX 6.5 support.
245         (svr4_profil): Remove IRIX bypass.
246         * fixincl.x: Regenerate.
248         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
249         * tests/base/internal/math_core.h: Remove.
250         * tests/base/internal/sgimacros.h: Remove.
251         * tests/base/internal/wchar_core.h: Remove.
252         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
253         support.
254         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
255         * tests/base/stdint-irix65.h: Remove.
256         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
257         * tests/base/sys/asm.h: Remove.
258         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
260 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
262         * inclhack.def (alpha___extern_prefix): Remove.
263         (alpha___extern_prefix_standards): Remove.
264         (alpha___extern_prefix_sys_stat): Remove.
265         (alpha_bad_lval): Remove.
266         (alpha_pthread): Remove.
267         (alpha_pthread_gcc): Remove.
268         (alpha_pthread_init): Remove.
269         * fixincl.x: Regenerate.
270         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
271         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
272         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
273         * tests/base/standards.h: Remove.
274         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
275         Remove.
276         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
277         [ALPHA_BAD_LVAL_CHECK]: Remove.
279 2012-03-12  Tristan Gingold  <gingold@adacore.com>
281         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
282         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
283         (vms_no_64bit_getopt, vms_forward_declare_struct)
284         (vms_use_fast_setjmp): New fixes.
285         * fixincl.x: Regenerate.
286         * tests/base/rtldef/string.h: Update.
287         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
288         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
289         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
291 2012-01-11  Bruce Korb <bkorb@gnu.org>
292             Steven G. Kargl  <kargl@gcc.gnu.org>
293             Andreas Tobler  <andreast@fgznet.ch>
295         PR bootstrap/51705
296         PR preprocessor/51776
297         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
298         * fixincl.x: Regenerate.
299         * tests/base/sys/cdefs.h: Update.
301         * genfixes: Remove the 'Ver.' from the version check.
303 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
305         * configure: Regenerate.
307 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
309         * configure: Regenerate.
311 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
313         * inclhack.def (aix_once_init_[12]): New fixes.
314         * fixincl.x: Regenerate.
315         * tests/base/pthread.h: Update.
317 2011-10-25  Mike Stump  <mikestump@comcast.net>
319         PR target/48851
320         * inclhack.def (void_null): New bypass.
321         * fixincl.x: Regenerate.
323 2011-09-26  Tristan Gingold  <gingold@adacore.com>
325         * inclhack.def (ms_define_can_use_extern_prefix):
326         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
327         New fixes.
328         * fixincl.x: Regenerate.
329         * tests/base/rtldef/string.h: New test.
330         * tests/base/rtldef/decc$types.h: Likewise.
331         * tests/base/testing.h: Update
333 2011-09-22  Tristan Gingold  <gingold@adacore.com>
335         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
337 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
339         PR libstdc++/50153
340         * inclhack.def (hpux11_abs): Extend to all hpux machines.
341         * fixincl.x: Regenerate.
343 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
344             Marc Glisse  <marc.glisse@normalesup.org>
346         PR libstdc++-v3/1773
347         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
348         (solaris_longjmp_noreturn, solaris_pow_int_overload)
349         (solaris_std___filbuf): New fixes.
350         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
351         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
352         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
354 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
356         PR c++/49347
357         * inclhack.def (solaris_posix_spawn_restrict): New fix.
358         * fixincl.x: Regenerate.
359         * tests/base/spawn.h: New test.
361 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
363         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
364         * configure: Regenerate.
365         * config.h.in: Regenerate.
367 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
369         * inclhack.def (aix_net_if_arp): New fix.
370         * fixincl.x: Regenerate.
371         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
373 2011-05-17  Tristan Gingold  <gingold@adacore.com>
375         * inclhack.def (solaris_complex_cxx): Fix syntax.
376         * fixincl.x: Regenerate.
378 2011-05-17  Tristan Gingold  <gingold@adacore.com>
380         * check.tpl: Shell-quote testing file.
382 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
384         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
386 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
388         PR other/46202
389         * Makefile.in (install-strip): New phony target.
390         (all, check, install): Also mark as phony.
392 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
394         * inclhack.def (irix_pthread_init): New fix.
395         * fixincl.x: Regenerate.
396         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
398 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
400         PR c++/46024
401         * inclhack.def (solaris_sys_va_list): New fix.
402         * fixincl.x: Regenerate.
403         * tests/base/sys/va_list.h: New test.
405 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
407         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
408         * fixincl.x: Regenerate.
410 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
412         * inclhack.def (solaris_cond_init): New fix.
413         * fixincl.x: Regenerate.
414         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
415         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
417 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
419         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
420         * fixincl.x: Regenerate.
421         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
422         * tests/base/sys/feature_tests.h: New file.
424 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
425             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
427         PR bootstrap/42798
428         * configure.ac: Check for declaration of 'basename(char *)'.
429         * configure: Regenerate.
431 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
433         * inclhack.def (alpha_wchar): Remove.
434         * fixincl.x: Regenerate.
435         * tests/base/wchar.h: Remove.
437 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
439         * aclocal.m4: Regenerate.
441 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
443         * inclhack.def (alpha_assert): Allow for more whitespace in
444         select.
445         * fixincl.x: Regenerate.
447 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
449         PR target/40722
450         * mkfixinc.sh: Revert the last change for mingw.
452 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
454         * inclhack.def (glibc_strncpy): New fix.
455         * fixincl.x: Regenerate.
456         * tests/base/bits/string2.h: Update.
458 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
460         PR target/40722
461         * mkfixinc.sh: Fix stdlib.h for mingw.
463 2010-02-19  Bruce Korb  <bkorb@gnu.org>
465         * inclhack.def: remove vestiges of inadvertently committed changes
467 2010-02-10  Bruce Korb  <bkorb@gnu.org>
469         * README: fix up references to old gcc/fixinc directory
471 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
473         * inclhack.def (solaris_int_limits_3): New fix.
474         * fixincl.x: Regenerate.
475         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
476         test.
478         * inclhack.def (solaris_int_const, solaris_int_limits_1,
479         solaris_int_limits_2 ): Applies to Solaris 2 in general.
480         Remove select.
481         Add mach for *-*-solaris2*.
482         Change second c_fix_arg to select.
483         Remove #pragma ident from test_text.
484         * fixincl.x: Regenerate.
485         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
486         #pragma trigger text.
487         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
488         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
490 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
492         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
493         (aix_stdint_2): Likewise.
494         (aix_stdint_3): Likewise.
495         (aix_stdint_4): Likewise.
496         (aix_stdint_5): Likewise.
497         (darwin_stdint_1): Add stdint-darwin.h to files.
498         (darwin_stdint_2): Likewise.
499         (darwin_stdint_3): Likewise.
500         (darwin_stdint_4): Likewise.
501         (darwin_stdint_5): Likewise.
502         (darwin_stdint_6): Likewise.
503         (darwin_stdint_7): Likewise.
504         (hpux_c99_intptr): Add stdint-hpux11.h to files.
505         (hpux_c99_inttypes): Likewise.
506         (hpux_c99_inttypes2): Likewise.
507         (hpux_stdint_least_fast): Likewise.
508         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
509         (irix_stdint_c99_types): New fix.
510         (irix_stdint_c99_macros): New fix.
511         (newlib_stdint_1): Add stdint-newlib.h to files.
512         (newlib_stdint_2): Likewise.
513         fixincl.x: Regenerate.
514         tests/base/stdint-aix.h: New file.
515         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
516         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
517         tests/base/stdint-aix.h: ... here.
518         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
519         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
520         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
521         tests/base/stdint-darwin.h: New file.
522         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
523         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
524         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
525         tests/base/stdint-darwin.h: ... here.
526         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
527         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
528         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
529         tests/base/stdint-hpux11.h: New file.
530         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
531         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
532         tests/base/stdint-hpux11.h: ... here.
533         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
534         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
535         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
536         IRIX_STDINT_C99_MODE_CHECK.
537         tests/base/stdint-irix65.h: New file.
538         tests/base/stdint-newlib.h: New file.
539         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
540         NEWLIB_STDINT_2_CHECK]: Moved ...
541         tests/base/stdint-newlib.h: ... here.
543 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
545         * configure: Regenerate.
547 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
549         * inclhack.def (hpux_stdint_least_fast): Simplify.
550         * fixincl.x: Regenerate.
551         * tests/base/stdint.h: Update.
553 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
555         * inclhack.def (isc_fmod, isc_omits_with_stdc)
556         (nested_sys_limits, sco_math): Remove.
557         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
558         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
559         * tests/base/sys/limits.h: Remove.
560         * fixincl.x: Regenerate.
562 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
564         PR testsuite/29737
565         PR bootstrap/35938
566         PR testsuite/39655
567         * check.tpl: Fix typos.
568         * README: Likewise.  Also, document that 'select' uses ERE.
569         * mkheaders.in: Update copyright years in --version output.
570         * inclhack.def (sco_math): Add missing final newline in sed
571         script 'a', 'c', or 'i' commands, for BSD sed.
572         (sco_math): In the text of 'a', 'c', or 'i' sed
573         commands, prepend leading white space with a backslash to avoid
574         the whitespace to be removed by BSD sed.
575         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
576         (x11_new): Fix sed expression, for BSD sed.
577         (glibc_mutex_init): Fix newlines in sed 's' command replacement
578         part, for GNU sed 3.02 and Solaris sed.
579         (glibc_mutex_init): Replace unportable \+ sed regex operator
580         with \{1,\}.
581         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
582         alternation \| regex operator.
583         (solaris_complex): Remove superfluous backslashes from
584         replacement string.  Replace \+ operator with \{1,\}.
585         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
586         * fixincl.x: Regenerate.
588 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
590         PR libfortran/41169
591         * inclhack.def (irix_complex): New fix.
592         (solaris_complex): Likewise.
593         * fixincl.x: Regenerate.
594         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
595         New tests.
597 2009-08-28   Bruce Korb <bkorb@gnu.org>
598              Steve Ellcey  <sje@cup.hp.com>
600         * README (files): Describe files entry.
601         * inclhack.def (hpux_stdint_least): Remove.
602         (hpux_stdint_fast): Remove.
603         (hpux_stdint_fast): Remove.
604         (hpux_stdint_least_fast): New.
605         (hpux_inttype_int_least8_t): Remove.
606         (hpux_inttype_int8_t): Modify.
607         * fixincl.x: Regenerate.
608         * tests/base/stdint.h: Update.
609         * tests/base/sys/_inttypes.h: Update.
611 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
613         * inclhack.def (hpux_imaginary_i): Remove spaces.
614         * fixincl.x: Regenerate.
615         * tests/base/stdint.h: Update AIX fixes. 
616         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
618 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
620         * configure.ac (AC_PREREQ): Bump to 2.64.
622 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
624         * aclocal.m4: Regenerate.
625         * configure: Regenerate.
626         * config.h.in: Regenerate.
628 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
630         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
631         redefine I.
632         * (aix_stdint_[12345]): New fixes.
633         * fixincl.x: Regenerate.
634         * tests/base/complex.h: Update check.
635         * tests/base/stdint.h: Add AIX stdint.h checks.
637 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
639         * inclhack.def (hpux_imaginary_i): New fix.
640         * fixincl.x: Regenerate.
641         * tests/base/complex.h: New file.
643 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
645         * inclhack.def (aix_complex): New fix.
646         * fixincl.x: Regenerate.
648 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
650         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
651         (hpux_inttype_int8_t): Likewise.
652         * fixincl.x: Regenerate.
654 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
656         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
657         New variables.
658         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
659         Use them.
661 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
663         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
664         darwin_stdint_7): New fixes.
665         * fixincl.x: Regenerate.
666         * tests/base/stdint.h: Adjust test for new fixes.
668 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
670         * inclhack.def (solaris_int_types): New fix.
671         * fixincl.x: Regenerate.
672         * tests/base/sys/int_types.h: New file.
674 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
676         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
677         darwin_stdint_4): New fixes.
678         * tests/base/stdint.h: Adjust test results for new fixes.
679         * fixincl.x: Regenerate.
681 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
683         * inclhack.def (solaris_int_const): New fix.
684         (solaris_int_limits_1): Likewise.
685         (solaris_int_limits_2): Likewise.
686         * fixincl.x: Regenerate.
687         * tests/base/sys/int_const.h: New file.
688         * tests/base/sys/int_limits.h: Likewise.
690 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
692         * inclhack.def (glibc_tgmath): Correct bypass.
693         * fixincl.x: Regenerate.
695 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
697         * inclhack.def (hpux11_uint32_c): Remove.
698         (hpux_long_double): Disable on hpux11.3*.
699         (hpux_long_double_2): New.
700         (hpux_c99_intptr): New.
701         (hpux_c99_inttypes): New.
702         (hpux_c99_inttypes2): New.
703         (hpux_stdint_least): New.
704         (hpux_stdint_fast): New.
705         (hpux_inttype_int_least8_t): New.
706         (hpux_inttype_int8_t): New.
707         * fixincl.x: Regenerate.
708         * tests/base/sys/_inttypes.h: New.
709         * tests/base/inttypes.h: Update.
710         * tests/base/stdlib.h: Update.
711         * tests/base/stdint.h: Update.
713 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
715         * inclhack.def (glibc_stdint): New fix.
716         * fixincl.x: Regenerate.
717         * tests/base/stdint.h: Update.
719 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
721         * Makefile.in: Change copyright header to refer to version
722         3 of the GNU General Public License and to point readers at the
723         COPYING3 file and the FSF's license web page.
724         * fixfixes.c: Likewise.
725         * fixinc.in: Likewise.
726         * fixincl.c: Likewise.
727         * fixlib.c: Likewise.
728         * fixlib.h: Likewise.
729         * fixopts.c: Likewise.
730         * fixtests.c: Likewise.
731         * genfixes: Likewise.
732         * mkheaders.in: Likewise.
733         * system.h: Likewise.
735 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
737         PR c/448
738         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
739         * fixincl.x: Regenerate.
740         * tests/base/stdint.h: Update.
742 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
744         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
745         Update.
747 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
749         PR c/456
750         PR c/5675
751         PR c/19976
752         PR c/29116
753         PR c/31871
754         PR c/35198
755         * inclhack.def (glibc_tgmath): New fix.
756         * fixincl.x: Regenerate.
757         * tests/base/tgmath.h: New.
759 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
761         * inclhack.def (aix_syswait, exception_structure,
762         pthread_page_size): Remove.
763         (math_exception): Remove mention of fixproto in comment.
764         * fixincl.x: Regenerate.
765         * mkheaders.in: Do not handle STMP_FIXPROTO.
767 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
769         * server.c (run_shell): Quote directory name passed to cd.
771 2009-03-01  Bruce Korb  <bkorb@gnu.org>
772         Apply a positively ancient patch:
774         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
776         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
777         * tests/base/net/if.h: Add new test.
779 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
781         * tests/base/locale.h: Add new test.
782         * tests/base/stdarg.h: Likewise.
784 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
786         * inclhack.def (hpux_spu_info):  Add files line.
787         * fixincl.x: Regenerate.
789 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
791         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
792         in case of C.
793         * fixincl.x: Regenerate.
795 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
797         PR target/35460
798         * inclhack.def (openbsd_va_start): Use __builtin_va_start
799         for OpenBSD.
800         * fixincl.x: Regenerate.
802 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
804         * configure: Regenerate.
806 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
808         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
809         * fixincl.x: Regenerate.
811 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
813         * configure.ac: Fix a typo.
814         * configured: Regenerate.
816 2008-09-06  Bruce Korb  <bkorb@gnu.org>
818         * fixincl.tpl (sed): make the program executable configurable.
819         Some platforms have some rather oddball defaults.
820         * config.h.in (SED_PROGRAM): define the default sed.
821         * fixincl.x: regenerated
822         * tests/base/internal/wchar_core.h: fix bad sample text
823         * tests/base/math.h: fix bad sample text
824         * configure.ac: search for working sed
825         * inclhack.def (glibc_mutex_init): fix non-portable construct
826         and re-order a few misordered entries.
828 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
830         * configure: Regenerate.
832 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
834         * inclhack.def (AAB_svr4_replace_byteorder,
835         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
836         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
837         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
838         solaris_mutex_init_1, solaris_socket, solaris_unistd,
839         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
840         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
841         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
842         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
843         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
844         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
845         windiss_math2, windiss_valist): Remove.
846         * fixincl.x: Regenerate.
847         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
848         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
849         powerpc-*-eabiaix*): Remove.
850         * tests/base/math.h: Update.
851         * tests/base/pthread.h: Update.
852         * tests/base/stdio.h: Update.
853         * tests/base/stdlib.h: Update.
854         * tests/base/string.h: Update.
855         * tests/base/strings.h: Update.
856         * tests/base/sys/file.h: Update.
857         * tests/base/sys/limits.h: Update.
858         * tests/base/sys/socket.h: Update.
859         * tests/base/sys/stat.h: Update.
860         * tests/base/sys/time.h: Update.
861         * tests/base/testing.h: Update.
862         * tests/base/unistd.h: Update.
863         * tests/base/_G_config.h: Remove.
864         * tests/base/arpa: Remove directory.
865         * tests/base/fs: Remove directory.
866         * tests/base/locale.h: Remove.
867         * tests/base/machine: Remove directory.
868         * tests/base/rpc/svc.h: Remove.
869         * tests/base/sys/ioctl.h: Remove.
870         * tests/base/sys/regset.h: Remove.
871         * tests/base/sys/times.h: Remove.
872         * tests/base/sys/utsname.h: Remove.
873         * tests/base/widec.h: Remove.
875 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
877         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
878         * tests/base/iso/math_c99.h: Update.
879         * fixincl.x: Regenerate.
881 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
883         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
884         posix_types_64.
885         * fixincl.x: Regenerate.
887 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
889         * fixincl.c (fix_with_system): Cast pointer difference to long.
890         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
892 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
894         PR bootstrap/35457
895         * Makefile.in: Rewrite aclocal.m4 rule.
896         * aclocal.m4: Regenerate.
897         * configure: Regenerate.
899 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
901         PR c++/20366
902         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
903         * fixincl.x: Regenerate.
904         * tests/base/stdio.h: Add test.
906 2008-02-25  Ben Elliston  <bje@au.ibm.com>
908         PR other/32948
909         * fixincl.c (fix_applies): Remove unused variable `name_len'.
911 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
913         * inclhack.def (solaris_math_10): New.
914         * tests/base/iso/math_c99.h: Update.
916         * fixincl.x: Regenerate.
918 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
920         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
921         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
922         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
923         quotes around mach entries.
924         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
925         to GPLv3.
927 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
929         PR other/31405
930         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
931         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
932         __extern_inline|__GNU_STDC_INLINE__.
933         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
934         <bypass>: Change from __STDC_VERSION__ to
935         __extern_inline|__GNU_STDC_INLINE__.
936         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
937         appending attribute-gnu_inline.
938         <second c_fix_arg>: Remove.
939         <test_text>: Remove __extern_inline line.
940         * tests/base/features.h: Re-add.
941         * tests/base/sys/sysmacros.h: Adjust.
942         * fixincl.x: Regenerate.
944 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
946         Revert last change.
948 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
950         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
951         * fixincl.x: Regenerate.
952         * tests/base/wchar.h: Update.
953         * tests/base/features.h: New.
955 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
957         PR target/33700
958         * inclhack.def (hpux11_pthread_const): New.
959         * fixincl.x: Regenerate.
960         * tests/base/sys/pthread.h: Update.
962 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
964         * configure.ac: x86_64 mingw target uses twoprocess.
965         * mkfixinc.sh: Add x86_64 mingw target.
966         * configure: Regenerate.
968 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
970         * inclhack.def (darwin_externc): New.
971         * fixincl.x: Regenerate.
972         * tests/base/mach-o/swap.h: New.
974 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
976         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
977         Delete fixes.
978         * tests/base/iso/math_c99.h: Delete associated test baselines.
979         * fixincl.x: Regenerate.
981 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
983         PR target/30058
984         * inclhack.def (netbsd_c99_inline_2): New.
985         * fixincl.x: Regenerate.
986         * tests/base/signal.h: Update.
988 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
990         PR target/32641
992         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
993         solaris_math_7): Constify and make FP exception-safe.
994         * tests/base/iso/math_c99.h: Update.
996         * fixincl.x: Regenerate.
998 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1000         PR libgcj/28190
1001         * inclhack.def (irix_stdint_c99): New fix.
1002         * fixincl.x: Regenerate.
1003         * tests/base/stdint.h: New test.
1005 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
1007         PR testsuite/31828
1008         * inclhack.def (hppa_hpux_fp_macros): New.
1009         * fixincl.x: Regenerate.
1010         * tests/base/math.h: Update.
1012 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1014         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1015         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1016         __STDC_VERSION__ < 199901L.
1017         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1018         with #ifdef __GNUC_GNU_INLINE__.
1019         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
1020         with defined(__GNUC_STDC_INLINE__).
1021         (glibc_c99_inline_4): Change select, add second c_fix_arg.
1022         Replace #if __STDC_VERSION__ < 199901L with
1023         #ifdef __GNUC_GNU_INLINE__.
1024         * fixincl.x: Regenerated.
1025         * tests/base/bits/string2.h: Update.
1026         * tests/base/sys/sysmacros.h: Update.
1027         * tests/base/sys/stat.h: Update.
1029 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
1031         PR target/30058
1032         * inclhack.def (netbsd_c99_inline_1): New.
1033         * fixincl.x: Regenerate.
1034         * tests/base/signal.h: New.
1036 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1038         * Makefile.in: Add dummy "install-info" target.
1040 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
1042         * mkheaders.in: Fix headers for each multilib required.
1044 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1046         * Makefile.in: Add dummy install-pdf target.
1048 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
1050         * mkheaders.in (incdir): Use include-fixed not include.
1052 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1054         * Makefile.in: Added "pdf" target to .PHONY.
1056 2007-02-05  Richard Guenther  <rguenther@suse.de>
1058         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1059         with older glibc.  Adjust version number for C99.
1060         * fixincl.x: Regenerated.
1062 2007-02-04  Mike Stump  <mrs@apple.com>
1064         * mkheaders.in: Allow optional isysroot parameter.
1066 2007-02-03  Bruce Korb <bkorb@gnu.org>
1068         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1069         surrounded by space characters.
1071 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1073         PR target/30272
1074         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1075         * fixincl.x: Regenerate.
1076         * tests/base/math.h: Update.
1078 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1079             Daniel Franke <franke.daniel@gmail.com>
1081         PR target/30008
1082         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1083         of a vertical bar ("|").
1084         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1085         matching.  Set SKIP_TEST flag if we are not to run a test.
1086         * fixincl.x: Regenerate.
1087         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1088         kandr_concat, sco_math): Replace lists of specfic file names by search
1089         patterns.
1091 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1093         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1094         targets for which a no-op fixer is appropriate.
1096 2006-11-07  Richard Guenther  <rguenther@suse.de>
1098         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1099         systems.
1100         * fixincl.x: Regenerate.
1102 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1104         * inclhack.def (glibc_c99_inline_1): New.
1105         * inclhack.def (glibc_c99_inline_2): New.
1106         * inclhack.def (glibc_c99_inline_3): New.
1107         * inclhack.def (glibc_c99_inline_4): New.
1108         * fixincl.x: Regenerate.
1109         * tests/base/bits/string2.h: New.
1110         * tests/base/sys/sysmacros.h: New.
1111         * tests/base/sys/stat.h: Update.
1113 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1115         * tests/base/sys/socket.h: Update.
1117 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1119         * inclhack.def (hpux11_extern_sendfile): New.
1120         (hpux11_extern_sendpath): New.
1121         * fixincl.x: Regenerate.
1123 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1125         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1126         * fixincl.x: Regenerate.
1128 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1130         * Makefile.in: Added empty "pdf" target.
1132 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1134         PR target/29300
1135         * inclhack.def (hpux_pthread_initializers): New hack.
1136         * tests/base/sys/pthread.h: New file.
1138         * fixincl.x: Regenerate.
1140 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1142         * inclhack.def (glibc_mutex_init): Also fix
1143         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1144         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1145         * tests/base/pthread.h: Update.
1147         * fixincl.x: Regenerate.
1149 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1151         * inclhack.def (glibc_mutex_init): New fix.
1152         * tests/base/pthread.h: Update.
1154         * fixincl.x: Regenerate.
1156 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1158         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1159         Prevent it from running on solaris10 or later.
1160         (solaris_once_init_2): Fix comment.
1161         * tests/base/pthread.h: Update.
1163         * fixincl.x: Regenerate.
1165 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1167         * inclhack.def (solaris_once_init_2): New fix.
1168         * tests/base/pthread.h: Update.
1170         * fixincl.x: Regenerate.
1172 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1174         * inclhack.def (solaris_mutex_init_2): Remove test for
1175         PTHREAD_RWLOCK_INITIALIZER.
1176         (solaris_rwlock_init_1): New.
1177         * tests/base/pthread.h: Update.
1179         * inclhack.def (solaris_once_init_1): New.
1180         * tests/base/pthread.h: Adjust for new fix.
1182         * fixincl.x: Regenerate.
1184 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1186         * tests/base/errno.h: New file.
1187         * tests/base/architecture/ppc/math.h: Likewise.
1188         * tests/base/ia64/sys/getppdp.h: Likewise.
1190 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1192         PR bootstrap/20437
1193         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1194         before autoconf or autoheader call.
1196 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1198         PR target/28084
1199         * inclhack.def (hpux_extern_errno): New.
1200         * fixincl.x: Regenerate.
1202 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1204         * Makefile.in: Add dvi info html and install-html to .PHONY
1205         Add install-html target.
1207 2006-05-16  Mike Stump  <mrs@apple.com>
1209         * configure.ac: Add -Wno-overlength-strings.
1210         * configure: Regenerate.
1212 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1214         * README: Fix typo.
1216 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1218         PR target/26189
1219         * inclhack.def (hpux_spu_info): New.
1220         * fixincl.x: Regenerate
1222 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1224         * configure.ac: Check for asprintf, basename, vasprintf.
1225         * config.h.in: Regenerate.
1226         * configure: Regenerate.
1228 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1230         PR target/15642
1231         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1232         __APPLE_CC_ as 1345.
1233         (broken_nan): New.
1234         * fixincl.x: Regenerate.
1236 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1238         * fixincl.c (write_replacement): "here strings" in AutoGen
1239         often/generally don't have a terminating newline.  Check the
1240         last byte for '\n'.
1242 2005-11-13  Andreas Jaeger  <aj@suse.de>
1244         * check.tpl: Handle CVS additionally.
1246 2005-11-05  Andreas Jaeger  <aj@suse.de>
1248         * check.tpl: Adopt for move to subversion.
1250 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1252         PR c++/23139
1253         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1254         fixes.
1255         * fixincl.x: Regenerate.
1256         * tests/base/bits/huge_val.h: New file.
1258 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1260         * All files: Update with new FSF address.
1262 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1264         * Makefile.in (WARN_CFLAGS): New.
1265         (.c.o): Add $(WARN_CFLAGS).
1266         * aclocal.m4: Include ../config/warnings.m4.
1267         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1268         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1269         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1270         * fixopts.c (initialize_opts): Fix old-style definintion.
1272         * configure: Regenerate.
1274 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1276         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1277         (AAB_darwin7_9_long_double_funcs_2): New.
1278         * fixincl.x: Regenerate.
1280 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1282         PR libfortran/15266
1283         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1284         Use double quotes in select so \t matches tabs.
1285         Add IRIX testcase.
1286         * fixincl.x: Regenerate.
1287         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1289 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1291         PR target/21683
1292         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1294 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1295             Joseph S. Myers  <joseph@codesourcery.com>
1297         PR target/19933
1298         PR target/21315
1299         * inclhack.def: New fixes solaris_math_[1-9].
1300         * fixincl.x: Regenerate.
1301         * tests/base/iso/math_c99.h: New.
1303 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1305         * aclocal.m4: Remove superfluous reference to accross.m4.
1307 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1309         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1310         * server.c (load_data): Likewise.
1311         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1312         * fixincl.c: #include <sys/wait.h>
1313         (run_compiles): Use XCNEWVEC instead of xcalloc.
1314         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1315         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1317 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1319         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1320         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1321         * fixincl.x: Regenerate.
1323 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1324         Joseph S. Myers <joseph@codesourcery.com>
1326         * fixinc/inclhack.def: Correct backslashes
1327         * fixinc/fixincl.x: regen
1329 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1331         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1332         libiberty functions.
1334 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1336         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1337         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1338         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1339         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1340         _unlocked function.
1341         (fwrite_unlocked): Fix prototype.
1343         * configure, config.h.in: Regenerate.
1345 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1347         * Makefile.in: Set gcc_version directly, not via substitution.
1348         (libsubdir): Use $(gcc_version), not $(version).
1349         (mkheaders.almost): New rule.
1350         (mkheaders): Generate from mkheaders.almost.
1351         (clean): Also delete mkheaders.almost.
1352         * aclocal.m4: Do not include ../config/gcc-version.m4.
1353         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1354         mkheaders.almost from mkheaders.in.
1355         * configure: Regenerate.
1357 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1359         PR target/20166
1360         * inclhack.def: Add fix for array of incomplete structures
1361         in function prototype in pthread.h.
1362         * fixincl.x: Regenerate.
1363         * tests/base/pthread.h: Adjust.
1365 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1367         * inclhack.def (hpux_htonl): New fix.
1368         * tests/base/netinet/in.h: New test.
1369         * fixincl.x: Regenerate.
1371 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1373         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1375 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1377         PR 18458
1378         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1379         fixincl.
1381 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1383         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1384         * aclocal.m4: Include ../config/gcc-version.m4.
1385         * configure: Regenerate.
1387 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1389         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1390         (stdio_va_list): Likewise.
1391         (stdio_stdarg.h): Likewise.
1392         (solaris_stdio_tag): Add bypass.
1393         * fixincl.x: Regenerated.
1395 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1397         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1398         built fixincl program.
1399         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1400         up csh from user.
1402 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1404         * inclhack.def (alpha_pthread_init): Fix technical problems with
1405         the last check-in caused by CVS variable substitution.
1406         * fixincl.x: Likewise.
1407         * tests/base/pthread.h: Likewise.
1409 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1410             Bruce Korb  <bkorb@gnu.org>
1412         * inclhack.def (alpha_pthread_init): New fix.
1413         * fixincl.x: Regenerate.
1414         * tests/base/pthread.h: Update for new test.
1416 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1418         * fixincl.c(fix_with_system): correct misuse of variables and
1419         incorrect application of "sizeof()".
1421 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1423         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1424         svr4__p, undefine_null): Remove.
1425         * fixincl.x: Regenerate.
1426         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1427         * tests/base/sys/param.h: Remove.
1428         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1429         tests/base/sys/limits.h: Update.
1431 2004-11-12  Mike Stump  <mrs@apple.com>
1433         * Makefile.in (html): Add html generation support.
1435 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1437         * inclhack.def (sco_math): Bypass on __GNUG__.
1438         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1439         * fixincl.x: Regenerate.
1441 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1443         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1444         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1445         _CLASSIC_ANSI_TYPES.
1446         (sun_auth_proto): Bypass on __cplusplus.
1447         * fixincl.x: Regenerate.
1449 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1451         * Makefile.in (mostlyclean): Add fixinc.sh.
1452         (clean): Add mkheaders.
1453         (distclean): New.
1454         (dvi): New.
1455         (info): New.
1456         (installcheck): New.
1458 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1460         * Makefile.in (mostlyclean, distclean): New targets.
1462 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1464         * configure.ac: Add code to determine noncanonical_target,
1465         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1466         * configure: Regenerate.
1467         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1468         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1469         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1470         update for changes to fixinc.in.
1471         * Makefile.in: Add many new macros.
1472         (install): New target.
1473         (mkheaders): New target.
1474         (fixinc.sh): New target.
1475         (all): Add mkheaders and fixinc.sh.
1476         * README-fixinc: Move here from gcc/.
1478 2004-11-01  Mike Stump  <mrs@apple.com>
1480         * inclhack.def (stdio_va_list): Break out clients from here...
1481         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1482         included or ifdef va_start.
1483         * fixincl.x: Regenerate.
1485 2004-10-28  Mike Stump  <mrs@apple.com>
1487         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1488         systems.
1489         * fixincl.x: Regenerate.
1491 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1493         * inclhack.def (darwin_gcc4_breakage): New.
1494         * fixincl.x: Regenerate.
1496 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1498         PR bootstrap/17832
1500         * fixfixes.c (main): Check for _PC_NAME_MAX.
1502 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1504         PR other/17991
1506         * configure.ac: Fix typo.
1507         * configure: Regenerate.
1508         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1510 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1512         PR bootstrap/17832
1514         * fixincl.c (SIGCHLD): Remove definition.
1515         (initialize): Remove SIGIOT and SIGPIPE checks.
1516         (create_file): Fix mkdir() for Win32.
1517         (internal_fix): Use dup2() instead of fcntl().
1519         * fixlib.h (SIGQUIT): Define if undefined.
1520         (SIGIOT): Same.
1521         (SIGPIPE): Same.
1522         (SIGALRM): Same.
1523         (SIGKILL): Same.
1525         * procopen.c (chain_open): Use dup2() instead of fcntl().
1527 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1529         PR other/17991
1531         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1532         Update copyright year.
1533         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1534         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1535         do not include code for parsing options (environment vars).
1536         (fix_with_system): Use a search path for applyfix, so that you
1537         can run the test suite with two-process fixincludes.
1538         * fixopts.c: New file.
1539         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1540         to config.h.  Default to --enable-twoprocess for MinGW32.
1541         * config.h.in: Regenerate.
1542         * configure: Regenerate.
1544 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1546         * tests/base/sys/cdefs.h: Update from test area.
1548 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1550         * inclhack.def (linux_ia64_ucontext): New fix.
1551         * fixincl.x: Regenerate.
1552         * tests/base/sys/ucontext.h: New file.
1554 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1556         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1557         * tests/base/stdlib.h: Likewise.
1559 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1561         * inclhack.def (freebsd_gcc4_breakage): Add.
1562         * fixincl.x: Regenerate.
1563         * tests/base/sys/cdefs.h: Update for new test.
1565 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1567         * inclhack.def (lynx_void_int): Remove.
1568         (lynxos_fcntl_proto): Remove.
1569         (lynxos_no_warning_in_sys_time_h): New fix.
1570         (lynxos_missing_putenv): New fix.
1571         * fixincl.x: Regenerate.
1572         * tests/base/fcntl.h: Remove.
1573         * tests/base/sys/time.h: Update from test area.
1574         * tests/base/curses.h: Likewise.
1575         * tests/base/stdlib.h: Likewise.
1577 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1579         * inclhack.def: Suppress exception_structure and math_exception
1580         for NetWare headers.
1581         * fixincl.x: Regenerate.
1583 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1585         * .cvsignore: New.
1586         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1587         autoconfiscated.
1588         * configure.ac: New.
1589         * config.h.in: Generate.
1590         * configure: Generate.
1591         * aclocal.m4: New.
1592         * fixlib.h: Remove inclusions of gcc files.
1593         * system.h: New.
1595         Other files copied from gcc/fixinc.