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