]> git.ipfire.org Git - thirdparty/gcc.git/blame - fixincludes/ChangeLog
* gcc.pot: Regenerate.
[thirdparty/gcc.git] / fixincludes / ChangeLog
CommitLineData
7d323537
JDA
12017-02-11 John David Anglin <danglin@gcc.gnu.org>
2
3 * tests/base/alloca.h: New file.
4 * inclhack.def (hppa_hpux11_alloca): New fix.
5 * fixincl.x: Regenerate.
6
3c36aa6b
JJ
72017-01-17 Jakub Jelinek <jakub@redhat.com>
8
9 PR other/79046
10 * configure.ac: Add GCC_BASE_VER.
11 * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
12 get version from BASE-VER file.
13 * configure: Regenerated.
14
2252a802
RO
152017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16
17 PR libstdc++/78979
18 * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
19 (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
20 * fixincl.x: Regenerate.
21 * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
22 SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
23 SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
24
3115f94f
RO
252016-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26
27 * inclhack.def (solaris_math_12): New fix.
28 (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
29 * fixincl.x: Regenerate.
30 * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
31
97448adf
RO
322016-11-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
33
34 PR sanitizer/78267
35 * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
36 (darwin_os_trace_2, darwin_os_trace_3): New fixes.
37 (hpux_stdint_least_fast): Remove spurious _EOFix_.
38 * fixincl.x: Regenerate.
39 * tests/bases/AvailabilityInternal.h: New file.
40 * tests/bases/os/trace.h: New file.
41
716028e4
TK
422016-09-30 Tadek Kijkowski <tkijkowski@gmail.com>
43
44 * check.tpl: Convert line endings to unix on test outputs
45 * fixfixes.c: Fixed passing file name to apply_fix when
46 SEPARATE_FIX_PROC is defined
47 * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
48 * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
49
abb62d32
JDA
502016-09-04 John David Anglin <danglin@gcc.gnu.org>
51
52 * inclhack.def (hpux_longjmp): Adjust select regular expression.
53 * fixincl.x: Regenerate.
54
dffe3cc5
JDA
552016-08-13 John David Anglin <danglin@gcc.gnu.org>
56
57 * inclhack.def (hpux_longjmp): New fix.
58 * fixincl.x: Regenerate.
59 * tests/base/setjmp.h: New test file.
60
ef19a444
BE
612016-08-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
62
63 PR bootstrap/72833
64 * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
65 * inclhack.def (darwin_longjmp_noreturn): New fix.
66 * fixincl.x: Regenerated.
67 * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
68
354c5470
MB
692016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
70
71 * fixinc.in: Use --parents option to make LIB directory.
72
ee2499b4
TS
732016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
74
75 * mkfixinc.sh: Remove interix support.
76
d4f076c9
DE
772016-06-13 David Edelsohn <dje.gcc@gmail.com>
78
79 * inclhack.def (aix_stdlib_malloc): New fix.
80 (aix_stdlib_realloc): New fix.
81 (aix_stdlib_calloc): New fix.
82 (aix_stdlib_valloc): New fix.
83 * fixincl.x: Regenerate.
84 * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
85 [AIX_STDLIB_REALLOC]: New test.
86 [AIX_STDLIB_CALLOC]: New test.
87 [AIX_STDLIB_VALLOC]: New test.
88
f67cb8fe
JDA
892016-01-31 John David Anglin <danglin@gcc.gnu.org>
90
91 PR target/68741
92 * inclhack.def (hpux_vsscanf): New fix.
93 * fixincl.x: Regenerated.
94 * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
95
d8082c18
DE
962015-08-14 David Edelsohn <dje.gcc@gmail.com>
97
98 * inclhack.def (aix_stdio_inline): New fix.
99 (aix_strtof_const): Limit to *-*-aix*.
100 (aix_sysmachine): Same.
101 (aix_syswait_2): Same.
102 (aix_volatile): Same.
103 * fixincl.x: Regenerated.
104 * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
105
cfce0488
EG
1062015-07-28 Eric Gallager <egall@gwmail.gwu.edu>
107
108 * check.tpl: Ignore .DS_Store directories.
109
9846edff
DE
1102015-05-21 David Edelsohn <dje.gcc@gmail.com>
111
112 * inclhack.def (aix_externc): New fix.
113 (aix_externcpp[12]): New fix.
114 * fixincl.x: Regenerate.
115 * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
116 * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
117 * test/base/fcntl.h: New file.
118
a4875765
MH
1192015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
120
121 * aclocal.m4: Regenerated with automake-1.11.6.
122
218213df
GR
1232015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
124
125 * mkfixinc.sh: Add *-musl* with no fixes.
126
f5ffa61d
JDA
1272015-03-28 John David Anglin <danglin@gcc.gnu.org>
128
129 PR libstdc++/65500
130 * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
131 * fixincl.x: Regenerate.
132 * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
133
266c722f
DR
1342015-02-16 Daniel Richard G. <skunk@iskunk.org>
135
136 PR bootstrap/48009
137 PR bootstrap/53348
138 * inclhack.def (aix_strtof_const): New fix.
139 * fixincl.x: Regenerate.
ba5b5e24 140 * tests/base/stdlib.h: New test.
266c722f 141
9e271531
RO
1422015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
143
144 * inclhack.def (solaris_math_11): New fix.
145 * fixincl.x: Regenerate.
146 * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
147
a15b4c98
DE
1482015-02-06 David Edelsohn <dje.gcc@gmail.com>
149
150 PR bootstrap/53348
151 * inclhack.def (aix_pthread): Accept tab after define.
152 * fixincl.x: Regenerate.
153
11c3a68e
BK
1542015-01-24 Bruce Korb <bkorb@gnu.org>
155
156 * README: add some clarification on use of test_text
157
1582014-12-21 Bruce Korb <bkorb@gnu.org>
159
160 * fixincludes/fixincl.tpl: add handling for "sum" selection
161 criteria and clean up layout
162 * fixincludes/fixlib.h: enumerate TT_CKSUM test type
163 * fixincludes/fixincl.c (fix_applies): add code to handle
164 the new test type
165 (cksum_test): function to handle it
166 * fixincludes/README: doc it and remove explanations from
167 more than a decade ago.
168
451f1199
UB
1692014-12-15 Uros Bizjak <ubizjak@gmail.com>
170
171 * server.c (server_setup): Check return value of
172 getcwd and in case of error set buff[0] to 0.
173
0c5c9f95
UB
1742014-10-21 Uros Bizjak <ubizjak@gmail.com>
175
176 * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
177 * fixincl.x: Regenerate.
178
5435176b
AI
1792014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
180
181 * inclhack.def (complier_h_tradcpp): Remove.
182 * fixincl.x: Regenerate.
183 * tests/base/linux/compiler.h: Remove.
184
d9f069ab
RO
1852014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
186
187 * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
188 (solaris_int_types): Remove.
189 (solaris_longjmp_noreturn): Remove.
190 (solaris_mutex_init_2): Remove.
191 (solaris_once_init_2): Remove.
192 (solaris_sys_va_list): Remove.
193 * fixincl.x: Regenerate.
194 * tests/base/iso/setjmp_iso.h: Remove.
195 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
196 [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
197 solaris_once_init_2.
198 [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
199 * tests/base/sys/int_types.h: Remove.
200 * tests/base/sys/va_list.h: Remove.
201
5502f40b
BRF
2022013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
203
204 Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
205
e1775b33
BK
2062013-12-07 Bruce Korb <bkorb@gnu.org>
207
208 * inclhack.def: many of the headers found under "bits/" are
209 often stashed under architecture directories. Apply fixes
210 to those, too. Also, re-ordered misordered fixes.
211 * tests/base/linux/vt.h: 80 columns in .def file limitation
212 * tests/base/iso/math_c99.h: adjust ordering
213 * tests/base/rtldef/string.h: likewise
214 * tests/base/bits/fenv.h: likewise
215 * tests/base/pthread.h: likewise
216
3fc92e70
RB
2172013-12-06 Richard Biener <rguenther@suse.de>
218
219 * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
220 being not compatible with C++.
221 * fixincl.x: Regenerate.
222 * tests/base/linux/vt.h: New test.
223
3cbe17f7
AM
2242013-09-20 Alan Modra <amodra@gmail.com>
225
226 * configure: Regenerate.
227
a4f710a6
DE
2282013-09-02 David Edelsohn <dje.gcc@gmail.com>
229
230 * inclhack.def (aix_assert): New fix.
231 * fixincl.x: Regenerate.
232 * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
233
bbeedee0
BK
2342013-07-06 Bruce Korb <bkorb@gnu.org>
235
236 * inclhack.def (cdef_cplusplus): removed, per Bug 51776
cf3cfecd 237 * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
bbeedee0 238
ecdbd01a 2392013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>
87725115
AI
240
241 * inclhack.def (complier_h_tradcpp): New.
242 * fixincl.x: Rebuilt.
243 * tests/base/linux/compiler.h: New.
244
0a91f65d
RO
2452013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
246
247 * inclhack.def (solaris_pow_int_overload): Update comment.
248 Change guard to match <cmath>.
249 * fixincl.x: Regenerate.
250 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
251 Matching change.
252
0654e6be
DE
2532013-05-04 David Edelsohn <dje.gcc@gmail.com>
254
255 * inclhack.def (aix_null): New.
256 (void_null): Update replacement definition of NULL.
257 * fixincl.x: Regenerate.
258 * tests/base/curses.h: Update for new fix.
259
2602013-01-16 Alexandre Oliva <aoliva@redhat.com>
c851c76c
AO
261
262 * inclhack.def (feraiseexcept_nosse_invalid): New.
263 (feraiseexcept_nosse_divbyzero): Likewise.
264 * fixincl.x: Rebuilt.
265 * tests/base/bits/fenv.h: New.
266
bd0ca6ba
RB
2672013-01-14 Richard Biener <rguenther@suse.de>
268
269 * fixlib.h (verbose_level, fixinc_mode): Mark extern.
270
fa547b39 2712012-10-29 Bruce Korb <bkorb@gnu.org>
7e416541
BK
272
273 * README: testing wrap and replacement fixes is pointless.
274 * fixincl.c: export verbosity enumerations to fixlib.h
275 (run_compiles): mark replacement fixes to be skipped when
276 in testing mode
277 * fixlib.h: add a test mode and enumerations from fixincl.c
278 * check.tpl: set TEST_MODE in environment
279 * fixopts.c (initialize_opts): check for TEST_MODE in environment
280 * inclhack.def: move AAB_darwin7_9_long_double_funcs to
281 darwin_9_long_double_funcs_2. It is not a replacement fix.
282 * fixincl.x: regenerate
283 * tests/base/ioLib.h: the need for this is now exposed, so add it.
284 * tests/base/architecture/ppc/math.h: the correct result is now needed.
285
fa547b39 2862012-10-29 Robert Mason <rbmj@verizon.net>
1d5d667b
RM
287
288 * fixinc.in: Omit machine name checks for vxworks
289 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
290 (AAB_vxworks_regs_vxtypes): another
291 (AAB_vxworks_stdint): yet another
292 (AAB_vxworks_unistd): and another
293 (vxworks_ioctl_macro): reformatting fix
294 (vxworks_mkdir_macro): again
295 (vxworks_regs): and again
296 (vxworks_write_const): and again
297 * tests/base/ioLib.h: new test result
298 * tests/base/math.h: likewise
299 * tests/base/sys/stat.h: likewise
300 * tests/base/testing.h: and again
301
31d20666
DE
3022012-09-29 David Edelsohn <dje.gcc@gmail.com>
303
304 * inclhack.def (AAB_aix_fcntl): New fix.
305 * fixincl.x: Regenerate.
306
b1f75d76
DE
3072012-06-19 David Edelsohn <dje.gcc@gmail.com>
308
309 * inclhack.def (aix_mutex_initializer_1): New fix.
310 (aix_cond_initializer_1): New fix.
311 (aix_rwlock_initializer): New fix.
312 * fixincl.x: Regenerate.
313 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
314 [AIX_COND_INITIALIZER_1_CHECK]: New.
315 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
316
678abdd9
TS
3172012-05-29 Thomas Schwinge <thomas@codesourcery.com>
318
319 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
320 gcc_AC_FUNC_MMAP_BLACKLIST.
321 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
322 * aclocal.m4: Regenerate.
323 * configure: Regenerate.
324
c1041240
TG
3252012-04-24 Tristan Gingold <gingold@adacore.com>
326
327 * fixincl.c (fix_with_system): Add missing specifier.
328 * configure.ac: Default to twoprocess on vms.
329 * configure: Regenerate.
330
3c59ab0d
DE
3312012-03-23 David Edelsohn <dje.gcc@gmail.com>
332
333 * inclhack.def (aix_malloc): New.
334 * fixincl.x: Regenerate.
335 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
b1f75d76 336
159bde98
RO
3372012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
338
339 PR other/52626
340 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
341 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
342
a59205fa
TG
3432012-03-15 Tristan Gingold <gingold@adacore.com>
344
345 * README (EXAMPLES OF FIXES): Update.
346
7888f266
RO
3472012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
348
349 * inclhack.def (math_exception): Remove duplicate.
350 (solaris_cond_init): Remove.
351 (solaris_sys_va_list): Remove Solaris 8 support.
352 * fixincl.x: Regenerate.
353 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
354
b24513a1
RO
3552012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
356
357 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
358 (irix___restrict): Remove.
359 (irix___generic1): Remove.
360 (irix___generic2): Remove.
361 (irix_asm_apostrophe): Remove.
362 (irix_complex): Remove.
363 (irix_pthread_init): Remove.
364 (irix_socklen_t): Remove.
365 (irix_stdint_c99_mode): Remove.
366 (irix_stdint_c99_types): Remove.
367 (irix_stdint_c99_macros): Remove.
368 (irix_stdio_va_list): Remove IRIX 6.5 support.
369 (irix_wcsftime): Remove.
370 (stdio_va_list): Remove IRIX 6.5 support.
371 (svr4_profil): Remove IRIX bypass.
372 * fixincl.x: Regenerate.
373
374 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
375 * tests/base/internal/math_core.h: Remove.
376 * tests/base/internal/sgimacros.h: Remove.
377 * tests/base/internal/wchar_core.h: Remove.
378 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
379 support.
380 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
381 * tests/base/stdint-irix65.h: Remove.
382 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
383 * tests/base/sys/asm.h: Remove.
384 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
385
5c30094f
RO
3862012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
387
388 * inclhack.def (alpha___extern_prefix): Remove.
389 (alpha___extern_prefix_standards): Remove.
390 (alpha___extern_prefix_sys_stat): Remove.
391 (alpha_bad_lval): Remove.
392 (alpha_pthread): Remove.
393 (alpha_pthread_gcc): Remove.
394 (alpha_pthread_init): Remove.
395 * fixincl.x: Regenerate.
396 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
397 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
398 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
399 * tests/base/standards.h: Remove.
400 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
401 Remove.
402 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
403 [ALPHA_BAD_LVAL_CHECK]: Remove.
404
24219d38
TG
4052012-03-12 Tristan Gingold <gingold@adacore.com>
406
407 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
408 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
409 (vms_no_64bit_getopt, vms_forward_declare_struct)
410 (vms_use_fast_setjmp): New fixes.
411 * fixincl.x: Regenerate.
412 * tests/base/rtldef/string.h: Update.
413 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
414 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
415 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
416
4c14fd7e
BK
4172012-01-11 Bruce Korb <bkorb@gnu.org>
418 Steven G. Kargl <kargl@gcc.gnu.org>
419 Andreas Tobler <andreast@fgznet.ch>
420
58ef7568 421 PR bootstrap/51705
4c14fd7e
BK
422 PR preprocessor/51776
423 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
424 * fixincl.x: Regenerate.
425 * tests/base/sys/cdefs.h: Update.
426
427 * genfixes: Remove the 'Ver.' from the version check.
428
4a5e00ca
AS
4292011-12-20 Andreas Schwab <schwab@linux-m68k.org>
430
431 * configure: Regenerate.
432
095af58f
AS
4332011-12-19 Andreas Schwab <schwab@linux-m68k.org>
434
435 * configure: Regenerate.
436
00449933
DE
4372011-11-16 David Edelsohn <dje.gcc@gmail.com>
438
439 * inclhack.def (aix_once_init_[12]): New fixes.
440 * fixincl.x: Regenerate.
441 * tests/base/pthread.h: Update.
442
0c094ab3
MS
4432011-10-25 Mike Stump <mikestump@comcast.net>
444
445 PR target/48851
446 * inclhack.def (void_null): New bypass.
447 * fixincl.x: Regenerate.
448
750db024
TG
4492011-09-26 Tristan Gingold <gingold@adacore.com>
450
451 * inclhack.def (ms_define_can_use_extern_prefix):
452 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
453 New fixes.
454 * fixincl.x: Regenerate.
455 * tests/base/rtldef/string.h: New test.
456 * tests/base/rtldef/decc$types.h: Likewise.
457 * tests/base/testing.h: Update
458
e7dd5b57
TG
4592011-09-22 Tristan Gingold <gingold@adacore.com>
460
461 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
462
3d3aae5b
SE
4632011-08-23 Steve Ellcey <sje@cup.hp.com>
464
465 PR libstdc++/50153
466 * inclhack.def (hpux11_abs): Extend to all hpux machines.
467 * fixincl.x: Regenerate.
468
d62bab6a
RO
4692011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
470 Marc Glisse <marc.glisse@normalesup.org>
471
472 PR libstdc++-v3/1773
473 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
474 (solaris_longjmp_noreturn, solaris_pow_int_overload)
475 (solaris_std___filbuf): New fixes.
476 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
477 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
478 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
479
9d7b2124
RO
4802011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
481
482 PR c++/49347
483 * inclhack.def (solaris_posix_spawn_restrict): New fix.
484 * fixincl.x: Regenerate.
485 * tests/base/spawn.h: New test.
486
20720201
DR
4872011-06-08 Douglas B Rupp <rupp@gnat.com>
488
489 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
490 * configure: Regenerate.
491 * config.h.in: Regenerate.
492
11b815ca
PG
4932011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
494
495 * inclhack.def (aix_net_if_arp): New fix.
496 * fixincl.x: Regenerate.
497 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
498
f3450bc8
TG
4992011-05-17 Tristan Gingold <gingold@adacore.com>
500
501 * inclhack.def (solaris_complex_cxx): Fix syntax.
502 * fixincl.x: Regenerate.
503
067e2f06
TG
5042011-05-17 Tristan Gingold <gingold@adacore.com>
505
506 * check.tpl: Shell-quote testing file.
507
ebb9f8b0
JM
5082011-03-22 Joseph Myers <joseph@codesourcery.com>
509
510 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
511
455c8f48
RW
5122010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
513
514 PR other/46202
515 * Makefile.in (install-strip): New phony target.
516 (all, check, install): Also mark as phony.
517
d8ef0f49
RO
5182010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
519
520 * inclhack.def (irix_pthread_init): New fix.
521 * fixincl.x: Regenerate.
522 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
523
1e335ae2
RO
5242010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
525
526 PR c++/46024
527 * inclhack.def (solaris_sys_va_list): New fix.
528 * fixincl.x: Regenerate.
529 * tests/base/sys/va_list.h: New test.
530
9407158d
JDA
5312010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
532
533 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
534 * fixincl.x: Regenerate.
535
872cc2d3
RO
5362010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
537
538 * inclhack.def (solaris_cond_init): New fix.
539 * fixincl.x: Regenerate.
540 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
541 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
542
babc4728
RO
5432010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
544
545 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
546 * fixincl.x: Regenerate.
547 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
548 * tests/base/sys/feature_tests.h: New file.
549
c3f247f4
RW
5502010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
551 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
552
553 PR bootstrap/42798
554 * configure.ac: Check for declaration of 'basename(char *)'.
555 * configure: Regenerate.
556
8c200350
RO
5572010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
558
559 * inclhack.def (alpha_wchar): Remove.
560 * fixincl.x: Regenerate.
561 * tests/base/wchar.h: Remove.
562
4d9e8446
RW
5632010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
564
565 * aclocal.m4: Regenerate.
566
1a3a6aec
RO
5672010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
568
569 * inclhack.def (alpha_assert): Allow for more whitespace in
570 select.
571 * fixincl.x: Regenerate.
572
f48aa01a
L
5732010-03-28 H.J. Lu <hongjiu.lu@intel.com>
574
575 PR target/40722
576 * mkfixinc.sh: Revert the last change for mingw.
577
6f5db5f7
JM
5782010-03-24 Joseph Myers <joseph@codesourcery.com>
579
580 * inclhack.def (glibc_strncpy): New fix.
581 * fixincl.x: Regenerate.
582 * tests/base/bits/string2.h: Update.
583
1ab71299
L
5842010-03-23 H.J. Lu <hongjiu.lu@intel.com>
585
586 PR target/40722
587 * mkfixinc.sh: Fix stdlib.h for mingw.
588
73489878
BK
5892010-02-19 Bruce Korb <bkorb@gnu.org>
590
591 * inclhack.def: remove vestiges of inadvertently committed changes
592
d76f631a
BK
5932010-02-10 Bruce Korb <bkorb@gnu.org>
594
595 * README: fix up references to old gcc/fixinc directory
596
93e520a2
RO
5972010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
598
599 * inclhack.def (solaris_int_limits_3): New fix.
600 * fixincl.x: Regenerate.
601 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
602 test.
603
604 * inclhack.def (solaris_int_const, solaris_int_limits_1,
605 solaris_int_limits_2 ): Applies to Solaris 2 in general.
606 Remove select.
607 Add mach for *-*-solaris2*.
608 Change second c_fix_arg to select.
609 Remove #pragma ident from test_text.
610 * fixincl.x: Regenerate.
611 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
612 #pragma trigger text.
613 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
614 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
615
dc4f0670
RO
6162010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
617
618 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
619 (aix_stdint_2): Likewise.
620 (aix_stdint_3): Likewise.
621 (aix_stdint_4): Likewise.
622 (aix_stdint_5): Likewise.
623 (darwin_stdint_1): Add stdint-darwin.h to files.
624 (darwin_stdint_2): Likewise.
625 (darwin_stdint_3): Likewise.
626 (darwin_stdint_4): Likewise.
627 (darwin_stdint_5): Likewise.
628 (darwin_stdint_6): Likewise.
629 (darwin_stdint_7): Likewise.
630 (hpux_c99_intptr): Add stdint-hpux11.h to files.
631 (hpux_c99_inttypes): Likewise.
632 (hpux_c99_inttypes2): Likewise.
633 (hpux_stdint_least_fast): Likewise.
634 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
635 (irix_stdint_c99_types): New fix.
636 (irix_stdint_c99_macros): New fix.
637 (newlib_stdint_1): Add stdint-newlib.h to files.
638 (newlib_stdint_2): Likewise.
639 fixincl.x: Regenerate.
640 tests/base/stdint-aix.h: New file.
641 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
642 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
643 tests/base/stdint-aix.h: ... here.
644 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
645 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
646 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
647 tests/base/stdint-darwin.h: New file.
648 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
649 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
650 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
651 tests/base/stdint-darwin.h: ... here.
652 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
653 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
654 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
655 tests/base/stdint-hpux11.h: New file.
656 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
657 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
658 tests/base/stdint-hpux11.h: ... here.
659 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
660 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
661 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
662 IRIX_STDINT_C99_MODE_CHECK.
663 tests/base/stdint-irix65.h: New file.
664 tests/base/stdint-newlib.h: New file.
665 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
666 NEWLIB_STDINT_2_CHECK]: Moved ...
667 tests/base/stdint-newlib.h: ... here.
668
43e02a8a
RW
6692009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
670
671 * configure: Regenerate.
672
84b80444
SE
6732009-10-21 Steve Ellcey <sje@cup.hp.com>
674
675 * inclhack.def (hpux_stdint_least_fast): Simplify.
676 * fixincl.x: Regenerate.
677 * tests/base/stdint.h: Update.
678
07471115
RW
6792009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
680
681 * inclhack.def (isc_fmod, isc_omits_with_stdc)
682 (nested_sys_limits, sco_math): Remove.
683 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
684 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
685 * tests/base/sys/limits.h: Remove.
686 * fixincl.x: Regenerate.
687
a3d37119
RW
6882009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
689
690 PR testsuite/29737
691 PR bootstrap/35938
692 PR testsuite/39655
693 * check.tpl: Fix typos.
694 * README: Likewise. Also, document that 'select' uses ERE.
695 * mkheaders.in: Update copyright years in --version output.
696 * inclhack.def (sco_math): Add missing final newline in sed
697 script 'a', 'c', or 'i' commands, for BSD sed.
698 (sco_math): In the text of 'a', 'c', or 'i' sed
699 commands, prepend leading white space with a backslash to avoid
700 the whitespace to be removed by BSD sed.
701 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
702 (x11_new): Fix sed expression, for BSD sed.
703 (glibc_mutex_init): Fix newlines in sed 's' command replacement
704 part, for GNU sed 3.02 and Solaris sed.
705 (glibc_mutex_init): Replace unportable \+ sed regex operator
706 with \{1,\}.
707 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
708 alternation \| regex operator.
709 (solaris_complex): Remove superfluous backslashes from
710 replacement string. Replace \+ operator with \{1,\}.
711 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
712 * fixincl.x: Regenerate.
713
7aa7b459
RO
7142009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
715
716 PR libfortran/41169
717 * inclhack.def (irix_complex): New fix.
718 (solaris_complex): Likewise.
719 * fixincl.x: Regenerate.
720 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
721 New tests.
722
0b7da9ce
BK
7232009-08-28 Bruce Korb <bkorb@gnu.org>
724 Steve Ellcey <sje@cup.hp.com>
725
726 * README (files): Describe files entry.
727 * inclhack.def (hpux_stdint_least): Remove.
728 (hpux_stdint_fast): Remove.
729 (hpux_stdint_fast): Remove.
730 (hpux_stdint_least_fast): New.
731 (hpux_inttype_int_least8_t): Remove.
732 (hpux_inttype_int8_t): Modify.
733 * fixincl.x: Regenerate.
734 * tests/base/stdint.h: Update.
735 * tests/base/sys/_inttypes.h: Update.
736
629fff4b
SE
7372009-08-28 Steve Ellcey <sje@cup.hp.com>
738
739 * inclhack.def (hpux_imaginary_i): Remove spaces.
740 * fixincl.x: Regenerate.
741 * tests/base/stdint.h: Update AIX fixes.
742 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
743
df58e648
RW
7442009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
745
746 * configure.ac (AC_PREREQ): Bump to 2.64.
747
5213506e
RW
7482009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
749
750 * aclocal.m4: Regenerate.
751 * configure: Regenerate.
752 * config.h.in: Regenerate.
753
be274b21
DE
7542009-08-17 David Edelsohn <edelsohn@gnu.org>
755
756 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
757 redefine I.
758 * (aix_stdint_[12345]): New fixes.
759 * fixincl.x: Regenerate.
760 * tests/base/complex.h: Update check.
761 * tests/base/stdint.h: Add AIX stdint.h checks.
762
03c57948
SE
7632009-08-14 Steve Ellcey <sje@cup.hp.com>
764
765 * inclhack.def (hpux_imaginary_i): New fix.
766 * fixincl.x: Regenerate.
767 * tests/base/complex.h: New file.
768
f3ecb732
DE
7692009-08-12 David Edelsohn <edelsohn@gnu.org>
770
771 * inclhack.def (aix_complex): New fix.
772 * fixincl.x: Regenerate.
b1f75d76 773
175196a0
JDA
7742009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
775
776 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
777 (hpux_inttype_int8_t): Likewise.
778 * fixincl.x: Regenerate.
779
6efbd53f
RW
7802009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
781
782 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
783 New variables.
784 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
785 Use them.
786
94ab808c
FXC
7872009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
788
789 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
790 darwin_stdint_7): New fixes.
791 * fixincl.x: Regenerate.
792 * tests/base/stdint.h: Adjust test for new fixes.
793
d4289bdd
EB
7942009-07-03 Eric Botcazou <ebotcazou@adacore.com>
795
796 * inclhack.def (solaris_int_types): New fix.
797 * fixincl.x: Regenerate.
798 * tests/base/sys/int_types.h: New file.
799
fdfbd469
FXC
8002009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
801
802 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
803 darwin_stdint_4): New fixes.
804 * tests/base/stdint.h: Adjust test results for new fixes.
805 * fixincl.x: Regenerate.
806
b0999b01
EB
8072009-05-29 Eric Botcazou <ebotcazou@adacore.com>
808
809 * inclhack.def (solaris_int_const): New fix.
810 (solaris_int_limits_1): Likewise.
811 (solaris_int_limits_2): Likewise.
812 * fixincl.x: Regenerate.
813 * tests/base/sys/int_const.h: New file.
814 * tests/base/sys/int_limits.h: Likewise.
815
b51c6a2c
JM
8162009-05-15 Joseph Myers <joseph@codesourcery.com>
817
818 * inclhack.def (glibc_tgmath): Correct bypass.
819 * fixincl.x: Regenerate.
820
62e66577
SE
8212009-04-28 Steve Ellcey <sje@cup.hp.com>
822
823 * inclhack.def (hpux11_uint32_c): Remove.
824 (hpux_long_double): Disable on hpux11.3*.
825 (hpux_long_double_2): New.
826 (hpux_c99_intptr): New.
827 (hpux_c99_inttypes): New.
828 (hpux_c99_inttypes2): New.
829 (hpux_stdint_least): New.
830 (hpux_stdint_fast): New.
831 (hpux_inttype_int_least8_t): New.
832 (hpux_inttype_int8_t): New.
833 * fixincl.x: Regenerate.
834 * tests/base/sys/_inttypes.h: New.
835 * tests/base/inttypes.h: Update.
836 * tests/base/stdlib.h: Update.
837 * tests/base/stdint.h: Update.
838
e2556904
JM
8392009-04-28 Joseph Myers <joseph@codesourcery.com>
840
841 * inclhack.def (glibc_stdint): New fix.
842 * fixincl.x: Regenerate.
843 * tests/base/stdint.h: Update.
844
748086b7
JJ
8452009-04-09 Jakub Jelinek <jakub@redhat.com>
846
847 * Makefile.in: Change copyright header to refer to version
848 3 of the GNU General Public License and to point readers at the
849 COPYING3 file and the FSF's license web page.
850 * fixfixes.c: Likewise.
851 * fixinc.in: Likewise.
852 * fixincl.c: Likewise.
853 * fixlib.c: Likewise.
854 * fixlib.h: Likewise.
855 * fixopts.c: Likewise.
856 * fixtests.c: Likewise.
857 * genfixes: Likewise.
858 * mkheaders.in: Likewise.
859 * system.h: Likewise.
860
207bf79d
JM
8612009-03-31 Joseph Myers <joseph@codesourcery.com>
862
863 PR c/448
864 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
865 * fixincl.x: Regenerate.
866 * tests/base/stdint.h: Update.
867
615ce5fd
JM
8682009-03-29 Joseph Myers <joseph@codesourcery.com>
869
870 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
871 Update.
872
928c19bb
JM
8732009-03-29 Joseph Myers <joseph@codesourcery.com>
874
875 PR c/456
876 PR c/5675
877 PR c/19976
878 PR c/29116
879 PR c/31871
880 PR c/35198
881 * inclhack.def (glibc_tgmath): New fix.
882 * fixincl.x: Regenerate.
883 * tests/base/tgmath.h: New.
884
52c0e446
JM
8852009-03-28 Joseph Myers <joseph@codesourcery.com>
886
887 * inclhack.def (aix_syswait, exception_structure,
888 pthread_page_size): Remove.
889 (math_exception): Remove mention of fixproto in comment.
890 * fixincl.x: Regenerate.
891 * mkheaders.in: Do not handle STMP_FIXPROTO.
892
ea7557f0
SL
8932009-03-27 Sandra Loosemore <sandra@codesourcery.com>
894
895 * server.c (run_shell): Quote directory name passed to cd.
896
10fc64a7
BK
8972009-03-01 Bruce Korb <bkorb@gnu.org>
898 Apply a positively ancient patch:
899
900 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
593b6421
GB
901
902 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
903 * tests/base/net/if.h: Add new test.
904
fc7e9554
AT
9052009-01-06 Andreas Tobler <a.tobler@schweiz.org>
906
907 * tests/base/locale.h: Add new test.
908 * tests/base/stdarg.h: Likewise.
909
8ba59b08
SE
9102009-01-05 Steve Ellcey <sje@cup.hp.com>
911
912 * inclhack.def (hpux_spu_info): Add files line.
913 * fixincl.x: Regenerate.
914
9cb82550
AT
9152009-01-01 Andreas Tobler <a.tobler@schweiz.org>
916
917 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
918 in case of C.
919 * fixincl.x: Regenerate.
920
261b8381
AT
9212008-12-31 Andreas Tobler <a.tobler@schweiz.org>
922
923 PR target/35460
924 * inclhack.def (openbsd_va_start): Use __builtin_va_start
925 for OpenBSD.
926 * fixincl.x: Regenerate.
927
baafc534
RW
9282008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
929
930 * configure: Regenerate.
931
8739b9c7
SE
9322008-12-15 Steve Ellcey <sje@cup.hp.com>
933
934 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
935 * fixincl.x: Regenerate.
936
6a4bde96
L
9372008-09-06 H.J. Lu <hongjiu.lu@intel.com>
938
939 * configure.ac: Fix a typo.
940 * configured: Regenerate.
941
6aa1f8c1
BK
9422008-09-06 Bruce Korb <bkorb@gnu.org>
943
944 * fixincl.tpl (sed): make the program executable configurable.
945 Some platforms have some rather oddball defaults.
946 * config.h.in (SED_PROGRAM): define the default sed.
947 * fixincl.x: regenerated
948 * tests/base/internal/wchar_core.h: fix bad sample text
949 * tests/base/math.h: fix bad sample text
950 * configure.ac: search for working sed
951 * inclhack.def (glibc_mutex_init): fix non-portable construct
952 and re-order a few misordered entries.
953
18c04407
RW
9542008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
955
956 * configure: Regenerate.
957
cd985f66
JM
9582008-06-07 Joseph Myers <joseph@codesourcery.com>
959
960 * inclhack.def (AAB_svr4_replace_byteorder,
961 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
962 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
963 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
964 solaris_mutex_init_1, solaris_socket, solaris_unistd,
965 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
966 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
967 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
968 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
969 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
970 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
971 windiss_math2, windiss_valist): Remove.
972 * fixincl.x: Regenerate.
973 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
974 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
975 powerpc-*-eabiaix*): Remove.
976 * tests/base/math.h: Update.
977 * tests/base/pthread.h: Update.
978 * tests/base/stdio.h: Update.
979 * tests/base/stdlib.h: Update.
980 * tests/base/string.h: Update.
981 * tests/base/strings.h: Update.
982 * tests/base/sys/file.h: Update.
983 * tests/base/sys/limits.h: Update.
984 * tests/base/sys/socket.h: Update.
985 * tests/base/sys/stat.h: Update.
986 * tests/base/sys/time.h: Update.
987 * tests/base/testing.h: Update.
988 * tests/base/unistd.h: Update.
989 * tests/base/_G_config.h: Remove.
990 * tests/base/arpa: Remove directory.
991 * tests/base/fs: Remove directory.
992 * tests/base/locale.h: Remove.
993 * tests/base/machine: Remove directory.
994 * tests/base/rpc/svc.h: Remove.
995 * tests/base/sys/ioctl.h: Remove.
996 * tests/base/sys/regset.h: Remove.
997 * tests/base/sys/times.h: Remove.
998 * tests/base/sys/utsname.h: Remove.
999 * tests/base/widec.h: Remove.
1000
7de4b37e
KG
10012008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1002
1003 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
1004 * tests/base/iso/math_c99.h: Update.
1005 * fixincl.x: Regenerate.
1006
2627042d
JM
10072008-05-14 Joseph Myers <joseph@codesourcery.com>
1008
1009 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
1010 posix_types_64.
1011 * fixincl.x: Regenerate.
1012
9ae83b84
KT
10132008-04-25 Kai Tietz <kai.tietz@onvision.com>
1014
1015 * fixincl.c (fix_with_system): Cast pointer difference to long.
1016 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
1017
deb984e6
PB
10182008-04-18 Paolo Bonzini <bonzini@gnu.org>
1019
1020 PR bootstrap/35457
1021 * Makefile.in: Rewrite aclocal.m4 rule.
1022 * aclocal.m4: Regenerate.
1023 * configure: Regenerate.
1024
83644cd5
PG
10252008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
1026
1027 PR c++/20366
1028 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
1029 * fixincl.x: Regenerate.
1030 * tests/base/stdio.h: Add test.
1031
98266db0
BE
10322008-02-25 Ben Elliston <bje@au.ibm.com>
1033
1034 PR other/32948
1035 * fixincl.c (fix_applies): Remove unused variable `name_len'.
1036
c951ae40
KG
10372008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1038
1039 * inclhack.def (solaris_math_10): New.
1040 * tests/base/iso/math_c99.h: Update.
1041
1042 * fixincl.x: Regenerate.
1043
719bb4e3 10442008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
b452c141
ID
1045
1046 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1047 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1048 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
1049 quotes around mach entries.
1050 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1051 to GPLv3.
1052
c91e2eae
HPN
10532008-02-04 Hans-Peter Nilsson <hp@axis.com>
1054
8181078a 1055 PR other/31405
c91e2eae
HPN
1056 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1057 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1058 __extern_inline|__GNU_STDC_INLINE__.
1059 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1060 <bypass>: Change from __STDC_VERSION__ to
1061 __extern_inline|__GNU_STDC_INLINE__.
1062 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1063 appending attribute-gnu_inline.
1064 <second c_fix_arg>: Remove.
1065 <test_text>: Remove __extern_inline line.
1066 * tests/base/features.h: Re-add.
1067 * tests/base/sys/sysmacros.h: Adjust.
1068 * fixincl.x: Regenerate.
1069
b8c9ec3d
HPN
10702008-01-06 Hans-Peter Nilsson <hp@axis.com>
1071
1072 Revert last change.
1073
b6541c10
HPN
10742007-12-18 Hans-Peter Nilsson <hp@axis.com>
1075
1076 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1077 * fixincl.x: Regenerate.
1078 * tests/base/wchar.h: Update.
1079 * tests/base/features.h: New.
1080
6f8c1750
JDA
10812007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1082
1083 PR target/33700
1084 * inclhack.def (hpux11_pthread_const): New.
1085 * fixincl.x: Regenerate.
1086 * tests/base/sys/pthread.h: Update.
1087
a2085738
KT
10882007-10-12 Kai Tietz <kai.tietz@onevision.com>
1089
1090 * configure.ac: x86_64 mingw target uses twoprocess.
1091 * mkfixinc.sh: Add x86_64 mingw target.
1092 * configure: Regenerate.
1093
b6bbae95
GK
10942007-10-09 Geoffrey Keating <geoffk@apple.com>
1095
1096 * inclhack.def (darwin_externc): New.
1097 * fixincl.x: Regenerate.
1098 * tests/base/mach-o/swap.h: New.
1099
d531cdb1
KG
11002007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1101
1102 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1103 Delete fixes.
1104 * tests/base/iso/math_c99.h: Delete associated test baselines.
1105 * fixincl.x: Regenerate.
1106
63729d84
KW
11072007-07-24 Krister Walfridsson <cato@df.lth.se>
1108
1109 PR target/30058
1110 * inclhack.def (netbsd_c99_inline_2): New.
1111 * fixincl.x: Regenerate.
1112 * tests/base/signal.h: Update.
1113
dadda6ca
KG
11142007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1115
1116 PR target/32641
1117
1118 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1119 solaris_math_7): Constify and make FP exception-safe.
1120 * tests/base/iso/math_c99.h: Update.
1121
1122 * fixincl.x: Regenerate.
1123
8919fa4a
RO
11242007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1125
1126 PR libgcj/28190
1127 * inclhack.def (irix_stdint_c99): New fix.
1128 * fixincl.x: Regenerate.
1129 * tests/base/stdint.h: New test.
1130
1fd994f1
SE
11312007-06-06 Steve Ellcey <sje@cup.hp.com>
1132
1133 PR testsuite/31828
1134 * inclhack.def (hppa_hpux_fp_macros): New.
1135 * fixincl.x: Regenerate.
1136 * tests/base/math.h: Update.
1137
cb3790cb
JJ
11382007-03-26 Jakub Jelinek <jakub@redhat.com>
1139
1140 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1141 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1142 __STDC_VERSION__ < 199901L.
1143 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1144 with #ifdef __GNUC_GNU_INLINE__.
1145 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
1146 with defined(__GNUC_STDC_INLINE__).
1147 (glibc_c99_inline_4): Change select, add second c_fix_arg.
1148 Replace #if __STDC_VERSION__ < 199901L with
1149 #ifdef __GNUC_GNU_INLINE__.
1150 * fixincl.x: Regenerated.
1151 * tests/base/bits/string2.h: Update.
1152 * tests/base/sys/sysmacros.h: Update.
1153 * tests/base/sys/stat.h: Update.
1154
7270dd8e
KW
11552007-03-18 Krister Walfridsson <cato@df.lth.se>
1156
1157 PR target/30058
1158 * inclhack.def (netbsd_c99_inline_1): New.
1159 * fixincl.x: Regenerate.
1160 * tests/base/signal.h: New.
1161
07f1ac6d
BM
11622007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1163
1164 * Makefile.in: Add dummy "install-info" target.
1165
14da6073
JM
11662007-03-06 Joseph Myers <joseph@codesourcery.com>
1167
1168 * mkheaders.in: Fix headers for each multilib required.
1169
b31f8484
BM
11702007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1171
1172 * Makefile.in: Add dummy install-pdf target.
1173
f686ec05
JM
11742007-02-27 Joseph Myers <joseph@codesourcery.com>
1175
1176 * mkheaders.in (incdir): Use include-fixed not include.
1177
123ddd68
BM
11782007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
1179
1180 * Makefile.in: Added "pdf" target to .PHONY.
1181
cefde4f5
RG
11822007-02-05 Richard Guenther <rguenther@suse.de>
1183
1184 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1185 with older glibc. Adjust version number for C99.
1186 * fixincl.x: Regenerated.
1187
3c1c7aae
MS
11882007-02-04 Mike Stump <mrs@apple.com>
1189
1190 * mkheaders.in: Allow optional isysroot parameter.
1191
5c4f0f47
BK
11922007-02-03 Bruce Korb <bkorb@gnu.org>
1193
1194 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1195 surrounded by space characters.
1196
a942e89f
DF
11972007-01-25 Daniel Franke <franke.daniel@gmail.com>
1198
1199 PR target/30272
1200 * inclhack.def(broken_cabs): Also remove definition of cabsl.
1201 * fixincl.x: Regenerate.
1202 * tests/base/math.h: Update.
1203
401be4b6
BK
12042007-01-05 Bruce Korb <bkorb@gnu.org>,
1205 Daniel Franke <franke.daniel@gmail.com>
1206
1207 PR target/30008
1208 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1209 of a vertical bar ("|").
2f82a97b
BK
1210 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1211 matching. Set SKIP_TEST flag if we are not to run a test.
401be4b6
BK
1212 * fixincl.x: Regenerate.
1213 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1214 kandr_concat, sco_math): Replace lists of specfic file names by search
1215 patterns.
1216
da32da74
OH
12172006-12-12 Olivier Hainque <hainque@adacore.com>
1218
1219 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1220 targets for which a no-op fixer is appropriate.
b1f75d76 1221
98e06787
RG
12222006-11-07 Richard Guenther <rguenther@suse.de>
1223
1224 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1225 systems.
1226 * fixincl.x: Regenerate.
1227
502e2a2d
GK
12282006-11-02 Geoffrey Keating <geoffk@apple.com>
1229
1230 * inclhack.def (glibc_c99_inline_1): New.
1231 * inclhack.def (glibc_c99_inline_2): New.
1232 * inclhack.def (glibc_c99_inline_3): New.
1233 * inclhack.def (glibc_c99_inline_4): New.
1234 * fixincl.x: Regenerate.
1235 * tests/base/bits/string2.h: New.
1236 * tests/base/sys/sysmacros.h: New.
1237 * tests/base/sys/stat.h: Update.
1238
b4d24eaa
SE
12392006-11-01 Steve Ellcey <sje@cup.hp.com>
1240
1241 * tests/base/sys/socket.h: Update.
1242
be645fd9
SE
12432006-10-31 Steve Ellcey <sje@cup.hp.com>
1244
1245 * inclhack.def (hpux11_extern_sendfile): New.
1246 (hpux11_extern_sendpath): New.
1247 * fixincl.x: Regenerate.
1248
0f45f0f5
JM
12492006-10-29 Joseph Myers <joseph@codesourcery.com>
1250
1251 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1252 * fixincl.x: Regenerate.
1253
b5422ad7
BM
12542006-10-10 Brooks Moses <bmoses@stanford.edu>
1255
1256 * Makefile.in: Added empty "pdf" target.
1257
6c65aa40
JDA
12582006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1259
1260 PR target/29300
1261 * inclhack.def (hpux_pthread_initializers): New hack.
1262 * tests/base/sys/pthread.h: New file.
1263
1264 * fixincl.x: Regenerate.
1265
4d98def0
UB
12662006-10-03 Uros Bizjak <uros@kss-loka.si>
1267
1268 * inclhack.def (glibc_mutex_init): Also fix
1269 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1270 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
36a43def
UB
1271 * tests/base/pthread.h: Update.
1272
1273 * fixincl.x: Regenerate.
4d98def0 1274
f6f7aabc
UB
12752006-10-01 Uros Bizjak <uros@kss-loka.si>
1276
4d98def0
UB
1277 * inclhack.def (glibc_mutex_init): New fix.
1278 * tests/base/pthread.h: Update.
f6f7aabc 1279
4d98def0 1280 * fixincl.x: Regenerate.
f6f7aabc 1281
a77d42cf
KG
12822006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1283
1284 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1285 Prevent it from running on solaris10 or later.
1286 (solaris_once_init_2): Fix comment.
1287 * tests/base/pthread.h: Update.
1288
1289 * fixincl.x: Regenerate.
1290
0a1f02df
KG
12912006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1292
1293 * inclhack.def (solaris_once_init_2): New fix.
1294 * tests/base/pthread.h: Update.
1295
1296 * fixincl.x: Regenerate.
1297
2b655a0a
KG
12982006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1299
1300 * inclhack.def (solaris_mutex_init_2): Remove test for
1301 PTHREAD_RWLOCK_INITIALIZER.
1302 (solaris_rwlock_init_1): New.
1303 * tests/base/pthread.h: Update.
1304
1305 * inclhack.def (solaris_once_init_1): New.
1306 * tests/base/pthread.h: Adjust for new fix.
b1f75d76 1307
2b655a0a
KG
1308 * fixincl.x: Regenerate.
1309
58245475
RS
13102006-07-17 Roger Sayle <roger@eyesopen.com>
1311
1312 * tests/base/errno.h: New file.
1313 * tests/base/architecture/ppc/math.h: Likewise.
1314 * tests/base/ia64/sys/getppdp.h: Likewise.
1315
b24f7f6b
LB
13162006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1317
1318 PR bootstrap/20437
58245475 1319 * Makefile.in (configure, config.h.in): Change into $(srcdir)
b24f7f6b
LB
1320 before autoconf or autoheader call.
1321
e10e3ac8
SE
13222006-06-23 Steve Ellcey <sje@cup.hp.com>
1323
1324 PR target/28084
1325 * inclhack.def (hpux_extern_errno): New.
1326 * fixincl.x: Regenerate.
1327
ae022d32
CD
13282006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1329
1330 * Makefile.in: Add dvi info html and install-html to .PHONY
1331 Add install-html target.
1332
de1f8a0d
MS
13332006-05-16 Mike Stump <mrs@apple.com>
1334
1335 * configure.ac: Add -Wno-overlength-strings.
1336 * configure: Regenerate.
1337
fc92a2d4
BF
13382006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
1339
1340 * README: Fix typo.
1341
e084430d
SE
13422006-02-18 Steve Ellcey <sje@cup.hp.com>
1343
1344 PR target/26189
1345 * inclhack.def (hpux_spu_info): New.
1346 * fixincl.x: Regenerate
1347
03e34d09
MD
13482006-01-31 Marcin Dalecki <martin@dalecki.de>
1349
1350 * configure.ac: Check for asprintf, basename, vasprintf.
1351 * config.h.in: Regenerate.
1352 * configure: Regenerate.
1353
bf73f6d2
AP
13542006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
1355
1356 PR target/15642
1357 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1358 __APPLE_CC_ as 1345.
1359 (broken_nan): New.
1360 * fixincl.x: Regenerate.
1361
66f788b0
BK
13622005-11-24 Bruce Korb <bkorb@gnu.org>
1363
58245475
RS
1364 * fixincl.c (write_replacement): "here strings" in AutoGen
1365 often/generally don't have a terminating newline. Check the
1366 last byte for '\n'.
66f788b0 1367
42068fd9
AJ
13682005-11-13 Andreas Jaeger <aj@suse.de>
1369
1370 * check.tpl: Handle CVS additionally.
1371
541c886c
AJ
13722005-11-05 Andreas Jaeger <aj@suse.de>
1373
1374 * check.tpl: Adopt for move to subversion.
1375
77923c29
JM
13762005-09-15 Joseph S. Myers <joseph@codesourcery.com>
1377
1378 PR c++/23139
1379 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1380 fixes.
1381 * fixincl.x: Regenerate.
1382 * tests/base/bits/huge_val.h: New file.
1383
df065c82
KC
13842005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1385
1386 * All files: Update with new FSF address.
1387
87fbb651
KG
13882005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1389
1390 * Makefile.in (WARN_CFLAGS): New.
1391 (.c.o): Add $(WARN_CFLAGS).
1392 * aclocal.m4: Include ../config/warnings.m4.
1393 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1394 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1395 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1396 * fixopts.c (initialize_opts): Fix old-style definintion.
1397
1398 * configure: Regenerate.
1399
246e0bd8
GK
14002005-06-24 Geoffrey Keating <geoffk@geoffk.org>
1401
1402 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1403 (AAB_darwin7_9_long_double_funcs_2): New.
1404 * fixincl.x: Regenerate.
1405
11f4453b
RO
14062005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1407
1408 PR libfortran/15266
1409 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1410 Use double quotes in select so \t matches tabs.
1411 Add IRIX testcase.
1412 * fixincl.x: Regenerate.
1413 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1414
8ba8f7e5
DS
14152005-05-22 Danny Smith <dannysmith@users.souceforge.net>
1416
1417 PR target/21683
1418 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
541c886c 1419
925a4487
EB
14202005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1421 Joseph S. Myers <joseph@codesourcery.com>
1422
1423 PR target/19933
1424 PR target/21315
1425 * inclhack.def: New fixes solaris_math_[1-9].
1426 * fixincl.x: Regenerate.
1427 * tests/base/iso/math_c99.h: New.
1428
08862f3c
KC
14292005-05-19 Kelley Cook <kcook@gcc.gnu.org>
1430
1431 * aclocal.m4: Remove superfluous reference to accross.m4.
1432
03a9fcb8
GDR
14332005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
1434
1435 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1436 * server.c (load_data): Likewise.
1437 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1438 * fixincl.c: #include <sys/wait.h>
1439 (run_compiles): Use XCNEWVEC instead of xcalloc.
1440 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1441 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1442
5fabfd4c
JM
14432005-05-10 Joseph S. Myers <joseph@codesourcery.com>
1444
1445 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1446 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1447 * fixincl.x: Regenerate.
1448
7673b71c
BK
14492005-05-06 Bruce Korb <bkorb@gnu.org>
1450 Joseph S. Myers <joseph@codesourcery.com>
1451
1452 * fixinc/inclhack.def: Correct backslashes
1453 * fixinc/fixincl.x: regen
1454
042630ad
KG
14552005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1456
1457 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1458 libiberty functions.
1459
0d667716
KG
14602005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1461
1462 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1463 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1464 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1465 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1466 _unlocked function.
1467 (fwrite_unlocked): Fix prototype.
541c886c 1468
0d667716
KG
1469 * configure, config.h.in: Regenerate.
1470
90ee1368
ZW
14712005-03-21 Zack Weinberg <zack@codesourcery.com>
1472
1473 * Makefile.in: Set gcc_version directly, not via substitution.
1474 (libsubdir): Use $(gcc_version), not $(version).
1475 (mkheaders.almost): New rule.
1476 (mkheaders): Generate from mkheaders.almost.
1477 (clean): Also delete mkheaders.almost.
1478 * aclocal.m4: Do not include ../config/gcc-version.m4.
1479 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
1480 mkheaders.almost from mkheaders.in.
1481 * configure: Regenerate.
1482
14bfd7c7
RG
14832005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
1484
1485 PR target/20166
1486 * inclhack.def: Add fix for array of incomplete structures
1487 in function prototype in pthread.h.
1488 * fixincl.x: Regenerate.
1489 * tests/base/pthread.h: Adjust.
1490
7fbdc950
JM
14912005-03-15 Joseph S. Myers <joseph@codesourcery.com>
1492
1493 * inclhack.def (hpux_htonl): New fix.
1494 * tests/base/netinet/in.h: New test.
1495 * fixincl.x: Regenerate.
1496
27f0dff4
JW
14972005-02-23 James E Wilson <wilson@specifixinc.com>
1498
1499 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1500
098b96ab
AP
15012004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1502
1503 PR 18458
1504 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1505 fixincl.
1506
afabd8e6
RS
15072004-12-02 Richard Sandiford <rsandifo@redhat.com>
1508
1509 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1510 * aclocal.m4: Include ../config/gcc-version.m4.
1511 * configure: Regenerate.
1512
9fcc7481
MM
15132004-11-26 Mark Mitchell <mark@codesourcery.com>
1514
1515 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1516 (stdio_va_list): Likewise.
1517 (stdio_stdarg.h): Likewise.
1518 (solaris_stdio_tag): Add bypass.
1519 * fixincl.x: Regenerated.
1520
b2cfdb12
GK
15212004-11-23 Geoffrey Keating <geoffk@apple.com>
1522
1523 * mkfixinc.sh: Check error code from 'cat'. Don't try running
1524 built fixincl program.
1525 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1526 up csh from user.
1527
743348ea
RS
15282004-11-20 Roger Sayle <roger@eyesopen.com>
1529
1530 * inclhack.def (alpha_pthread_init): Fix technical problems with
1531 the last check-in caused by CVS variable substitution.
1532 * fixincl.x: Likewise.
1533 * tests/base/pthread.h: Likewise.
1534
1fda9d7b
RS
15352004-11-20 Roger Sayle <roger@eyesopen.com>
1536 Bruce Korb <bkorb@gnu.org>
1537
1538 * inclhack.def (alpha_pthread_init): New fix.
1539 * fixincl.x: Regenerate.
1540 * tests/base/pthread.h: Update for new test.
1541
43c1b5d2
BK
15422004-11-15 Bruce Korb <bkorb@gnu.org>
1543
1544 * fixincl.c(fix_with_system): correct misuse of variables and
1545 incorrect application of "sizeof()".
1546
68f674e9
JM
15472004-11-13 Joseph S. Myers <joseph@codesourcery.com>
1548
1549 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1550 svr4__p, undefine_null): Remove.
1551 * fixincl.x: Regenerate.
1552 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1553 * tests/base/sys/param.h: Remove.
1554 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1555 tests/base/sys/limits.h: Update.
1556
251089a0
MS
15572004-11-12 Mike Stump <mrs@apple.com>
1558
1559 * Makefile.in (html): Add html generation support.
1560
492d5b4f
JM
15612004-11-12 Joseph S. Myers <joseph@codesourcery.com>
1562
1563 * inclhack.def (sco_math): Bypass on __GNUG__.
1564 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1565 * fixincl.x: Regenerate.
1566
793387fa
JM
15672004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1568
1569 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1570 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1571 _CLASSIC_ANSI_TYPES.
1572 (sun_auth_proto): Bypass on __cplusplus.
1573 * fixincl.x: Regenerate.
1574
ea595d4f
GK
15752004-11-05 Geoffrey Keating <geoffk@apple.com>
1576
1577 * Makefile.in (mostlyclean): Add fixinc.sh.
1578 (clean): Add mkheaders.
1579 (distclean): New.
1580 (dvi): New.
1581 (info): New.
1582 (installcheck): New.
1583
54f88091
PB
15842004-11-05 Paolo Bonzini <bonzini@gnu.org>
1585
1586 * Makefile.in (mostlyclean, distclean): New targets.
1587
53c7ffe7
GK
15882004-11-04 Geoffrey Keating <geoffk@apple.com>
1589
1590 * configure.ac: Add code to determine noncanonical_target,
1591 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1592 * configure: Regenerate.
1593 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1594 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1595 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1596 update for changes to fixinc.in.
1597 * Makefile.in: Add many new macros.
1598 (install): New target.
1599 (mkheaders): New target.
1600 (fixinc.sh): New target.
1601 (all): Add mkheaders and fixinc.sh.
1602 * README-fixinc: Move here from gcc/.
1603
40d05429
MS
16042004-11-01 Mike Stump <mrs@apple.com>
1605
1606 * inclhack.def (stdio_va_list): Break out clients from here...
1607 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
90ee1368 1608 included or ifdef va_start.
40d05429
MS
1609 * fixincl.x: Regenerate.
1610
d1ea4593
MS
16112004-10-28 Mike Stump <mrs@apple.com>
1612
1613 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1614 systems.
31eec874
MS
1615 * fixincl.x: Regenerate.
1616
005c1a13
GK
16172004-10-27 Geoffrey Keating <geoffk@apple.com>
1618
1619 * inclhack.def (darwin_gcc4_breakage): New.
1620 * fixincl.x: Regenerate.
1621
13cf7262
AL
16222004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1623
1624 PR bootstrap/17832
1625
1626 * fixfixes.c (main): Check for _PC_NAME_MAX.
1627
5ae4c565
PB
16282004-10-27 Paolo Bonzini <bonzini@gnu.org>
1629
1630 PR other/17991
1631
1632 * configure.ac: Fix typo.
1633 * configure: Regenerate.
1634 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
1635
f4a8f279
AL
16362004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1637
1638 PR bootstrap/17832
1639
1640 * fixincl.c (SIGCHLD): Remove definition.
1641 (initialize): Remove SIGIOT and SIGPIPE checks.
1642 (create_file): Fix mkdir() for Win32.
1643 (internal_fix): Use dup2() instead of fcntl().
1644
1645 * fixlib.h (SIGQUIT): Define if undefined.
1646 (SIGIOT): Same.
1647 (SIGPIPE): Same.
1648 (SIGALRM): Same.
1649 (SIGKILL): Same.
1650
1651 * procopen.c (chain_open): Use dup2() instead of fcntl().
1652
ad643a75
PB
16532004-08-14 Paolo Bonzini <bonzini@gnu.org>
1654
1655 PR other/17991
1656
1657 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1658 Update copyright year.
1659 * fixfixes.c (main): Call initialize_opts from fixopts.c.
1660 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1661 do not include code for parsing options (environment vars).
1662 (fix_with_system): Use a search path for applyfix, so that you
1663 can run the test suite with two-process fixincludes.
1664 * fixopts.c: New file.
1665 * configure.ac: Add --enable-twoprocess. Export ac_exeext
1666 to config.h. Default to --enable-twoprocess for MinGW32.
1667 * config.h.in: Regenerate.
1668 * configure: Regenerate.
1669
78970115
LR
16702004-10-04 Loren J. Rittle <ljrittle@acm.org>
1671
1672 * tests/base/sys/cdefs.h: Update from test area.
1673
fa71a5c3
RS
16742004-09-17 Roger Sayle <roger@eyesopen.com>
1675
1676 * inclhack.def (linux_ia64_ucontext): New fix.
1677 * fixincl.x: Regenerate.
1678 * tests/base/sys/ucontext.h: New file.
1679
9544bea1
RS
16802004-09-15 Roger Sayle <roger@eyesopen.com>
1681
1682 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1683 * tests/base/stdlib.h: Likewise.
1684
28785dde
LR
16852004-09-13 Loren J. Rittle <ljrittle@acm.org>
1686
1687 * inclhack.def (freebsd_gcc4_breakage): Add.
1688 * fixincl.x: Regenerate.
c6303833 1689 * tests/base/sys/cdefs.h: Update for new test.
28785dde 1690
d635c707
AN
16912004-09-10 Adam Nemet <anemet@lnxw.com>
1692
1693 * inclhack.def (lynx_void_int): Remove.
1694 (lynxos_fcntl_proto): Remove.
1695 (lynxos_no_warning_in_sys_time_h): New fix.
1696 (lynxos_missing_putenv): New fix.
1697 * fixincl.x: Regenerate.
1698 * tests/base/fcntl.h: Remove.
1699 * tests/base/sys/time.h: Update from test area.
1700 * tests/base/curses.h: Likewise.
1701 * tests/base/stdlib.h: Likewise.
1702
61fec9ff
JB
17032004-09-03 Jan Beulich <jbeulich@novell.com>
1704
1705 * inclhack.def: Suppress exception_structure and math_exception
1706 for NetWare headers.
1707 * fixincl.x: Regenerate.
1708
71b5d516
PB
17092004-08-31 Paolo Bonzini <bonzini@gnu.org>
1710
1711 * .cvsignore: New.
1712 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1713 autoconfiscated.
1714 * configure.ac: New.
1715 * config.h.in: Generate.
1716 * configure: Generate.
1717 * aclocal.m4: New.
1718 * fixlib.h: Remove inclusions of gcc files.
1719 * system.h: New.
1720
1721 Other files copied from gcc/fixinc.