OSDN Git Service

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