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