re PR other/35457 (Error building GCC trunk on CELL SPU)
[official-gcc.git] / fixincludes / ChangeLog
blobdb3ecd0edaddff6492640639d3a60c00f2e446d8
1 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3         PR bootstrap/35457
4         * Makefile.in: Rewrite aclocal.m4 rule.
5         * aclocal.m4: Regenerate.
6         * configure: Regenerate.
8 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
10         PR c++/20366
11         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
12         * fixincl.x: Regenerate.
13         * tests/base/stdio.h: Add test.
15 2008-02-25  Ben Elliston  <bje@au.ibm.com>
17         PR other/32948
18         * fixincl.c (fix_applies): Remove unused variable `name_len'.
20 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22         * inclhack.def (solaris_math_10): New.
23         * tests/base/iso/math_c99.h: Update.
25         * fixincl.x: Regenerate.
27 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
29         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
30         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
31         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
32         quotes around mach entries.
33         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
34         to GPLv3.
36 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
38         PR other/31405
39         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
40         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
41         __extern_inline|__GNU_STDC_INLINE__.
42         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
43         <bypass>: Change from __STDC_VERSION__ to
44         __extern_inline|__GNU_STDC_INLINE__.
45         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
46         appending attribute-gnu_inline.
47         <second c_fix_arg>: Remove.
48         <test_text>: Remove __extern_inline line.
49         * tests/base/features.h: Re-add.
50         * tests/base/sys/sysmacros.h: Adjust.
51         * fixincl.x: Regenerate.
53 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
55         Revert last change.
57 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
59         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
60         * fixincl.x: Regenerate.
61         * tests/base/wchar.h: Update.
62         * tests/base/features.h: New.
64 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
66         PR target/33700
67         * inclhack.def (hpux11_pthread_const): New.
68         * fixincl.x: Regenerate.
69         * tests/base/sys/pthread.h: Update.
71 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
73         * configure.ac: x86_64 mingw target uses twoprocess.
74         * mkfixinc.sh: Add x86_64 mingw target.
75         * configure: Regenerate.
77 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
79         * inclhack.def (darwin_externc): New.
80         * fixincl.x: Regenerate.
81         * tests/base/mach-o/swap.h: New.
83 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
85         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
86         Delete fixes.
87         * tests/base/iso/math_c99.h: Delete associated test baselines.
88         * fixincl.x: Regenerate.
90 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
92         PR target/30058
93         * inclhack.def (netbsd_c99_inline_2): New.
94         * fixincl.x: Regenerate.
95         * tests/base/signal.h: Update.
97 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
99         PR target/32641
101         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
102         solaris_math_7): Constify and make FP exception-safe.
103         * tests/base/iso/math_c99.h: Update.
105         * fixincl.x: Regenerate.
107 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
109         PR libgcj/28190
110         * inclhack.def (irix_stdint_c99): New fix.
111         * fixincl.x: Regenerate.
112         * tests/base/stdint.h: New test.
114 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
116         PR testsuite/31828
117         * inclhack.def (hppa_hpux_fp_macros): New.
118         * fixincl.x: Regenerate.
119         * tests/base/math.h: Update.
121 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
123         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
124         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
125         __STDC_VERSION__ < 199901L.
126         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
127         with #ifdef __GNUC_GNU_INLINE__.
128         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
129         with defined(__GNUC_STDC_INLINE__).
130         (glibc_c99_inline_4): Change select, add second c_fix_arg.
131         Replace #if __STDC_VERSION__ < 199901L with
132         #ifdef __GNUC_GNU_INLINE__.
133         * fixincl.x: Regenerated.
134         * tests/base/bits/string2.h: Update.
135         * tests/base/sys/sysmacros.h: Update.
136         * tests/base/sys/stat.h: Update.
138 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
140         PR target/30058
141         * inclhack.def (netbsd_c99_inline_1): New.
142         * fixincl.x: Regenerate.
143         * tests/base/signal.h: New.
145 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
147         * Makefile.in: Add dummy "install-info" target.
149 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
151         * mkheaders.in: Fix headers for each multilib required.
153 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
155         * Makefile.in: Add dummy install-pdf target.
157 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
159         * mkheaders.in (incdir): Use include-fixed not include.
161 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
163         * Makefile.in: Added "pdf" target to .PHONY.
165 2007-02-05  Richard Guenther  <rguenther@suse.de>
167         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
168         with older glibc.  Adjust version number for C99.
169         * fixincl.x: Regenerated.
171 2007-02-04  Mike Stump  <mrs@apple.com>
173         * mkheaders.in: Allow optional isysroot parameter.
175 2007-02-03  Bruce Korb <bkorb@gnu.org>
177         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
178         surrounded by space characters.
180 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
182         PR target/30272
183         * inclhack.def(broken_cabs): Also remove definition of cabsl.
184         * fixincl.x: Regenerate.
185         * tests/base/math.h: Update.
187 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
188             Daniel Franke <franke.daniel@gmail.com>
190         PR target/30008
191         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
192         of a vertical bar ("|").
193         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
194         matching.  Set SKIP_TEST flag if we are not to run a test.
195         * fixincl.x: Regenerate.
196         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
197         kandr_concat, sco_math): Replace lists of specfic file names by search
198         patterns.
200 2006-12-12  Olivier Hainque  <hainque@adacore.com>
202         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
203         targets for which a no-op fixer is appropriate.
204         
205 2006-11-07  Richard Guenther  <rguenther@suse.de>
207         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
208         systems.
209         * fixincl.x: Regenerate.
211 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
213         * inclhack.def (glibc_c99_inline_1): New.
214         * inclhack.def (glibc_c99_inline_2): New.
215         * inclhack.def (glibc_c99_inline_3): New.
216         * inclhack.def (glibc_c99_inline_4): New.
217         * fixincl.x: Regenerate.
218         * tests/base/bits/string2.h: New.
219         * tests/base/sys/sysmacros.h: New.
220         * tests/base/sys/stat.h: Update.
222 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
224         * tests/base/sys/socket.h: Update.
226 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
228         * inclhack.def (hpux11_extern_sendfile): New.
229         (hpux11_extern_sendpath): New.
230         * fixincl.x: Regenerate.
232 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
234         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
235         * fixincl.x: Regenerate.
237 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
239         * Makefile.in: Added empty "pdf" target.
241 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
243         PR target/29300
244         * inclhack.def (hpux_pthread_initializers): New hack.
245         * tests/base/sys/pthread.h: New file.
247         * fixincl.x: Regenerate.
249 2006-10-03  Uros Bizjak <uros@kss-loka.si>
251         * inclhack.def (glibc_mutex_init): Also fix
252         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
253         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
254         * tests/base/pthread.h: Update.
256         * fixincl.x: Regenerate.
258 2006-10-01  Uros Bizjak <uros@kss-loka.si>
260         * inclhack.def (glibc_mutex_init): New fix.
261         * tests/base/pthread.h: Update.
263         * fixincl.x: Regenerate.
265 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
267         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
268         Prevent it from running on solaris10 or later.
269         (solaris_once_init_2): Fix comment.
270         * tests/base/pthread.h: Update.
272         * fixincl.x: Regenerate.
274 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
276         * inclhack.def (solaris_once_init_2): New fix.
277         * tests/base/pthread.h: Update.
279         * fixincl.x: Regenerate.
281 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
283         * inclhack.def (solaris_mutex_init_2): Remove test for
284         PTHREAD_RWLOCK_INITIALIZER.
285         (solaris_rwlock_init_1): New.
286         * tests/base/pthread.h: Update.
288         * inclhack.def (solaris_once_init_1): New.
289         * tests/base/pthread.h: Adjust for new fix.
290         
291         * fixincl.x: Regenerate.
293 2006-07-17  Roger Sayle  <roger@eyesopen.com>
295         * tests/base/errno.h: New file.
296         * tests/base/architecture/ppc/math.h: Likewise.
297         * tests/base/ia64/sys/getppdp.h: Likewise.
299 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
301         PR bootstrap/20437
302         * Makefile.in (configure, config.h.in): Change into $(srcdir)
303         before autoconf or autoheader call.
305 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
307         PR target/28084
308         * inclhack.def (hpux_extern_errno): New.
309         * fixincl.x: Regenerate.
311 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
313         * Makefile.in: Add dvi info html and install-html to .PHONY
314         Add install-html target.
316 2006-05-16  Mike Stump  <mrs@apple.com>
318         * configure.ac: Add -Wno-overlength-strings.
319         * configure: Regenerate.
321 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
323         * README: Fix typo.
325 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
327         PR target/26189
328         * inclhack.def (hpux_spu_info): New.
329         * fixincl.x: Regenerate
331 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
333         * configure.ac: Check for asprintf, basename, vasprintf.
334         * config.h.in: Regenerate.
335         * configure: Regenerate.
337 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
339         PR target/15642
340         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
341         __APPLE_CC_ as 1345.
342         (broken_nan): New.
343         * fixincl.x: Regenerate.
345 2005-11-24  Bruce Korb  <bkorb@gnu.org>
347         * fixincl.c (write_replacement): "here strings" in AutoGen
348         often/generally don't have a terminating newline.  Check the
349         last byte for '\n'.
351 2005-11-13  Andreas Jaeger  <aj@suse.de>
353         * check.tpl: Handle CVS additionally.
355 2005-11-05  Andreas Jaeger  <aj@suse.de>
357         * check.tpl: Adopt for move to subversion.
359 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
361         PR c++/23139
362         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
363         fixes.
364         * fixincl.x: Regenerate.
365         * tests/base/bits/huge_val.h: New file.
367 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
369         * All files: Update with new FSF address.
371 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
373         * Makefile.in (WARN_CFLAGS): New.
374         (.c.o): Add $(WARN_CFLAGS).
375         * aclocal.m4: Include ../config/warnings.m4.
376         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
377         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
378         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
379         * fixopts.c (initialize_opts): Fix old-style definintion.
381         * configure: Regenerate.
383 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
385         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
386         (AAB_darwin7_9_long_double_funcs_2): New.
387         * fixincl.x: Regenerate.
389 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
391         PR libfortran/15266
392         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
393         Use double quotes in select so \t matches tabs.
394         Add IRIX testcase.
395         * fixincl.x: Regenerate.
396         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
398 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
400         PR target/21683
401         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
403 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
404             Joseph S. Myers  <joseph@codesourcery.com>
406         PR target/19933
407         PR target/21315
408         * inclhack.def: New fixes solaris_math_[1-9].
409         * fixincl.x: Regenerate.
410         * tests/base/iso/math_c99.h: New.
412 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
414         * aclocal.m4: Remove superfluous reference to accross.m4.
416 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
418         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
419         * server.c (load_data): Likewise.
420         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
421         * fixincl.c: #include <sys/wait.h>
422         (run_compiles): Use XCNEWVEC instead of xcalloc.
423         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
424         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
426 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
428         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
429         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
430         * fixincl.x: Regenerate.
432 2005-05-06  Bruce Korb  <bkorb@gnu.org>
433         Joseph S. Myers <joseph@codesourcery.com>
435         * fixinc/inclhack.def: Correct backslashes
436         * fixinc/fixincl.x: regen
438 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
440         * system.h (fopen, fdopen, freopen): Define these to the unlocked
441         libiberty functions.
443 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
445         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
446         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
447         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
448         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
449         _unlocked function.
450         (fwrite_unlocked): Fix prototype.
452         * configure, config.h.in: Regenerate.
454 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
456         * Makefile.in: Set gcc_version directly, not via substitution.
457         (libsubdir): Use $(gcc_version), not $(version).
458         (mkheaders.almost): New rule.
459         (mkheaders): Generate from mkheaders.almost.
460         (clean): Also delete mkheaders.almost.
461         * aclocal.m4: Do not include ../config/gcc-version.m4.
462         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
463         mkheaders.almost from mkheaders.in.
464         * configure: Regenerate.
466 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
468         PR target/20166
469         * inclhack.def: Add fix for array of incomplete structures
470         in function prototype in pthread.h.
471         * fixincl.x: Regenerate.
472         * tests/base/pthread.h: Adjust.
474 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
476         * inclhack.def (hpux_htonl): New fix.
477         * tests/base/netinet/in.h: New test.
478         * fixincl.x: Regenerate.
480 2005-02-23  James E Wilson  <wilson@specifixinc.com>
482         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
484 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
486         PR 18458
487         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
488         fixincl.
490 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
492         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
493         * aclocal.m4: Include ../config/gcc-version.m4.
494         * configure: Regenerate.
496 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
498         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
499         (stdio_va_list): Likewise.
500         (stdio_stdarg.h): Likewise.
501         (solaris_stdio_tag): Add bypass.
502         * fixincl.x: Regenerated.
504 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
506         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
507         built fixincl program.
508         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
509         up csh from user.
511 2004-11-20  Roger Sayle  <roger@eyesopen.com>
513         * inclhack.def (alpha_pthread_init): Fix technical problems with
514         the last check-in caused by CVS variable substitution.
515         * fixincl.x: Likewise.
516         * tests/base/pthread.h: Likewise.
518 2004-11-20  Roger Sayle  <roger@eyesopen.com>
519             Bruce Korb  <bkorb@gnu.org>
521         * inclhack.def (alpha_pthread_init): New fix.
522         * fixincl.x: Regenerate.
523         * tests/base/pthread.h: Update for new test.
525 2004-11-15  Bruce Korb  <bkorb@gnu.org>
527         * fixincl.c(fix_with_system): correct misuse of variables and
528         incorrect application of "sizeof()".
530 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
532         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
533         svr4__p, undefine_null): Remove.
534         * fixincl.x: Regenerate.
535         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
536         * tests/base/sys/param.h: Remove.
537         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
538         tests/base/sys/limits.h: Update.
540 2004-11-12  Mike Stump  <mrs@apple.com>
542         * Makefile.in (html): Add html generation support.
544 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
546         * inclhack.def (sco_math): Bypass on __GNUG__.
547         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
548         * fixincl.x: Regenerate.
550 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
552         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
553         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
554         _CLASSIC_ANSI_TYPES.
555         (sun_auth_proto): Bypass on __cplusplus.
556         * fixincl.x: Regenerate.
558 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
560         * Makefile.in (mostlyclean): Add fixinc.sh.
561         (clean): Add mkheaders.
562         (distclean): New.
563         (dvi): New.
564         (info): New.
565         (installcheck): New.
567 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
569         * Makefile.in (mostlyclean, distclean): New targets.
571 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
573         * configure.ac: Add code to determine noncanonical_target,
574         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
575         * configure: Regenerate.
576         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
577         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
578         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
579         update for changes to fixinc.in.
580         * Makefile.in: Add many new macros.
581         (install): New target.
582         (mkheaders): New target.
583         (fixinc.sh): New target.
584         (all): Add mkheaders and fixinc.sh.
585         * README-fixinc: Move here from gcc/.
587 2004-11-01  Mike Stump  <mrs@apple.com>
589         * inclhack.def (stdio_va_list): Break out clients from here...
590         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
591         included or ifdef va_start.
592         * fixincl.x: Regenerate.
594 2004-10-28  Mike Stump  <mrs@apple.com>
596         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
597         systems.
598         * fixincl.x: Regenerate.
600 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
602         * inclhack.def (darwin_gcc4_breakage): New.
603         * fixincl.x: Regenerate.
605 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
607         PR bootstrap/17832
609         * fixfixes.c (main): Check for _PC_NAME_MAX.
611 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
613         PR other/17991
615         * configure.ac: Fix typo.
616         * configure: Regenerate.
617         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
619 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
621         PR bootstrap/17832
623         * fixincl.c (SIGCHLD): Remove definition.
624         (initialize): Remove SIGIOT and SIGPIPE checks.
625         (create_file): Fix mkdir() for Win32.
626         (internal_fix): Use dup2() instead of fcntl().
628         * fixlib.h (SIGQUIT): Define if undefined.
629         (SIGIOT): Same.
630         (SIGPIPE): Same.
631         (SIGALRM): Same.
632         (SIGKILL): Same.
634         * procopen.c (chain_open): Use dup2() instead of fcntl().
636 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
638         PR other/17991
640         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
641         Update copyright year.
642         * fixfixes.c (main): Call initialize_opts from fixopts.c.
643         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
644         do not include code for parsing options (environment vars).
645         (fix_with_system): Use a search path for applyfix, so that you
646         can run the test suite with two-process fixincludes.
647         * fixopts.c: New file.
648         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
649         to config.h.  Default to --enable-twoprocess for MinGW32.
650         * config.h.in: Regenerate.
651         * configure: Regenerate.
653 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
655         * tests/base/sys/cdefs.h: Update from test area.
657 2004-09-17  Roger Sayle  <roger@eyesopen.com>
659         * inclhack.def (linux_ia64_ucontext): New fix.
660         * fixincl.x: Regenerate.
661         * tests/base/sys/ucontext.h: New file.
663 2004-09-15  Roger Sayle  <roger@eyesopen.com>
665         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
666         * tests/base/stdlib.h: Likewise.
668 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
670         * inclhack.def (freebsd_gcc4_breakage): Add.
671         * fixincl.x: Regenerate.
672         * tests/base/sys/cdefs.h: Update for new test.
674 2004-09-10  Adam Nemet  <anemet@lnxw.com>
676         * inclhack.def (lynx_void_int): Remove.
677         (lynxos_fcntl_proto): Remove.
678         (lynxos_no_warning_in_sys_time_h): New fix.
679         (lynxos_missing_putenv): New fix.
680         * fixincl.x: Regenerate.
681         * tests/base/fcntl.h: Remove.
682         * tests/base/sys/time.h: Update from test area.
683         * tests/base/curses.h: Likewise.
684         * tests/base/stdlib.h: Likewise.
686 2004-09-03  Jan Beulich  <jbeulich@novell.com>
688         * inclhack.def: Suppress exception_structure and math_exception
689         for NetWare headers.
690         * fixincl.x: Regenerate.
692 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
694         * .cvsignore: New.
695         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
696         autoconfiscated.
697         * configure.ac: New.
698         * config.h.in: Generate.
699         * configure: Generate.
700         * aclocal.m4: New.
701         * fixlib.h: Remove inclusions of gcc files.
702         * system.h: New.
704         Other files copied from gcc/fixinc.