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