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