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