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