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