OSDN Git Service

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