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