OSDN Git Service

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