* g++.dg/debug/dwarf2/ref-3.C: XFAIL AIX.
[official-gcc.git] / fixincludes / ChangeLog
blob1d55b657d8c9eb7f2fa57eb8a13a530877d1823b
1 2016-09-30  Tadek Kijkowski  <tkijkowski@gmail.com>
3         * check.tpl: Convert line endings to unix on test outputs
4         * fixfixes.c: Fixed passing file name to apply_fix when
5         SEPARATE_FIX_PROC is defined
6         * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
7         * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
9 2016-09-04  John David Anglin  <danglin@gcc.gnu.org>
11         * inclhack.def (hpux_longjmp): Adjust select regular expression.
12         * fixincl.x: Regenerate.
14 2016-08-13  John David Anglin  <danglin@gcc.gnu.org>
16         * inclhack.def (hpux_longjmp): New fix.
17         * fixincl.x: Regenerate.
18         * tests/base/setjmp.h: New test file.
20 2016-08-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22         PR bootstrap/72833
23         * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
24         * inclhack.def (darwin_longjmp_noreturn): New fix.
25         * fixincl.x: Regenerated.
26         * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
28 2016-08-01  Muhammad Bilal  <mbilal@codesourcery.com>
30         * fixinc.in: Use --parents option to make LIB directory.
32 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
34         * mkfixinc.sh: Remove interix support.
36 2016-06-13  David Edelsohn  <dje.gcc@gmail.com>
38         * inclhack.def (aix_stdlib_malloc): New fix.
39         (aix_stdlib_realloc): New fix.
40         (aix_stdlib_calloc): New fix.
41         (aix_stdlib_valloc): New fix.
42         * fixincl.x: Regenerate.
43         * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
44         [AIX_STDLIB_REALLOC]: New test.
45         [AIX_STDLIB_CALLOC]: New test.
46         [AIX_STDLIB_VALLOC]: New test.
48 2016-01-31  John David Anglin  <danglin@gcc.gnu.org>
50         PR target/68741
51         * inclhack.def (hpux_vsscanf): New fix.
52         * fixincl.x: Regenerated.
53         * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
55 2015-08-14  David Edelsohn  <dje.gcc@gmail.com>
57         * inclhack.def (aix_stdio_inline): New fix.
58         (aix_strtof_const): Limit to *-*-aix*.
59         (aix_sysmachine): Same.
60         (aix_syswait_2): Same.
61         (aix_volatile): Same.
62         * fixincl.x: Regenerated.
63         * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
65 2015-07-28  Eric Gallager  <egall@gwmail.gwu.edu>
67         * check.tpl: Ignore .DS_Store directories.
69 2015-05-21  David Edelsohn  <dje.gcc@gmail.com>
71         * inclhack.def (aix_externc): New fix.
72         (aix_externcpp[12]): New fix.
73         * fixincl.x: Regenerate.
74         * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
75         * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
76         * test/base/fcntl.h: New file.
78 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
80         * aclocal.m4: Regenerated with automake-1.11.6.
82 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
84         * mkfixinc.sh: Add *-musl* with no fixes.
86 2015-03-28  John David Anglin  <danglin@gcc.gnu.org>
88         PR libstdc++/65500
89         * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
90         * fixincl.x: Regenerate.
91         * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
93 2015-02-16  Daniel Richard G.  <skunk@iskunk.org>
95         PR bootstrap/48009
96         PR bootstrap/53348
97         * inclhack.def (aix_strtof_const): New fix.
98         * fixincl.x: Regenerate.
99         * tests/base/stdlib.h: New test.
101 2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
103         * inclhack.def (solaris_math_11): New fix.
104         * fixincl.x: Regenerate.
105         * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
107 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
109         PR bootstrap/53348
110         * inclhack.def (aix_pthread): Accept tab after define.
111         * fixincl.x: Regenerate.
113 2015-01-24  Bruce Korb  <bkorb@gnu.org>
115         * README: add some clarification on use of test_text
117 2014-12-21  Bruce Korb  <bkorb@gnu.org>
119         * fixincludes/fixincl.tpl: add handling for "sum" selection
120         criteria and clean up layout
121         * fixincludes/fixlib.h: enumerate TT_CKSUM test type
122         * fixincludes/fixincl.c (fix_applies): add code to handle
123         the new test type
124         (cksum_test): function to handle it
125         * fixincludes/README: doc it and remove explanations from
126         more than a decade ago.
128 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
130         * server.c (server_setup): Check return value of
131         getcwd and in case of error set buff[0] to 0.
133 2014-10-21  Uros Bizjak  <ubizjak@gmail.com>
135         * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
136         * fixincl.x: Regenerate.
138 2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
140         * inclhack.def (complier_h_tradcpp): Remove.
141         * fixincl.x: Regenerate.
142         * tests/base/linux/compiler.h: Remove.
144 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
146         * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
147         (solaris_int_types): Remove.
148         (solaris_longjmp_noreturn): Remove.
149         (solaris_mutex_init_2): Remove.
150         (solaris_once_init_2): Remove.
151         (solaris_sys_va_list): Remove.
152         * fixincl.x: Regenerate.
153         * tests/base/iso/setjmp_iso.h: Remove.
154         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
155         [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
156         solaris_once_init_2.
157         [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
158         * tests/base/sys/int_types.h: Remove.
159         * tests/base/sys/va_list.h: Remove.
161 2013-12-20  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
163         Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
165 2013-12-07  Bruce Korb  <bkorb@gnu.org>
167         * inclhack.def: many of the headers found under "bits/" are
168         often stashed under architecture directories.  Apply fixes
169         to those, too.  Also, re-ordered misordered fixes.
170         * tests/base/linux/vt.h: 80 columns in .def file limitation
171         * tests/base/iso/math_c99.h: adjust ordering
172         * tests/base/rtldef/string.h: likewise
173         * tests/base/bits/fenv.h: likewise
174         * tests/base/pthread.h: likewise
176 2013-12-06  Richard Biener  <rguenther@suse.de>
178         * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
179         being not compatible with C++.
180         * fixincl.x: Regenerate.
181         * tests/base/linux/vt.h: New test.
183 2013-09-20  Alan Modra  <amodra@gmail.com>
185         * configure: Regenerate.
187 2013-09-02  David Edelsohn  <dje.gcc@gmail.com>
189         * inclhack.def (aix_assert): New fix.
190         * fixincl.x: Regenerate.
191         * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
193 2013-07-06  Bruce Korb  <bkorb@gnu.org>
195         * inclhack.def (cdef_cplusplus): removed, per Bug 51776
196         * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
198 2013-05-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
200         * inclhack.def (complier_h_tradcpp): New.
201         * fixincl.x: Rebuilt.
202         * tests/base/linux/compiler.h: New.
204 2013-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
206         * inclhack.def (solaris_pow_int_overload): Update comment.
207         Change guard to match <cmath>.
208         * fixincl.x: Regenerate.
209         * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
210         Matching change.
212 2013-05-04  David Edelsohn  <dje.gcc@gmail.com>
214         * inclhack.def (aix_null): New.
215         (void_null): Update replacement definition of NULL.
216         * fixincl.x: Regenerate.
217         * tests/base/curses.h: Update for new fix.
219 2013-01-16  Alexandre Oliva  <aoliva@redhat.com>
221         * inclhack.def (feraiseexcept_nosse_invalid): New.
222         (feraiseexcept_nosse_divbyzero): Likewise.
223         * fixincl.x: Rebuilt.
224         * tests/base/bits/fenv.h: New.
226 2013-01-14  Richard Biener  <rguenther@suse.de>
228         * fixlib.h (verbose_level, fixinc_mode): Mark extern.
230 2012-10-29  Bruce Korb  <bkorb@gnu.org>
232         * README: testing wrap and replacement fixes is pointless.
233         * fixincl.c: export verbosity enumerations to fixlib.h
234         (run_compiles): mark replacement fixes to be skipped when
235         in testing mode
236         * fixlib.h: add a test mode and enumerations from fixincl.c
237         * check.tpl: set TEST_MODE in environment
238         * fixopts.c (initialize_opts): check for TEST_MODE in environment
239         * inclhack.def: move AAB_darwin7_9_long_double_funcs to
240         darwin_9_long_double_funcs_2.  It is not a replacement fix.
241         * fixincl.x: regenerate
242         * tests/base/ioLib.h: the need for this is now exposed, so add it.
243         * tests/base/architecture/ppc/math.h: the correct result is now needed.
245 2012-10-29  Robert Mason  <rbmj@verizon.net>
247         * fixinc.in: Omit machine name checks for vxworks
248         * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
249         (AAB_vxworks_regs_vxtypes): another
250         (AAB_vxworks_stdint): yet another
251         (AAB_vxworks_unistd): and another
252         (vxworks_ioctl_macro): reformatting fix
253         (vxworks_mkdir_macro): again
254         (vxworks_regs): and again
255         (vxworks_write_const): and again
256         * tests/base/ioLib.h: new test result
257         * tests/base/math.h: likewise
258         * tests/base/sys/stat.h: likewise
259         * tests/base/testing.h: and again
261 2012-09-29  David Edelsohn  <dje.gcc@gmail.com>
263         * inclhack.def (AAB_aix_fcntl): New fix.
264         * fixincl.x: Regenerate.
266 2012-06-19  David Edelsohn  <dje.gcc@gmail.com>
268         * inclhack.def (aix_mutex_initializer_1): New fix.
269         (aix_cond_initializer_1): New fix.
270         (aix_rwlock_initializer): New fix.
271         * fixincl.x: Regenerate.
272         * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
273         [AIX_COND_INITIALIZER_1_CHECK]: New.
274         [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
276 2012-05-29  Thomas Schwinge  <thomas@codesourcery.com>
278         * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
279         gcc_AC_FUNC_MMAP_BLACKLIST.
280         * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
281         * aclocal.m4: Regenerate.
282         * configure: Regenerate.
284 2012-04-24  Tristan Gingold  <gingold@adacore.com>
286         * fixincl.c (fix_with_system): Add missing specifier.
287         * configure.ac: Default to twoprocess on vms.
288         * configure: Regenerate.
290 2012-03-23  David Edelsohn  <dje.gcc@gmail.com>
292         * inclhack.def (aix_malloc): New.
293         * fixincl.x: Regenerate.
294         * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
296 2012-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
298         PR other/52626
299         * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
300         (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
302 2012-03-15  Tristan Gingold  <gingold@adacore.com>
304         * README (EXAMPLES OF FIXES): Update.
306 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
308         * inclhack.def (math_exception): Remove duplicate.
309         (solaris_cond_init): Remove.
310         (solaris_sys_va_list): Remove Solaris 8 support.
311         * fixincl.x: Regenerate.
312         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
314 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
316         * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
317         (irix___restrict): Remove.
318         (irix___generic1): Remove.
319         (irix___generic2): Remove.
320         (irix_asm_apostrophe): Remove.
321         (irix_complex): Remove.
322         (irix_pthread_init): Remove.
323         (irix_socklen_t): Remove.
324         (irix_stdint_c99_mode): Remove.
325         (irix_stdint_c99_types): Remove.
326         (irix_stdint_c99_macros): Remove.
327         (irix_stdio_va_list): Remove IRIX 6.5 support.
328         (irix_wcsftime): Remove.
329         (stdio_va_list): Remove IRIX 6.5 support.
330         (svr4_profil): Remove IRIX bypass.
331         * fixincl.x: Regenerate.
333         * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
334         * tests/base/internal/math_core.h: Remove.
335         * tests/base/internal/sgimacros.h: Remove.
336         * tests/base/internal/wchar_core.h: Remove.
337         * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
338         support.
339         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
340         * tests/base/stdint-irix65.h: Remove.
341         * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
342         * tests/base/sys/asm.h: Remove.
343         * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
345 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
347         * inclhack.def (alpha___extern_prefix): Remove.
348         (alpha___extern_prefix_standards): Remove.
349         (alpha___extern_prefix_sys_stat): Remove.
350         (alpha_bad_lval): Remove.
351         (alpha_pthread): Remove.
352         (alpha_pthread_gcc): Remove.
353         (alpha_pthread_init): Remove.
354         * fixincl.x: Regenerate.
355         * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
356         [ALPHA_PTHREAD_GCC_CHECK]: Remove.
357         [ALPHA_PTHREAD_INIT_CHECK]: Remove.
358         * tests/base/standards.h: Remove.
359         * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
360         Remove.
361         * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
362         [ALPHA_BAD_LVAL_CHECK]: Remove.
364 2012-03-12  Tristan Gingold  <gingold@adacore.com>
366         * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
367         (vms_do_not_redeclare_hostalias, vms_decc_builtin)
368         (vms_no_64bit_getopt, vms_forward_declare_struct)
369         (vms_use_fast_setjmp): New fixes.
370         * fixincl.x: Regenerate.
371         * tests/base/rtldef/string.h: Update.
372         * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
373         * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
374         * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
376 2012-01-11  Bruce Korb <bkorb@gnu.org>
377             Steven G. Kargl  <kargl@gcc.gnu.org>
378             Andreas Tobler  <andreast@fgznet.ch>
380         PR bootstrap/51705
381         PR preprocessor/51776
382         * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
383         * fixincl.x: Regenerate.
384         * tests/base/sys/cdefs.h: Update.
386         * genfixes: Remove the 'Ver.' from the version check.
388 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
390         * configure: Regenerate.
392 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
394         * configure: Regenerate.
396 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
398         * inclhack.def (aix_once_init_[12]): New fixes.
399         * fixincl.x: Regenerate.
400         * tests/base/pthread.h: Update.
402 2011-10-25  Mike Stump  <mikestump@comcast.net>
404         PR target/48851
405         * inclhack.def (void_null): New bypass.
406         * fixincl.x: Regenerate.
408 2011-09-26  Tristan Gingold  <gingold@adacore.com>
410         * inclhack.def (ms_define_can_use_extern_prefix):
411         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
412         New fixes.
413         * fixincl.x: Regenerate.
414         * tests/base/rtldef/string.h: New test.
415         * tests/base/rtldef/decc$types.h: Likewise.
416         * tests/base/testing.h: Update
418 2011-09-22  Tristan Gingold  <gingold@adacore.com>
420         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
422 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
424         PR libstdc++/50153
425         * inclhack.def (hpux11_abs): Extend to all hpux machines.
426         * fixincl.x: Regenerate.
428 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
429             Marc Glisse  <marc.glisse@normalesup.org>
431         PR libstdc++-v3/1773
432         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
433         (solaris_longjmp_noreturn, solaris_pow_int_overload)
434         (solaris_std___filbuf): New fixes.
435         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
436         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
437         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
439 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
441         PR c++/49347
442         * inclhack.def (solaris_posix_spawn_restrict): New fix.
443         * fixincl.x: Regenerate.
444         * tests/base/spawn.h: New test.
446 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
448         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
449         * configure: Regenerate.
450         * config.h.in: Regenerate.
452 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
454         * inclhack.def (aix_net_if_arp): New fix.
455         * fixincl.x: Regenerate.
456         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
458 2011-05-17  Tristan Gingold  <gingold@adacore.com>
460         * inclhack.def (solaris_complex_cxx): Fix syntax.
461         * fixincl.x: Regenerate.
463 2011-05-17  Tristan Gingold  <gingold@adacore.com>
465         * check.tpl: Shell-quote testing file.
467 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
469         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
471 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
473         PR other/46202
474         * Makefile.in (install-strip): New phony target.
475         (all, check, install): Also mark as phony.
477 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
479         * inclhack.def (irix_pthread_init): New fix.
480         * fixincl.x: Regenerate.
481         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
483 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
485         PR c++/46024
486         * inclhack.def (solaris_sys_va_list): New fix.
487         * fixincl.x: Regenerate.
488         * tests/base/sys/va_list.h: New test.
490 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
492         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
493         * fixincl.x: Regenerate.
495 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
497         * inclhack.def (solaris_cond_init): New fix.
498         * fixincl.x: Regenerate.
499         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
500         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
502 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
504         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
505         * fixincl.x: Regenerate.
506         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
507         * tests/base/sys/feature_tests.h: New file.
509 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
510             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
512         PR bootstrap/42798
513         * configure.ac: Check for declaration of 'basename(char *)'.
514         * configure: Regenerate.
516 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
518         * inclhack.def (alpha_wchar): Remove.
519         * fixincl.x: Regenerate.
520         * tests/base/wchar.h: Remove.
522 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
524         * aclocal.m4: Regenerate.
526 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
528         * inclhack.def (alpha_assert): Allow for more whitespace in
529         select.
530         * fixincl.x: Regenerate.
532 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
534         PR target/40722
535         * mkfixinc.sh: Revert the last change for mingw.
537 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
539         * inclhack.def (glibc_strncpy): New fix.
540         * fixincl.x: Regenerate.
541         * tests/base/bits/string2.h: Update.
543 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
545         PR target/40722
546         * mkfixinc.sh: Fix stdlib.h for mingw.
548 2010-02-19  Bruce Korb  <bkorb@gnu.org>
550         * inclhack.def: remove vestiges of inadvertently committed changes
552 2010-02-10  Bruce Korb  <bkorb@gnu.org>
554         * README: fix up references to old gcc/fixinc directory
556 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
558         * inclhack.def (solaris_int_limits_3): New fix.
559         * fixincl.x: Regenerate.
560         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
561         test.
563         * inclhack.def (solaris_int_const, solaris_int_limits_1,
564         solaris_int_limits_2 ): Applies to Solaris 2 in general.
565         Remove select.
566         Add mach for *-*-solaris2*.
567         Change second c_fix_arg to select.
568         Remove #pragma ident from test_text.
569         * fixincl.x: Regenerate.
570         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
571         #pragma trigger text.
572         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
573         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
575 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
577         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
578         (aix_stdint_2): Likewise.
579         (aix_stdint_3): Likewise.
580         (aix_stdint_4): Likewise.
581         (aix_stdint_5): Likewise.
582         (darwin_stdint_1): Add stdint-darwin.h to files.
583         (darwin_stdint_2): Likewise.
584         (darwin_stdint_3): Likewise.
585         (darwin_stdint_4): Likewise.
586         (darwin_stdint_5): Likewise.
587         (darwin_stdint_6): Likewise.
588         (darwin_stdint_7): Likewise.
589         (hpux_c99_intptr): Add stdint-hpux11.h to files.
590         (hpux_c99_inttypes): Likewise.
591         (hpux_c99_inttypes2): Likewise.
592         (hpux_stdint_least_fast): Likewise.
593         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
594         (irix_stdint_c99_types): New fix.
595         (irix_stdint_c99_macros): New fix.
596         (newlib_stdint_1): Add stdint-newlib.h to files.
597         (newlib_stdint_2): Likewise.
598         fixincl.x: Regenerate.
599         tests/base/stdint-aix.h: New file.
600         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
601         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
602         tests/base/stdint-aix.h: ... here.
603         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
604         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
605         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
606         tests/base/stdint-darwin.h: New file.
607         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
608         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
609         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
610         tests/base/stdint-darwin.h: ... here.
611         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
612         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
613         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
614         tests/base/stdint-hpux11.h: New file.
615         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
616         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
617         tests/base/stdint-hpux11.h: ... here.
618         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
619         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
620         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
621         IRIX_STDINT_C99_MODE_CHECK.
622         tests/base/stdint-irix65.h: New file.
623         tests/base/stdint-newlib.h: New file.
624         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
625         NEWLIB_STDINT_2_CHECK]: Moved ...
626         tests/base/stdint-newlib.h: ... here.
628 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
630         * configure: Regenerate.
632 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
634         * inclhack.def (hpux_stdint_least_fast): Simplify.
635         * fixincl.x: Regenerate.
636         * tests/base/stdint.h: Update.
638 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
640         * inclhack.def (isc_fmod, isc_omits_with_stdc)
641         (nested_sys_limits, sco_math): Remove.
642         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
643         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
644         * tests/base/sys/limits.h: Remove.
645         * fixincl.x: Regenerate.
647 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
649         PR testsuite/29737
650         PR bootstrap/35938
651         PR testsuite/39655
652         * check.tpl: Fix typos.
653         * README: Likewise.  Also, document that 'select' uses ERE.
654         * mkheaders.in: Update copyright years in --version output.
655         * inclhack.def (sco_math): Add missing final newline in sed
656         script 'a', 'c', or 'i' commands, for BSD sed.
657         (sco_math): In the text of 'a', 'c', or 'i' sed
658         commands, prepend leading white space with a backslash to avoid
659         the whitespace to be removed by BSD sed.
660         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
661         (x11_new): Fix sed expression, for BSD sed.
662         (glibc_mutex_init): Fix newlines in sed 's' command replacement
663         part, for GNU sed 3.02 and Solaris sed.
664         (glibc_mutex_init): Replace unportable \+ sed regex operator
665         with \{1,\}.
666         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
667         alternation \| regex operator.
668         (solaris_complex): Remove superfluous backslashes from
669         replacement string.  Replace \+ operator with \{1,\}.
670         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
671         * fixincl.x: Regenerate.
673 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
675         PR libfortran/41169
676         * inclhack.def (irix_complex): New fix.
677         (solaris_complex): Likewise.
678         * fixincl.x: Regenerate.
679         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
680         New tests.
682 2009-08-28   Bruce Korb <bkorb@gnu.org>
683              Steve Ellcey  <sje@cup.hp.com>
685         * README (files): Describe files entry.
686         * inclhack.def (hpux_stdint_least): Remove.
687         (hpux_stdint_fast): Remove.
688         (hpux_stdint_fast): Remove.
689         (hpux_stdint_least_fast): New.
690         (hpux_inttype_int_least8_t): Remove.
691         (hpux_inttype_int8_t): Modify.
692         * fixincl.x: Regenerate.
693         * tests/base/stdint.h: Update.
694         * tests/base/sys/_inttypes.h: Update.
696 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
698         * inclhack.def (hpux_imaginary_i): Remove spaces.
699         * fixincl.x: Regenerate.
700         * tests/base/stdint.h: Update AIX fixes. 
701         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
703 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
705         * configure.ac (AC_PREREQ): Bump to 2.64.
707 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
709         * aclocal.m4: Regenerate.
710         * configure: Regenerate.
711         * config.h.in: Regenerate.
713 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
715         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
716         redefine I.
717         * (aix_stdint_[12345]): New fixes.
718         * fixincl.x: Regenerate.
719         * tests/base/complex.h: Update check.
720         * tests/base/stdint.h: Add AIX stdint.h checks.
722 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
724         * inclhack.def (hpux_imaginary_i): New fix.
725         * fixincl.x: Regenerate.
726         * tests/base/complex.h: New file.
728 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
730         * inclhack.def (aix_complex): New fix.
731         * fixincl.x: Regenerate.
733 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
735         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
736         (hpux_inttype_int8_t): Likewise.
737         * fixincl.x: Regenerate.
739 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
741         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
742         New variables.
743         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
744         Use them.
746 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
748         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
749         darwin_stdint_7): New fixes.
750         * fixincl.x: Regenerate.
751         * tests/base/stdint.h: Adjust test for new fixes.
753 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
755         * inclhack.def (solaris_int_types): New fix.
756         * fixincl.x: Regenerate.
757         * tests/base/sys/int_types.h: New file.
759 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
761         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
762         darwin_stdint_4): New fixes.
763         * tests/base/stdint.h: Adjust test results for new fixes.
764         * fixincl.x: Regenerate.
766 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
768         * inclhack.def (solaris_int_const): New fix.
769         (solaris_int_limits_1): Likewise.
770         (solaris_int_limits_2): Likewise.
771         * fixincl.x: Regenerate.
772         * tests/base/sys/int_const.h: New file.
773         * tests/base/sys/int_limits.h: Likewise.
775 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
777         * inclhack.def (glibc_tgmath): Correct bypass.
778         * fixincl.x: Regenerate.
780 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
782         * inclhack.def (hpux11_uint32_c): Remove.
783         (hpux_long_double): Disable on hpux11.3*.
784         (hpux_long_double_2): New.
785         (hpux_c99_intptr): New.
786         (hpux_c99_inttypes): New.
787         (hpux_c99_inttypes2): New.
788         (hpux_stdint_least): New.
789         (hpux_stdint_fast): New.
790         (hpux_inttype_int_least8_t): New.
791         (hpux_inttype_int8_t): New.
792         * fixincl.x: Regenerate.
793         * tests/base/sys/_inttypes.h: New.
794         * tests/base/inttypes.h: Update.
795         * tests/base/stdlib.h: Update.
796         * tests/base/stdint.h: Update.
798 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
800         * inclhack.def (glibc_stdint): New fix.
801         * fixincl.x: Regenerate.
802         * tests/base/stdint.h: Update.
804 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
806         * Makefile.in: Change copyright header to refer to version
807         3 of the GNU General Public License and to point readers at the
808         COPYING3 file and the FSF's license web page.
809         * fixfixes.c: Likewise.
810         * fixinc.in: Likewise.
811         * fixincl.c: Likewise.
812         * fixlib.c: Likewise.
813         * fixlib.h: Likewise.
814         * fixopts.c: Likewise.
815         * fixtests.c: Likewise.
816         * genfixes: Likewise.
817         * mkheaders.in: Likewise.
818         * system.h: Likewise.
820 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
822         PR c/448
823         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
824         * fixincl.x: Regenerate.
825         * tests/base/stdint.h: Update.
827 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
829         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
830         Update.
832 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
834         PR c/456
835         PR c/5675
836         PR c/19976
837         PR c/29116
838         PR c/31871
839         PR c/35198
840         * inclhack.def (glibc_tgmath): New fix.
841         * fixincl.x: Regenerate.
842         * tests/base/tgmath.h: New.
844 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
846         * inclhack.def (aix_syswait, exception_structure,
847         pthread_page_size): Remove.
848         (math_exception): Remove mention of fixproto in comment.
849         * fixincl.x: Regenerate.
850         * mkheaders.in: Do not handle STMP_FIXPROTO.
852 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
854         * server.c (run_shell): Quote directory name passed to cd.
856 2009-03-01  Bruce Korb  <bkorb@gnu.org>
857         Apply a positively ancient patch:
859         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
861         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
862         * tests/base/net/if.h: Add new test.
864 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
866         * tests/base/locale.h: Add new test.
867         * tests/base/stdarg.h: Likewise.
869 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
871         * inclhack.def (hpux_spu_info):  Add files line.
872         * fixincl.x: Regenerate.
874 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
876         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
877         in case of C.
878         * fixincl.x: Regenerate.
880 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
882         PR target/35460
883         * inclhack.def (openbsd_va_start): Use __builtin_va_start
884         for OpenBSD.
885         * fixincl.x: Regenerate.
887 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
889         * configure: Regenerate.
891 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
893         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
894         * fixincl.x: Regenerate.
896 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
898         * configure.ac: Fix a typo.
899         * configured: Regenerate.
901 2008-09-06  Bruce Korb  <bkorb@gnu.org>
903         * fixincl.tpl (sed): make the program executable configurable.
904         Some platforms have some rather oddball defaults.
905         * config.h.in (SED_PROGRAM): define the default sed.
906         * fixincl.x: regenerated
907         * tests/base/internal/wchar_core.h: fix bad sample text
908         * tests/base/math.h: fix bad sample text
909         * configure.ac: search for working sed
910         * inclhack.def (glibc_mutex_init): fix non-portable construct
911         and re-order a few misordered entries.
913 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
915         * configure: Regenerate.
917 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
919         * inclhack.def (AAB_svr4_replace_byteorder,
920         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
921         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
922         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
923         solaris_mutex_init_1, solaris_socket, solaris_unistd,
924         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
925         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
926         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
927         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
928         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
929         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
930         windiss_math2, windiss_valist): Remove.
931         * fixincl.x: Regenerate.
932         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
933         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
934         powerpc-*-eabiaix*): Remove.
935         * tests/base/math.h: Update.
936         * tests/base/pthread.h: Update.
937         * tests/base/stdio.h: Update.
938         * tests/base/stdlib.h: Update.
939         * tests/base/string.h: Update.
940         * tests/base/strings.h: Update.
941         * tests/base/sys/file.h: Update.
942         * tests/base/sys/limits.h: Update.
943         * tests/base/sys/socket.h: Update.
944         * tests/base/sys/stat.h: Update.
945         * tests/base/sys/time.h: Update.
946         * tests/base/testing.h: Update.
947         * tests/base/unistd.h: Update.
948         * tests/base/_G_config.h: Remove.
949         * tests/base/arpa: Remove directory.
950         * tests/base/fs: Remove directory.
951         * tests/base/locale.h: Remove.
952         * tests/base/machine: Remove directory.
953         * tests/base/rpc/svc.h: Remove.
954         * tests/base/sys/ioctl.h: Remove.
955         * tests/base/sys/regset.h: Remove.
956         * tests/base/sys/times.h: Remove.
957         * tests/base/sys/utsname.h: Remove.
958         * tests/base/widec.h: Remove.
960 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
962         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
963         * tests/base/iso/math_c99.h: Update.
964         * fixincl.x: Regenerate.
966 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
968         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
969         posix_types_64.
970         * fixincl.x: Regenerate.
972 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
974         * fixincl.c (fix_with_system): Cast pointer difference to long.
975         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
977 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
979         PR bootstrap/35457
980         * Makefile.in: Rewrite aclocal.m4 rule.
981         * aclocal.m4: Regenerate.
982         * configure: Regenerate.
984 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
986         PR c++/20366
987         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
988         * fixincl.x: Regenerate.
989         * tests/base/stdio.h: Add test.
991 2008-02-25  Ben Elliston  <bje@au.ibm.com>
993         PR other/32948
994         * fixincl.c (fix_applies): Remove unused variable `name_len'.
996 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
998         * inclhack.def (solaris_math_10): New.
999         * tests/base/iso/math_c99.h: Update.
1001         * fixincl.x: Regenerate.
1003 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
1005         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1006         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1007         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
1008         quotes around mach entries.
1009         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1010         to GPLv3.
1012 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
1014         PR other/31405
1015         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1016         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1017         __extern_inline|__GNU_STDC_INLINE__.
1018         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1019         <bypass>: Change from __STDC_VERSION__ to
1020         __extern_inline|__GNU_STDC_INLINE__.
1021         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1022         appending attribute-gnu_inline.
1023         <second c_fix_arg>: Remove.
1024         <test_text>: Remove __extern_inline line.
1025         * tests/base/features.h: Re-add.
1026         * tests/base/sys/sysmacros.h: Adjust.
1027         * fixincl.x: Regenerate.
1029 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
1031         Revert last change.
1033 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
1035         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1036         * fixincl.x: Regenerate.
1037         * tests/base/wchar.h: Update.
1038         * tests/base/features.h: New.
1040 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1042         PR target/33700
1043         * inclhack.def (hpux11_pthread_const): New.
1044         * fixincl.x: Regenerate.
1045         * tests/base/sys/pthread.h: Update.
1047 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
1049         * configure.ac: x86_64 mingw target uses twoprocess.
1050         * mkfixinc.sh: Add x86_64 mingw target.
1051         * configure: Regenerate.
1053 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
1055         * inclhack.def (darwin_externc): New.
1056         * fixincl.x: Regenerate.
1057         * tests/base/mach-o/swap.h: New.
1059 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1061         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1062         Delete fixes.
1063         * tests/base/iso/math_c99.h: Delete associated test baselines.
1064         * fixincl.x: Regenerate.
1066 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
1068         PR target/30058
1069         * inclhack.def (netbsd_c99_inline_2): New.
1070         * fixincl.x: Regenerate.
1071         * tests/base/signal.h: Update.
1073 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1075         PR target/32641
1077         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1078         solaris_math_7): Constify and make FP exception-safe.
1079         * tests/base/iso/math_c99.h: Update.
1081         * fixincl.x: Regenerate.
1083 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1085         PR libgcj/28190
1086         * inclhack.def (irix_stdint_c99): New fix.
1087         * fixincl.x: Regenerate.
1088         * tests/base/stdint.h: New test.
1090 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
1092         PR testsuite/31828
1093         * inclhack.def (hppa_hpux_fp_macros): New.
1094         * fixincl.x: Regenerate.
1095         * tests/base/math.h: Update.
1097 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1099         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1100         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1101         __STDC_VERSION__ < 199901L.
1102         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1103         with #ifdef __GNUC_GNU_INLINE__.
1104         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
1105         with defined(__GNUC_STDC_INLINE__).
1106         (glibc_c99_inline_4): Change select, add second c_fix_arg.
1107         Replace #if __STDC_VERSION__ < 199901L with
1108         #ifdef __GNUC_GNU_INLINE__.
1109         * fixincl.x: Regenerated.
1110         * tests/base/bits/string2.h: Update.
1111         * tests/base/sys/sysmacros.h: Update.
1112         * tests/base/sys/stat.h: Update.
1114 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
1116         PR target/30058
1117         * inclhack.def (netbsd_c99_inline_1): New.
1118         * fixincl.x: Regenerate.
1119         * tests/base/signal.h: New.
1121 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1123         * Makefile.in: Add dummy "install-info" target.
1125 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
1127         * mkheaders.in: Fix headers for each multilib required.
1129 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1131         * Makefile.in: Add dummy install-pdf target.
1133 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
1135         * mkheaders.in (incdir): Use include-fixed not include.
1137 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
1139         * Makefile.in: Added "pdf" target to .PHONY.
1141 2007-02-05  Richard Guenther  <rguenther@suse.de>
1143         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1144         with older glibc.  Adjust version number for C99.
1145         * fixincl.x: Regenerated.
1147 2007-02-04  Mike Stump  <mrs@apple.com>
1149         * mkheaders.in: Allow optional isysroot parameter.
1151 2007-02-03  Bruce Korb <bkorb@gnu.org>
1153         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1154         surrounded by space characters.
1156 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
1158         PR target/30272
1159         * inclhack.def(broken_cabs): Also remove definition of cabsl.
1160         * fixincl.x: Regenerate.
1161         * tests/base/math.h: Update.
1163 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
1164             Daniel Franke <franke.daniel@gmail.com>
1166         PR target/30008
1167         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1168         of a vertical bar ("|").
1169         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1170         matching.  Set SKIP_TEST flag if we are not to run a test.
1171         * fixincl.x: Regenerate.
1172         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1173         kandr_concat, sco_math): Replace lists of specfic file names by search
1174         patterns.
1176 2006-12-12  Olivier Hainque  <hainque@adacore.com>
1178         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1179         targets for which a no-op fixer is appropriate.
1181 2006-11-07  Richard Guenther  <rguenther@suse.de>
1183         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1184         systems.
1185         * fixincl.x: Regenerate.
1187 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
1189         * inclhack.def (glibc_c99_inline_1): New.
1190         * inclhack.def (glibc_c99_inline_2): New.
1191         * inclhack.def (glibc_c99_inline_3): New.
1192         * inclhack.def (glibc_c99_inline_4): New.
1193         * fixincl.x: Regenerate.
1194         * tests/base/bits/string2.h: New.
1195         * tests/base/sys/sysmacros.h: New.
1196         * tests/base/sys/stat.h: Update.
1198 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
1200         * tests/base/sys/socket.h: Update.
1202 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
1204         * inclhack.def (hpux11_extern_sendfile): New.
1205         (hpux11_extern_sendpath): New.
1206         * fixincl.x: Regenerate.
1208 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
1210         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1211         * fixincl.x: Regenerate.
1213 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1215         * Makefile.in: Added empty "pdf" target.
1217 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1219         PR target/29300
1220         * inclhack.def (hpux_pthread_initializers): New hack.
1221         * tests/base/sys/pthread.h: New file.
1223         * fixincl.x: Regenerate.
1225 2006-10-03  Uros Bizjak <uros@kss-loka.si>
1227         * inclhack.def (glibc_mutex_init): Also fix
1228         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1229         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1230         * tests/base/pthread.h: Update.
1232         * fixincl.x: Regenerate.
1234 2006-10-01  Uros Bizjak <uros@kss-loka.si>
1236         * inclhack.def (glibc_mutex_init): New fix.
1237         * tests/base/pthread.h: Update.
1239         * fixincl.x: Regenerate.
1241 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1243         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1244         Prevent it from running on solaris10 or later.
1245         (solaris_once_init_2): Fix comment.
1246         * tests/base/pthread.h: Update.
1248         * fixincl.x: Regenerate.
1250 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1252         * inclhack.def (solaris_once_init_2): New fix.
1253         * tests/base/pthread.h: Update.
1255         * fixincl.x: Regenerate.
1257 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1259         * inclhack.def (solaris_mutex_init_2): Remove test for
1260         PTHREAD_RWLOCK_INITIALIZER.
1261         (solaris_rwlock_init_1): New.
1262         * tests/base/pthread.h: Update.
1264         * inclhack.def (solaris_once_init_1): New.
1265         * tests/base/pthread.h: Adjust for new fix.
1267         * fixincl.x: Regenerate.
1269 2006-07-17  Roger Sayle  <roger@eyesopen.com>
1271         * tests/base/errno.h: New file.
1272         * tests/base/architecture/ppc/math.h: Likewise.
1273         * tests/base/ia64/sys/getppdp.h: Likewise.
1275 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1277         PR bootstrap/20437
1278         * Makefile.in (configure, config.h.in): Change into $(srcdir)
1279         before autoconf or autoheader call.
1281 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
1283         PR target/28084
1284         * inclhack.def (hpux_extern_errno): New.
1285         * fixincl.x: Regenerate.
1287 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1289         * Makefile.in: Add dvi info html and install-html to .PHONY
1290         Add install-html target.
1292 2006-05-16  Mike Stump  <mrs@apple.com>
1294         * configure.ac: Add -Wno-overlength-strings.
1295         * configure: Regenerate.
1297 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
1299         * README: Fix typo.
1301 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
1303         PR target/26189
1304         * inclhack.def (hpux_spu_info): New.
1305         * fixincl.x: Regenerate
1307 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
1309         * configure.ac: Check for asprintf, basename, vasprintf.
1310         * config.h.in: Regenerate.
1311         * configure: Regenerate.
1313 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
1315         PR target/15642
1316         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1317         __APPLE_CC_ as 1345.
1318         (broken_nan): New.
1319         * fixincl.x: Regenerate.
1321 2005-11-24  Bruce Korb  <bkorb@gnu.org>
1323         * fixincl.c (write_replacement): "here strings" in AutoGen
1324         often/generally don't have a terminating newline.  Check the
1325         last byte for '\n'.
1327 2005-11-13  Andreas Jaeger  <aj@suse.de>
1329         * check.tpl: Handle CVS additionally.
1331 2005-11-05  Andreas Jaeger  <aj@suse.de>
1333         * check.tpl: Adopt for move to subversion.
1335 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1337         PR c++/23139
1338         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1339         fixes.
1340         * fixincl.x: Regenerate.
1341         * tests/base/bits/huge_val.h: New file.
1343 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1345         * All files: Update with new FSF address.
1347 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1349         * Makefile.in (WARN_CFLAGS): New.
1350         (.c.o): Add $(WARN_CFLAGS).
1351         * aclocal.m4: Include ../config/warnings.m4.
1352         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1353         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1354         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1355         * fixopts.c (initialize_opts): Fix old-style definintion.
1357         * configure: Regenerate.
1359 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
1361         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1362         (AAB_darwin7_9_long_double_funcs_2): New.
1363         * fixincl.x: Regenerate.
1365 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1367         PR libfortran/15266
1368         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1369         Use double quotes in select so \t matches tabs.
1370         Add IRIX testcase.
1371         * fixincl.x: Regenerate.
1372         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1374 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
1376         PR target/21683
1377         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1379 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1380             Joseph S. Myers  <joseph@codesourcery.com>
1382         PR target/19933
1383         PR target/21315
1384         * inclhack.def: New fixes solaris_math_[1-9].
1385         * fixincl.x: Regenerate.
1386         * tests/base/iso/math_c99.h: New.
1388 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
1390         * aclocal.m4: Remove superfluous reference to accross.m4.
1392 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1394         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1395         * server.c (load_data): Likewise.
1396         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1397         * fixincl.c: #include <sys/wait.h>
1398         (run_compiles): Use XCNEWVEC instead of xcalloc.
1399         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1400         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1402 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1404         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1405         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1406         * fixincl.x: Regenerate.
1408 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1409         Joseph S. Myers <joseph@codesourcery.com>
1411         * fixinc/inclhack.def: Correct backslashes
1412         * fixinc/fixincl.x: regen
1414 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1416         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1417         libiberty functions.
1419 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1421         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1422         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1423         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1424         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1425         _unlocked function.
1426         (fwrite_unlocked): Fix prototype.
1428         * configure, config.h.in: Regenerate.
1430 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1432         * Makefile.in: Set gcc_version directly, not via substitution.
1433         (libsubdir): Use $(gcc_version), not $(version).
1434         (mkheaders.almost): New rule.
1435         (mkheaders): Generate from mkheaders.almost.
1436         (clean): Also delete mkheaders.almost.
1437         * aclocal.m4: Do not include ../config/gcc-version.m4.
1438         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1439         mkheaders.almost from mkheaders.in.
1440         * configure: Regenerate.
1442 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1444         PR target/20166
1445         * inclhack.def: Add fix for array of incomplete structures
1446         in function prototype in pthread.h.
1447         * fixincl.x: Regenerate.
1448         * tests/base/pthread.h: Adjust.
1450 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1452         * inclhack.def (hpux_htonl): New fix.
1453         * tests/base/netinet/in.h: New test.
1454         * fixincl.x: Regenerate.
1456 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1458         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1460 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1462         PR 18458
1463         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1464         fixincl.
1466 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1468         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1469         * aclocal.m4: Include ../config/gcc-version.m4.
1470         * configure: Regenerate.
1472 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1474         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1475         (stdio_va_list): Likewise.
1476         (stdio_stdarg.h): Likewise.
1477         (solaris_stdio_tag): Add bypass.
1478         * fixincl.x: Regenerated.
1480 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1482         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1483         built fixincl program.
1484         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1485         up csh from user.
1487 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1489         * inclhack.def (alpha_pthread_init): Fix technical problems with
1490         the last check-in caused by CVS variable substitution.
1491         * fixincl.x: Likewise.
1492         * tests/base/pthread.h: Likewise.
1494 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1495             Bruce Korb  <bkorb@gnu.org>
1497         * inclhack.def (alpha_pthread_init): New fix.
1498         * fixincl.x: Regenerate.
1499         * tests/base/pthread.h: Update for new test.
1501 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1503         * fixincl.c(fix_with_system): correct misuse of variables and
1504         incorrect application of "sizeof()".
1506 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1508         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1509         svr4__p, undefine_null): Remove.
1510         * fixincl.x: Regenerate.
1511         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1512         * tests/base/sys/param.h: Remove.
1513         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1514         tests/base/sys/limits.h: Update.
1516 2004-11-12  Mike Stump  <mrs@apple.com>
1518         * Makefile.in (html): Add html generation support.
1520 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1522         * inclhack.def (sco_math): Bypass on __GNUG__.
1523         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1524         * fixincl.x: Regenerate.
1526 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1528         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1529         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1530         _CLASSIC_ANSI_TYPES.
1531         (sun_auth_proto): Bypass on __cplusplus.
1532         * fixincl.x: Regenerate.
1534 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1536         * Makefile.in (mostlyclean): Add fixinc.sh.
1537         (clean): Add mkheaders.
1538         (distclean): New.
1539         (dvi): New.
1540         (info): New.
1541         (installcheck): New.
1543 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1545         * Makefile.in (mostlyclean, distclean): New targets.
1547 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1549         * configure.ac: Add code to determine noncanonical_target,
1550         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1551         * configure: Regenerate.
1552         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1553         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1554         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1555         update for changes to fixinc.in.
1556         * Makefile.in: Add many new macros.
1557         (install): New target.
1558         (mkheaders): New target.
1559         (fixinc.sh): New target.
1560         (all): Add mkheaders and fixinc.sh.
1561         * README-fixinc: Move here from gcc/.
1563 2004-11-01  Mike Stump  <mrs@apple.com>
1565         * inclhack.def (stdio_va_list): Break out clients from here...
1566         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1567         included or ifdef va_start.
1568         * fixincl.x: Regenerate.
1570 2004-10-28  Mike Stump  <mrs@apple.com>
1572         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1573         systems.
1574         * fixincl.x: Regenerate.
1576 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1578         * inclhack.def (darwin_gcc4_breakage): New.
1579         * fixincl.x: Regenerate.
1581 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1583         PR bootstrap/17832
1585         * fixfixes.c (main): Check for _PC_NAME_MAX.
1587 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1589         PR other/17991
1591         * configure.ac: Fix typo.
1592         * configure: Regenerate.
1593         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1595 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1597         PR bootstrap/17832
1599         * fixincl.c (SIGCHLD): Remove definition.
1600         (initialize): Remove SIGIOT and SIGPIPE checks.
1601         (create_file): Fix mkdir() for Win32.
1602         (internal_fix): Use dup2() instead of fcntl().
1604         * fixlib.h (SIGQUIT): Define if undefined.
1605         (SIGIOT): Same.
1606         (SIGPIPE): Same.
1607         (SIGALRM): Same.
1608         (SIGKILL): Same.
1610         * procopen.c (chain_open): Use dup2() instead of fcntl().
1612 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1614         PR other/17991
1616         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1617         Update copyright year.
1618         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1619         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1620         do not include code for parsing options (environment vars).
1621         (fix_with_system): Use a search path for applyfix, so that you
1622         can run the test suite with two-process fixincludes.
1623         * fixopts.c: New file.
1624         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1625         to config.h.  Default to --enable-twoprocess for MinGW32.
1626         * config.h.in: Regenerate.
1627         * configure: Regenerate.
1629 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1631         * tests/base/sys/cdefs.h: Update from test area.
1633 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1635         * inclhack.def (linux_ia64_ucontext): New fix.
1636         * fixincl.x: Regenerate.
1637         * tests/base/sys/ucontext.h: New file.
1639 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1641         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1642         * tests/base/stdlib.h: Likewise.
1644 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1646         * inclhack.def (freebsd_gcc4_breakage): Add.
1647         * fixincl.x: Regenerate.
1648         * tests/base/sys/cdefs.h: Update for new test.
1650 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1652         * inclhack.def (lynx_void_int): Remove.
1653         (lynxos_fcntl_proto): Remove.
1654         (lynxos_no_warning_in_sys_time_h): New fix.
1655         (lynxos_missing_putenv): New fix.
1656         * fixincl.x: Regenerate.
1657         * tests/base/fcntl.h: Remove.
1658         * tests/base/sys/time.h: Update from test area.
1659         * tests/base/curses.h: Likewise.
1660         * tests/base/stdlib.h: Likewise.
1662 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1664         * inclhack.def: Suppress exception_structure and math_exception
1665         for NetWare headers.
1666         * fixincl.x: Regenerate.
1668 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1670         * .cvsignore: New.
1671         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1672         autoconfiscated.
1673         * configure.ac: New.
1674         * config.h.in: Generate.
1675         * configure: Generate.
1676         * aclocal.m4: New.
1677         * fixlib.h: Remove inclusions of gcc files.
1678         * system.h: New.
1680         Other files copied from gcc/fixinc.