Merge -r 127928:132243 from trunk
[official-gcc.git] / fixincludes / ChangeLog
blob7a8c78a99cddefb56ffe0f8f858b8b58050ea72d
1 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
3         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
4         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
5         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
6         quotes around mach entries.
7         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
8         to GPLv3.
10 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
12         PR other/31405
13         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
14         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
15         __extern_inline|__GNU_STDC_INLINE__.
16         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
17         <bypass>: Change from __STDC_VERSION__ to
18         __extern_inline|__GNU_STDC_INLINE__.
19         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
20         appending attribute-gnu_inline.
21         <second c_fix_arg>: Remove.
22         <test_text>: Remove __extern_inline line.
23         * tests/base/features.h: Re-add.
24         * tests/base/sys/sysmacros.h: Adjust.
25         * fixincl.x: Regenerate.
27 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
29         Revert last change.
31 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
33         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
34         * fixincl.x: Regenerate.
35         * tests/base/wchar.h: Update.
36         * tests/base/features.h: New.
38 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
40         PR target/33700
41         * inclhack.def (hpux11_pthread_const): New.
42         * fixincl.x: Regenerate.
43         * tests/base/sys/pthread.h: Update.
45 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
47         * configure.ac: x86_64 mingw target uses twoprocess.
48         * mkfixinc.sh: Add x86_64 mingw target.
49         * configure: Regenerate.
51 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
53         * inclhack.def (darwin_externc): New.
54         * fixincl.x: Regenerate.
55         * tests/base/mach-o/swap.h: New.
57 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
59         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
60         Delete fixes.
61         * tests/base/iso/math_c99.h: Delete associated test baselines.
62         * fixincl.x: Regenerate.
64 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
66         PR target/30058
67         * inclhack.def (netbsd_c99_inline_2): New.
68         * fixincl.x: Regenerate.
69         * tests/base/signal.h: Update.
71 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
73         PR target/32641
75         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
76         solaris_math_7): Constify and make FP exception-safe.
77         * tests/base/iso/math_c99.h: Update.
79         * fixincl.x: Regenerate.
81 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
83         PR libgcj/28190
84         * inclhack.def (irix_stdint_c99): New fix.
85         * fixincl.x: Regenerate.
86         * tests/base/stdint.h: New test.
88 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
90         PR testsuite/31828
91         * inclhack.def (hppa_hpux_fp_macros): New.
92         * fixincl.x: Regenerate.
93         * tests/base/math.h: Update.
95 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
97         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
98         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
99         __STDC_VERSION__ < 199901L.
100         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
101         with #ifdef __GNUC_GNU_INLINE__.
102         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
103         with defined(__GNUC_STDC_INLINE__).
104         (glibc_c99_inline_4): Change select, add second c_fix_arg.
105         Replace #if __STDC_VERSION__ < 199901L with
106         #ifdef __GNUC_GNU_INLINE__.
107         * fixincl.x: Regenerated.
108         * tests/base/bits/string2.h: Update.
109         * tests/base/sys/sysmacros.h: Update.
110         * tests/base/sys/stat.h: Update.
112 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
114         PR target/30058
115         * inclhack.def (netbsd_c99_inline_1): New.
116         * fixincl.x: Regenerate.
117         * tests/base/signal.h: New.
119 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
121         * Makefile.in: Add dummy "install-info" target.
123 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
125         * mkheaders.in: Fix headers for each multilib required.
127 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
129         * Makefile.in: Add dummy install-pdf target.
131 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
133         * mkheaders.in (incdir): Use include-fixed not include.
135 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
137         * Makefile.in: Added "pdf" target to .PHONY.
139 2007-02-05  Richard Guenther  <rguenther@suse.de>
141         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
142         with older glibc.  Adjust version number for C99.
143         * fixincl.x: Regenerated.
145 2007-02-04  Mike Stump  <mrs@apple.com>
147         * mkheaders.in: Allow optional isysroot parameter.
149 2007-02-03  Bruce Korb <bkorb@gnu.org>
151         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
152         surrounded by space characters.
154 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
156         PR target/30272
157         * inclhack.def(broken_cabs): Also remove definition of cabsl.
158         * fixincl.x: Regenerate.
159         * tests/base/math.h: Update.
161 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
162             Daniel Franke <franke.daniel@gmail.com>
164         PR target/30008
165         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
166         of a vertical bar ("|").
167         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
168         matching.  Set SKIP_TEST flag if we are not to run a test.
169         * fixincl.x: Regenerate.
170         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
171         kandr_concat, sco_math): Replace lists of specfic file names by search
172         patterns.
174 2006-12-12  Olivier Hainque  <hainque@adacore.com>
176         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
177         targets for which a no-op fixer is appropriate.
178         
179 2006-11-07  Richard Guenther  <rguenther@suse.de>
181         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
182         systems.
183         * fixincl.x: Regenerate.
185 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
187         * inclhack.def (glibc_c99_inline_1): New.
188         * inclhack.def (glibc_c99_inline_2): New.
189         * inclhack.def (glibc_c99_inline_3): New.
190         * inclhack.def (glibc_c99_inline_4): New.
191         * fixincl.x: Regenerate.
192         * tests/base/bits/string2.h: New.
193         * tests/base/sys/sysmacros.h: New.
194         * tests/base/sys/stat.h: Update.
196 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
198         * tests/base/sys/socket.h: Update.
200 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
202         * inclhack.def (hpux11_extern_sendfile): New.
203         (hpux11_extern_sendpath): New.
204         * fixincl.x: Regenerate.
206 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
208         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
209         * fixincl.x: Regenerate.
211 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
213         * Makefile.in: Added empty "pdf" target.
215 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
217         PR target/29300
218         * inclhack.def (hpux_pthread_initializers): New hack.
219         * tests/base/sys/pthread.h: New file.
221         * fixincl.x: Regenerate.
223 2006-10-03  Uros Bizjak <uros@kss-loka.si>
225         * inclhack.def (glibc_mutex_init): Also fix
226         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
227         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
228         * tests/base/pthread.h: Update.
230         * fixincl.x: Regenerate.
232 2006-10-01  Uros Bizjak <uros@kss-loka.si>
234         * inclhack.def (glibc_mutex_init): New fix.
235         * tests/base/pthread.h: Update.
237         * fixincl.x: Regenerate.
239 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
241         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
242         Prevent it from running on solaris10 or later.
243         (solaris_once_init_2): Fix comment.
244         * tests/base/pthread.h: Update.
246         * fixincl.x: Regenerate.
248 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
250         * inclhack.def (solaris_once_init_2): New fix.
251         * tests/base/pthread.h: Update.
253         * fixincl.x: Regenerate.
255 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
257         * inclhack.def (solaris_mutex_init_2): Remove test for
258         PTHREAD_RWLOCK_INITIALIZER.
259         (solaris_rwlock_init_1): New.
260         * tests/base/pthread.h: Update.
262         * inclhack.def (solaris_once_init_1): New.
263         * tests/base/pthread.h: Adjust for new fix.
264         
265         * fixincl.x: Regenerate.
267 2006-07-17  Roger Sayle  <roger@eyesopen.com>
269         * tests/base/errno.h: New file.
270         * tests/base/architecture/ppc/math.h: Likewise.
271         * tests/base/ia64/sys/getppdp.h: Likewise.
273 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
275         PR bootstrap/20437
276         * Makefile.in (configure, config.h.in): Change into $(srcdir)
277         before autoconf or autoheader call.
279 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
281         PR target/28084
282         * inclhack.def (hpux_extern_errno): New.
283         * fixincl.x: Regenerate.
285 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
287         * Makefile.in: Add dvi info html and install-html to .PHONY
288         Add install-html target.
290 2006-05-16  Mike Stump  <mrs@apple.com>
292         * configure.ac: Add -Wno-overlength-strings.
293         * configure: Regenerate.
295 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
297         * README: Fix typo.
299 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
301         PR target/26189
302         * inclhack.def (hpux_spu_info): New.
303         * fixincl.x: Regenerate
305 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
307         * configure.ac: Check for asprintf, basename, vasprintf.
308         * config.h.in: Regenerate.
309         * configure: Regenerate.
311 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
313         PR target/15642
314         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
315         __APPLE_CC_ as 1345.
316         (broken_nan): New.
317         * fixincl.x: Regenerate.
319 2005-11-24  Bruce Korb  <bkorb@gnu.org>
321         * fixincl.c (write_replacement): "here strings" in AutoGen
322         often/generally don't have a terminating newline.  Check the
323         last byte for '\n'.
325 2005-11-13  Andreas Jaeger  <aj@suse.de>
327         * check.tpl: Handle CVS additionally.
329 2005-11-05  Andreas Jaeger  <aj@suse.de>
331         * check.tpl: Adopt for move to subversion.
333 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
335         PR c++/23139
336         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
337         fixes.
338         * fixincl.x: Regenerate.
339         * tests/base/bits/huge_val.h: New file.
341 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
343         * All files: Update with new FSF address.
345 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
347         * Makefile.in (WARN_CFLAGS): New.
348         (.c.o): Add $(WARN_CFLAGS).
349         * aclocal.m4: Include ../config/warnings.m4.
350         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
351         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
352         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
353         * fixopts.c (initialize_opts): Fix old-style definintion.
355         * configure: Regenerate.
357 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
359         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
360         (AAB_darwin7_9_long_double_funcs_2): New.
361         * fixincl.x: Regenerate.
363 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
365         PR libfortran/15266
366         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
367         Use double quotes in select so \t matches tabs.
368         Add IRIX testcase.
369         * fixincl.x: Regenerate.
370         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
372 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
374         PR target/21683
375         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
377 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
378             Joseph S. Myers  <joseph@codesourcery.com>
380         PR target/19933
381         PR target/21315
382         * inclhack.def: New fixes solaris_math_[1-9].
383         * fixincl.x: Regenerate.
384         * tests/base/iso/math_c99.h: New.
386 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
388         * aclocal.m4: Remove superfluous reference to accross.m4.
390 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
392         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
393         * server.c (load_data): Likewise.
394         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
395         * fixincl.c: #include <sys/wait.h>
396         (run_compiles): Use XCNEWVEC instead of xcalloc.
397         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
398         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
400 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
402         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
403         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
404         * fixincl.x: Regenerate.
406 2005-05-06  Bruce Korb  <bkorb@gnu.org>
407         Joseph S. Myers <joseph@codesourcery.com>
409         * fixinc/inclhack.def: Correct backslashes
410         * fixinc/fixincl.x: regen
412 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
414         * system.h (fopen, fdopen, freopen): Define these to the unlocked
415         libiberty functions.
417 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
419         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
420         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
421         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
422         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
423         _unlocked function.
424         (fwrite_unlocked): Fix prototype.
426         * configure, config.h.in: Regenerate.
428 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
430         * Makefile.in: Set gcc_version directly, not via substitution.
431         (libsubdir): Use $(gcc_version), not $(version).
432         (mkheaders.almost): New rule.
433         (mkheaders): Generate from mkheaders.almost.
434         (clean): Also delete mkheaders.almost.
435         * aclocal.m4: Do not include ../config/gcc-version.m4.
436         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
437         mkheaders.almost from mkheaders.in.
438         * configure: Regenerate.
440 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
442         PR target/20166
443         * inclhack.def: Add fix for array of incomplete structures
444         in function prototype in pthread.h.
445         * fixincl.x: Regenerate.
446         * tests/base/pthread.h: Adjust.
448 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
450         * inclhack.def (hpux_htonl): New fix.
451         * tests/base/netinet/in.h: New test.
452         * fixincl.x: Regenerate.
454 2005-02-23  James E Wilson  <wilson@specifixinc.com>
456         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
458 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
460         PR 18458
461         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
462         fixincl.
464 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
466         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
467         * aclocal.m4: Include ../config/gcc-version.m4.
468         * configure: Regenerate.
470 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
472         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
473         (stdio_va_list): Likewise.
474         (stdio_stdarg.h): Likewise.
475         (solaris_stdio_tag): Add bypass.
476         * fixincl.x: Regenerated.
478 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
480         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
481         built fixincl program.
482         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
483         up csh from user.
485 2004-11-20  Roger Sayle  <roger@eyesopen.com>
487         * inclhack.def (alpha_pthread_init): Fix technical problems with
488         the last check-in caused by CVS variable substitution.
489         * fixincl.x: Likewise.
490         * tests/base/pthread.h: Likewise.
492 2004-11-20  Roger Sayle  <roger@eyesopen.com>
493             Bruce Korb  <bkorb@gnu.org>
495         * inclhack.def (alpha_pthread_init): New fix.
496         * fixincl.x: Regenerate.
497         * tests/base/pthread.h: Update for new test.
499 2004-11-15  Bruce Korb  <bkorb@gnu.org>
501         * fixincl.c(fix_with_system): correct misuse of variables and
502         incorrect application of "sizeof()".
504 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
506         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
507         svr4__p, undefine_null): Remove.
508         * fixincl.x: Regenerate.
509         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
510         * tests/base/sys/param.h: Remove.
511         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
512         tests/base/sys/limits.h: Update.
514 2004-11-12  Mike Stump  <mrs@apple.com>
516         * Makefile.in (html): Add html generation support.
518 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
520         * inclhack.def (sco_math): Bypass on __GNUG__.
521         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
522         * fixincl.x: Regenerate.
524 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
526         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
527         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
528         _CLASSIC_ANSI_TYPES.
529         (sun_auth_proto): Bypass on __cplusplus.
530         * fixincl.x: Regenerate.
532 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
534         * Makefile.in (mostlyclean): Add fixinc.sh.
535         (clean): Add mkheaders.
536         (distclean): New.
537         (dvi): New.
538         (info): New.
539         (installcheck): New.
541 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
543         * Makefile.in (mostlyclean, distclean): New targets.
545 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
547         * configure.ac: Add code to determine noncanonical_target,
548         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
549         * configure: Regenerate.
550         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
551         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
552         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
553         update for changes to fixinc.in.
554         * Makefile.in: Add many new macros.
555         (install): New target.
556         (mkheaders): New target.
557         (fixinc.sh): New target.
558         (all): Add mkheaders and fixinc.sh.
559         * README-fixinc: Move here from gcc/.
561 2004-11-01  Mike Stump  <mrs@apple.com>
563         * inclhack.def (stdio_va_list): Break out clients from here...
564         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
565         included or ifdef va_start.
566         * fixincl.x: Regenerate.
568 2004-10-28  Mike Stump  <mrs@apple.com>
570         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
571         systems.
572         * fixincl.x: Regenerate.
574 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
576         * inclhack.def (darwin_gcc4_breakage): New.
577         * fixincl.x: Regenerate.
579 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
581         PR bootstrap/17832
583         * fixfixes.c (main): Check for _PC_NAME_MAX.
585 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
587         PR other/17991
589         * configure.ac: Fix typo.
590         * configure: Regenerate.
591         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
593 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
595         PR bootstrap/17832
597         * fixincl.c (SIGCHLD): Remove definition.
598         (initialize): Remove SIGIOT and SIGPIPE checks.
599         (create_file): Fix mkdir() for Win32.
600         (internal_fix): Use dup2() instead of fcntl().
602         * fixlib.h (SIGQUIT): Define if undefined.
603         (SIGIOT): Same.
604         (SIGPIPE): Same.
605         (SIGALRM): Same.
606         (SIGKILL): Same.
608         * procopen.c (chain_open): Use dup2() instead of fcntl().
610 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
612         PR other/17991
614         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
615         Update copyright year.
616         * fixfixes.c (main): Call initialize_opts from fixopts.c.
617         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
618         do not include code for parsing options (environment vars).
619         (fix_with_system): Use a search path for applyfix, so that you
620         can run the test suite with two-process fixincludes.
621         * fixopts.c: New file.
622         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
623         to config.h.  Default to --enable-twoprocess for MinGW32.
624         * config.h.in: Regenerate.
625         * configure: Regenerate.
627 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
629         * tests/base/sys/cdefs.h: Update from test area.
631 2004-09-17  Roger Sayle  <roger@eyesopen.com>
633         * inclhack.def (linux_ia64_ucontext): New fix.
634         * fixincl.x: Regenerate.
635         * tests/base/sys/ucontext.h: New file.
637 2004-09-15  Roger Sayle  <roger@eyesopen.com>
639         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
640         * tests/base/stdlib.h: Likewise.
642 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
644         * inclhack.def (freebsd_gcc4_breakage): Add.
645         * fixincl.x: Regenerate.
646         * tests/base/sys/cdefs.h: Update for new test.
648 2004-09-10  Adam Nemet  <anemet@lnxw.com>
650         * inclhack.def (lynx_void_int): Remove.
651         (lynxos_fcntl_proto): Remove.
652         (lynxos_no_warning_in_sys_time_h): New fix.
653         (lynxos_missing_putenv): New fix.
654         * fixincl.x: Regenerate.
655         * tests/base/fcntl.h: Remove.
656         * tests/base/sys/time.h: Update from test area.
657         * tests/base/curses.h: Likewise.
658         * tests/base/stdlib.h: Likewise.
660 2004-09-03  Jan Beulich  <jbeulich@novell.com>
662         * inclhack.def: Suppress exception_structure and math_exception
663         for NetWare headers.
664         * fixincl.x: Regenerate.
666 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
668         * .cvsignore: New.
669         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
670         autoconfiscated.
671         * configure.ac: New.
672         * config.h.in: Generate.
673         * configure: Generate.
674         * aclocal.m4: New.
675         * fixlib.h: Remove inclusions of gcc files.
676         * system.h: New.
678         Other files copied from gcc/fixinc.