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