OSDN Git Service

Check for warning flags without no- prefix
[pf3gnuchains/gcc-fork.git] / fixincludes / ChangeLog
1 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
2
3         * configure: Regenerate.
4
5 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
6
7         * inclhack.def (aix_once_init_[12]): New fixes.
8         * fixincl.x: Regenerate.
9         * tests/base/pthread.h: Update.
10
11 2011-10-25  Mike Stump  <mikestump@comcast.net>
12
13         PR target/48851
14         * inclhack.def (void_null): New bypass.
15         * fixincl.x: Regenerate.
16
17 2011-09-26  Tristan Gingold  <gingold@adacore.com>
18
19         * inclhack.def (ms_define_can_use_extern_prefix):
20         (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
21         New fixes.
22         * fixincl.x: Regenerate.
23         * tests/base/rtldef/string.h: New test.
24         * tests/base/rtldef/decc$types.h: Likewise.
25         * tests/base/testing.h: Update
26
27 2011-09-22  Tristan Gingold  <gingold@adacore.com>
28
29         * mkfixinc.sh (target): Remove alpha-vms from particular targets.
30
31 2011-08-23  Steve Ellcey  <sje@cup.hp.com>
32
33         PR libstdc++/50153
34         * inclhack.def (hpux11_abs): Extend to all hpux machines.
35         * fixincl.x: Regenerate.
36
37 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38             Marc Glisse  <marc.glisse@normalesup.org>
39
40         PR libstdc++-v3/1773
41         * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
42         (solaris_longjmp_noreturn, solaris_pow_int_overload)
43         (solaris_std___filbuf): New fixes.
44         * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
45         tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
46         * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
47
48 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
49
50         PR c++/49347
51         * inclhack.def (solaris_posix_spawn_restrict): New fix.
52         * fixincl.x: Regenerate.
53         * tests/base/spawn.h: New test.
54
55 2011-06-08  Douglas B Rupp  <rupp@gnat.com>
56
57         * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
58         * configure: Regenerate.
59         * config.h.in: Regenerate.
60
61 2011-06-06  Peter O'Gorman  <pogma@thewrittenword.com>
62
63         * inclhack.def (aix_net_if_arp): New fix.
64         * fixincl.x: Regenerate.
65         * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
66
67 2011-05-17  Tristan Gingold  <gingold@adacore.com>
68
69         * inclhack.def (solaris_complex_cxx): Fix syntax.
70         * fixincl.x: Regenerate.
71
72 2011-05-17  Tristan Gingold  <gingold@adacore.com>
73
74         * check.tpl: Shell-quote testing file.
75
76 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
77
78         * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
79
80 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
81
82         PR other/46202
83         * Makefile.in (install-strip): New phony target.
84         (all, check, install): Also mark as phony.
85
86 2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
87
88         * inclhack.def (irix_pthread_init): New fix.
89         * fixincl.x: Regenerate.
90         * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
91
92 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
93
94         PR c++/46024
95         * inclhack.def (solaris_sys_va_list): New fix.
96         * fixincl.x: Regenerate.
97         * tests/base/sys/va_list.h: New test.
98
99 2010-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
100
101         * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
102         * fixincl.x: Regenerate.
103
104 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
105
106         * inclhack.def (solaris_cond_init): New fix.
107         * fixincl.x: Regenerate.
108         * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
109         [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
110
111 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
112
113         * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
114         * fixincl.x: Regenerate.
115         * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
116         * tests/base/sys/feature_tests.h: New file.
117
118 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
119             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
120
121         PR bootstrap/42798
122         * configure.ac: Check for declaration of 'basename(char *)'.
123         * configure: Regenerate.
124
125 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
126
127         * inclhack.def (alpha_wchar): Remove.
128         * fixincl.x: Regenerate.
129         * tests/base/wchar.h: Remove.
130
131 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
132
133         * aclocal.m4: Regenerate.
134
135 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
136
137         * inclhack.def (alpha_assert): Allow for more whitespace in
138         select.
139         * fixincl.x: Regenerate.
140
141 2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
142
143         PR target/40722
144         * mkfixinc.sh: Revert the last change for mingw.
145
146 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
147
148         * inclhack.def (glibc_strncpy): New fix.
149         * fixincl.x: Regenerate.
150         * tests/base/bits/string2.h: Update.
151
152 2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
153
154         PR target/40722
155         * mkfixinc.sh: Fix stdlib.h for mingw.
156
157 2010-02-19  Bruce Korb  <bkorb@gnu.org>
158
159         * inclhack.def: remove vestiges of inadvertently committed changes
160
161 2010-02-10  Bruce Korb  <bkorb@gnu.org>
162
163         * README: fix up references to old gcc/fixinc directory
164
165 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
166
167         * inclhack.def (solaris_int_limits_3): New fix.
168         * fixincl.x: Regenerate.
169         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
170         test.
171
172         * inclhack.def (solaris_int_const, solaris_int_limits_1,
173         solaris_int_limits_2 ): Applies to Solaris 2 in general.
174         Remove select.
175         Add mach for *-*-solaris2*.
176         Change second c_fix_arg to select.
177         Remove #pragma ident from test_text.
178         * fixincl.x: Regenerate.
179         * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
180         #pragma trigger text.
181         * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
182         SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
183
184 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
185
186         * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
187         (aix_stdint_2): Likewise.
188         (aix_stdint_3): Likewise.
189         (aix_stdint_4): Likewise.
190         (aix_stdint_5): Likewise.
191         (darwin_stdint_1): Add stdint-darwin.h to files.
192         (darwin_stdint_2): Likewise.
193         (darwin_stdint_3): Likewise.
194         (darwin_stdint_4): Likewise.
195         (darwin_stdint_5): Likewise.
196         (darwin_stdint_6): Likewise.
197         (darwin_stdint_7): Likewise.
198         (hpux_c99_intptr): Add stdint-hpux11.h to files.
199         (hpux_c99_inttypes): Likewise.
200         (hpux_c99_inttypes2): Likewise.
201         (hpux_stdint_least_fast): Likewise.
202         (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
203         (irix_stdint_c99_types): New fix.
204         (irix_stdint_c99_macros): New fix.
205         (newlib_stdint_1): Add stdint-newlib.h to files.
206         (newlib_stdint_2): Likewise.
207         fixincl.x: Regenerate.
208         tests/base/stdint-aix.h: New file.
209         tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
210         AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
211         tests/base/stdint-aix.h: ... here.
212         [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
213         [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
214         [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
215         tests/base/stdint-darwin.h: New file.
216         tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
217         DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
218         DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
219         tests/base/stdint-darwin.h: ... here.
220         [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
221         [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
222         [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
223         tests/base/stdint-hpux11.h: New file.
224         tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
225         HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
226         tests/base/stdint-hpux11.h: ... here.
227         [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
228         [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
229         tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
230         IRIX_STDINT_C99_MODE_CHECK.
231         tests/base/stdint-irix65.h: New file.
232         tests/base/stdint-newlib.h: New file.
233         tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
234         NEWLIB_STDINT_2_CHECK]: Moved ...
235         tests/base/stdint-newlib.h: ... here.
236
237 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
238
239         * configure: Regenerate.
240
241 2009-10-21  Steve Ellcey  <sje@cup.hp.com>
242
243         * inclhack.def (hpux_stdint_least_fast): Simplify.
244         * fixincl.x: Regenerate.
245         * tests/base/stdint.h: Update.
246
247 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
248
249         * inclhack.def (isc_fmod, isc_omits_with_stdc)
250         (nested_sys_limits, sco_math): Remove.
251         * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
252         * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
253         * tests/base/sys/limits.h: Remove.
254         * fixincl.x: Regenerate.
255
256 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
257
258         PR testsuite/29737
259         PR bootstrap/35938
260         PR testsuite/39655
261         * check.tpl: Fix typos.
262         * README: Likewise.  Also, document that 'select' uses ERE.
263         * mkheaders.in: Update copyright years in --version output.
264         * inclhack.def (sco_math): Add missing final newline in sed
265         script 'a', 'c', or 'i' commands, for BSD sed.
266         (sco_math): In the text of 'a', 'c', or 'i' sed
267         commands, prepend leading white space with a backslash to avoid
268         the whitespace to be removed by BSD sed.
269         (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
270         (x11_new): Fix sed expression, for BSD sed.
271         (glibc_mutex_init): Fix newlines in sed 's' command replacement
272         part, for GNU sed 3.02 and Solaris sed.
273         (glibc_mutex_init): Replace unportable \+ sed regex operator
274         with \{1,\}.
275         (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
276         alternation \| regex operator.
277         (solaris_complex): Remove superfluous backslashes from
278         replacement string.  Replace \+ operator with \{1,\}.
279         * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
280         * fixincl.x: Regenerate.
281
282 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
283
284         PR libfortran/41169
285         * inclhack.def (irix_complex): New fix.
286         (solaris_complex): Likewise.
287         * fixincl.x: Regenerate.
288         * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
289         New tests.
290
291 2009-08-28   Bruce Korb <bkorb@gnu.org>
292              Steve Ellcey  <sje@cup.hp.com>
293
294         * README (files): Describe files entry.
295         * inclhack.def (hpux_stdint_least): Remove.
296         (hpux_stdint_fast): Remove.
297         (hpux_stdint_fast): Remove.
298         (hpux_stdint_least_fast): New.
299         (hpux_inttype_int_least8_t): Remove.
300         (hpux_inttype_int8_t): Modify.
301         * fixincl.x: Regenerate.
302         * tests/base/stdint.h: Update.
303         * tests/base/sys/_inttypes.h: Update.
304
305 2009-08-28  Steve Ellcey  <sje@cup.hp.com>
306
307         * inclhack.def (hpux_imaginary_i): Remove spaces.
308         * fixincl.x: Regenerate.
309         * tests/base/stdint.h: Update AIX fixes. 
310         * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
311
312 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
313
314         * configure.ac (AC_PREREQ): Bump to 2.64.
315
316 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
317
318         * aclocal.m4: Regenerate.
319         * configure: Regenerate.
320         * config.h.in: Regenerate.
321
322 2009-08-17  David Edelsohn  <edelsohn@gnu.org>
323
324         * inclhack.def (aix_complex): Redefine _Complex_I.  Do not
325         redefine I.
326         * (aix_stdint_[12345]): New fixes.
327         * fixincl.x: Regenerate.
328         * tests/base/complex.h: Update check.
329         * tests/base/stdint.h: Add AIX stdint.h checks.
330
331 2009-08-14  Steve Ellcey  <sje@cup.hp.com>
332
333         * inclhack.def (hpux_imaginary_i): New fix.
334         * fixincl.x: Regenerate.
335         * tests/base/complex.h: New file.
336
337 2009-08-12  David Edelsohn  <edelsohn@gnu.org>
338
339         * inclhack.def (aix_complex): New fix.
340         * fixincl.x: Regenerate.
341         
342 2009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
343
344         * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
345         (hpux_inttype_int8_t): Likewise.
346         * fixincl.x: Regenerate.
347
348 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
349
350         * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
351         New variables.
352         ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
353         Use them.
354
355 2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
356
357         * inclhack.def (darwin_stdint_5, darwin_stdint_6,
358         darwin_stdint_7): New fixes.
359         * fixincl.x: Regenerate.
360         * tests/base/stdint.h: Adjust test for new fixes.
361
362 2009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
363
364         * inclhack.def (solaris_int_types): New fix.
365         * fixincl.x: Regenerate.
366         * tests/base/sys/int_types.h: New file.
367
368 2009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
369
370         * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
371         darwin_stdint_4): New fixes.
372         * tests/base/stdint.h: Adjust test results for new fixes.
373         * fixincl.x: Regenerate.
374
375 2009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
376
377         * inclhack.def (solaris_int_const): New fix.
378         (solaris_int_limits_1): Likewise.
379         (solaris_int_limits_2): Likewise.
380         * fixincl.x: Regenerate.
381         * tests/base/sys/int_const.h: New file.
382         * tests/base/sys/int_limits.h: Likewise.
383
384 2009-05-15  Joseph Myers  <joseph@codesourcery.com>
385
386         * inclhack.def (glibc_tgmath): Correct bypass.
387         * fixincl.x: Regenerate.
388
389 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
390
391         * inclhack.def (hpux11_uint32_c): Remove.
392         (hpux_long_double): Disable on hpux11.3*.
393         (hpux_long_double_2): New.
394         (hpux_c99_intptr): New.
395         (hpux_c99_inttypes): New.
396         (hpux_c99_inttypes2): New.
397         (hpux_stdint_least): New.
398         (hpux_stdint_fast): New.
399         (hpux_inttype_int_least8_t): New.
400         (hpux_inttype_int8_t): New.
401         * fixincl.x: Regenerate.
402         * tests/base/sys/_inttypes.h: New.
403         * tests/base/inttypes.h: Update.
404         * tests/base/stdlib.h: Update.
405         * tests/base/stdint.h: Update.
406
407 2009-04-28  Joseph Myers  <joseph@codesourcery.com>
408
409         * inclhack.def (glibc_stdint): New fix.
410         * fixincl.x: Regenerate.
411         * tests/base/stdint.h: Update.
412
413 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
414
415         * Makefile.in: Change copyright header to refer to version
416         3 of the GNU General Public License and to point readers at the
417         COPYING3 file and the FSF's license web page.
418         * fixfixes.c: Likewise.
419         * fixinc.in: Likewise.
420         * fixincl.c: Likewise.
421         * fixlib.c: Likewise.
422         * fixlib.h: Likewise.
423         * fixopts.c: Likewise.
424         * fixtests.c: Likewise.
425         * genfixes: Likewise.
426         * mkheaders.in: Likewise.
427         * system.h: Likewise.
428
429 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
430
431         PR c/448
432         * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
433         * fixincl.x: Regenerate.
434         * tests/base/stdint.h: Update.
435
436 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
437
438         * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
439         Update.
440
441 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
442
443         PR c/456
444         PR c/5675
445         PR c/19976
446         PR c/29116
447         PR c/31871
448         PR c/35198
449         * inclhack.def (glibc_tgmath): New fix.
450         * fixincl.x: Regenerate.
451         * tests/base/tgmath.h: New.
452
453 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
454
455         * inclhack.def (aix_syswait, exception_structure,
456         pthread_page_size): Remove.
457         (math_exception): Remove mention of fixproto in comment.
458         * fixincl.x: Regenerate.
459         * mkheaders.in: Do not handle STMP_FIXPROTO.
460
461 2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
462
463         * server.c (run_shell): Quote directory name passed to cd.
464
465 2009-03-01  Bruce Korb  <bkorb@gnu.org>
466         Apply a positively ancient patch:
467
468         2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
469
470         * inclhack.def (alpha_if_semicolon): new fix from long, long ago
471         * tests/base/net/if.h: Add new test.
472
473 2009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
474
475         * tests/base/locale.h: Add new test.
476         * tests/base/stdarg.h: Likewise.
477
478 2009-01-05  Steve Ellcey  <sje@cup.hp.com>
479
480         * inclhack.def (hpux_spu_info):  Add files line.
481         * fixincl.x: Regenerate.
482
483 2009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
484
485         * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
486         in case of C.
487         * fixincl.x: Regenerate.
488
489 2008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
490
491         PR target/35460
492         * inclhack.def (openbsd_va_start): Use __builtin_va_start
493         for OpenBSD.
494         * fixincl.x: Regenerate.
495
496 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
497
498         * configure: Regenerate.
499
500 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
501
502         * inclhack.def (hpux_spu_info): Match PA as well as IA64.
503         * fixincl.x: Regenerate.
504
505 2008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
506
507         * configure.ac: Fix a typo.
508         * configured: Regenerate.
509
510 2008-09-06  Bruce Korb  <bkorb@gnu.org>
511
512         * fixincl.tpl (sed): make the program executable configurable.
513         Some platforms have some rather oddball defaults.
514         * config.h.in (SED_PROGRAM): define the default sed.
515         * fixincl.x: regenerated
516         * tests/base/internal/wchar_core.h: fix bad sample text
517         * tests/base/math.h: fix bad sample text
518         * configure.ac: search for working sed
519         * inclhack.def (glibc_mutex_init): fix non-portable construct
520         and re-order a few misordered entries.
521
522 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
523
524         * configure: Regenerate.
525
526 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
527
528         * inclhack.def (AAB_svr4_replace_byteorder,
529         AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
530         libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
531         ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
532         solaris_mutex_init_1, solaris_socket, solaris_unistd,
533         solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
534         ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
535         ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
536         ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
537         ultrix_strings2, ultrix_sys_time, ultrix_unistd,
538         unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
539         windiss_math2, windiss_valist): Remove.
540         * fixincl.x: Regenerate.
541         * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
542         i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
543         powerpc-*-eabiaix*): Remove.
544         * tests/base/math.h: Update.
545         * tests/base/pthread.h: Update.
546         * tests/base/stdio.h: Update.
547         * tests/base/stdlib.h: Update.
548         * tests/base/string.h: Update.
549         * tests/base/strings.h: Update.
550         * tests/base/sys/file.h: Update.
551         * tests/base/sys/limits.h: Update.
552         * tests/base/sys/socket.h: Update.
553         * tests/base/sys/stat.h: Update.
554         * tests/base/sys/time.h: Update.
555         * tests/base/testing.h: Update.
556         * tests/base/unistd.h: Update.
557         * tests/base/_G_config.h: Remove.
558         * tests/base/arpa: Remove directory.
559         * tests/base/fs: Remove directory.
560         * tests/base/locale.h: Remove.
561         * tests/base/machine: Remove directory.
562         * tests/base/rpc/svc.h: Remove.
563         * tests/base/sys/ioctl.h: Remove.
564         * tests/base/sys/regset.h: Remove.
565         * tests/base/sys/times.h: Remove.
566         * tests/base/sys/utsname.h: Remove.
567         * tests/base/widec.h: Remove.
568
569 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
570
571         * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
572         * tests/base/iso/math_c99.h: Update.
573         * fixincl.x: Regenerate.
574
575 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
576
577         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
578         posix_types_64.
579         * fixincl.x: Regenerate.
580
581 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
582
583         * fixincl.c (fix_with_system): Cast pointer difference to long.
584         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
585
586 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
587
588         PR bootstrap/35457
589         * Makefile.in: Rewrite aclocal.m4 rule.
590         * aclocal.m4: Regenerate.
591         * configure: Regenerate.
592
593 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
594
595         PR c++/20366
596         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
597         * fixincl.x: Regenerate.
598         * tests/base/stdio.h: Add test.
599
600 2008-02-25  Ben Elliston  <bje@au.ibm.com>
601
602         PR other/32948
603         * fixincl.c (fix_applies): Remove unused variable `name_len'.
604
605 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
606
607         * inclhack.def (solaris_math_10): New.
608         * tests/base/iso/math_c99.h: Update.
609
610         * fixincl.x: Regenerate.
611
612 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
613
614         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
615         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
616         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
617         quotes around mach entries.
618         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
619         to GPLv3.
620
621 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
622
623         PR other/31405
624         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
625         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
626         __extern_inline|__GNU_STDC_INLINE__.
627         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
628         <bypass>: Change from __STDC_VERSION__ to
629         __extern_inline|__GNU_STDC_INLINE__.
630         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
631         appending attribute-gnu_inline.
632         <second c_fix_arg>: Remove.
633         <test_text>: Remove __extern_inline line.
634         * tests/base/features.h: Re-add.
635         * tests/base/sys/sysmacros.h: Adjust.
636         * fixincl.x: Regenerate.
637
638 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
639
640         Revert last change.
641
642 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
643
644         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
645         * fixincl.x: Regenerate.
646         * tests/base/wchar.h: Update.
647         * tests/base/features.h: New.
648
649 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
650
651         PR target/33700
652         * inclhack.def (hpux11_pthread_const): New.
653         * fixincl.x: Regenerate.
654         * tests/base/sys/pthread.h: Update.
655
656 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
657
658         * configure.ac: x86_64 mingw target uses twoprocess.
659         * mkfixinc.sh: Add x86_64 mingw target.
660         * configure: Regenerate.
661
662 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
663
664         * inclhack.def (darwin_externc): New.
665         * fixincl.x: Regenerate.
666         * tests/base/mach-o/swap.h: New.
667
668 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
669
670         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
671         Delete fixes.
672         * tests/base/iso/math_c99.h: Delete associated test baselines.
673         * fixincl.x: Regenerate.
674
675 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
676
677         PR target/30058
678         * inclhack.def (netbsd_c99_inline_2): New.
679         * fixincl.x: Regenerate.
680         * tests/base/signal.h: Update.
681
682 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
683
684         PR target/32641
685
686         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
687         solaris_math_7): Constify and make FP exception-safe.
688         * tests/base/iso/math_c99.h: Update.
689
690         * fixincl.x: Regenerate.
691
692 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
693
694         PR libgcj/28190
695         * inclhack.def (irix_stdint_c99): New fix.
696         * fixincl.x: Regenerate.
697         * tests/base/stdint.h: New test.
698
699 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
700
701         PR testsuite/31828
702         * inclhack.def (hppa_hpux_fp_macros): New.
703         * fixincl.x: Regenerate.
704         * tests/base/math.h: Update.
705
706 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
707
708         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
709         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
710         __STDC_VERSION__ < 199901L.
711         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
712         with #ifdef __GNUC_GNU_INLINE__.
713         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
714         with defined(__GNUC_STDC_INLINE__).
715         (glibc_c99_inline_4): Change select, add second c_fix_arg.
716         Replace #if __STDC_VERSION__ < 199901L with
717         #ifdef __GNUC_GNU_INLINE__.
718         * fixincl.x: Regenerated.
719         * tests/base/bits/string2.h: Update.
720         * tests/base/sys/sysmacros.h: Update.
721         * tests/base/sys/stat.h: Update.
722
723 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
724
725         PR target/30058
726         * inclhack.def (netbsd_c99_inline_1): New.
727         * fixincl.x: Regenerate.
728         * tests/base/signal.h: New.
729
730 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
731
732         * Makefile.in: Add dummy "install-info" target.
733
734 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
735
736         * mkheaders.in: Fix headers for each multilib required.
737
738 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
739
740         * Makefile.in: Add dummy install-pdf target.
741
742 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
743
744         * mkheaders.in (incdir): Use include-fixed not include.
745
746 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
747
748         * Makefile.in: Added "pdf" target to .PHONY.
749
750 2007-02-05  Richard Guenther  <rguenther@suse.de>
751
752         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
753         with older glibc.  Adjust version number for C99.
754         * fixincl.x: Regenerated.
755
756 2007-02-04  Mike Stump  <mrs@apple.com>
757
758         * mkheaders.in: Allow optional isysroot parameter.
759
760 2007-02-03  Bruce Korb <bkorb@gnu.org>
761
762         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
763         surrounded by space characters.
764
765 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
766
767         PR target/30272
768         * inclhack.def(broken_cabs): Also remove definition of cabsl.
769         * fixincl.x: Regenerate.
770         * tests/base/math.h: Update.
771
772 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
773             Daniel Franke <franke.daniel@gmail.com>
774
775         PR target/30008
776         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
777         of a vertical bar ("|").
778         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
779         matching.  Set SKIP_TEST flag if we are not to run a test.
780         * fixincl.x: Regenerate.
781         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
782         kandr_concat, sco_math): Replace lists of specfic file names by search
783         patterns.
784
785 2006-12-12  Olivier Hainque  <hainque@adacore.com>
786
787         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
788         targets for which a no-op fixer is appropriate.
789         
790 2006-11-07  Richard Guenther  <rguenther@suse.de>
791
792         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
793         systems.
794         * fixincl.x: Regenerate.
795
796 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
797
798         * inclhack.def (glibc_c99_inline_1): New.
799         * inclhack.def (glibc_c99_inline_2): New.
800         * inclhack.def (glibc_c99_inline_3): New.
801         * inclhack.def (glibc_c99_inline_4): New.
802         * fixincl.x: Regenerate.
803         * tests/base/bits/string2.h: New.
804         * tests/base/sys/sysmacros.h: New.
805         * tests/base/sys/stat.h: Update.
806
807 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
808
809         * tests/base/sys/socket.h: Update.
810
811 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
812
813         * inclhack.def (hpux11_extern_sendfile): New.
814         (hpux11_extern_sendpath): New.
815         * fixincl.x: Regenerate.
816
817 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
818
819         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
820         * fixincl.x: Regenerate.
821
822 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
823
824         * Makefile.in: Added empty "pdf" target.
825
826 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
827
828         PR target/29300
829         * inclhack.def (hpux_pthread_initializers): New hack.
830         * tests/base/sys/pthread.h: New file.
831
832         * fixincl.x: Regenerate.
833
834 2006-10-03  Uros Bizjak <uros@kss-loka.si>
835
836         * inclhack.def (glibc_mutex_init): Also fix
837         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
838         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
839         * tests/base/pthread.h: Update.
840
841         * fixincl.x: Regenerate.
842
843 2006-10-01  Uros Bizjak <uros@kss-loka.si>
844
845         * inclhack.def (glibc_mutex_init): New fix.
846         * tests/base/pthread.h: Update.
847
848         * fixincl.x: Regenerate.
849
850 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
851
852         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
853         Prevent it from running on solaris10 or later.
854         (solaris_once_init_2): Fix comment.
855         * tests/base/pthread.h: Update.
856
857         * fixincl.x: Regenerate.
858
859 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
860
861         * inclhack.def (solaris_once_init_2): New fix.
862         * tests/base/pthread.h: Update.
863
864         * fixincl.x: Regenerate.
865
866 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
867
868         * inclhack.def (solaris_mutex_init_2): Remove test for
869         PTHREAD_RWLOCK_INITIALIZER.
870         (solaris_rwlock_init_1): New.
871         * tests/base/pthread.h: Update.
872
873         * inclhack.def (solaris_once_init_1): New.
874         * tests/base/pthread.h: Adjust for new fix.
875         
876         * fixincl.x: Regenerate.
877
878 2006-07-17  Roger Sayle  <roger@eyesopen.com>
879
880         * tests/base/errno.h: New file.
881         * tests/base/architecture/ppc/math.h: Likewise.
882         * tests/base/ia64/sys/getppdp.h: Likewise.
883
884 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
885
886         PR bootstrap/20437
887         * Makefile.in (configure, config.h.in): Change into $(srcdir)
888         before autoconf or autoheader call.
889
890 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
891
892         PR target/28084
893         * inclhack.def (hpux_extern_errno): New.
894         * fixincl.x: Regenerate.
895
896 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
897
898         * Makefile.in: Add dvi info html and install-html to .PHONY
899         Add install-html target.
900
901 2006-05-16  Mike Stump  <mrs@apple.com>
902
903         * configure.ac: Add -Wno-overlength-strings.
904         * configure: Regenerate.
905
906 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
907
908         * README: Fix typo.
909
910 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
911
912         PR target/26189
913         * inclhack.def (hpux_spu_info): New.
914         * fixincl.x: Regenerate
915
916 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
917
918         * configure.ac: Check for asprintf, basename, vasprintf.
919         * config.h.in: Regenerate.
920         * configure: Regenerate.
921
922 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
923
924         PR target/15642
925         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
926         __APPLE_CC_ as 1345.
927         (broken_nan): New.
928         * fixincl.x: Regenerate.
929
930 2005-11-24  Bruce Korb  <bkorb@gnu.org>
931
932         * fixincl.c (write_replacement): "here strings" in AutoGen
933         often/generally don't have a terminating newline.  Check the
934         last byte for '\n'.
935
936 2005-11-13  Andreas Jaeger  <aj@suse.de>
937
938         * check.tpl: Handle CVS additionally.
939
940 2005-11-05  Andreas Jaeger  <aj@suse.de>
941
942         * check.tpl: Adopt for move to subversion.
943
944 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
945
946         PR c++/23139
947         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
948         fixes.
949         * fixincl.x: Regenerate.
950         * tests/base/bits/huge_val.h: New file.
951
952 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
953
954         * All files: Update with new FSF address.
955
956 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
957
958         * Makefile.in (WARN_CFLAGS): New.
959         (.c.o): Add $(WARN_CFLAGS).
960         * aclocal.m4: Include ../config/warnings.m4.
961         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
962         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
963         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
964         * fixopts.c (initialize_opts): Fix old-style definintion.
965
966         * configure: Regenerate.
967
968 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
969
970         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
971         (AAB_darwin7_9_long_double_funcs_2): New.
972         * fixincl.x: Regenerate.
973
974 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
975
976         PR libfortran/15266
977         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
978         Use double quotes in select so \t matches tabs.
979         Add IRIX testcase.
980         * fixincl.x: Regenerate.
981         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
982
983 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
984
985         PR target/21683
986         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
987
988 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
989             Joseph S. Myers  <joseph@codesourcery.com>
990
991         PR target/19933
992         PR target/21315
993         * inclhack.def: New fixes solaris_math_[1-9].
994         * fixincl.x: Regenerate.
995         * tests/base/iso/math_c99.h: New.
996
997 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
998
999         * aclocal.m4: Remove superfluous reference to accross.m4.
1000
1001 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1002
1003         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1004         * server.c (load_data): Likewise.
1005         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1006         * fixincl.c: #include <sys/wait.h>
1007         (run_compiles): Use XCNEWVEC instead of xcalloc.
1008         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1009         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1010
1011 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
1012
1013         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1014         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1015         * fixincl.x: Regenerate.
1016
1017 2005-05-06  Bruce Korb  <bkorb@gnu.org>
1018         Joseph S. Myers <joseph@codesourcery.com>
1019
1020         * fixinc/inclhack.def: Correct backslashes
1021         * fixinc/fixincl.x: regen
1022
1023 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1024
1025         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1026         libiberty functions.
1027
1028 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1029
1030         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1031         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1032         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1033         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1034         _unlocked function.
1035         (fwrite_unlocked): Fix prototype.
1036
1037         * configure, config.h.in: Regenerate.
1038
1039 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1040
1041         * Makefile.in: Set gcc_version directly, not via substitution.
1042         (libsubdir): Use $(gcc_version), not $(version).
1043         (mkheaders.almost): New rule.
1044         (mkheaders): Generate from mkheaders.almost.
1045         (clean): Also delete mkheaders.almost.
1046         * aclocal.m4: Do not include ../config/gcc-version.m4.
1047         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
1048         mkheaders.almost from mkheaders.in.
1049         * configure: Regenerate.
1050
1051 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
1052
1053         PR target/20166
1054         * inclhack.def: Add fix for array of incomplete structures
1055         in function prototype in pthread.h.
1056         * fixincl.x: Regenerate.
1057         * tests/base/pthread.h: Adjust.
1058
1059 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
1060
1061         * inclhack.def (hpux_htonl): New fix.
1062         * tests/base/netinet/in.h: New test.
1063         * fixincl.x: Regenerate.
1064
1065 2005-02-23  James E Wilson  <wilson@specifixinc.com>
1066
1067         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1068
1069 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
1070
1071         PR 18458
1072         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1073         fixincl.
1074
1075 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1076
1077         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1078         * aclocal.m4: Include ../config/gcc-version.m4.
1079         * configure: Regenerate.
1080
1081 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
1082
1083         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1084         (stdio_va_list): Likewise.
1085         (stdio_stdarg.h): Likewise.
1086         (solaris_stdio_tag): Add bypass.
1087         * fixincl.x: Regenerated.
1088
1089 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
1090
1091         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
1092         built fixincl program.
1093         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1094         up csh from user.
1095
1096 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1097
1098         * inclhack.def (alpha_pthread_init): Fix technical problems with
1099         the last check-in caused by CVS variable substitution.
1100         * fixincl.x: Likewise.
1101         * tests/base/pthread.h: Likewise.
1102
1103 2004-11-20  Roger Sayle  <roger@eyesopen.com>
1104             Bruce Korb  <bkorb@gnu.org>
1105
1106         * inclhack.def (alpha_pthread_init): New fix.
1107         * fixincl.x: Regenerate.
1108         * tests/base/pthread.h: Update for new test.
1109
1110 2004-11-15  Bruce Korb  <bkorb@gnu.org>
1111
1112         * fixincl.c(fix_with_system): correct misuse of variables and
1113         incorrect application of "sizeof()".
1114
1115 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1116
1117         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1118         svr4__p, undefine_null): Remove.
1119         * fixincl.x: Regenerate.
1120         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1121         * tests/base/sys/param.h: Remove.
1122         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1123         tests/base/sys/limits.h: Update.
1124
1125 2004-11-12  Mike Stump  <mrs@apple.com>
1126
1127         * Makefile.in (html): Add html generation support.
1128
1129 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1130
1131         * inclhack.def (sco_math): Bypass on __GNUG__.
1132         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1133         * fixincl.x: Regenerate.
1134
1135 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1136
1137         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1138         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1139         _CLASSIC_ANSI_TYPES.
1140         (sun_auth_proto): Bypass on __cplusplus.
1141         * fixincl.x: Regenerate.
1142
1143 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
1144
1145         * Makefile.in (mostlyclean): Add fixinc.sh.
1146         (clean): Add mkheaders.
1147         (distclean): New.
1148         (dvi): New.
1149         (info): New.
1150         (installcheck): New.
1151
1152 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1153
1154         * Makefile.in (mostlyclean, distclean): New targets.
1155
1156 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1157
1158         * configure.ac: Add code to determine noncanonical_target,
1159         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1160         * configure: Regenerate.
1161         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1162         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1163         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1164         update for changes to fixinc.in.
1165         * Makefile.in: Add many new macros.
1166         (install): New target.
1167         (mkheaders): New target.
1168         (fixinc.sh): New target.
1169         (all): Add mkheaders and fixinc.sh.
1170         * README-fixinc: Move here from gcc/.
1171
1172 2004-11-01  Mike Stump  <mrs@apple.com>
1173
1174         * inclhack.def (stdio_va_list): Break out clients from here...
1175         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1176         included or ifdef va_start.
1177         * fixincl.x: Regenerate.
1178
1179 2004-10-28  Mike Stump  <mrs@apple.com>
1180
1181         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1182         systems.
1183         * fixincl.x: Regenerate.
1184
1185 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1186
1187         * inclhack.def (darwin_gcc4_breakage): New.
1188         * fixincl.x: Regenerate.
1189
1190 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1191
1192         PR bootstrap/17832
1193
1194         * fixfixes.c (main): Check for _PC_NAME_MAX.
1195
1196 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1197
1198         PR other/17991
1199
1200         * configure.ac: Fix typo.
1201         * configure: Regenerate.
1202         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1203
1204 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1205
1206         PR bootstrap/17832
1207
1208         * fixincl.c (SIGCHLD): Remove definition.
1209         (initialize): Remove SIGIOT and SIGPIPE checks.
1210         (create_file): Fix mkdir() for Win32.
1211         (internal_fix): Use dup2() instead of fcntl().
1212
1213         * fixlib.h (SIGQUIT): Define if undefined.
1214         (SIGIOT): Same.
1215         (SIGPIPE): Same.
1216         (SIGALRM): Same.
1217         (SIGKILL): Same.
1218
1219         * procopen.c (chain_open): Use dup2() instead of fcntl().
1220
1221 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1222
1223         PR other/17991
1224
1225         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1226         Update copyright year.
1227         * fixfixes.c (main): Call initialize_opts from fixopts.c.
1228         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1229         do not include code for parsing options (environment vars).
1230         (fix_with_system): Use a search path for applyfix, so that you
1231         can run the test suite with two-process fixincludes.
1232         * fixopts.c: New file.
1233         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
1234         to config.h.  Default to --enable-twoprocess for MinGW32.
1235         * config.h.in: Regenerate.
1236         * configure: Regenerate.
1237
1238 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1239
1240         * tests/base/sys/cdefs.h: Update from test area.
1241
1242 2004-09-17  Roger Sayle  <roger@eyesopen.com>
1243
1244         * inclhack.def (linux_ia64_ucontext): New fix.
1245         * fixincl.x: Regenerate.
1246         * tests/base/sys/ucontext.h: New file.
1247
1248 2004-09-15  Roger Sayle  <roger@eyesopen.com>
1249
1250         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1251         * tests/base/stdlib.h: Likewise.
1252
1253 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1254
1255         * inclhack.def (freebsd_gcc4_breakage): Add.
1256         * fixincl.x: Regenerate.
1257         * tests/base/sys/cdefs.h: Update for new test.
1258
1259 2004-09-10  Adam Nemet  <anemet@lnxw.com>
1260
1261         * inclhack.def (lynx_void_int): Remove.
1262         (lynxos_fcntl_proto): Remove.
1263         (lynxos_no_warning_in_sys_time_h): New fix.
1264         (lynxos_missing_putenv): New fix.
1265         * fixincl.x: Regenerate.
1266         * tests/base/fcntl.h: Remove.
1267         * tests/base/sys/time.h: Update from test area.
1268         * tests/base/curses.h: Likewise.
1269         * tests/base/stdlib.h: Likewise.
1270
1271 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1272
1273         * inclhack.def: Suppress exception_structure and math_exception
1274         for NetWare headers.
1275         * fixincl.x: Regenerate.
1276
1277 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1278
1279         * .cvsignore: New.
1280         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1281         autoconfiscated.
1282         * configure.ac: New.
1283         * config.h.in: Generate.
1284         * configure: Generate.
1285         * aclocal.m4: New.
1286         * fixlib.h: Remove inclusions of gcc files.
1287         * system.h: New.
1288
1289         Other files copied from gcc/fixinc.