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