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