OSDN Git Service

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