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