]> git.ipfire.org Git - thirdparty/gcc.git/blame - fixincludes/ChangeLog
Document IntegerRange in internal documentation.
[thirdparty/gcc.git] / fixincludes / ChangeLog
CommitLineData
1afe3e77
RV
12018-05-25 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
2
3 * inclhack.def (vxworks_iolib_include_unistd): New fix.
4
001ddaa8
DM
52018-04-18 David Malcolm <dmalcolm@redhat.com>
6
7 PR jit/85384
8 * configure: Regenerate.
9
58730d18
DE
102018-02-22 David Edelsohn <dje.gcc@gmail.com>
11
12 * inclhack.def (aix_stdlib_vec_malloc): New.
13 (aix_stdlib_vec_calloc): New.
14 * fixincl.x: Regenerate.
15 * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
16 [AIX_STDLIB_VEC_CALLOC]: New test.
17
b015bcbb
MF
182017-10-13 Mike Frysinger <vapier@chromium.org>
19
20 * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
21 's|[^/]*//*||'.
22
a476498c
DR
232017-06-12 Doug Rupp <rupp@adacore.com>
24
25 * inclhack.def (AAB_vxworks_stdint): Remove hack.
26 * fixincl.x: Regenerate.
27
888339e6
JDA
282017-02-25 John David Anglin <danglin@gcc.gnu.org>
29
30 PR target/68739
31 * inclhack.def (hpux11_pthread_pointer): New fix.
32 (hpux11_pthread_const): Adjust to remove void * cast from define.
33 * fixincl.x: Regenerate.
34
7d323537
JDA
352017-02-11 John David Anglin <danglin@gcc.gnu.org>
36
37 * tests/base/alloca.h: New file.
38 * inclhack.def (hppa_hpux11_alloca): New fix.
39 * fixincl.x: Regenerate.
40
3c36aa6b
JJ
412017-01-17 Jakub Jelinek <jakub@redhat.com>
42
43 PR other/79046
44 * configure.ac: Add GCC_BASE_VER.
45 * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
46 get version from BASE-VER file.
47 * configure: Regenerated.
48
2252a802
RO
492017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
50
51 PR libstdc++/78979
52 * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
53 (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
54 * fixincl.x: Regenerate.
55 * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
56 SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
57 SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
58
3115f94f
RO
592016-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
60
61 * inclhack.def (solaris_math_12): New fix.
62 (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
63 * fixincl.x: Regenerate.
64 * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
65
97448adf
RO
662016-11-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
67
68 PR sanitizer/78267
69 * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
70 (darwin_os_trace_2, darwin_os_trace_3): New fixes.
71 (hpux_stdint_least_fast): Remove spurious _EOFix_.
72 * fixincl.x: Regenerate.
73 * tests/bases/AvailabilityInternal.h: New file.
74 * tests/bases/os/trace.h: New file.
75
716028e4
TK
762016-09-30 Tadek Kijkowski <tkijkowski@gmail.com>
77
78 * check.tpl: Convert line endings to unix on test outputs
79 * fixfixes.c: Fixed passing file name to apply_fix when
80 SEPARATE_FIX_PROC is defined
81 * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
82 * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
83
abb62d32
JDA
842016-09-04 John David Anglin <danglin@gcc.gnu.org>
85
86 * inclhack.def (hpux_longjmp): Adjust select regular expression.
87 * fixincl.x: Regenerate.
88
dffe3cc5
JDA
892016-08-13 John David Anglin <danglin@gcc.gnu.org>
90
91 * inclhack.def (hpux_longjmp): New fix.
92 * fixincl.x: Regenerate.
93 * tests/base/setjmp.h: New test file.
94
ef19a444
BE
952016-08-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
96
97 PR bootstrap/72833
98 * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
99 * inclhack.def (darwin_longjmp_noreturn): New fix.
100 * fixincl.x: Regenerated.
101 * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
102
354c5470
MB
1032016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
104
105 * fixinc.in: Use --parents option to make LIB directory.
106
ee2499b4
TS
1072016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
108
109 * mkfixinc.sh: Remove interix support.
110
d4f076c9
DE
1112016-06-13 David Edelsohn <dje.gcc@gmail.com>
112
113 * inclhack.def (aix_stdlib_malloc): New fix.
114 (aix_stdlib_realloc): New fix.
115 (aix_stdlib_calloc): New fix.
116 (aix_stdlib_valloc): New fix.
117 * fixincl.x: Regenerate.
118 * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
119 [AIX_STDLIB_REALLOC]: New test.
120 [AIX_STDLIB_CALLOC]: New test.
121 [AIX_STDLIB_VALLOC]: New test.
122
f67cb8fe
JDA
1232016-01-31 John David Anglin <danglin@gcc.gnu.org>
124
125 PR target/68741
126 * inclhack.def (hpux_vsscanf): New fix.
127 * fixincl.x: Regenerated.
128 * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
129
d8082c18
DE
1302015-08-14 David Edelsohn <dje.gcc@gmail.com>
131
132 * inclhack.def (aix_stdio_inline): New fix.
133 (aix_strtof_const): Limit to *-*-aix*.
134 (aix_sysmachine): Same.
135 (aix_syswait_2): Same.
136 (aix_volatile): Same.
137 * fixincl.x: Regenerated.
138 * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
139
cfce0488
EG
1402015-07-28 Eric Gallager <egall@gwmail.gwu.edu>
141
142 * check.tpl: Ignore .DS_Store directories.
143
9846edff
DE
1442015-05-21 David Edelsohn <dje.gcc@gmail.com>
145
146 * inclhack.def (aix_externc): New fix.
147 (aix_externcpp[12]): New fix.
148 * fixincl.x: Regenerate.
149 * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
150 * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
151 * test/base/fcntl.h: New file.
152
a4875765
MH
1532015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
154
155 * aclocal.m4: Regenerated with automake-1.11.6.
156
218213df
GR
1572015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
158
159 * mkfixinc.sh: Add *-musl* with no fixes.
160
f5ffa61d
JDA
1612015-03-28 John David Anglin <danglin@gcc.gnu.org>
162
163 PR libstdc++/65500
164 * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
165 * fixincl.x: Regenerate.
166 * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
167
266c722f
DR
1682015-02-16 Daniel Richard G. <skunk@iskunk.org>
169
170 PR bootstrap/48009
171 PR bootstrap/53348
172 * inclhack.def (aix_strtof_const): New fix.
173 * fixincl.x: Regenerate.
ba5b5e24 174 * tests/base/stdlib.h: New test.
266c722f 175
9e271531
RO
1762015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
177
178 * inclhack.def (solaris_math_11): New fix.
179 * fixincl.x: Regenerate.
180 * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
181
a15b4c98
DE
1822015-02-06 David Edelsohn <dje.gcc@gmail.com>
183
184 PR bootstrap/53348
185 * inclhack.def (aix_pthread): Accept tab after define.
186 * fixincl.x: Regenerate.
187
11c3a68e
BK
1882015-01-24 Bruce Korb <bkorb@gnu.org>
189
190 * README: add some clarification on use of test_text
191
1922014-12-21 Bruce Korb <bkorb@gnu.org>
193
194 * fixincludes/fixincl.tpl: add handling for "sum" selection
195 criteria and clean up layout
196 * fixincludes/fixlib.h: enumerate TT_CKSUM test type
197 * fixincludes/fixincl.c (fix_applies): add code to handle
198 the new test type
199 (cksum_test): function to handle it
200 * fixincludes/README: doc it and remove explanations from
201 more than a decade ago.
202
451f1199
UB
2032014-12-15 Uros Bizjak <ubizjak@gmail.com>
204
205 * server.c (server_setup): Check return value of
206 getcwd and in case of error set buff[0] to 0.
207
0c5c9f95
UB
2082014-10-21 Uros Bizjak <ubizjak@gmail.com>
209
210 * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
211 * fixincl.x: Regenerate.
212
5435176b
AI
2132014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
214
215 * inclhack.def (complier_h_tradcpp): Remove.
216 * fixincl.x: Regenerate.
217 * tests/base/linux/compiler.h: Remove.
218
d9f069ab
RO
2192014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
220
221 * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
222 (solaris_int_types): Remove.
223 (solaris_longjmp_noreturn): Remove.
224 (solaris_mutex_init_2): Remove.
225 (solaris_once_init_2): Remove.
226 (solaris_sys_va_list): Remove.
227 * fixincl.x: Regenerate.
228 * tests/base/iso/setjmp_iso.h: Remove.
229 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
230 [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
231 solaris_once_init_2.
232 [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
233 * tests/base/sys/int_types.h: Remove.
234 * tests/base/sys/va_list.h: Remove.
235
5502f40b
BRF
2362013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
237
238 Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
239
e1775b33
BK
2402013-12-07 Bruce Korb <bkorb@gnu.org>
241
242 * inclhack.def: many of the headers found under "bits/" are
243 often stashed under architecture directories. Apply fixes
244 to those, too. Also, re-ordered misordered fixes.
245 * tests/base/linux/vt.h: 80 columns in .def file limitation
246 * tests/base/iso/math_c99.h: adjust ordering
247 * tests/base/rtldef/string.h: likewise
248 * tests/base/bits/fenv.h: likewise
249 * tests/base/pthread.h: likewise
250
3fc92e70
RB
2512013-12-06 Richard Biener <rguenther@suse.de>
252
253 * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
254 being not compatible with C++.
255 * fixincl.x: Regenerate.
256 * tests/base/linux/vt.h: New test.
257
3cbe17f7
AM
2582013-09-20 Alan Modra <amodra@gmail.com>
259
260 * configure: Regenerate.
261
a4f710a6
DE
2622013-09-02 David Edelsohn <dje.gcc@gmail.com>
263
264 * inclhack.def (aix_assert): New fix.
265 * fixincl.x: Regenerate.
266 * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
267
bbeedee0
BK
2682013-07-06 Bruce Korb <bkorb@gnu.org>
269
270 * inclhack.def (cdef_cplusplus): removed, per Bug 51776
cf3cfecd 271 * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
bbeedee0 272
ecdbd01a 2732013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>
87725115
AI
274
275 * inclhack.def (complier_h_tradcpp): New.
276 * fixincl.x: Rebuilt.
277 * tests/base/linux/compiler.h: New.
278
0a91f65d
RO
2792013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
280
281 * inclhack.def (solaris_pow_int_overload): Update comment.
282 Change guard to match <cmath>.
283 * fixincl.x: Regenerate.
284 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
285 Matching change.
286
0654e6be
DE
2872013-05-04 David Edelsohn <dje.gcc@gmail.com>
288
289 * inclhack.def (aix_null): New.
290 (void_null): Update replacement definition of NULL.
291 * fixincl.x: Regenerate.
292 * tests/base/curses.h: Update for new fix.
293
2942013-01-16 Alexandre Oliva <aoliva@redhat.com>
c851c76c
AO
295
296 * inclhack.def (feraiseexcept_nosse_invalid): New.
297 (feraiseexcept_nosse_divbyzero): Likewise.
298 * fixincl.x: Rebuilt.
299 * tests/base/bits/fenv.h: New.
300
bd0ca6ba
RB
3012013-01-14 Richard Biener <rguenther@suse.de>
302
303 * fixlib.h (verbose_level, fixinc_mode): Mark extern.
304
fa547b39 3052012-10-29 Bruce Korb <bkorb@gnu.org>
7e416541
BK
306
307 * README: testing wrap and replacement fixes is pointless.
308 * fixincl.c: export verbosity enumerations to fixlib.h
309 (run_compiles): mark replacement fixes to be skipped when
310 in testing mode
311 * fixlib.h: add a test mode and enumerations from fixincl.c
312 * check.tpl: set TEST_MODE in environment
313 * fixopts.c (initialize_opts): check for TEST_MODE in environment
314 * inclhack.def: move AAB_darwin7_9_long_double_funcs to
315 darwin_9_long_double_funcs_2. It is not a replacement fix.
316 * fixincl.x: regenerate
317 * tests/base/ioLib.h: the need for this is now exposed, so add it.
318 * tests/base/architecture/ppc/math.h: the correct result is now needed.
319
fa547b39 3202012-10-29 Robert Mason <rbmj@verizon.net>
1d5d667b
RM
321
322 * fixinc.in: Omit machine name checks for vxworks
323 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
324 (AAB_vxworks_regs_vxtypes): another
325 (AAB_vxworks_stdint): yet another
326 (AAB_vxworks_unistd): and another
327 (vxworks_ioctl_macro): reformatting fix
328 (vxworks_mkdir_macro): again
329 (vxworks_regs): and again
330 (vxworks_write_const): and again
331 * tests/base/ioLib.h: new test result
332 * tests/base/math.h: likewise
333 * tests/base/sys/stat.h: likewise
334 * tests/base/testing.h: and again
335
31d20666
DE
3362012-09-29 David Edelsohn <dje.gcc@gmail.com>
337
338 * inclhack.def (AAB_aix_fcntl): New fix.
339 * fixincl.x: Regenerate.
340
b1f75d76
DE
3412012-06-19 David Edelsohn <dje.gcc@gmail.com>
342
343 * inclhack.def (aix_mutex_initializer_1): New fix.
344 (aix_cond_initializer_1): New fix.
345 (aix_rwlock_initializer): New fix.
346 * fixincl.x: Regenerate.
347 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
348 [AIX_COND_INITIALIZER_1_CHECK]: New.
349 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
350
678abdd9
TS
3512012-05-29 Thomas Schwinge <thomas@codesourcery.com>
352
353 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
354 gcc_AC_FUNC_MMAP_BLACKLIST.
355 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
356 * aclocal.m4: Regenerate.
357 * configure: Regenerate.
358
c1041240
TG
3592012-04-24 Tristan Gingold <gingold@adacore.com>
360
361 * fixincl.c (fix_with_system): Add missing specifier.
362 * configure.ac: Default to twoprocess on vms.
363 * configure: Regenerate.
364
3c59ab0d
DE
3652012-03-23 David Edelsohn <dje.gcc@gmail.com>
366
367 * inclhack.def (aix_malloc): New.
368 * fixincl.x: Regenerate.
369 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
b1f75d76 370
159bde98
RO
3712012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
372
373 PR other/52626
374 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
375 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
376
a59205fa
TG
3772012-03-15 Tristan Gingold <gingold@adacore.com>
378
379 * README (EXAMPLES OF FIXES): Update.
380
7888f266
RO
3812012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
382
383 * inclhack.def (math_exception): Remove duplicate.
384 (solaris_cond_init): Remove.
385 (solaris_sys_va_list): Remove Solaris 8 support.
386 * fixincl.x: Regenerate.
387 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
388
b24513a1
RO
3892012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
390
391 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
392 (irix___restrict): Remove.
393 (irix___generic1): Remove.
394 (irix___generic2): Remove.
395 (irix_asm_apostrophe): Remove.
396 (irix_complex): Remove.
397 (irix_pthread_init): Remove.
398 (irix_socklen_t): Remove.
399 (irix_stdint_c99_mode): Remove.
400 (irix_stdint_c99_types): Remove.
401 (irix_stdint_c99_macros): Remove.
402 (irix_stdio_va_list): Remove IRIX 6.5 support.
403 (irix_wcsftime): Remove.
404 (stdio_va_list): Remove IRIX 6.5 support.
405 (svr4_profil): Remove IRIX bypass.
406 * fixincl.x: Regenerate.
407
408 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
409 * tests/base/internal/math_core.h: Remove.
410 * tests/base/internal/sgimacros.h: Remove.
411 * tests/base/internal/wchar_core.h: Remove.
412 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
413 support.
414 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
415 * tests/base/stdint-irix65.h: Remove.
416 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
417 * tests/base/sys/asm.h: Remove.
418 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
419
5c30094f
RO
4202012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
421
422 * inclhack.def (alpha___extern_prefix): Remove.
423 (alpha___extern_prefix_standards): Remove.
424 (alpha___extern_prefix_sys_stat): Remove.
425 (alpha_bad_lval): Remove.
426 (alpha_pthread): Remove.
427 (alpha_pthread_gcc): Remove.
428 (alpha_pthread_init): Remove.
429 * fixincl.x: Regenerate.
430 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
431 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
432 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
433 * tests/base/standards.h: Remove.
434 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
435 Remove.
436 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
437 [ALPHA_BAD_LVAL_CHECK]: Remove.
438
24219d38
TG
4392012-03-12 Tristan Gingold <gingold@adacore.com>
440
441 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
442 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
443 (vms_no_64bit_getopt, vms_forward_declare_struct)
444 (vms_use_fast_setjmp): New fixes.
445 * fixincl.x: Regenerate.
446 * tests/base/rtldef/string.h: Update.
447 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
448 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
449 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
450
4c14fd7e
BK
4512012-01-11 Bruce Korb <bkorb@gnu.org>
452 Steven G. Kargl <kargl@gcc.gnu.org>
453 Andreas Tobler <andreast@fgznet.ch>
454
58ef7568 455 PR bootstrap/51705
4c14fd7e
BK
456 PR preprocessor/51776
457 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
458 * fixincl.x: Regenerate.
459 * tests/base/sys/cdefs.h: Update.
460
461 * genfixes: Remove the 'Ver.' from the version check.
462
4a5e00ca
AS
4632011-12-20 Andreas Schwab <schwab@linux-m68k.org>
464
465 * configure: Regenerate.
466
095af58f
AS
4672011-12-19 Andreas Schwab <schwab@linux-m68k.org>
468
469 * configure: Regenerate.
470
00449933
DE
4712011-11-16 David Edelsohn <dje.gcc@gmail.com>
472
473 * inclhack.def (aix_once_init_[12]): New fixes.
474 * fixincl.x: Regenerate.
475 * tests/base/pthread.h: Update.
476
0c094ab3
MS
4772011-10-25 Mike Stump <mikestump@comcast.net>
478
479 PR target/48851
480 * inclhack.def (void_null): New bypass.
481 * fixincl.x: Regenerate.
482
750db024
TG
4832011-09-26 Tristan Gingold <gingold@adacore.com>
484
485 * inclhack.def (ms_define_can_use_extern_prefix):
486 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
487 New fixes.
488 * fixincl.x: Regenerate.
489 * tests/base/rtldef/string.h: New test.
490 * tests/base/rtldef/decc$types.h: Likewise.
491 * tests/base/testing.h: Update
492
e7dd5b57
TG
4932011-09-22 Tristan Gingold <gingold@adacore.com>
494
495 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
496
3d3aae5b
SE
4972011-08-23 Steve Ellcey <sje@cup.hp.com>
498
499 PR libstdc++/50153
500 * inclhack.def (hpux11_abs): Extend to all hpux machines.
501 * fixincl.x: Regenerate.
502
d62bab6a
RO
5032011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
504 Marc Glisse <marc.glisse@normalesup.org>
505
506 PR libstdc++-v3/1773
507 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
508 (solaris_longjmp_noreturn, solaris_pow_int_overload)
509 (solaris_std___filbuf): New fixes.
510 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
511 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
512 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
513
9d7b2124
RO
5142011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
515
516 PR c++/49347
517 * inclhack.def (solaris_posix_spawn_restrict): New fix.
518 * fixincl.x: Regenerate.
519 * tests/base/spawn.h: New test.
520
20720201
DR
5212011-06-08 Douglas B Rupp <rupp@gnat.com>
522
523 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
524 * configure: Regenerate.
525 * config.h.in: Regenerate.
526
11b815ca
PG
5272011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
528
529 * inclhack.def (aix_net_if_arp): New fix.
530 * fixincl.x: Regenerate.
531 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
532
f3450bc8
TG
5332011-05-17 Tristan Gingold <gingold@adacore.com>
534
535 * inclhack.def (solaris_complex_cxx): Fix syntax.
536 * fixincl.x: Regenerate.
537
067e2f06
TG
5382011-05-17 Tristan Gingold <gingold@adacore.com>
539
540 * check.tpl: Shell-quote testing file.
541
ebb9f8b0
JM
5422011-03-22 Joseph Myers <joseph@codesourcery.com>
543
544 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
545
455c8f48
RW
5462010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
547
548 PR other/46202
549 * Makefile.in (install-strip): New phony target.
550 (all, check, install): Also mark as phony.
551
d8ef0f49
RO
5522010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
553
554 * inclhack.def (irix_pthread_init): New fix.
555 * fixincl.x: Regenerate.
556 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
557
1e335ae2
RO
5582010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
559
560 PR c++/46024
561 * inclhack.def (solaris_sys_va_list): New fix.
562 * fixincl.x: Regenerate.
563 * tests/base/sys/va_list.h: New test.
564
9407158d
JDA
5652010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
566
567 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
568 * fixincl.x: Regenerate.
569
872cc2d3
RO
5702010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
571
572 * inclhack.def (solaris_cond_init): New fix.
573 * fixincl.x: Regenerate.
574 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
575 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
576
babc4728
RO
5772010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
578
579 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
580 * fixincl.x: Regenerate.
581 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
582 * tests/base/sys/feature_tests.h: New file.
583
c3f247f4
RW
5842010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
585 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
586
587 PR bootstrap/42798
588 * configure.ac: Check for declaration of 'basename(char *)'.
589 * configure: Regenerate.
590
8c200350
RO
5912010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
592
593 * inclhack.def (alpha_wchar): Remove.
594 * fixincl.x: Regenerate.
595 * tests/base/wchar.h: Remove.
596
4d9e8446
RW
5972010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
598
599 * aclocal.m4: Regenerate.
600
1a3a6aec
RO
6012010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
602
603 * inclhack.def (alpha_assert): Allow for more whitespace in
604 select.
605 * fixincl.x: Regenerate.
606
f48aa01a
L
6072010-03-28 H.J. Lu <hongjiu.lu@intel.com>
608
609 PR target/40722
610 * mkfixinc.sh: Revert the last change for mingw.
611
6f5db5f7
JM
6122010-03-24 Joseph Myers <joseph@codesourcery.com>
613
614 * inclhack.def (glibc_strncpy): New fix.
615 * fixincl.x: Regenerate.
616 * tests/base/bits/string2.h: Update.
617
1ab71299
L
6182010-03-23 H.J. Lu <hongjiu.lu@intel.com>
619
620 PR target/40722
621 * mkfixinc.sh: Fix stdlib.h for mingw.
622
73489878
BK
6232010-02-19 Bruce Korb <bkorb@gnu.org>
624
625 * inclhack.def: remove vestiges of inadvertently committed changes
626
d76f631a
BK
6272010-02-10 Bruce Korb <bkorb@gnu.org>
628
629 * README: fix up references to old gcc/fixinc directory
630
93e520a2
RO
6312010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
632
633 * inclhack.def (solaris_int_limits_3): New fix.
634 * fixincl.x: Regenerate.
635 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
636 test.
637
638 * inclhack.def (solaris_int_const, solaris_int_limits_1,
639 solaris_int_limits_2 ): Applies to Solaris 2 in general.
640 Remove select.
641 Add mach for *-*-solaris2*.
642 Change second c_fix_arg to select.
643 Remove #pragma ident from test_text.
644 * fixincl.x: Regenerate.
645 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
646 #pragma trigger text.
647 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
648 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
649
dc4f0670
RO
6502010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
651
652 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
653 (aix_stdint_2): Likewise.
654 (aix_stdint_3): Likewise.
655 (aix_stdint_4): Likewise.
656 (aix_stdint_5): Likewise.
657 (darwin_stdint_1): Add stdint-darwin.h to files.
658 (darwin_stdint_2): Likewise.
659 (darwin_stdint_3): Likewise.
660 (darwin_stdint_4): Likewise.
661 (darwin_stdint_5): Likewise.
662 (darwin_stdint_6): Likewise.
663 (darwin_stdint_7): Likewise.
664 (hpux_c99_intptr): Add stdint-hpux11.h to files.
665 (hpux_c99_inttypes): Likewise.
666 (hpux_c99_inttypes2): Likewise.
667 (hpux_stdint_least_fast): Likewise.
668 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
669 (irix_stdint_c99_types): New fix.
670 (irix_stdint_c99_macros): New fix.
671 (newlib_stdint_1): Add stdint-newlib.h to files.
672 (newlib_stdint_2): Likewise.
673 fixincl.x: Regenerate.
674 tests/base/stdint-aix.h: New file.
675 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
676 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
677 tests/base/stdint-aix.h: ... here.
678 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
679 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
680 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
681 tests/base/stdint-darwin.h: New file.
682 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
683 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
684 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
685 tests/base/stdint-darwin.h: ... here.
686 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
687 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
688 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
689 tests/base/stdint-hpux11.h: New file.
690 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
691 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
692 tests/base/stdint-hpux11.h: ... here.
693 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
694 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
695 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
696 IRIX_STDINT_C99_MODE_CHECK.
697 tests/base/stdint-irix65.h: New file.
698 tests/base/stdint-newlib.h: New file.
699 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
700 NEWLIB_STDINT_2_CHECK]: Moved ...
701 tests/base/stdint-newlib.h: ... here.
702
43e02a8a
RW
7032009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
704
705 * configure: Regenerate.
706
84b80444
SE
7072009-10-21 Steve Ellcey <sje@cup.hp.com>
708
709 * inclhack.def (hpux_stdint_least_fast): Simplify.
710 * fixincl.x: Regenerate.
711 * tests/base/stdint.h: Update.
712
07471115
RW
7132009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
714
715 * inclhack.def (isc_fmod, isc_omits_with_stdc)
716 (nested_sys_limits, sco_math): Remove.
717 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
718 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
719 * tests/base/sys/limits.h: Remove.
720 * fixincl.x: Regenerate.
721
a3d37119
RW
7222009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
723
724 PR testsuite/29737
725 PR bootstrap/35938
726 PR testsuite/39655
727 * check.tpl: Fix typos.
728 * README: Likewise. Also, document that 'select' uses ERE.
729 * mkheaders.in: Update copyright years in --version output.
730 * inclhack.def (sco_math): Add missing final newline in sed
731 script 'a', 'c', or 'i' commands, for BSD sed.
732 (sco_math): In the text of 'a', 'c', or 'i' sed
733 commands, prepend leading white space with a backslash to avoid
734 the whitespace to be removed by BSD sed.
735 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
736 (x11_new): Fix sed expression, for BSD sed.
737 (glibc_mutex_init): Fix newlines in sed 's' command replacement
738 part, for GNU sed 3.02 and Solaris sed.
739 (glibc_mutex_init): Replace unportable \+ sed regex operator
740 with \{1,\}.
741 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
742 alternation \| regex operator.
743 (solaris_complex): Remove superfluous backslashes from
744 replacement string. Replace \+ operator with \{1,\}.
745 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
746 * fixincl.x: Regenerate.
747
7aa7b459
RO
7482009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
749
750 PR libfortran/41169
751 * inclhack.def (irix_complex): New fix.
752 (solaris_complex): Likewise.
753 * fixincl.x: Regenerate.
754 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
755 New tests.
756
0b7da9ce
BK
7572009-08-28 Bruce Korb <bkorb@gnu.org>
758 Steve Ellcey <sje@cup.hp.com>
759
760 * README (files): Describe files entry.
761 * inclhack.def (hpux_stdint_least): Remove.
762 (hpux_stdint_fast): Remove.
763 (hpux_stdint_fast): Remove.
764 (hpux_stdint_least_fast): New.
765 (hpux_inttype_int_least8_t): Remove.
766 (hpux_inttype_int8_t): Modify.
767 * fixincl.x: Regenerate.
768 * tests/base/stdint.h: Update.
769 * tests/base/sys/_inttypes.h: Update.
770
629fff4b
SE
7712009-08-28 Steve Ellcey <sje@cup.hp.com>
772
773 * inclhack.def (hpux_imaginary_i): Remove spaces.
774 * fixincl.x: Regenerate.
775 * tests/base/stdint.h: Update AIX fixes.
776 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
777
df58e648
RW
7782009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
779
780 * configure.ac (AC_PREREQ): Bump to 2.64.
781
5213506e
RW
7822009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
783
784 * aclocal.m4: Regenerate.
785 * configure: Regenerate.
786 * config.h.in: Regenerate.
787
be274b21
DE
7882009-08-17 David Edelsohn <edelsohn@gnu.org>
789
790 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
791 redefine I.
792 * (aix_stdint_[12345]): New fixes.
793 * fixincl.x: Regenerate.
794 * tests/base/complex.h: Update check.
795 * tests/base/stdint.h: Add AIX stdint.h checks.
796
03c57948
SE
7972009-08-14 Steve Ellcey <sje@cup.hp.com>
798
799 * inclhack.def (hpux_imaginary_i): New fix.
800 * fixincl.x: Regenerate.
801 * tests/base/complex.h: New file.
802
f3ecb732
DE
8032009-08-12 David Edelsohn <edelsohn@gnu.org>
804
805 * inclhack.def (aix_complex): New fix.
806 * fixincl.x: Regenerate.
b1f75d76 807
175196a0
JDA
8082009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
809
810 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
811 (hpux_inttype_int8_t): Likewise.
812 * fixincl.x: Regenerate.
813
6efbd53f
RW
8142009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
815
816 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
817 New variables.
818 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
819 Use them.
820
94ab808c
FXC
8212009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
822
823 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
824 darwin_stdint_7): New fixes.
825 * fixincl.x: Regenerate.
826 * tests/base/stdint.h: Adjust test for new fixes.
827
d4289bdd
EB
8282009-07-03 Eric Botcazou <ebotcazou@adacore.com>
829
830 * inclhack.def (solaris_int_types): New fix.
831 * fixincl.x: Regenerate.
832 * tests/base/sys/int_types.h: New file.
833
fdfbd469
FXC
8342009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
835
836 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
837 darwin_stdint_4): New fixes.
838 * tests/base/stdint.h: Adjust test results for new fixes.
839 * fixincl.x: Regenerate.
840
b0999b01
EB
8412009-05-29 Eric Botcazou <ebotcazou@adacore.com>
842
843 * inclhack.def (solaris_int_const): New fix.
844 (solaris_int_limits_1): Likewise.
845 (solaris_int_limits_2): Likewise.
846 * fixincl.x: Regenerate.
847 * tests/base/sys/int_const.h: New file.
848 * tests/base/sys/int_limits.h: Likewise.
849
b51c6a2c
JM
8502009-05-15 Joseph Myers <joseph@codesourcery.com>
851
852 * inclhack.def (glibc_tgmath): Correct bypass.
853 * fixincl.x: Regenerate.
854
62e66577
SE
8552009-04-28 Steve Ellcey <sje@cup.hp.com>
856
857 * inclhack.def (hpux11_uint32_c): Remove.
858 (hpux_long_double): Disable on hpux11.3*.
859 (hpux_long_double_2): New.
860 (hpux_c99_intptr): New.
861 (hpux_c99_inttypes): New.
862 (hpux_c99_inttypes2): New.
863 (hpux_stdint_least): New.
864 (hpux_stdint_fast): New.
865 (hpux_inttype_int_least8_t): New.
866 (hpux_inttype_int8_t): New.
867 * fixincl.x: Regenerate.
868 * tests/base/sys/_inttypes.h: New.
869 * tests/base/inttypes.h: Update.
870 * tests/base/stdlib.h: Update.
871 * tests/base/stdint.h: Update.
872
e2556904
JM
8732009-04-28 Joseph Myers <joseph@codesourcery.com>
874
875 * inclhack.def (glibc_stdint): New fix.
876 * fixincl.x: Regenerate.
877 * tests/base/stdint.h: Update.
878
748086b7
JJ
8792009-04-09 Jakub Jelinek <jakub@redhat.com>
880
881 * Makefile.in: Change copyright header to refer to version
882 3 of the GNU General Public License and to point readers at the
883 COPYING3 file and the FSF's license web page.
884 * fixfixes.c: Likewise.
885 * fixinc.in: Likewise.
886 * fixincl.c: Likewise.
887 * fixlib.c: Likewise.
888 * fixlib.h: Likewise.
889 * fixopts.c: Likewise.
890 * fixtests.c: Likewise.
891 * genfixes: Likewise.
892 * mkheaders.in: Likewise.
893 * system.h: Likewise.
894
207bf79d
JM
8952009-03-31 Joseph Myers <joseph@codesourcery.com>
896
897 PR c/448
898 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
899 * fixincl.x: Regenerate.
900 * tests/base/stdint.h: Update.
901
615ce5fd
JM
9022009-03-29 Joseph Myers <joseph@codesourcery.com>
903
904 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
905 Update.
906
928c19bb
JM
9072009-03-29 Joseph Myers <joseph@codesourcery.com>
908
909 PR c/456
910 PR c/5675
911 PR c/19976
912 PR c/29116
913 PR c/31871
914 PR c/35198
915 * inclhack.def (glibc_tgmath): New fix.
916 * fixincl.x: Regenerate.
917 * tests/base/tgmath.h: New.
918
52c0e446
JM
9192009-03-28 Joseph Myers <joseph@codesourcery.com>
920
921 * inclhack.def (aix_syswait, exception_structure,
922 pthread_page_size): Remove.
923 (math_exception): Remove mention of fixproto in comment.
924 * fixincl.x: Regenerate.
925 * mkheaders.in: Do not handle STMP_FIXPROTO.
926
ea7557f0
SL
9272009-03-27 Sandra Loosemore <sandra@codesourcery.com>
928
929 * server.c (run_shell): Quote directory name passed to cd.
930
10fc64a7
BK
9312009-03-01 Bruce Korb <bkorb@gnu.org>
932 Apply a positively ancient patch:
933
934 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
593b6421
GB
935
936 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
937 * tests/base/net/if.h: Add new test.
938
fc7e9554
AT
9392009-01-06 Andreas Tobler <a.tobler@schweiz.org>
940
941 * tests/base/locale.h: Add new test.
942 * tests/base/stdarg.h: Likewise.
943
8ba59b08
SE
9442009-01-05 Steve Ellcey <sje@cup.hp.com>
945
946 * inclhack.def (hpux_spu_info): Add files line.
947 * fixincl.x: Regenerate.
948
9cb82550
AT
9492009-01-01 Andreas Tobler <a.tobler@schweiz.org>
950
951 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
952 in case of C.
953 * fixincl.x: Regenerate.
954
261b8381
AT
9552008-12-31 Andreas Tobler <a.tobler@schweiz.org>
956
957 PR target/35460
958 * inclhack.def (openbsd_va_start): Use __builtin_va_start
959 for OpenBSD.
960 * fixincl.x: Regenerate.
961
baafc534
RW
9622008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
963
964 * configure: Regenerate.
965
8739b9c7
SE
9662008-12-15 Steve Ellcey <sje@cup.hp.com>
967
968 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
969 * fixincl.x: Regenerate.
970
6a4bde96
L
9712008-09-06 H.J. Lu <hongjiu.lu@intel.com>
972
973 * configure.ac: Fix a typo.
974 * configured: Regenerate.
975
6aa1f8c1
BK
9762008-09-06 Bruce Korb <bkorb@gnu.org>
977
978 * fixincl.tpl (sed): make the program executable configurable.
979 Some platforms have some rather oddball defaults.
980 * config.h.in (SED_PROGRAM): define the default sed.
981 * fixincl.x: regenerated
982 * tests/base/internal/wchar_core.h: fix bad sample text
983 * tests/base/math.h: fix bad sample text
984 * configure.ac: search for working sed
985 * inclhack.def (glibc_mutex_init): fix non-portable construct
986 and re-order a few misordered entries.
987
18c04407
RW
9882008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
989
990 * configure: Regenerate.
991
cd985f66
JM
9922008-06-07 Joseph Myers <joseph@codesourcery.com>
993
994 * inclhack.def (AAB_svr4_replace_byteorder,
995 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
996 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
997 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
998 solaris_mutex_init_1, solaris_socket, solaris_unistd,
999 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
1000 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
1001 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
1002 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
1003 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
1004 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
1005 windiss_math2, windiss_valist): Remove.
1006 * fixincl.x: Regenerate.
1007 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
1008 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
1009 powerpc-*-eabiaix*): Remove.
1010 * tests/base/math.h: Update.
1011 * tests/base/pthread.h: Update.
1012 * tests/base/stdio.h: Update.
1013 * tests/base/stdlib.h: Update.
1014 * tests/base/string.h: Update.
1015 * tests/base/strings.h: Update.
1016 * tests/base/sys/file.h: Update.
1017 * tests/base/sys/limits.h: Update.
1018 * tests/base/sys/socket.h: Update.
1019 * tests/base/sys/stat.h: Update.
1020 * tests/base/sys/time.h: Update.
1021 * tests/base/testing.h: Update.
1022 * tests/base/unistd.h: Update.
1023 * tests/base/_G_config.h: Remove.
1024 * tests/base/arpa: Remove directory.
1025 * tests/base/fs: Remove directory.
1026 * tests/base/locale.h: Remove.
1027 * tests/base/machine: Remove directory.
1028 * tests/base/rpc/svc.h: Remove.
1029 * tests/base/sys/ioctl.h: Remove.
1030 * tests/base/sys/regset.h: Remove.
1031 * tests/base/sys/times.h: Remove.
1032 * tests/base/sys/utsname.h: Remove.
1033 * tests/base/widec.h: Remove.
1034
7de4b37e
KG
10352008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1036
1037 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
1038 * tests/base/iso/math_c99.h: Update.
1039 * fixincl.x: Regenerate.
1040
2627042d
JM
10412008-05-14 Joseph Myers <joseph@codesourcery.com>
1042
1043 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
1044 posix_types_64.
1045 * fixincl.x: Regenerate.
1046
9ae83b84
KT
10472008-04-25 Kai Tietz <kai.tietz@onvision.com>
1048
1049 * fixincl.c (fix_with_system): Cast pointer difference to long.
1050 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
1051
deb984e6
PB
10522008-04-18 Paolo Bonzini <bonzini@gnu.org>
1053
1054 PR bootstrap/35457
1055 * Makefile.in: Rewrite aclocal.m4 rule.
1056 * aclocal.m4: Regenerate.
1057 * configure: Regenerate.
1058
83644cd5
PG
10592008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
1060
1061 PR c++/20366
1062 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
1063 * fixincl.x: Regenerate.
1064 * tests/base/stdio.h: Add test.
1065
98266db0
BE
10662008-02-25 Ben Elliston <bje@au.ibm.com>
1067
1068 PR other/32948
1069 * fixincl.c (fix_applies): Remove unused variable `name_len'.
1070
c951ae40
KG
10712008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1072
1073 * inclhack.def (solaris_math_10): New.
1074 * tests/base/iso/math_c99.h: Update.
1075
1076 * fixincl.x: Regenerate.
1077
719bb4e3 10782008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
b452c141
ID
1079
1080 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1081 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1082 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
1083 quotes around mach entries.
1084 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1085 to GPLv3.
1086
c91e2eae
HPN
10872008-02-04 Hans-Peter Nilsson <hp@axis.com>
1088
8181078a 1089 PR other/31405
c91e2eae
HPN
1090 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1091 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1092 __extern_inline|__GNU_STDC_INLINE__.
1093 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1094 <bypass>: Change from __STDC_VERSION__ to
1095 __extern_inline|__GNU_STDC_INLINE__.
1096 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1097 appending attribute-gnu_inline.
1098 <second c_fix_arg>: Remove.
1099 <test_text>: Remove __extern_inline line.
1100 * tests/base/features.h: Re-add.
1101 * tests/base/sys/sysmacros.h: Adjust.
1102 * fixincl.x: Regenerate.
1103
b8c9ec3d
HPN
11042008-01-06 Hans-Peter Nilsson <hp@axis.com>
1105
1106 Revert last change.
1107
b6541c10
HPN
11082007-12-18 Hans-Peter Nilsson <hp@axis.com>
1109
1110 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1111 * fixincl.x: Regenerate.
1112 * tests/base/wchar.h: Update.
1113 * tests/base/features.h: New.
1114
6f8c1750
JDA
11152007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1116
1117 PR target/33700
1118 * inclhack.def (hpux11_pthread_const): New.
1119 * fixincl.x: Regenerate.
1120 * tests/base/sys/pthread.h: Update.
1121
a2085738
KT
11222007-10-12 Kai Tietz <kai.tietz@onevision.com>
1123
1124 * configure.ac: x86_64 mingw target uses twoprocess.
1125 * mkfixinc.sh: Add x86_64 mingw target.
1126 * configure: Regenerate.
1127
b6bbae95
GK
11282007-10-09 Geoffrey Keating <geoffk@apple.com>
1129
1130 * inclhack.def (darwin_externc): New.
1131 * fixincl.x: Regenerate.
1132 * tests/base/mach-o/swap.h: New.
1133
d531cdb1
KG
11342007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1135
1136 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1137 Delete fixes.
1138 * tests/base/iso/math_c99.h: Delete associated test baselines.
1139 * fixincl.x: Regenerate.
1140
63729d84
KW
11412007-07-24 Krister Walfridsson <cato@df.lth.se>
1142
1143 PR target/30058
1144 * inclhack.def (netbsd_c99_inline_2): New.
1145 * fixincl.x: Regenerate.
1146 * tests/base/signal.h: Update.
1147
dadda6ca
KG
11482007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1149
1150 PR target/32641
1151
1152 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1153 solaris_math_7): Constify and make FP exception-safe.
1154 * tests/base/iso/math_c99.h: Update.
1155
1156 * fixincl.x: Regenerate.
1157
8919fa4a
RO
11582007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1159
1160 PR libgcj/28190
1161 * inclhack.def (irix_stdint_c99): New fix.
1162 * fixincl.x: Regenerate.
1163 * tests/base/stdint.h: New test.
1164
1fd994f1
SE
11652007-06-06 Steve Ellcey <sje@cup.hp.com>
1166
1167 PR testsuite/31828
1168 * inclhack.def (hppa_hpux_fp_macros): New.
1169 * fixincl.x: Regenerate.
1170 * tests/base/math.h: Update.
1171
cb3790cb
JJ
11722007-03-26 Jakub Jelinek <jakub@redhat.com>
1173
1174 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1175 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1176 __STDC_VERSION__ < 199901L.
1177 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1178 with #ifdef __GNUC_GNU_INLINE__.
1179 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
1180 with defined(__GNUC_STDC_INLINE__).
1181 (glibc_c99_inline_4): Change select, add second c_fix_arg.
1182 Replace #if __STDC_VERSION__ < 199901L with
1183 #ifdef __GNUC_GNU_INLINE__.
1184 * fixincl.x: Regenerated.
1185 * tests/base/bits/string2.h: Update.
1186 * tests/base/sys/sysmacros.h: Update.
1187 * tests/base/sys/stat.h: Update.
1188
7270dd8e
KW
11892007-03-18 Krister Walfridsson <cato@df.lth.se>
1190
1191 PR target/30058
1192 * inclhack.def (netbsd_c99_inline_1): New.
1193 * fixincl.x: Regenerate.
1194 * tests/base/signal.h: New.
1195
07f1ac6d
BM
11962007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1197
1198 * Makefile.in: Add dummy "install-info" target.
1199
14da6073
JM
12002007-03-06 Joseph Myers <joseph@codesourcery.com>
1201
1202 * mkheaders.in: Fix headers for each multilib required.
1203
b31f8484
BM
12042007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1205
1206 * Makefile.in: Add dummy install-pdf target.
1207
f686ec05
JM
12082007-02-27 Joseph Myers <joseph@codesourcery.com>
1209
1210 * mkheaders.in (incdir): Use include-fixed not include.
1211
123ddd68
BM
12122007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
1213
1214 * Makefile.in: Added "pdf" target to .PHONY.
1215
cefde4f5
RG
12162007-02-05 Richard Guenther <rguenther@suse.de>
1217
1218 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1219 with older glibc. Adjust version number for C99.
1220 * fixincl.x: Regenerated.
1221
3c1c7aae
MS
12222007-02-04 Mike Stump <mrs@apple.com>
1223
1224 * mkheaders.in: Allow optional isysroot parameter.
1225
5c4f0f47
BK
12262007-02-03 Bruce Korb <bkorb@gnu.org>
1227
1228 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1229 surrounded by space characters.
1230
a942e89f
DF
12312007-01-25 Daniel Franke <franke.daniel@gmail.com>
1232
1233 PR target/30272
1234 * inclhack.def(broken_cabs): Also remove definition of cabsl.
1235 * fixincl.x: Regenerate.
1236 * tests/base/math.h: Update.
1237
401be4b6
BK
12382007-01-05 Bruce Korb <bkorb@gnu.org>,
1239 Daniel Franke <franke.daniel@gmail.com>
1240
1241 PR target/30008
1242 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1243 of a vertical bar ("|").
2f82a97b
BK
1244 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1245 matching. Set SKIP_TEST flag if we are not to run a test.
401be4b6
BK
1246 * fixincl.x: Regenerate.
1247 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1248 kandr_concat, sco_math): Replace lists of specfic file names by search
1249 patterns.
1250
da32da74
OH
12512006-12-12 Olivier Hainque <hainque@adacore.com>
1252
1253 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1254 targets for which a no-op fixer is appropriate.
b1f75d76 1255
98e06787
RG
12562006-11-07 Richard Guenther <rguenther@suse.de>
1257
1258 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1259 systems.
1260 * fixincl.x: Regenerate.
1261
502e2a2d
GK
12622006-11-02 Geoffrey Keating <geoffk@apple.com>
1263
1264 * inclhack.def (glibc_c99_inline_1): New.
1265 * inclhack.def (glibc_c99_inline_2): New.
1266 * inclhack.def (glibc_c99_inline_3): New.
1267 * inclhack.def (glibc_c99_inline_4): New.
1268 * fixincl.x: Regenerate.
1269 * tests/base/bits/string2.h: New.
1270 * tests/base/sys/sysmacros.h: New.
1271 * tests/base/sys/stat.h: Update.
1272
b4d24eaa
SE
12732006-11-01 Steve Ellcey <sje@cup.hp.com>
1274
1275 * tests/base/sys/socket.h: Update.
1276
be645fd9
SE
12772006-10-31 Steve Ellcey <sje@cup.hp.com>
1278
1279 * inclhack.def (hpux11_extern_sendfile): New.
1280 (hpux11_extern_sendpath): New.
1281 * fixincl.x: Regenerate.
1282
0f45f0f5
JM
12832006-10-29 Joseph Myers <joseph@codesourcery.com>
1284
1285 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1286 * fixincl.x: Regenerate.
1287
b5422ad7
BM
12882006-10-10 Brooks Moses <bmoses@stanford.edu>
1289
1290 * Makefile.in: Added empty "pdf" target.
1291
6c65aa40
JDA
12922006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1293
1294 PR target/29300
1295 * inclhack.def (hpux_pthread_initializers): New hack.
1296 * tests/base/sys/pthread.h: New file.
1297
1298 * fixincl.x: Regenerate.
1299
4d98def0
UB
13002006-10-03 Uros Bizjak <uros@kss-loka.si>
1301
1302 * inclhack.def (glibc_mutex_init): Also fix
1303 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1304 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
36a43def
UB
1305 * tests/base/pthread.h: Update.
1306
1307 * fixincl.x: Regenerate.
4d98def0 1308
f6f7aabc
UB
13092006-10-01 Uros Bizjak <uros@kss-loka.si>
1310
4d98def0
UB
1311 * inclhack.def (glibc_mutex_init): New fix.
1312 * tests/base/pthread.h: Update.
f6f7aabc 1313
4d98def0 1314 * fixincl.x: Regenerate.
f6f7aabc 1315
a77d42cf
KG
13162006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1317
1318 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1319 Prevent it from running on solaris10 or later.
1320 (solaris_once_init_2): Fix comment.
1321 * tests/base/pthread.h: Update.
1322
1323 * fixincl.x: Regenerate.
1324
0a1f02df
KG
13252006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1326
1327 * inclhack.def (solaris_once_init_2): New fix.
1328 * tests/base/pthread.h: Update.
1329
1330 * fixincl.x: Regenerate.
1331
2b655a0a
KG
13322006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1333
1334 * inclhack.def (solaris_mutex_init_2): Remove test for
1335 PTHREAD_RWLOCK_INITIALIZER.
1336 (solaris_rwlock_init_1): New.
1337 * tests/base/pthread.h: Update.
1338
1339 * inclhack.def (solaris_once_init_1): New.
1340 * tests/base/pthread.h: Adjust for new fix.
b1f75d76 1341
2b655a0a
KG
1342 * fixincl.x: Regenerate.
1343
58245475
RS
13442006-07-17 Roger Sayle <roger@eyesopen.com>
1345
1346 * tests/base/errno.h: New file.
1347 * tests/base/architecture/ppc/math.h: Likewise.
1348 * tests/base/ia64/sys/getppdp.h: Likewise.
1349
b24f7f6b
LB
13502006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1351
1352 PR bootstrap/20437
58245475 1353 * Makefile.in (configure, config.h.in): Change into $(srcdir)
b24f7f6b
LB
1354 before autoconf or autoheader call.
1355
e10e3ac8
SE
13562006-06-23 Steve Ellcey <sje@cup.hp.com>
1357
1358 PR target/28084
1359 * inclhack.def (hpux_extern_errno): New.
1360 * fixincl.x: Regenerate.
1361
ae022d32
CD
13622006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1363
1364 * Makefile.in: Add dvi info html and install-html to .PHONY
1365 Add install-html target.
1366
de1f8a0d
MS
13672006-05-16 Mike Stump <mrs@apple.com>
1368
1369 * configure.ac: Add -Wno-overlength-strings.
1370 * configure: Regenerate.
1371
fc92a2d4
BF
13722006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
1373
1374 * README: Fix typo.
1375
e084430d
SE
13762006-02-18 Steve Ellcey <sje@cup.hp.com>
1377
1378 PR target/26189
1379 * inclhack.def (hpux_spu_info): New.
1380 * fixincl.x: Regenerate
1381
03e34d09
MD
13822006-01-31 Marcin Dalecki <martin@dalecki.de>
1383
1384 * configure.ac: Check for asprintf, basename, vasprintf.
1385 * config.h.in: Regenerate.
1386 * configure: Regenerate.
1387
bf73f6d2
AP
13882006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
1389
1390 PR target/15642
1391 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1392 __APPLE_CC_ as 1345.
1393 (broken_nan): New.
1394 * fixincl.x: Regenerate.
1395
66f788b0
BK
13962005-11-24 Bruce Korb <bkorb@gnu.org>
1397
58245475
RS
1398 * fixincl.c (write_replacement): "here strings" in AutoGen
1399 often/generally don't have a terminating newline. Check the
1400 last byte for '\n'.
66f788b0 1401
42068fd9
AJ
14022005-11-13 Andreas Jaeger <aj@suse.de>
1403
1404 * check.tpl: Handle CVS additionally.
1405
541c886c
AJ
14062005-11-05 Andreas Jaeger <aj@suse.de>
1407
1408 * check.tpl: Adopt for move to subversion.
1409
77923c29
JM
14102005-09-15 Joseph S. Myers <joseph@codesourcery.com>
1411
1412 PR c++/23139
1413 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1414 fixes.
1415 * fixincl.x: Regenerate.
1416 * tests/base/bits/huge_val.h: New file.
1417
df065c82
KC
14182005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1419
1420 * All files: Update with new FSF address.
1421
87fbb651
KG
14222005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1423
1424 * Makefile.in (WARN_CFLAGS): New.
1425 (.c.o): Add $(WARN_CFLAGS).
1426 * aclocal.m4: Include ../config/warnings.m4.
1427 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1428 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1429 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1430 * fixopts.c (initialize_opts): Fix old-style definintion.
1431
1432 * configure: Regenerate.
1433
246e0bd8
GK
14342005-06-24 Geoffrey Keating <geoffk@geoffk.org>
1435
1436 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1437 (AAB_darwin7_9_long_double_funcs_2): New.
1438 * fixincl.x: Regenerate.
1439
11f4453b
RO
14402005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1441
1442 PR libfortran/15266
1443 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1444 Use double quotes in select so \t matches tabs.
1445 Add IRIX testcase.
1446 * fixincl.x: Regenerate.
1447 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1448
8ba8f7e5
DS
14492005-05-22 Danny Smith <dannysmith@users.souceforge.net>
1450
1451 PR target/21683
1452 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
541c886c 1453
925a4487
EB
14542005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1455 Joseph S. Myers <joseph@codesourcery.com>
1456
1457 PR target/19933
1458 PR target/21315
1459 * inclhack.def: New fixes solaris_math_[1-9].
1460 * fixincl.x: Regenerate.
1461 * tests/base/iso/math_c99.h: New.
1462
08862f3c
KC
14632005-05-19 Kelley Cook <kcook@gcc.gnu.org>
1464
1465 * aclocal.m4: Remove superfluous reference to accross.m4.
1466
03a9fcb8
GDR
14672005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
1468
1469 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1470 * server.c (load_data): Likewise.
1471 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1472 * fixincl.c: #include <sys/wait.h>
1473 (run_compiles): Use XCNEWVEC instead of xcalloc.
1474 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1475 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1476
5fabfd4c
JM
14772005-05-10 Joseph S. Myers <joseph@codesourcery.com>
1478
1479 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1480 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1481 * fixincl.x: Regenerate.
1482
7673b71c
BK
14832005-05-06 Bruce Korb <bkorb@gnu.org>
1484 Joseph S. Myers <joseph@codesourcery.com>
1485
1486 * fixinc/inclhack.def: Correct backslashes
1487 * fixinc/fixincl.x: regen
1488
042630ad
KG
14892005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1490
1491 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1492 libiberty functions.
1493
0d667716
KG
14942005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1495
1496 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1497 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1498 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1499 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1500 _unlocked function.
1501 (fwrite_unlocked): Fix prototype.
541c886c 1502
0d667716
KG
1503 * configure, config.h.in: Regenerate.
1504
90ee1368
ZW
15052005-03-21 Zack Weinberg <zack@codesourcery.com>
1506
1507 * Makefile.in: Set gcc_version directly, not via substitution.
1508 (libsubdir): Use $(gcc_version), not $(version).
1509 (mkheaders.almost): New rule.
1510 (mkheaders): Generate from mkheaders.almost.
1511 (clean): Also delete mkheaders.almost.
1512 * aclocal.m4: Do not include ../config/gcc-version.m4.
1513 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
1514 mkheaders.almost from mkheaders.in.
1515 * configure: Regenerate.
1516
14bfd7c7
RG
15172005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
1518
1519 PR target/20166
1520 * inclhack.def: Add fix for array of incomplete structures
1521 in function prototype in pthread.h.
1522 * fixincl.x: Regenerate.
1523 * tests/base/pthread.h: Adjust.
1524
7fbdc950
JM
15252005-03-15 Joseph S. Myers <joseph@codesourcery.com>
1526
1527 * inclhack.def (hpux_htonl): New fix.
1528 * tests/base/netinet/in.h: New test.
1529 * fixincl.x: Regenerate.
1530
27f0dff4
JW
15312005-02-23 James E Wilson <wilson@specifixinc.com>
1532
1533 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1534
098b96ab
AP
15352004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1536
1537 PR 18458
1538 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1539 fixincl.
1540
afabd8e6
RS
15412004-12-02 Richard Sandiford <rsandifo@redhat.com>
1542
1543 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1544 * aclocal.m4: Include ../config/gcc-version.m4.
1545 * configure: Regenerate.
1546
9fcc7481
MM
15472004-11-26 Mark Mitchell <mark@codesourcery.com>
1548
1549 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1550 (stdio_va_list): Likewise.
1551 (stdio_stdarg.h): Likewise.
1552 (solaris_stdio_tag): Add bypass.
1553 * fixincl.x: Regenerated.
1554
b2cfdb12
GK
15552004-11-23 Geoffrey Keating <geoffk@apple.com>
1556
1557 * mkfixinc.sh: Check error code from 'cat'. Don't try running
1558 built fixincl program.
1559 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1560 up csh from user.
1561
743348ea
RS
15622004-11-20 Roger Sayle <roger@eyesopen.com>
1563
1564 * inclhack.def (alpha_pthread_init): Fix technical problems with
1565 the last check-in caused by CVS variable substitution.
1566 * fixincl.x: Likewise.
1567 * tests/base/pthread.h: Likewise.
1568
1fda9d7b
RS
15692004-11-20 Roger Sayle <roger@eyesopen.com>
1570 Bruce Korb <bkorb@gnu.org>
1571
1572 * inclhack.def (alpha_pthread_init): New fix.
1573 * fixincl.x: Regenerate.
1574 * tests/base/pthread.h: Update for new test.
1575
43c1b5d2
BK
15762004-11-15 Bruce Korb <bkorb@gnu.org>
1577
1578 * fixincl.c(fix_with_system): correct misuse of variables and
1579 incorrect application of "sizeof()".
1580
68f674e9
JM
15812004-11-13 Joseph S. Myers <joseph@codesourcery.com>
1582
1583 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1584 svr4__p, undefine_null): Remove.
1585 * fixincl.x: Regenerate.
1586 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1587 * tests/base/sys/param.h: Remove.
1588 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1589 tests/base/sys/limits.h: Update.
1590
251089a0
MS
15912004-11-12 Mike Stump <mrs@apple.com>
1592
1593 * Makefile.in (html): Add html generation support.
1594
492d5b4f
JM
15952004-11-12 Joseph S. Myers <joseph@codesourcery.com>
1596
1597 * inclhack.def (sco_math): Bypass on __GNUG__.
1598 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1599 * fixincl.x: Regenerate.
1600
793387fa
JM
16012004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1602
1603 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1604 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1605 _CLASSIC_ANSI_TYPES.
1606 (sun_auth_proto): Bypass on __cplusplus.
1607 * fixincl.x: Regenerate.
1608
ea595d4f
GK
16092004-11-05 Geoffrey Keating <geoffk@apple.com>
1610
1611 * Makefile.in (mostlyclean): Add fixinc.sh.
1612 (clean): Add mkheaders.
1613 (distclean): New.
1614 (dvi): New.
1615 (info): New.
1616 (installcheck): New.
1617
54f88091
PB
16182004-11-05 Paolo Bonzini <bonzini@gnu.org>
1619
1620 * Makefile.in (mostlyclean, distclean): New targets.
1621
53c7ffe7
GK
16222004-11-04 Geoffrey Keating <geoffk@apple.com>
1623
1624 * configure.ac: Add code to determine noncanonical_target,
1625 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1626 * configure: Regenerate.
1627 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1628 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1629 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1630 update for changes to fixinc.in.
1631 * Makefile.in: Add many new macros.
1632 (install): New target.
1633 (mkheaders): New target.
1634 (fixinc.sh): New target.
1635 (all): Add mkheaders and fixinc.sh.
1636 * README-fixinc: Move here from gcc/.
1637
40d05429
MS
16382004-11-01 Mike Stump <mrs@apple.com>
1639
1640 * inclhack.def (stdio_va_list): Break out clients from here...
1641 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
90ee1368 1642 included or ifdef va_start.
40d05429
MS
1643 * fixincl.x: Regenerate.
1644
d1ea4593
MS
16452004-10-28 Mike Stump <mrs@apple.com>
1646
1647 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1648 systems.
31eec874
MS
1649 * fixincl.x: Regenerate.
1650
005c1a13
GK
16512004-10-27 Geoffrey Keating <geoffk@apple.com>
1652
1653 * inclhack.def (darwin_gcc4_breakage): New.
1654 * fixincl.x: Regenerate.
1655
13cf7262
AL
16562004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1657
1658 PR bootstrap/17832
1659
1660 * fixfixes.c (main): Check for _PC_NAME_MAX.
1661
5ae4c565
PB
16622004-10-27 Paolo Bonzini <bonzini@gnu.org>
1663
1664 PR other/17991
1665
1666 * configure.ac: Fix typo.
1667 * configure: Regenerate.
1668 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
1669
f4a8f279
AL
16702004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1671
1672 PR bootstrap/17832
1673
1674 * fixincl.c (SIGCHLD): Remove definition.
1675 (initialize): Remove SIGIOT and SIGPIPE checks.
1676 (create_file): Fix mkdir() for Win32.
1677 (internal_fix): Use dup2() instead of fcntl().
1678
1679 * fixlib.h (SIGQUIT): Define if undefined.
1680 (SIGIOT): Same.
1681 (SIGPIPE): Same.
1682 (SIGALRM): Same.
1683 (SIGKILL): Same.
1684
1685 * procopen.c (chain_open): Use dup2() instead of fcntl().
1686
ad643a75
PB
16872004-08-14 Paolo Bonzini <bonzini@gnu.org>
1688
1689 PR other/17991
1690
1691 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1692 Update copyright year.
1693 * fixfixes.c (main): Call initialize_opts from fixopts.c.
1694 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1695 do not include code for parsing options (environment vars).
1696 (fix_with_system): Use a search path for applyfix, so that you
1697 can run the test suite with two-process fixincludes.
1698 * fixopts.c: New file.
1699 * configure.ac: Add --enable-twoprocess. Export ac_exeext
1700 to config.h. Default to --enable-twoprocess for MinGW32.
1701 * config.h.in: Regenerate.
1702 * configure: Regenerate.
1703
78970115
LR
17042004-10-04 Loren J. Rittle <ljrittle@acm.org>
1705
1706 * tests/base/sys/cdefs.h: Update from test area.
1707
fa71a5c3
RS
17082004-09-17 Roger Sayle <roger@eyesopen.com>
1709
1710 * inclhack.def (linux_ia64_ucontext): New fix.
1711 * fixincl.x: Regenerate.
1712 * tests/base/sys/ucontext.h: New file.
1713
9544bea1
RS
17142004-09-15 Roger Sayle <roger@eyesopen.com>
1715
1716 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1717 * tests/base/stdlib.h: Likewise.
1718
28785dde
LR
17192004-09-13 Loren J. Rittle <ljrittle@acm.org>
1720
1721 * inclhack.def (freebsd_gcc4_breakage): Add.
1722 * fixincl.x: Regenerate.
c6303833 1723 * tests/base/sys/cdefs.h: Update for new test.
28785dde 1724
d635c707
AN
17252004-09-10 Adam Nemet <anemet@lnxw.com>
1726
1727 * inclhack.def (lynx_void_int): Remove.
1728 (lynxos_fcntl_proto): Remove.
1729 (lynxos_no_warning_in_sys_time_h): New fix.
1730 (lynxos_missing_putenv): New fix.
1731 * fixincl.x: Regenerate.
1732 * tests/base/fcntl.h: Remove.
1733 * tests/base/sys/time.h: Update from test area.
1734 * tests/base/curses.h: Likewise.
1735 * tests/base/stdlib.h: Likewise.
1736
61fec9ff
JB
17372004-09-03 Jan Beulich <jbeulich@novell.com>
1738
1739 * inclhack.def: Suppress exception_structure and math_exception
1740 for NetWare headers.
1741 * fixincl.x: Regenerate.
1742
71b5d516
PB
17432004-08-31 Paolo Bonzini <bonzini@gnu.org>
1744
1745 * .cvsignore: New.
1746 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1747 autoconfiscated.
1748 * configure.ac: New.
1749 * config.h.in: Generate.
1750 * configure: Generate.
1751 * aclocal.m4: New.
1752 * fixlib.h: Remove inclusions of gcc files.
1753 * system.h: New.
1754
1755 Other files copied from gcc/fixinc.