OSDN Git Service

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