OSDN Git Service

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