OSDN Git Service

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