PR target/66156
[official-gcc.git] / fixincludes / ChangeLog
blob8bab3f874249495c3312f533092d26ab4cd07a8e
1 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
3         * aclocal.m4: Regenerated with automake-1.11.6.
5 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
7         * mkfixinc.sh: Add *-musl* with no fixes.
9 2015-03-28  John David Anglin  <danglin@gcc.gnu.org>
11         PR libstdc++/65500
12         * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
13         * fixincl.x: Regenerate.
14         * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
16 2015-02-16  Daniel Richard G.  <skunk@iskunk.org>
18         PR bootstrap/48009
19         PR bootstrap/53348
20         * inclhack.def (aix_strtof_const): New fix.
21         * fixincl.x: Regenerate.
22         * tests/base/stdlib.h: New test.
24 2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26         * inclhack.def (solaris_math_11): New fix.
27         * fixincl.x: Regenerate.
28         * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
30 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
32         PR bootstrap/53348
33         * inclhack.def (aix_pthread): Accept tab after define.
34         * fixincl.x: Regenerate.
36 2015-01-24  Bruce Korb  <bkorb@gnu.org>
38         * README: add some clarification on use of test_text
40 2014-12-21  Bruce Korb  <bkorb@gnu.org>
42         * fixincludes/fixincl.tpl: add handling for "sum" selection
43         criteria and clean up layout
44         * fixincludes/fixlib.h: enumerate TT_CKSUM test type
45         * fixincludes/fixincl.c (fix_applies): add code to handle
46         the new test type
47         (cksum_test): function to handle it
48         * fixincludes/README: doc it and remove explanations from
49         more than a decade ago.
51 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
53         * server.c (server_setup): Check return value of
54         getcwd and in case of error set buff[0] to 0.
56 2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
58         * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
59         * fixincl.x: Regenerate.
61 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
63         * inclhack.def (complier_h_tradcpp): Remove.
64         * fixincl.x: Regenerate.
65         * tests/base/linux/compiler.h: Remove.
67 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
69         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
70         (solaris_int_types): Remove.
71         (solaris_longjmp_noreturn): Remove.
72         (solaris_mutex_init_2): Remove.
73         (solaris_once_init_2): Remove.
74         (solaris_sys_va_list): Remove.
75         * fixincl.x: Regenerate.
76         * tests/base/iso/setjmp_iso.h: Remove.
77         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
78         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
79         solaris_once_init_2.
80         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
81         * tests/base/sys/int_types.h: Remove.
82         * tests/base/sys/va_list.h: Remove.
84 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
86         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
88 2013-12-07  Bruce Korb  <bkorb@gnu.org>
90         * inclhack.def: many of the headers found under "bits/" are
91         often stashed under architecture directories.  Apply fixes
92         to those, too.  Also, re-ordered misordered fixes.
93         * tests/base/linux/vt.h: 80 columns in .def file limitation
94         * tests/base/iso/math_c99.h: adjust ordering
95         * tests/base/rtldef/string.h: likewise
96         * tests/base/bits/fenv.h: likewise
97         * tests/base/pthread.h: likewise
99 2013-12-06  Richard Biener  <rguenther@suse.de>
101         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
102         being not compatible with C++.
103         * fixincl.x: Regenerate.
104         * tests/base/linux/vt.h: New test.
106 2013-09-20  Alan Modra  <amodra@gmail.com>
108         * configure: Regenerate.
110 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
112         * inclhack.def (aix_assert): New fix.
113         * fixincl.x: Regenerate.
114         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
116 2013-07-06  Bruce Korb  <bkorb@gnu.org>
118         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
119         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
121 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
123         * inclhack.def (complier_h_tradcpp): New.
124         * fixincl.x: Rebuilt.
125         * tests/base/linux/compiler.h: New.
127 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
129         * inclhack.def (solaris_pow_int_overload): Update comment.
130         Change guard to match <cmath>.
131         * fixincl.x: Regenerate.
132         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
133         Matching change.
135 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
137         * inclhack.def (aix_null): New.
138         (void_null): Update replacement definition of NULL.
139         * fixincl.x: Regenerate.
140         * tests/base/curses.h: Update for new fix.
142 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
144         * inclhack.def (feraiseexcept_nosse_invalid): New.
145         (feraiseexcept_nosse_divbyzero): Likewise.
146         * fixincl.x: Rebuilt.
147         * tests/base/bits/fenv.h: New.
149 2013-01-14  Richard Biener  <rguenther@suse.de>
151         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
153 2012-10-29  Bruce Korb  <bkorb@gnu.org>
155         * README: testing wrap and replacement fixes is pointless.
156         * fixincl.c: export verbosity enumerations to fixlib.h
157         (run_compiles): mark replacement fixes to be skipped when
158         in testing mode
159         * fixlib.h: add a test mode and enumerations from fixincl.c
160         * check.tpl: set TEST_MODE in environment
161         * fixopts.c (initialize_opts): check for TEST_MODE in environment
162         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
163         darwin_9_long_double_funcs_2.  It is not a replacement fix.
164         * fixincl.x: regenerate
165         * tests/base/ioLib.h: the need for this is now exposed, so add it.
166         * tests/base/architecture/ppc/math.h: the correct result is now needed.
168 2012-10-29  Robert Mason  <rbmj@verizon.net>
170         * fixinc.in: Omit machine name checks for vxworks
171         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
172         (AAB_vxworks_regs_vxtypes): another
173         (AAB_vxworks_stdint): yet another
174         (AAB_vxworks_unistd): and another
175         (vxworks_ioctl_macro): reformatting fix
176         (vxworks_mkdir_macro): again
177         (vxworks_regs): and again
178         (vxworks_write_const): and again
179         * tests/base/ioLib.h: new test result
180         * tests/base/math.h: likewise
181         * tests/base/sys/stat.h: likewise
182         * tests/base/testing.h: and again
184 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
186         * inclhack.def (AAB_aix_fcntl): New fix.
187         * fixincl.x: Regenerate.
189 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
191         * inclhack.def (aix_mutex_initializer_1): New fix.
192         (aix_cond_initializer_1): New fix.
193         (aix_rwlock_initializer): New fix.
194         * fixincl.x: Regenerate.
195         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
196         [AIX_COND_INITIALIZER_1_CHECK]: New.
197         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
199 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
201         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
202         gcc_AC_FUNC_MMAP_BLACKLIST.
203         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
204         * aclocal.m4: Regenerate.
205         * configure: Regenerate.
207 2012-04-24  Tristan Gingold  <gingold@adacore.com>
209         * fixincl.c (fix_with_system): Add missing specifier.
210         * configure.ac: Default to twoprocess on vms.
211         * configure: Regenerate.
213 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
215         * inclhack.def (aix_malloc): New.
216         * fixincl.x: Regenerate.
217         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
219 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
221         PR other/52626
222         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
223         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
225 2012-03-15  Tristan Gingold  <gingold@adacore.com>
227         * README (EXAMPLES OF FIXES): Update.
229 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
231         * inclhack.def (math_exception): Remove duplicate.
232         (solaris_cond_init): Remove.
233         (solaris_sys_va_list): Remove Solaris 8 support.
234         * fixincl.x: Regenerate.
235         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
237 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
239         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
240         (irix___restrict): Remove.
241         (irix___generic1): Remove.
242         (irix___generic2): Remove.
243         (irix_asm_apostrophe): Remove.
244         (irix_complex): Remove.
245         (irix_pthread_init): Remove.
246         (irix_socklen_t): Remove.
247         (irix_stdint_c99_mode): Remove.
248         (irix_stdint_c99_types): Remove.
249         (irix_stdint_c99_macros): Remove.
250         (irix_stdio_va_list): Remove IRIX 6.5 support.
251         (irix_wcsftime): Remove.
252         (stdio_va_list): Remove IRIX 6.5 support.
253         (svr4_profil): Remove IRIX bypass.
254         * fixincl.x: Regenerate.
256         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
257         * tests/base/internal/math_core.h: Remove.
258         * tests/base/internal/sgimacros.h: Remove.
259         * tests/base/internal/wchar_core.h: Remove.
260         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
261         support.
262         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
263         * tests/base/stdint-irix65.h: Remove.
264         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
265         * tests/base/sys/asm.h: Remove.
266         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
268 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
270         * inclhack.def (alpha___extern_prefix): Remove.
271         (alpha___extern_prefix_standards): Remove.
272         (alpha___extern_prefix_sys_stat): Remove.
273         (alpha_bad_lval): Remove.
274         (alpha_pthread): Remove.
275         (alpha_pthread_gcc): Remove.
276         (alpha_pthread_init): Remove.
277         * fixincl.x: Regenerate.
278         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
279         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
280         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
281         * tests/base/standards.h: Remove.
282         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
283         Remove.
284         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
285         [ALPHA_BAD_LVAL_CHECK]: Remove.
287 2012-03-12  Tristan Gingold  <gingold@adacore.com>
289         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
290         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
291         (vms_no_64bit_getopt, vms_forward_declare_struct)
292         (vms_use_fast_setjmp): New fixes.
293         * fixincl.x: Regenerate.
294         * tests/base/rtldef/string.h: Update.
295         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
296         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
297         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
299 2012-01-11  Bruce Korb <bkorb@gnu.org>
300             Steven G. Kargl  <kargl@gcc.gnu.org>
301             Andreas Tobler  <andreast@fgznet.ch>
303         PR bootstrap/51705
304         PR preprocessor/51776
305         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
306         * fixincl.x: Regenerate.
307         * tests/base/sys/cdefs.h: Update.
309         * genfixes: Remove the 'Ver.' from the version check.
311 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
313         * configure: Regenerate.
315 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
317         * configure: Regenerate.
319 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
321         * inclhack.def (aix_once_init_[12]): New fixes.
322         * fixincl.x: Regenerate.
323         * tests/base/pthread.h: Update.
325 2011-10-25  Mike Stump  <mikestump@comcast.net>
327         PR target/48851
328         * inclhack.def (void_null): New bypass.
329         * fixincl.x: Regenerate.
331 2011-09-26  Tristan Gingold  <gingold@adacore.com>
333         * inclhack.def (ms_define_can_use_extern_prefix):
334         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
335         New fixes.
336         * fixincl.x: Regenerate.
337         * tests/base/rtldef/string.h: New test.
338         * tests/base/rtldef/decc$types.h: Likewise.
339         * tests/base/testing.h: Update
341 2011-09-22  Tristan Gingold  <gingold@adacore.com>
343         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
345 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
347         PR libstdc++/50153
348         * inclhack.def (hpux11_abs): Extend to all hpux machines.
349         * fixincl.x: Regenerate.
351 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
352             Marc Glisse  <marc.glisse@normalesup.org>
354         PR libstdc++-v3/1773
355         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
356         (solaris_longjmp_noreturn, solaris_pow_int_overload)
357         (solaris_std___filbuf): New fixes.
358         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
359         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
360         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
362 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
364         PR c++/49347
365         * inclhack.def (solaris_posix_spawn_restrict): New fix.
366         * fixincl.x: Regenerate.
367         * tests/base/spawn.h: New test.
369 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
371         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
372         * configure: Regenerate.
373         * config.h.in: Regenerate.
375 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
377         * inclhack.def (aix_net_if_arp): New fix.
378         * fixincl.x: Regenerate.
379         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
381 2011-05-17  Tristan Gingold  <gingold@adacore.com>
383         * inclhack.def (solaris_complex_cxx): Fix syntax.
384         * fixincl.x: Regenerate.
386 2011-05-17  Tristan Gingold  <gingold@adacore.com>
388         * check.tpl: Shell-quote testing file.
390 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
392         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
394 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
396         PR other/46202
397         * Makefile.in (install-strip): New phony target.
398         (all, check, install): Also mark as phony.
400 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
402         * inclhack.def (irix_pthread_init): New fix.
403         * fixincl.x: Regenerate.
404         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
406 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
408         PR c++/46024
409         * inclhack.def (solaris_sys_va_list): New fix.
410         * fixincl.x: Regenerate.
411         * tests/base/sys/va_list.h: New test.
413 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
415         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
416         * fixincl.x: Regenerate.
418 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
420         * inclhack.def (solaris_cond_init): New fix.
421         * fixincl.x: Regenerate.
422         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
423         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
425 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
427         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
428         * fixincl.x: Regenerate.
429         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
430         * tests/base/sys/feature_tests.h: New file.
432 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
433             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
435         PR bootstrap/42798
436         * configure.ac: Check for declaration of 'basename(char *)'.
437         * configure: Regenerate.
439 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
441         * inclhack.def (alpha_wchar): Remove.
442         * fixincl.x: Regenerate.
443         * tests/base/wchar.h: Remove.
445 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
447         * aclocal.m4: Regenerate.
449 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
451         * inclhack.def (alpha_assert): Allow for more whitespace in
452         select.
453         * fixincl.x: Regenerate.
455 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
457         PR target/40722
458         * mkfixinc.sh: Revert the last change for mingw.
460 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
462         * inclhack.def (glibc_strncpy): New fix.
463         * fixincl.x: Regenerate.
464         * tests/base/bits/string2.h: Update.
466 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
468         PR target/40722
469         * mkfixinc.sh: Fix stdlib.h for mingw.
471 2010-02-19  Bruce Korb  <bkorb@gnu.org>
473         * inclhack.def: remove vestiges of inadvertently committed changes
475 2010-02-10  Bruce Korb  <bkorb@gnu.org>
477         * README: fix up references to old gcc/fixinc directory
479 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
481         * inclhack.def (solaris_int_limits_3): New fix.
482         * fixincl.x: Regenerate.
483         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
484         test.
486         * inclhack.def (solaris_int_const, solaris_int_limits_1,
487         solaris_int_limits_2 ): Applies to Solaris 2 in general.
488         Remove select.
489         Add mach for *-*-solaris2*.
490         Change second c_fix_arg to select.
491         Remove #pragma ident from test_text.
492         * fixincl.x: Regenerate.
493         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
494         #pragma trigger text.
495         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
496         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
498 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
500         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
501         (aix_stdint_2): Likewise.
502         (aix_stdint_3): Likewise.
503         (aix_stdint_4): Likewise.
504         (aix_stdint_5): Likewise.
505         (darwin_stdint_1): Add stdint-darwin.h to files.
506         (darwin_stdint_2): Likewise.
507         (darwin_stdint_3): Likewise.
508         (darwin_stdint_4): Likewise.
509         (darwin_stdint_5): Likewise.
510         (darwin_stdint_6): Likewise.
511         (darwin_stdint_7): Likewise.
512         (hpux_c99_intptr): Add stdint-hpux11.h to files.
513         (hpux_c99_inttypes): Likewise.
514         (hpux_c99_inttypes2): Likewise.
515         (hpux_stdint_least_fast): Likewise.
516         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
517         (irix_stdint_c99_types): New fix.
518         (irix_stdint_c99_macros): New fix.
519         (newlib_stdint_1): Add stdint-newlib.h to files.
520         (newlib_stdint_2): Likewise.
521         fixincl.x: Regenerate.
522         tests/base/stdint-aix.h: New file.
523         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
524         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
525         tests/base/stdint-aix.h: ... here.
526         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
527         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
528         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
529         tests/base/stdint-darwin.h: New file.
530         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
531         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
532         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
533         tests/base/stdint-darwin.h: ... here.
534         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
535         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
536         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
537         tests/base/stdint-hpux11.h: New file.
538         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
539         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
540         tests/base/stdint-hpux11.h: ... here.
541         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
542         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
543         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
544         IRIX_STDINT_C99_MODE_CHECK.
545         tests/base/stdint-irix65.h: New file.
546         tests/base/stdint-newlib.h: New file.
547         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
548         NEWLIB_STDINT_2_CHECK]: Moved ...
549         tests/base/stdint-newlib.h: ... here.
551 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
553         * configure: Regenerate.
555 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
557         * inclhack.def (hpux_stdint_least_fast): Simplify.
558         * fixincl.x: Regenerate.
559         * tests/base/stdint.h: Update.
561 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
563         * inclhack.def (isc_fmod, isc_omits_with_stdc)
564         (nested_sys_limits, sco_math): Remove.
565         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
566         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
567         * tests/base/sys/limits.h: Remove.
568         * fixincl.x: Regenerate.
570 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
572         PR testsuite/29737
573         PR bootstrap/35938
574         PR testsuite/39655
575         * check.tpl: Fix typos.
576         * README: Likewise.  Also, document that 'select' uses ERE.
577         * mkheaders.in: Update copyright years in --version output.
578         * inclhack.def (sco_math): Add missing final newline in sed
579         script 'a', 'c', or 'i' commands, for BSD sed.
580         (sco_math): In the text of 'a', 'c', or 'i' sed
581         commands, prepend leading white space with a backslash to avoid
582         the whitespace to be removed by BSD sed.
583         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
584         (x11_new): Fix sed expression, for BSD sed.
585         (glibc_mutex_init): Fix newlines in sed 's' command replacement
586         part, for GNU sed 3.02 and Solaris sed.
587         (glibc_mutex_init): Replace unportable \+ sed regex operator
588         with \{1,\}.
589         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
590         alternation \| regex operator.
591         (solaris_complex): Remove superfluous backslashes from
592         replacement string.  Replace \+ operator with \{1,\}.
593         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
594         * fixincl.x: Regenerate.
596 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
598         PR libfortran/41169
599         * inclhack.def (irix_complex): New fix.
600         (solaris_complex): Likewise.
601         * fixincl.x: Regenerate.
602         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
603         New tests.
605 2009-08-28   Bruce Korb <bkorb@gnu.org>
606              Steve Ellcey  <sje@cup.hp.com>
608         * README (files): Describe files entry.
609         * inclhack.def (hpux_stdint_least): Remove.
610         (hpux_stdint_fast): Remove.
611         (hpux_stdint_fast): Remove.
612         (hpux_stdint_least_fast): New.
613         (hpux_inttype_int_least8_t): Remove.
614         (hpux_inttype_int8_t): Modify.
615         * fixincl.x: Regenerate.
616         * tests/base/stdint.h: Update.
617         * tests/base/sys/_inttypes.h: Update.
619 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
621         * inclhack.def (hpux_imaginary_i): Remove spaces.
622         * fixincl.x: Regenerate.
623         * tests/base/stdint.h: Update AIX fixes. 
624         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
626 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
628         * configure.ac (AC_PREREQ): Bump to 2.64.
630 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
632         * aclocal.m4: Regenerate.
633         * configure: Regenerate.
634         * config.h.in: Regenerate.
636 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
638         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
639         redefine I.
640         * (aix_stdint_[12345]): New fixes.
641         * fixincl.x: Regenerate.
642         * tests/base/complex.h: Update check.
643         * tests/base/stdint.h: Add AIX stdint.h checks.
645 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
647         * inclhack.def (hpux_imaginary_i): New fix.
648         * fixincl.x: Regenerate.
649         * tests/base/complex.h: New file.
651 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
653         * inclhack.def (aix_complex): New fix.
654         * fixincl.x: Regenerate.
656 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
658         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
659         (hpux_inttype_int8_t): Likewise.
660         * fixincl.x: Regenerate.
662 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
664         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
665         New variables.
666         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
667         Use them.
669 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
671         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
672         darwin_stdint_7): New fixes.
673         * fixincl.x: Regenerate.
674         * tests/base/stdint.h: Adjust test for new fixes.
676 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
678         * inclhack.def (solaris_int_types): New fix.
679         * fixincl.x: Regenerate.
680         * tests/base/sys/int_types.h: New file.
682 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
684         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
685         darwin_stdint_4): New fixes.
686         * tests/base/stdint.h: Adjust test results for new fixes.
687         * fixincl.x: Regenerate.
689 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
691         * inclhack.def (solaris_int_const): New fix.
692         (solaris_int_limits_1): Likewise.
693         (solaris_int_limits_2): Likewise.
694         * fixincl.x: Regenerate.
695         * tests/base/sys/int_const.h: New file.
696         * tests/base/sys/int_limits.h: Likewise.
698 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
700         * inclhack.def (glibc_tgmath): Correct bypass.
701         * fixincl.x: Regenerate.
703 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
705         * inclhack.def (hpux11_uint32_c): Remove.
706         (hpux_long_double): Disable on hpux11.3*.
707         (hpux_long_double_2): New.
708         (hpux_c99_intptr): New.
709         (hpux_c99_inttypes): New.
710         (hpux_c99_inttypes2): New.
711         (hpux_stdint_least): New.
712         (hpux_stdint_fast): New.
713         (hpux_inttype_int_least8_t): New.
714         (hpux_inttype_int8_t): New.
715         * fixincl.x: Regenerate.
716         * tests/base/sys/_inttypes.h: New.
717         * tests/base/inttypes.h: Update.
718         * tests/base/stdlib.h: Update.
719         * tests/base/stdint.h: Update.
721 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
723         * inclhack.def (glibc_stdint): New fix.
724         * fixincl.x: Regenerate.
725         * tests/base/stdint.h: Update.
727 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
729         * Makefile.in: Change copyright header to refer to version
730         3 of the GNU General Public License and to point readers at the
731         COPYING3 file and the FSF's license web page.
732         * fixfixes.c: Likewise.
733         * fixinc.in: Likewise.
734         * fixincl.c: Likewise.
735         * fixlib.c: Likewise.
736         * fixlib.h: Likewise.
737         * fixopts.c: Likewise.
738         * fixtests.c: Likewise.
739         * genfixes: Likewise.
740         * mkheaders.in: Likewise.
741         * system.h: Likewise.
743 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
745         PR c/448
746         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
747         * fixincl.x: Regenerate.
748         * tests/base/stdint.h: Update.
750 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
752         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
753         Update.
755 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
757         PR c/456
758         PR c/5675
759         PR c/19976
760         PR c/29116
761         PR c/31871
762         PR c/35198
763         * inclhack.def (glibc_tgmath): New fix.
764         * fixincl.x: Regenerate.
765         * tests/base/tgmath.h: New.
767 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
769         * inclhack.def (aix_syswait, exception_structure,
770         pthread_page_size): Remove.
771         (math_exception): Remove mention of fixproto in comment.
772         * fixincl.x: Regenerate.
773         * mkheaders.in: Do not handle STMP_FIXPROTO.
775 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
777         * server.c (run_shell): Quote directory name passed to cd.
779 2009-03-01  Bruce Korb  <bkorb@gnu.org>
780         Apply a positively ancient patch:
782         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
784         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
785         * tests/base/net/if.h: Add new test.
787 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
789         * tests/base/locale.h: Add new test.
790         * tests/base/stdarg.h: Likewise.
792 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
794         * inclhack.def (hpux_spu_info):  Add files line.
795         * fixincl.x: Regenerate.
797 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
799         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
800         in case of C.
801         * fixincl.x: Regenerate.
803 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
805         PR target/35460
806         * inclhack.def (openbsd_va_start): Use __builtin_va_start
807         for OpenBSD.
808         * fixincl.x: Regenerate.
810 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
812         * configure: Regenerate.
814 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
816         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
817         * fixincl.x: Regenerate.
819 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
821         * configure.ac: Fix a typo.
822         * configured: Regenerate.
824 2008-09-06  Bruce Korb  <bkorb@gnu.org>
826         * fixincl.tpl (sed): make the program executable configurable.
827         Some platforms have some rather oddball defaults.
828         * config.h.in (SED_PROGRAM): define the default sed.
829         * fixincl.x: regenerated
830         * tests/base/internal/wchar_core.h: fix bad sample text
831         * tests/base/math.h: fix bad sample text
832         * configure.ac: search for working sed
833         * inclhack.def (glibc_mutex_init): fix non-portable construct
834         and re-order a few misordered entries.
836 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
838         * configure: Regenerate.
840 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
842         * inclhack.def (AAB_svr4_replace_byteorder,
843         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
844         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
845         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
846         solaris_mutex_init_1, solaris_socket, solaris_unistd,
847         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
848         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
849         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
850         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
851         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
852         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
853         windiss_math2, windiss_valist): Remove.
854         * fixincl.x: Regenerate.
855         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
856         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
857         powerpc-*-eabiaix*): Remove.
858         * tests/base/math.h: Update.
859         * tests/base/pthread.h: Update.
860         * tests/base/stdio.h: Update.
861         * tests/base/stdlib.h: Update.
862         * tests/base/string.h: Update.
863         * tests/base/strings.h: Update.
864         * tests/base/sys/file.h: Update.
865         * tests/base/sys/limits.h: Update.
866         * tests/base/sys/socket.h: Update.
867         * tests/base/sys/stat.h: Update.
868         * tests/base/sys/time.h: Update.
869         * tests/base/testing.h: Update.
870         * tests/base/unistd.h: Update.
871         * tests/base/_G_config.h: Remove.
872         * tests/base/arpa: Remove directory.
873         * tests/base/fs: Remove directory.
874         * tests/base/locale.h: Remove.
875         * tests/base/machine: Remove directory.
876         * tests/base/rpc/svc.h: Remove.
877         * tests/base/sys/ioctl.h: Remove.
878         * tests/base/sys/regset.h: Remove.
879         * tests/base/sys/times.h: Remove.
880         * tests/base/sys/utsname.h: Remove.
881         * tests/base/widec.h: Remove.
883 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
885         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
886         * tests/base/iso/math_c99.h: Update.
887         * fixincl.x: Regenerate.
889 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
891         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
892         posix_types_64.
893         * fixincl.x: Regenerate.
895 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
897         * fixincl.c (fix_with_system): Cast pointer difference to long.
898         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
900 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
902         PR bootstrap/35457
903         * Makefile.in: Rewrite aclocal.m4 rule.
904         * aclocal.m4: Regenerate.
905         * configure: Regenerate.
907 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
909         PR c++/20366
910         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
911         * fixincl.x: Regenerate.
912         * tests/base/stdio.h: Add test.
914 2008-02-25  Ben Elliston  <bje@au.ibm.com>
916         PR other/32948
917         * fixincl.c (fix_applies): Remove unused variable `name_len'.
919 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
921         * inclhack.def (solaris_math_10): New.
922         * tests/base/iso/math_c99.h: Update.
924         * fixincl.x: Regenerate.
926 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
928         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
929         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
930         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
931         quotes around mach entries.
932         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
933         to GPLv3.
935 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
937         PR other/31405
938         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
939         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
940         __extern_inline|__GNU_STDC_INLINE__.
941         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
942         <bypass>: Change from __STDC_VERSION__ to
943         __extern_inline|__GNU_STDC_INLINE__.
944         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
945         appending attribute-gnu_inline.
946         <second c_fix_arg>: Remove.
947         <test_text>: Remove __extern_inline line.
948         * tests/base/features.h: Re-add.
949         * tests/base/sys/sysmacros.h: Adjust.
950         * fixincl.x: Regenerate.
952 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
954         Revert last change.
956 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
958         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
959         * fixincl.x: Regenerate.
960         * tests/base/wchar.h: Update.
961         * tests/base/features.h: New.
963 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
965         PR target/33700
966         * inclhack.def (hpux11_pthread_const): New.
967         * fixincl.x: Regenerate.
968         * tests/base/sys/pthread.h: Update.
970 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
972         * configure.ac: x86_64 mingw target uses twoprocess.
973         * mkfixinc.sh: Add x86_64 mingw target.
974         * configure: Regenerate.
976 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
978         * inclhack.def (darwin_externc): New.
979         * fixincl.x: Regenerate.
980         * tests/base/mach-o/swap.h: New.
982 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
984         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
985         Delete fixes.
986         * tests/base/iso/math_c99.h: Delete associated test baselines.
987         * fixincl.x: Regenerate.
989 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
991         PR target/30058
992         * inclhack.def (netbsd_c99_inline_2): New.
993         * fixincl.x: Regenerate.
994         * tests/base/signal.h: Update.
996 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
998         PR target/32641
1000         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1001         solaris_math_7): Constify and make FP exception-safe.
1002         * tests/base/iso/math_c99.h: Update.
1004         * fixincl.x: Regenerate.
1006 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1008         PR libgcj/28190
1009         * inclhack.def (irix_stdint_c99): New fix.
1010         * fixincl.x: Regenerate.
1011         * tests/base/stdint.h: New test.
1013 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
1015         PR testsuite/31828
1016         * inclhack.def (hppa_hpux_fp_macros): New.
1017         * fixincl.x: Regenerate.
1018         * tests/base/math.h: Update.
1020 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1022         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1023         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1024         __STDC_VERSION__ < 199901L.
1025         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1026         with #ifdef __GNUC_GNU_INLINE__.
1027         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
1028         with defined(__GNUC_STDC_INLINE__).
1029         (glibc_c99_inline_4): Change select, add second c_fix_arg.
1030         Replace #if __STDC_VERSION__ < 199901L with
1031         #ifdef __GNUC_GNU_INLINE__.
1032         * fixincl.x: Regenerated.
1033         * tests/base/bits/string2.h: Update.
1034         * tests/base/sys/sysmacros.h: Update.
1035         * tests/base/sys/stat.h: Update.
1037 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
1039         PR target/30058
1040         * inclhack.def (netbsd_c99_inline_1): New.
1041         * fixincl.x: Regenerate.
1042         * tests/base/signal.h: New.
1044 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1046         * Makefile.in: Add dummy "install-info" target.
1048 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
1050         * mkheaders.in: Fix headers for each multilib required.
1052 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1054         * Makefile.in: Add dummy install-pdf target.
1056 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
1058         * mkheaders.in (incdir): Use include-fixed not include.
1060 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1062         * Makefile.in: Added "pdf" target to .PHONY.
1064 2007-02-05  Richard Guenther  <rguenther@suse.de>
1066         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1067         with older glibc.  Adjust version number for C99.
1068         * fixincl.x: Regenerated.
1070 2007-02-04  Mike Stump  <mrs@apple.com>
1072         * mkheaders.in: Allow optional isysroot parameter.
1074 2007-02-03  Bruce Korb <bkorb@gnu.org>
1076         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1077         surrounded by space characters.
1079 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1081         PR target/30272
1082         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1083         * fixincl.x: Regenerate.
1084         * tests/base/math.h: Update.
1086 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1087             Daniel Franke <franke.daniel@gmail.com>
1089         PR target/30008
1090         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1091         of a vertical bar ("|").
1092         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1093         matching.  Set SKIP_TEST flag if we are not to run a test.
1094         * fixincl.x: Regenerate.
1095         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1096         kandr_concat, sco_math): Replace lists of specfic file names by search
1097         patterns.
1099 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1101         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1102         targets for which a no-op fixer is appropriate.
1104 2006-11-07  Richard Guenther  <rguenther@suse.de>
1106         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1107         systems.
1108         * fixincl.x: Regenerate.
1110 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1112         * inclhack.def (glibc_c99_inline_1): New.
1113         * inclhack.def (glibc_c99_inline_2): New.
1114         * inclhack.def (glibc_c99_inline_3): New.
1115         * inclhack.def (glibc_c99_inline_4): New.
1116         * fixincl.x: Regenerate.
1117         * tests/base/bits/string2.h: New.
1118         * tests/base/sys/sysmacros.h: New.
1119         * tests/base/sys/stat.h: Update.
1121 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1123         * tests/base/sys/socket.h: Update.
1125 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1127         * inclhack.def (hpux11_extern_sendfile): New.
1128         (hpux11_extern_sendpath): New.
1129         * fixincl.x: Regenerate.
1131 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1133         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1134         * fixincl.x: Regenerate.
1136 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1138         * Makefile.in: Added empty "pdf" target.
1140 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1142         PR target/29300
1143         * inclhack.def (hpux_pthread_initializers): New hack.
1144         * tests/base/sys/pthread.h: New file.
1146         * fixincl.x: Regenerate.
1148 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1150         * inclhack.def (glibc_mutex_init): Also fix
1151         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1152         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1153         * tests/base/pthread.h: Update.
1155         * fixincl.x: Regenerate.
1157 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1159         * inclhack.def (glibc_mutex_init): New fix.
1160         * tests/base/pthread.h: Update.
1162         * fixincl.x: Regenerate.
1164 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1166         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1167         Prevent it from running on solaris10 or later.
1168         (solaris_once_init_2): Fix comment.
1169         * tests/base/pthread.h: Update.
1171         * fixincl.x: Regenerate.
1173 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1175         * inclhack.def (solaris_once_init_2): New fix.
1176         * tests/base/pthread.h: Update.
1178         * fixincl.x: Regenerate.
1180 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1182         * inclhack.def (solaris_mutex_init_2): Remove test for
1183         PTHREAD_RWLOCK_INITIALIZER.
1184         (solaris_rwlock_init_1): New.
1185         * tests/base/pthread.h: Update.
1187         * inclhack.def (solaris_once_init_1): New.
1188         * tests/base/pthread.h: Adjust for new fix.
1190         * fixincl.x: Regenerate.
1192 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1194         * tests/base/errno.h: New file.
1195         * tests/base/architecture/ppc/math.h: Likewise.
1196         * tests/base/ia64/sys/getppdp.h: Likewise.
1198 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1200         PR bootstrap/20437
1201         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1202         before autoconf or autoheader call.
1204 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1206         PR target/28084
1207         * inclhack.def (hpux_extern_errno): New.
1208         * fixincl.x: Regenerate.
1210 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1212         * Makefile.in: Add dvi info html and install-html to .PHONY
1213         Add install-html target.
1215 2006-05-16  Mike Stump  <mrs@apple.com>
1217         * configure.ac: Add -Wno-overlength-strings.
1218         * configure: Regenerate.
1220 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1222         * README: Fix typo.
1224 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1226         PR target/26189
1227         * inclhack.def (hpux_spu_info): New.
1228         * fixincl.x: Regenerate
1230 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1232         * configure.ac: Check for asprintf, basename, vasprintf.
1233         * config.h.in: Regenerate.
1234         * configure: Regenerate.
1236 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1238         PR target/15642
1239         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1240         __APPLE_CC_ as 1345.
1241         (broken_nan): New.
1242         * fixincl.x: Regenerate.
1244 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1246         * fixincl.c (write_replacement): "here strings" in AutoGen
1247         often/generally don't have a terminating newline.  Check the
1248         last byte for '\n'.
1250 2005-11-13  Andreas Jaeger  <aj@suse.de>
1252         * check.tpl: Handle CVS additionally.
1254 2005-11-05  Andreas Jaeger  <aj@suse.de>
1256         * check.tpl: Adopt for move to subversion.
1258 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1260         PR c++/23139
1261         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1262         fixes.
1263         * fixincl.x: Regenerate.
1264         * tests/base/bits/huge_val.h: New file.
1266 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1268         * All files: Update with new FSF address.
1270 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1272         * Makefile.in (WARN_CFLAGS): New.
1273         (.c.o): Add $(WARN_CFLAGS).
1274         * aclocal.m4: Include ../config/warnings.m4.
1275         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1276         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1277         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1278         * fixopts.c (initialize_opts): Fix old-style definintion.
1280         * configure: Regenerate.
1282 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1284         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1285         (AAB_darwin7_9_long_double_funcs_2): New.
1286         * fixincl.x: Regenerate.
1288 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1290         PR libfortran/15266
1291         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1292         Use double quotes in select so \t matches tabs.
1293         Add IRIX testcase.
1294         * fixincl.x: Regenerate.
1295         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1297 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1299         PR target/21683
1300         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1302 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1303             Joseph S. Myers  <joseph@codesourcery.com>
1305         PR target/19933
1306         PR target/21315
1307         * inclhack.def: New fixes solaris_math_[1-9].
1308         * fixincl.x: Regenerate.
1309         * tests/base/iso/math_c99.h: New.
1311 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1313         * aclocal.m4: Remove superfluous reference to accross.m4.
1315 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1317         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1318         * server.c (load_data): Likewise.
1319         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1320         * fixincl.c: #include <sys/wait.h>
1321         (run_compiles): Use XCNEWVEC instead of xcalloc.
1322         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1323         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1325 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1327         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1328         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1329         * fixincl.x: Regenerate.
1331 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1332         Joseph S. Myers <joseph@codesourcery.com>
1334         * fixinc/inclhack.def: Correct backslashes
1335         * fixinc/fixincl.x: regen
1337 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1339         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1340         libiberty functions.
1342 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1344         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1345         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1346         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1347         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1348         _unlocked function.
1349         (fwrite_unlocked): Fix prototype.
1351         * configure, config.h.in: Regenerate.
1353 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1355         * Makefile.in: Set gcc_version directly, not via substitution.
1356         (libsubdir): Use $(gcc_version), not $(version).
1357         (mkheaders.almost): New rule.
1358         (mkheaders): Generate from mkheaders.almost.
1359         (clean): Also delete mkheaders.almost.
1360         * aclocal.m4: Do not include ../config/gcc-version.m4.
1361         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1362         mkheaders.almost from mkheaders.in.
1363         * configure: Regenerate.
1365 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1367         PR target/20166
1368         * inclhack.def: Add fix for array of incomplete structures
1369         in function prototype in pthread.h.
1370         * fixincl.x: Regenerate.
1371         * tests/base/pthread.h: Adjust.
1373 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1375         * inclhack.def (hpux_htonl): New fix.
1376         * tests/base/netinet/in.h: New test.
1377         * fixincl.x: Regenerate.
1379 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1381         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1383 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1385         PR 18458
1386         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1387         fixincl.
1389 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1391         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1392         * aclocal.m4: Include ../config/gcc-version.m4.
1393         * configure: Regenerate.
1395 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1397         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1398         (stdio_va_list): Likewise.
1399         (stdio_stdarg.h): Likewise.
1400         (solaris_stdio_tag): Add bypass.
1401         * fixincl.x: Regenerated.
1403 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1405         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1406         built fixincl program.
1407         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1408         up csh from user.
1410 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1412         * inclhack.def (alpha_pthread_init): Fix technical problems with
1413         the last check-in caused by CVS variable substitution.
1414         * fixincl.x: Likewise.
1415         * tests/base/pthread.h: Likewise.
1417 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1418             Bruce Korb  <bkorb@gnu.org>
1420         * inclhack.def (alpha_pthread_init): New fix.
1421         * fixincl.x: Regenerate.
1422         * tests/base/pthread.h: Update for new test.
1424 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1426         * fixincl.c(fix_with_system): correct misuse of variables and
1427         incorrect application of "sizeof()".
1429 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1431         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1432         svr4__p, undefine_null): Remove.
1433         * fixincl.x: Regenerate.
1434         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1435         * tests/base/sys/param.h: Remove.
1436         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1437         tests/base/sys/limits.h: Update.
1439 2004-11-12  Mike Stump  <mrs@apple.com>
1441         * Makefile.in (html): Add html generation support.
1443 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1445         * inclhack.def (sco_math): Bypass on __GNUG__.
1446         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1447         * fixincl.x: Regenerate.
1449 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1451         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1452         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1453         _CLASSIC_ANSI_TYPES.
1454         (sun_auth_proto): Bypass on __cplusplus.
1455         * fixincl.x: Regenerate.
1457 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1459         * Makefile.in (mostlyclean): Add fixinc.sh.
1460         (clean): Add mkheaders.
1461         (distclean): New.
1462         (dvi): New.
1463         (info): New.
1464         (installcheck): New.
1466 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1468         * Makefile.in (mostlyclean, distclean): New targets.
1470 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1472         * configure.ac: Add code to determine noncanonical_target,
1473         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1474         * configure: Regenerate.
1475         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1476         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1477         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1478         update for changes to fixinc.in.
1479         * Makefile.in: Add many new macros.
1480         (install): New target.
1481         (mkheaders): New target.
1482         (fixinc.sh): New target.
1483         (all): Add mkheaders and fixinc.sh.
1484         * README-fixinc: Move here from gcc/.
1486 2004-11-01  Mike Stump  <mrs@apple.com>
1488         * inclhack.def (stdio_va_list): Break out clients from here...
1489         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1490         included or ifdef va_start.
1491         * fixincl.x: Regenerate.
1493 2004-10-28  Mike Stump  <mrs@apple.com>
1495         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1496         systems.
1497         * fixincl.x: Regenerate.
1499 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1501         * inclhack.def (darwin_gcc4_breakage): New.
1502         * fixincl.x: Regenerate.
1504 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1506         PR bootstrap/17832
1508         * fixfixes.c (main): Check for _PC_NAME_MAX.
1510 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1512         PR other/17991
1514         * configure.ac: Fix typo.
1515         * configure: Regenerate.
1516         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1518 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1520         PR bootstrap/17832
1522         * fixincl.c (SIGCHLD): Remove definition.
1523         (initialize): Remove SIGIOT and SIGPIPE checks.
1524         (create_file): Fix mkdir() for Win32.
1525         (internal_fix): Use dup2() instead of fcntl().
1527         * fixlib.h (SIGQUIT): Define if undefined.
1528         (SIGIOT): Same.
1529         (SIGPIPE): Same.
1530         (SIGALRM): Same.
1531         (SIGKILL): Same.
1533         * procopen.c (chain_open): Use dup2() instead of fcntl().
1535 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1537         PR other/17991
1539         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1540         Update copyright year.
1541         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1542         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1543         do not include code for parsing options (environment vars).
1544         (fix_with_system): Use a search path for applyfix, so that you
1545         can run the test suite with two-process fixincludes.
1546         * fixopts.c: New file.
1547         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1548         to config.h.  Default to --enable-twoprocess for MinGW32.
1549         * config.h.in: Regenerate.
1550         * configure: Regenerate.
1552 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1554         * tests/base/sys/cdefs.h: Update from test area.
1556 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1558         * inclhack.def (linux_ia64_ucontext): New fix.
1559         * fixincl.x: Regenerate.
1560         * tests/base/sys/ucontext.h: New file.
1562 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1564         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1565         * tests/base/stdlib.h: Likewise.
1567 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1569         * inclhack.def (freebsd_gcc4_breakage): Add.
1570         * fixincl.x: Regenerate.
1571         * tests/base/sys/cdefs.h: Update for new test.
1573 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1575         * inclhack.def (lynx_void_int): Remove.
1576         (lynxos_fcntl_proto): Remove.
1577         (lynxos_no_warning_in_sys_time_h): New fix.
1578         (lynxos_missing_putenv): New fix.
1579         * fixincl.x: Regenerate.
1580         * tests/base/fcntl.h: Remove.
1581         * tests/base/sys/time.h: Update from test area.
1582         * tests/base/curses.h: Likewise.
1583         * tests/base/stdlib.h: Likewise.
1585 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1587         * inclhack.def: Suppress exception_structure and math_exception
1588         for NetWare headers.
1589         * fixincl.x: Regenerate.
1591 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1593         * .cvsignore: New.
1594         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1595         autoconfiscated.
1596         * configure.ac: New.
1597         * config.h.in: Generate.
1598         * configure: Generate.
1599         * aclocal.m4: New.
1600         * fixlib.h: Remove inclusions of gcc files.
1601         * system.h: New.
1603         Other files copied from gcc/fixinc.