]> git.ipfire.org Git - thirdparty/gcc.git/blame - fixincludes/ChangeLog
Fix middle-end/85811: Introduce tree_expr_maybe_non_p et al.
[thirdparty/gcc.git] / fixincludes / ChangeLog
CommitLineData
11bd9480
GA
12020-10-03 Clément Chigot <clement.chigot@atos.net>
2
3 * inclhack.def (aix_malloc): Add more context to select.
4 * fixincl.x: Regenerate.
5 * tests/base/malloc.h: Update expected results.
6
91dd4a38
GA
72020-09-26 David Edelsohn <dje.gcc@gmail.com>
8
9 PR target/97044
10 * inclhack.def (aix_inttypes): New fix.
11 * fixincl.x: Regenerate.
12 * tests/base/sys/inttypes.h: New file.
13
2aad20c0
GA
142020-09-17 David Edelsohn <dje.gcc@gmail.com>
15
16 * inclhack.def (aix_externcpp1): Add more context to select.
17 (aix_externcpp2): Same.
18 * fixincl.x: Regenerate.
19 * tests/base/sys/socket.h: Update expected results.
20
212020-09-17 Torbjörn SVENSSON <torbjorn.svensson@st.com>
22 Christophe Lyon <christophe.lyon@linaro.org>
23
24 * fixfixes.c (pz_tmp_base, pz_tmp_dot): Define only with
25 _PC_NAME_MAX.
26
afbffe08
AO
272020-02-20 Alexandre Oliva <oliva@adacore.com>
28
29 * mkheaders.in: Don't require build-time shell on host.
30
d876c8f9
MC
312020-02-13 Matheus Castanho <msc@linux.ibm.com>
32
33 * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
34
0a649b83
AO
352020-02-13 Alexandre Oliva <oliva@adacore.com>
36
37 * mkheaders.in: Re-create subdirs, copy limits.h into subdir.
38 * mkfixinc.sh: Create dummy fixinc for *-*-vxworks7*.
39
10be08aa
JDA
402020-01-25 John David Anglin <danglin@gcc.gnu.org>
41
42 * inclhack.def (hpux_c99_inttypes4): New, add missing SCNuMAX defines.
43 * fixincl.x: Regenerate.
44 * tests/base/inttypes.h: Update for above fix.
45
5ee5eddb
JDA
462019-12-30 John David Anglin <danglin@gcc.gnu.org>
47
48 PR libgomp/93066
49 * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
50 and UINTPTR_MAX, and missing define for SIZE_MAX.
51 * fixincl.x: Regenerate.
52 * tests/base/inttypes.h: Update for above fix.
53
5c439f4d
D
542019-08-18 C.G. Dogan <gcc+cgdogan.00@gmail.com>
55 Iain Sandoe <iain@sandoe.co.uk>
56
57 PR target/83531
58 * inclhack.def (darwin_api_availability): New, strip leading
59 underscores from API_XXXX defines.
60 * fixincl.x: Regenerate.
61 * tests/base/os/availability.h: New file.
62
5a50aed3
IS
632019-06-21 Iain Sandoe <iain@sandoe.co.uk>
64
65 * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
66 __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
67 Ensure that the top level math.h uses <> to wrap included headers
68 rather than "".
69 * fixincl.x: Regenerated.
70 * tests/base/architecture/ppc/math.h: Update test to include the
71 __DARWIN_NO_LONG_LONG case.
72
59a0b1db
IS
732019-06-21 Iain Sandoe <iain@sandoe.co.uk>
74
75 * inclhack.def: Guard __has_attribute and __has_extension in
76 os/base.h.
77 Guard Apple blocks syntax in dispatch/object.h.
78 * fixincl.x: Regenerate.
79 * tests/base/dispatch/object.h: New file.
80 * tests/base/os/base.h: New file.
81
7121b43f
IS
822019-05-11 Iain Sandoe <iain@sandoe.co.uk>
83 PR target/90379
84 PR bootstrap/89864
85 * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
86 for wrap fixes.
87 * fixincl.x: Regenerated.
88
8e6759aa
ES
892019-04-18 Erik Schnetter <schnetter@gmail.com>
90 Jakub Jelinek <jakub@redhat.com>
91 Iain Sandoe <iain@sandoe.co.uk>
92
93 PR bootstrap/89864
94 * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
95 use in headers included by C++.
96 * fixincl.x: Regenerated.
97
22e05272
JM
982018-10-31 Joseph Myers <joseph@codesourcery.com>
99
100 PR bootstrap/82856
101 * configure.ac: Remove AC_PREREQ.
102 * aclocal.m4, configure: Regenerate.
103
92a7f46b
RV
1042018-10-16 Rasmus Villemoes <rv@rasmusvillemoes.dk>
105
106 * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
107 include of vxCpu.h, guard include of vxTypesOld.h by
108 !_ASMLANGUAGE.
109 * fixincl.x: Regenerate.
110
c7a8f93d
RV
1112018-09-03 Rasmus Villemoes <rv@rasmusvillemoes.dk>
112
113 * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
114 expansion of ioctl macro.
115 * fixincl.x: Regenerate.
116
5b3d96f2
DE
1172018-07-23 David Edelsohn <dje.gcc@gmail.com>
118
119 * inclhack.def (aix_unistd): New.
120 * fixincl.x: Regenerate.
121 * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
122
0e97b84b
RV
1232018-06-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
124
125 * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
126 missing hunk.
127
c649ee40
RV
1282018-06-12 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
129
764d9a51
RV
130 * genfixes: exit 1 when autogen not found.
131 * genfixes: Remove some redundant code.
132 * genfixes: Update URL to autogen source code.
133
c649ee40
RV
134 * inclhack.def: Fix fixup for assert.h on vxworks.
135 * fixincl.x: Regenerate.
136
1afe3e77
RV
1372018-05-25 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
138
139 * inclhack.def (vxworks_iolib_include_unistd): New fix.
140
001ddaa8
DM
1412018-04-18 David Malcolm <dmalcolm@redhat.com>
142
143 PR jit/85384
144 * configure: Regenerate.
145
58730d18
DE
1462018-02-22 David Edelsohn <dje.gcc@gmail.com>
147
148 * inclhack.def (aix_stdlib_vec_malloc): New.
149 (aix_stdlib_vec_calloc): New.
150 * fixincl.x: Regenerate.
151 * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
152 [AIX_STDLIB_VEC_CALLOC]: New test.
153
b015bcbb
MF
1542017-10-13 Mike Frysinger <vapier@chromium.org>
155
156 * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
157 's|[^/]*//*||'.
158
a476498c
DR
1592017-06-12 Doug Rupp <rupp@adacore.com>
160
161 * inclhack.def (AAB_vxworks_stdint): Remove hack.
162 * fixincl.x: Regenerate.
163
888339e6
JDA
1642017-02-25 John David Anglin <danglin@gcc.gnu.org>
165
166 PR target/68739
167 * inclhack.def (hpux11_pthread_pointer): New fix.
168 (hpux11_pthread_const): Adjust to remove void * cast from define.
169 * fixincl.x: Regenerate.
170
7d323537
JDA
1712017-02-11 John David Anglin <danglin@gcc.gnu.org>
172
173 * tests/base/alloca.h: New file.
174 * inclhack.def (hppa_hpux11_alloca): New fix.
175 * fixincl.x: Regenerate.
176
3c36aa6b
JJ
1772017-01-17 Jakub Jelinek <jakub@redhat.com>
178
179 PR other/79046
180 * configure.ac: Add GCC_BASE_VER.
181 * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
182 get version from BASE-VER file.
183 * configure: Regenerated.
184
2252a802
RO
1852017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
186
187 PR libstdc++/78979
188 * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
189 (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
190 * fixincl.x: Regenerate.
191 * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
192 SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
193 SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
194
3115f94f
RO
1952016-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
196
197 * inclhack.def (solaris_math_12): New fix.
198 (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
199 * fixincl.x: Regenerate.
200 * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
201
97448adf
RO
2022016-11-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
203
204 PR sanitizer/78267
205 * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
206 (darwin_os_trace_2, darwin_os_trace_3): New fixes.
207 (hpux_stdint_least_fast): Remove spurious _EOFix_.
208 * fixincl.x: Regenerate.
209 * tests/bases/AvailabilityInternal.h: New file.
210 * tests/bases/os/trace.h: New file.
211
716028e4
TK
2122016-09-30 Tadek Kijkowski <tkijkowski@gmail.com>
213
214 * check.tpl: Convert line endings to unix on test outputs
215 * fixfixes.c: Fixed passing file name to apply_fix when
216 SEPARATE_FIX_PROC is defined
217 * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
218 * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
219
abb62d32
JDA
2202016-09-04 John David Anglin <danglin@gcc.gnu.org>
221
222 * inclhack.def (hpux_longjmp): Adjust select regular expression.
223 * fixincl.x: Regenerate.
224
dffe3cc5
JDA
2252016-08-13 John David Anglin <danglin@gcc.gnu.org>
226
227 * inclhack.def (hpux_longjmp): New fix.
228 * fixincl.x: Regenerate.
229 * tests/base/setjmp.h: New test file.
230
ef19a444
BE
2312016-08-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
232
233 PR bootstrap/72833
234 * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
235 * inclhack.def (darwin_longjmp_noreturn): New fix.
236 * fixincl.x: Regenerated.
237 * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
238
354c5470
MB
2392016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
240
241 * fixinc.in: Use --parents option to make LIB directory.
242
ee2499b4
TS
2432016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
244
245 * mkfixinc.sh: Remove interix support.
246
d4f076c9
DE
2472016-06-13 David Edelsohn <dje.gcc@gmail.com>
248
249 * inclhack.def (aix_stdlib_malloc): New fix.
250 (aix_stdlib_realloc): New fix.
251 (aix_stdlib_calloc): New fix.
252 (aix_stdlib_valloc): New fix.
253 * fixincl.x: Regenerate.
254 * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
255 [AIX_STDLIB_REALLOC]: New test.
256 [AIX_STDLIB_CALLOC]: New test.
257 [AIX_STDLIB_VALLOC]: New test.
258
f67cb8fe
JDA
2592016-01-31 John David Anglin <danglin@gcc.gnu.org>
260
261 PR target/68741
262 * inclhack.def (hpux_vsscanf): New fix.
263 * fixincl.x: Regenerated.
264 * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
265
d8082c18
DE
2662015-08-14 David Edelsohn <dje.gcc@gmail.com>
267
268 * inclhack.def (aix_stdio_inline): New fix.
269 (aix_strtof_const): Limit to *-*-aix*.
270 (aix_sysmachine): Same.
271 (aix_syswait_2): Same.
272 (aix_volatile): Same.
273 * fixincl.x: Regenerated.
274 * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
275
cfce0488
EG
2762015-07-28 Eric Gallager <egall@gwmail.gwu.edu>
277
278 * check.tpl: Ignore .DS_Store directories.
279
9846edff
DE
2802015-05-21 David Edelsohn <dje.gcc@gmail.com>
281
282 * inclhack.def (aix_externc): New fix.
283 (aix_externcpp[12]): New fix.
284 * fixincl.x: Regenerate.
285 * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
286 * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
287 * test/base/fcntl.h: New file.
288
a4875765
MH
2892015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
290
291 * aclocal.m4: Regenerated with automake-1.11.6.
292
218213df
GR
2932015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
294
295 * mkfixinc.sh: Add *-musl* with no fixes.
296
f5ffa61d
JDA
2972015-03-28 John David Anglin <danglin@gcc.gnu.org>
298
299 PR libstdc++/65500
300 * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
301 * fixincl.x: Regenerate.
302 * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
303
266c722f
DR
3042015-02-16 Daniel Richard G. <skunk@iskunk.org>
305
306 PR bootstrap/48009
307 PR bootstrap/53348
308 * inclhack.def (aix_strtof_const): New fix.
309 * fixincl.x: Regenerate.
ba5b5e24 310 * tests/base/stdlib.h: New test.
266c722f 311
9e271531
RO
3122015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
313
314 * inclhack.def (solaris_math_11): New fix.
315 * fixincl.x: Regenerate.
316 * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
317
a15b4c98
DE
3182015-02-06 David Edelsohn <dje.gcc@gmail.com>
319
320 PR bootstrap/53348
321 * inclhack.def (aix_pthread): Accept tab after define.
322 * fixincl.x: Regenerate.
323
11c3a68e
BK
3242015-01-24 Bruce Korb <bkorb@gnu.org>
325
326 * README: add some clarification on use of test_text
327
3282014-12-21 Bruce Korb <bkorb@gnu.org>
329
330 * fixincludes/fixincl.tpl: add handling for "sum" selection
331 criteria and clean up layout
332 * fixincludes/fixlib.h: enumerate TT_CKSUM test type
333 * fixincludes/fixincl.c (fix_applies): add code to handle
334 the new test type
335 (cksum_test): function to handle it
336 * fixincludes/README: doc it and remove explanations from
337 more than a decade ago.
338
451f1199
UB
3392014-12-15 Uros Bizjak <ubizjak@gmail.com>
340
341 * server.c (server_setup): Check return value of
342 getcwd and in case of error set buff[0] to 0.
343
0c5c9f95
UB
3442014-10-21 Uros Bizjak <ubizjak@gmail.com>
345
346 * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
347 * fixincl.x: Regenerate.
348
5435176b
AI
3492014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
350
351 * inclhack.def (complier_h_tradcpp): Remove.
352 * fixincl.x: Regenerate.
353 * tests/base/linux/compiler.h: Remove.
354
d9f069ab
RO
3552014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
356
357 * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
358 (solaris_int_types): Remove.
359 (solaris_longjmp_noreturn): Remove.
360 (solaris_mutex_init_2): Remove.
361 (solaris_once_init_2): Remove.
362 (solaris_sys_va_list): Remove.
363 * fixincl.x: Regenerate.
364 * tests/base/iso/setjmp_iso.h: Remove.
365 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
366 [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
367 solaris_once_init_2.
368 [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
369 * tests/base/sys/int_types.h: Remove.
370 * tests/base/sys/va_list.h: Remove.
371
5502f40b
BRF
3722013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
373
374 Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
375
e1775b33
BK
3762013-12-07 Bruce Korb <bkorb@gnu.org>
377
378 * inclhack.def: many of the headers found under "bits/" are
379 often stashed under architecture directories. Apply fixes
380 to those, too. Also, re-ordered misordered fixes.
381 * tests/base/linux/vt.h: 80 columns in .def file limitation
382 * tests/base/iso/math_c99.h: adjust ordering
383 * tests/base/rtldef/string.h: likewise
384 * tests/base/bits/fenv.h: likewise
385 * tests/base/pthread.h: likewise
386
3fc92e70
RB
3872013-12-06 Richard Biener <rguenther@suse.de>
388
389 * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
390 being not compatible with C++.
391 * fixincl.x: Regenerate.
392 * tests/base/linux/vt.h: New test.
393
3cbe17f7
AM
3942013-09-20 Alan Modra <amodra@gmail.com>
395
396 * configure: Regenerate.
397
a4f710a6
DE
3982013-09-02 David Edelsohn <dje.gcc@gmail.com>
399
400 * inclhack.def (aix_assert): New fix.
401 * fixincl.x: Regenerate.
402 * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
403
bbeedee0
BK
4042013-07-06 Bruce Korb <bkorb@gnu.org>
405
406 * inclhack.def (cdef_cplusplus): removed, per Bug 51776
cf3cfecd 407 * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
bbeedee0 408
ecdbd01a 4092013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>
87725115
AI
410
411 * inclhack.def (complier_h_tradcpp): New.
412 * fixincl.x: Rebuilt.
413 * tests/base/linux/compiler.h: New.
414
0a91f65d
RO
4152013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
416
417 * inclhack.def (solaris_pow_int_overload): Update comment.
418 Change guard to match <cmath>.
419 * fixincl.x: Regenerate.
420 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
421 Matching change.
422
0654e6be
DE
4232013-05-04 David Edelsohn <dje.gcc@gmail.com>
424
425 * inclhack.def (aix_null): New.
426 (void_null): Update replacement definition of NULL.
427 * fixincl.x: Regenerate.
428 * tests/base/curses.h: Update for new fix.
429
4302013-01-16 Alexandre Oliva <aoliva@redhat.com>
c851c76c
AO
431
432 * inclhack.def (feraiseexcept_nosse_invalid): New.
433 (feraiseexcept_nosse_divbyzero): Likewise.
434 * fixincl.x: Rebuilt.
435 * tests/base/bits/fenv.h: New.
436
bd0ca6ba
RB
4372013-01-14 Richard Biener <rguenther@suse.de>
438
439 * fixlib.h (verbose_level, fixinc_mode): Mark extern.
440
fa547b39 4412012-10-29 Bruce Korb <bkorb@gnu.org>
7e416541
BK
442
443 * README: testing wrap and replacement fixes is pointless.
444 * fixincl.c: export verbosity enumerations to fixlib.h
445 (run_compiles): mark replacement fixes to be skipped when
446 in testing mode
447 * fixlib.h: add a test mode and enumerations from fixincl.c
448 * check.tpl: set TEST_MODE in environment
449 * fixopts.c (initialize_opts): check for TEST_MODE in environment
450 * inclhack.def: move AAB_darwin7_9_long_double_funcs to
451 darwin_9_long_double_funcs_2. It is not a replacement fix.
452 * fixincl.x: regenerate
453 * tests/base/ioLib.h: the need for this is now exposed, so add it.
454 * tests/base/architecture/ppc/math.h: the correct result is now needed.
455
fa547b39 4562012-10-29 Robert Mason <rbmj@verizon.net>
1d5d667b
RM
457
458 * fixinc.in: Omit machine name checks for vxworks
459 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
460 (AAB_vxworks_regs_vxtypes): another
461 (AAB_vxworks_stdint): yet another
462 (AAB_vxworks_unistd): and another
463 (vxworks_ioctl_macro): reformatting fix
464 (vxworks_mkdir_macro): again
465 (vxworks_regs): and again
466 (vxworks_write_const): and again
467 * tests/base/ioLib.h: new test result
468 * tests/base/math.h: likewise
469 * tests/base/sys/stat.h: likewise
470 * tests/base/testing.h: and again
471
31d20666
DE
4722012-09-29 David Edelsohn <dje.gcc@gmail.com>
473
474 * inclhack.def (AAB_aix_fcntl): New fix.
475 * fixincl.x: Regenerate.
476
b1f75d76
DE
4772012-06-19 David Edelsohn <dje.gcc@gmail.com>
478
479 * inclhack.def (aix_mutex_initializer_1): New fix.
480 (aix_cond_initializer_1): New fix.
481 (aix_rwlock_initializer): New fix.
482 * fixincl.x: Regenerate.
483 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
484 [AIX_COND_INITIALIZER_1_CHECK]: New.
485 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
486
678abdd9
TS
4872012-05-29 Thomas Schwinge <thomas@codesourcery.com>
488
489 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
490 gcc_AC_FUNC_MMAP_BLACKLIST.
491 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
492 * aclocal.m4: Regenerate.
493 * configure: Regenerate.
494
c1041240
TG
4952012-04-24 Tristan Gingold <gingold@adacore.com>
496
497 * fixincl.c (fix_with_system): Add missing specifier.
498 * configure.ac: Default to twoprocess on vms.
499 * configure: Regenerate.
500
3c59ab0d
DE
5012012-03-23 David Edelsohn <dje.gcc@gmail.com>
502
503 * inclhack.def (aix_malloc): New.
504 * fixincl.x: Regenerate.
505 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
b1f75d76 506
159bde98
RO
5072012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
508
509 PR other/52626
510 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
511 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
512
a59205fa
TG
5132012-03-15 Tristan Gingold <gingold@adacore.com>
514
515 * README (EXAMPLES OF FIXES): Update.
516
7888f266
RO
5172012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
518
519 * inclhack.def (math_exception): Remove duplicate.
520 (solaris_cond_init): Remove.
521 (solaris_sys_va_list): Remove Solaris 8 support.
522 * fixincl.x: Regenerate.
523 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
524
b24513a1
RO
5252012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
526
527 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
528 (irix___restrict): Remove.
529 (irix___generic1): Remove.
530 (irix___generic2): Remove.
531 (irix_asm_apostrophe): Remove.
532 (irix_complex): Remove.
533 (irix_pthread_init): Remove.
534 (irix_socklen_t): Remove.
535 (irix_stdint_c99_mode): Remove.
536 (irix_stdint_c99_types): Remove.
537 (irix_stdint_c99_macros): Remove.
538 (irix_stdio_va_list): Remove IRIX 6.5 support.
539 (irix_wcsftime): Remove.
540 (stdio_va_list): Remove IRIX 6.5 support.
541 (svr4_profil): Remove IRIX bypass.
542 * fixincl.x: Regenerate.
543
544 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
545 * tests/base/internal/math_core.h: Remove.
546 * tests/base/internal/sgimacros.h: Remove.
547 * tests/base/internal/wchar_core.h: Remove.
548 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
549 support.
550 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
551 * tests/base/stdint-irix65.h: Remove.
552 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
553 * tests/base/sys/asm.h: Remove.
554 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
555
5c30094f
RO
5562012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
557
558 * inclhack.def (alpha___extern_prefix): Remove.
559 (alpha___extern_prefix_standards): Remove.
560 (alpha___extern_prefix_sys_stat): Remove.
561 (alpha_bad_lval): Remove.
562 (alpha_pthread): Remove.
563 (alpha_pthread_gcc): Remove.
564 (alpha_pthread_init): Remove.
565 * fixincl.x: Regenerate.
566 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
567 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
568 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
569 * tests/base/standards.h: Remove.
570 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
571 Remove.
572 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
573 [ALPHA_BAD_LVAL_CHECK]: Remove.
574
24219d38
TG
5752012-03-12 Tristan Gingold <gingold@adacore.com>
576
577 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
578 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
579 (vms_no_64bit_getopt, vms_forward_declare_struct)
580 (vms_use_fast_setjmp): New fixes.
581 * fixincl.x: Regenerate.
582 * tests/base/rtldef/string.h: Update.
583 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
584 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
585 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
586
4c14fd7e
BK
5872012-01-11 Bruce Korb <bkorb@gnu.org>
588 Steven G. Kargl <kargl@gcc.gnu.org>
589 Andreas Tobler <andreast@fgznet.ch>
590
58ef7568 591 PR bootstrap/51705
4c14fd7e
BK
592 PR preprocessor/51776
593 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
594 * fixincl.x: Regenerate.
595 * tests/base/sys/cdefs.h: Update.
596
597 * genfixes: Remove the 'Ver.' from the version check.
598
4a5e00ca
AS
5992011-12-20 Andreas Schwab <schwab@linux-m68k.org>
600
601 * configure: Regenerate.
602
095af58f
AS
6032011-12-19 Andreas Schwab <schwab@linux-m68k.org>
604
605 * configure: Regenerate.
606
00449933
DE
6072011-11-16 David Edelsohn <dje.gcc@gmail.com>
608
609 * inclhack.def (aix_once_init_[12]): New fixes.
610 * fixincl.x: Regenerate.
611 * tests/base/pthread.h: Update.
612
0c094ab3
MS
6132011-10-25 Mike Stump <mikestump@comcast.net>
614
615 PR target/48851
616 * inclhack.def (void_null): New bypass.
617 * fixincl.x: Regenerate.
618
750db024
TG
6192011-09-26 Tristan Gingold <gingold@adacore.com>
620
621 * inclhack.def (ms_define_can_use_extern_prefix):
622 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
623 New fixes.
624 * fixincl.x: Regenerate.
625 * tests/base/rtldef/string.h: New test.
626 * tests/base/rtldef/decc$types.h: Likewise.
627 * tests/base/testing.h: Update
628
e7dd5b57
TG
6292011-09-22 Tristan Gingold <gingold@adacore.com>
630
631 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
632
3d3aae5b
SE
6332011-08-23 Steve Ellcey <sje@cup.hp.com>
634
635 PR libstdc++/50153
636 * inclhack.def (hpux11_abs): Extend to all hpux machines.
637 * fixincl.x: Regenerate.
638
d62bab6a
RO
6392011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
640 Marc Glisse <marc.glisse@normalesup.org>
641
642 PR libstdc++-v3/1773
643 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
644 (solaris_longjmp_noreturn, solaris_pow_int_overload)
645 (solaris_std___filbuf): New fixes.
646 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
647 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
648 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
649
9d7b2124
RO
6502011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
651
652 PR c++/49347
653 * inclhack.def (solaris_posix_spawn_restrict): New fix.
654 * fixincl.x: Regenerate.
655 * tests/base/spawn.h: New test.
656
20720201
DR
6572011-06-08 Douglas B Rupp <rupp@gnat.com>
658
659 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
660 * configure: Regenerate.
661 * config.h.in: Regenerate.
662
11b815ca
PG
6632011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
664
665 * inclhack.def (aix_net_if_arp): New fix.
666 * fixincl.x: Regenerate.
667 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
668
f3450bc8
TG
6692011-05-17 Tristan Gingold <gingold@adacore.com>
670
671 * inclhack.def (solaris_complex_cxx): Fix syntax.
672 * fixincl.x: Regenerate.
673
067e2f06
TG
6742011-05-17 Tristan Gingold <gingold@adacore.com>
675
676 * check.tpl: Shell-quote testing file.
677
ebb9f8b0
JM
6782011-03-22 Joseph Myers <joseph@codesourcery.com>
679
680 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
681
455c8f48
RW
6822010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
683
684 PR other/46202
685 * Makefile.in (install-strip): New phony target.
686 (all, check, install): Also mark as phony.
687
d8ef0f49
RO
6882010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
689
690 * inclhack.def (irix_pthread_init): New fix.
691 * fixincl.x: Regenerate.
692 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
693
1e335ae2
RO
6942010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
695
696 PR c++/46024
697 * inclhack.def (solaris_sys_va_list): New fix.
698 * fixincl.x: Regenerate.
699 * tests/base/sys/va_list.h: New test.
700
9407158d
JDA
7012010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
702
703 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
704 * fixincl.x: Regenerate.
705
872cc2d3
RO
7062010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
707
708 * inclhack.def (solaris_cond_init): New fix.
709 * fixincl.x: Regenerate.
710 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
711 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
712
babc4728
RO
7132010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
714
715 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
716 * fixincl.x: Regenerate.
717 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
718 * tests/base/sys/feature_tests.h: New file.
719
c3f247f4
RW
7202010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
721 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
722
723 PR bootstrap/42798
724 * configure.ac: Check for declaration of 'basename(char *)'.
725 * configure: Regenerate.
726
8c200350
RO
7272010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
728
729 * inclhack.def (alpha_wchar): Remove.
730 * fixincl.x: Regenerate.
731 * tests/base/wchar.h: Remove.
732
4d9e8446
RW
7332010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
734
735 * aclocal.m4: Regenerate.
736
1a3a6aec
RO
7372010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
738
739 * inclhack.def (alpha_assert): Allow for more whitespace in
740 select.
741 * fixincl.x: Regenerate.
742
f48aa01a
L
7432010-03-28 H.J. Lu <hongjiu.lu@intel.com>
744
745 PR target/40722
746 * mkfixinc.sh: Revert the last change for mingw.
747
6f5db5f7
JM
7482010-03-24 Joseph Myers <joseph@codesourcery.com>
749
750 * inclhack.def (glibc_strncpy): New fix.
751 * fixincl.x: Regenerate.
752 * tests/base/bits/string2.h: Update.
753
1ab71299
L
7542010-03-23 H.J. Lu <hongjiu.lu@intel.com>
755
756 PR target/40722
757 * mkfixinc.sh: Fix stdlib.h for mingw.
758
73489878
BK
7592010-02-19 Bruce Korb <bkorb@gnu.org>
760
761 * inclhack.def: remove vestiges of inadvertently committed changes
762
d76f631a
BK
7632010-02-10 Bruce Korb <bkorb@gnu.org>
764
765 * README: fix up references to old gcc/fixinc directory
766
93e520a2
RO
7672010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
768
769 * inclhack.def (solaris_int_limits_3): New fix.
770 * fixincl.x: Regenerate.
771 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
772 test.
773
774 * inclhack.def (solaris_int_const, solaris_int_limits_1,
775 solaris_int_limits_2 ): Applies to Solaris 2 in general.
776 Remove select.
777 Add mach for *-*-solaris2*.
778 Change second c_fix_arg to select.
779 Remove #pragma ident from test_text.
780 * fixincl.x: Regenerate.
781 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
782 #pragma trigger text.
783 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
784 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
785
dc4f0670
RO
7862010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
787
788 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
789 (aix_stdint_2): Likewise.
790 (aix_stdint_3): Likewise.
791 (aix_stdint_4): Likewise.
792 (aix_stdint_5): Likewise.
793 (darwin_stdint_1): Add stdint-darwin.h to files.
794 (darwin_stdint_2): Likewise.
795 (darwin_stdint_3): Likewise.
796 (darwin_stdint_4): Likewise.
797 (darwin_stdint_5): Likewise.
798 (darwin_stdint_6): Likewise.
799 (darwin_stdint_7): Likewise.
800 (hpux_c99_intptr): Add stdint-hpux11.h to files.
801 (hpux_c99_inttypes): Likewise.
802 (hpux_c99_inttypes2): Likewise.
803 (hpux_stdint_least_fast): Likewise.
804 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
805 (irix_stdint_c99_types): New fix.
806 (irix_stdint_c99_macros): New fix.
807 (newlib_stdint_1): Add stdint-newlib.h to files.
808 (newlib_stdint_2): Likewise.
809 fixincl.x: Regenerate.
810 tests/base/stdint-aix.h: New file.
811 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
812 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
813 tests/base/stdint-aix.h: ... here.
814 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
815 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
816 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
817 tests/base/stdint-darwin.h: New file.
818 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
819 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
820 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
821 tests/base/stdint-darwin.h: ... here.
822 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
823 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
824 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
825 tests/base/stdint-hpux11.h: New file.
826 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
827 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
828 tests/base/stdint-hpux11.h: ... here.
829 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
830 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
831 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
832 IRIX_STDINT_C99_MODE_CHECK.
833 tests/base/stdint-irix65.h: New file.
834 tests/base/stdint-newlib.h: New file.
835 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
836 NEWLIB_STDINT_2_CHECK]: Moved ...
837 tests/base/stdint-newlib.h: ... here.
838
43e02a8a
RW
8392009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
840
841 * configure: Regenerate.
842
84b80444
SE
8432009-10-21 Steve Ellcey <sje@cup.hp.com>
844
845 * inclhack.def (hpux_stdint_least_fast): Simplify.
846 * fixincl.x: Regenerate.
847 * tests/base/stdint.h: Update.
848
07471115
RW
8492009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
850
851 * inclhack.def (isc_fmod, isc_omits_with_stdc)
852 (nested_sys_limits, sco_math): Remove.
853 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
854 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
855 * tests/base/sys/limits.h: Remove.
856 * fixincl.x: Regenerate.
857
a3d37119
RW
8582009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
859
860 PR testsuite/29737
861 PR bootstrap/35938
862 PR testsuite/39655
863 * check.tpl: Fix typos.
864 * README: Likewise. Also, document that 'select' uses ERE.
865 * mkheaders.in: Update copyright years in --version output.
866 * inclhack.def (sco_math): Add missing final newline in sed
867 script 'a', 'c', or 'i' commands, for BSD sed.
868 (sco_math): In the text of 'a', 'c', or 'i' sed
869 commands, prepend leading white space with a backslash to avoid
870 the whitespace to be removed by BSD sed.
871 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
872 (x11_new): Fix sed expression, for BSD sed.
873 (glibc_mutex_init): Fix newlines in sed 's' command replacement
874 part, for GNU sed 3.02 and Solaris sed.
875 (glibc_mutex_init): Replace unportable \+ sed regex operator
876 with \{1,\}.
877 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
878 alternation \| regex operator.
879 (solaris_complex): Remove superfluous backslashes from
880 replacement string. Replace \+ operator with \{1,\}.
881 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
882 * fixincl.x: Regenerate.
883
7aa7b459
RO
8842009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
885
886 PR libfortran/41169
887 * inclhack.def (irix_complex): New fix.
888 (solaris_complex): Likewise.
889 * fixincl.x: Regenerate.
890 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
891 New tests.
892
0b7da9ce
BK
8932009-08-28 Bruce Korb <bkorb@gnu.org>
894 Steve Ellcey <sje@cup.hp.com>
895
896 * README (files): Describe files entry.
897 * inclhack.def (hpux_stdint_least): Remove.
898 (hpux_stdint_fast): Remove.
899 (hpux_stdint_fast): Remove.
900 (hpux_stdint_least_fast): New.
901 (hpux_inttype_int_least8_t): Remove.
902 (hpux_inttype_int8_t): Modify.
903 * fixincl.x: Regenerate.
904 * tests/base/stdint.h: Update.
905 * tests/base/sys/_inttypes.h: Update.
906
629fff4b
SE
9072009-08-28 Steve Ellcey <sje@cup.hp.com>
908
909 * inclhack.def (hpux_imaginary_i): Remove spaces.
910 * fixincl.x: Regenerate.
911 * tests/base/stdint.h: Update AIX fixes.
912 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
913
df58e648
RW
9142009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
915
916 * configure.ac (AC_PREREQ): Bump to 2.64.
917
5213506e
RW
9182009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
919
920 * aclocal.m4: Regenerate.
921 * configure: Regenerate.
922 * config.h.in: Regenerate.
923
be274b21
DE
9242009-08-17 David Edelsohn <edelsohn@gnu.org>
925
926 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
927 redefine I.
928 * (aix_stdint_[12345]): New fixes.
929 * fixincl.x: Regenerate.
930 * tests/base/complex.h: Update check.
931 * tests/base/stdint.h: Add AIX stdint.h checks.
932
03c57948
SE
9332009-08-14 Steve Ellcey <sje@cup.hp.com>
934
935 * inclhack.def (hpux_imaginary_i): New fix.
936 * fixincl.x: Regenerate.
937 * tests/base/complex.h: New file.
938
f3ecb732
DE
9392009-08-12 David Edelsohn <edelsohn@gnu.org>
940
941 * inclhack.def (aix_complex): New fix.
942 * fixincl.x: Regenerate.
b1f75d76 943
175196a0
JDA
9442009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
945
946 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
947 (hpux_inttype_int8_t): Likewise.
948 * fixincl.x: Regenerate.
949
6efbd53f
RW
9502009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
951
952 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
953 New variables.
954 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
955 Use them.
956
94ab808c
FXC
9572009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
958
959 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
960 darwin_stdint_7): New fixes.
961 * fixincl.x: Regenerate.
962 * tests/base/stdint.h: Adjust test for new fixes.
963
d4289bdd
EB
9642009-07-03 Eric Botcazou <ebotcazou@adacore.com>
965
966 * inclhack.def (solaris_int_types): New fix.
967 * fixincl.x: Regenerate.
968 * tests/base/sys/int_types.h: New file.
969
fdfbd469
FXC
9702009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
971
972 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
973 darwin_stdint_4): New fixes.
974 * tests/base/stdint.h: Adjust test results for new fixes.
975 * fixincl.x: Regenerate.
976
b0999b01
EB
9772009-05-29 Eric Botcazou <ebotcazou@adacore.com>
978
979 * inclhack.def (solaris_int_const): New fix.
980 (solaris_int_limits_1): Likewise.
981 (solaris_int_limits_2): Likewise.
982 * fixincl.x: Regenerate.
983 * tests/base/sys/int_const.h: New file.
984 * tests/base/sys/int_limits.h: Likewise.
985
b51c6a2c
JM
9862009-05-15 Joseph Myers <joseph@codesourcery.com>
987
988 * inclhack.def (glibc_tgmath): Correct bypass.
989 * fixincl.x: Regenerate.
990
62e66577
SE
9912009-04-28 Steve Ellcey <sje@cup.hp.com>
992
993 * inclhack.def (hpux11_uint32_c): Remove.
994 (hpux_long_double): Disable on hpux11.3*.
995 (hpux_long_double_2): New.
996 (hpux_c99_intptr): New.
997 (hpux_c99_inttypes): New.
998 (hpux_c99_inttypes2): New.
999 (hpux_stdint_least): New.
1000 (hpux_stdint_fast): New.
1001 (hpux_inttype_int_least8_t): New.
1002 (hpux_inttype_int8_t): New.
1003 * fixincl.x: Regenerate.
1004 * tests/base/sys/_inttypes.h: New.
1005 * tests/base/inttypes.h: Update.
1006 * tests/base/stdlib.h: Update.
1007 * tests/base/stdint.h: Update.
1008
e2556904
JM
10092009-04-28 Joseph Myers <joseph@codesourcery.com>
1010
1011 * inclhack.def (glibc_stdint): New fix.
1012 * fixincl.x: Regenerate.
1013 * tests/base/stdint.h: Update.
1014
748086b7
JJ
10152009-04-09 Jakub Jelinek <jakub@redhat.com>
1016
1017 * Makefile.in: Change copyright header to refer to version
1018 3 of the GNU General Public License and to point readers at the
1019 COPYING3 file and the FSF's license web page.
1020 * fixfixes.c: Likewise.
1021 * fixinc.in: Likewise.
1022 * fixincl.c: Likewise.
1023 * fixlib.c: Likewise.
1024 * fixlib.h: Likewise.
1025 * fixopts.c: Likewise.
1026 * fixtests.c: Likewise.
1027 * genfixes: Likewise.
1028 * mkheaders.in: Likewise.
1029 * system.h: Likewise.
1030
207bf79d
JM
10312009-03-31 Joseph Myers <joseph@codesourcery.com>
1032
1033 PR c/448
1034 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
1035 * fixincl.x: Regenerate.
1036 * tests/base/stdint.h: Update.
1037
615ce5fd
JM
10382009-03-29 Joseph Myers <joseph@codesourcery.com>
1039
1040 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
1041 Update.
1042
928c19bb
JM
10432009-03-29 Joseph Myers <joseph@codesourcery.com>
1044
1045 PR c/456
1046 PR c/5675
1047 PR c/19976
1048 PR c/29116
1049 PR c/31871
1050 PR c/35198
1051 * inclhack.def (glibc_tgmath): New fix.
1052 * fixincl.x: Regenerate.
1053 * tests/base/tgmath.h: New.
1054
52c0e446
JM
10552009-03-28 Joseph Myers <joseph@codesourcery.com>
1056
1057 * inclhack.def (aix_syswait, exception_structure,
1058 pthread_page_size): Remove.
1059 (math_exception): Remove mention of fixproto in comment.
1060 * fixincl.x: Regenerate.
1061 * mkheaders.in: Do not handle STMP_FIXPROTO.
1062
ea7557f0
SL
10632009-03-27 Sandra Loosemore <sandra@codesourcery.com>
1064
1065 * server.c (run_shell): Quote directory name passed to cd.
1066
10fc64a7
BK
10672009-03-01 Bruce Korb <bkorb@gnu.org>
1068 Apply a positively ancient patch:
1069
1070 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
593b6421
GB
1071
1072 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
1073 * tests/base/net/if.h: Add new test.
1074
fc7e9554
AT
10752009-01-06 Andreas Tobler <a.tobler@schweiz.org>
1076
1077 * tests/base/locale.h: Add new test.
1078 * tests/base/stdarg.h: Likewise.
1079
8ba59b08
SE
10802009-01-05 Steve Ellcey <sje@cup.hp.com>
1081
1082 * inclhack.def (hpux_spu_info): Add files line.
1083 * fixincl.x: Regenerate.
1084
9cb82550
AT
10852009-01-01 Andreas Tobler <a.tobler@schweiz.org>
1086
1087 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
1088 in case of C.
1089 * fixincl.x: Regenerate.
1090
261b8381
AT
10912008-12-31 Andreas Tobler <a.tobler@schweiz.org>
1092
1093 PR target/35460
1094 * inclhack.def (openbsd_va_start): Use __builtin_va_start
1095 for OpenBSD.
1096 * fixincl.x: Regenerate.
1097
baafc534
RW
10982008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1099
1100 * configure: Regenerate.
1101
8739b9c7
SE
11022008-12-15 Steve Ellcey <sje@cup.hp.com>
1103
1104 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
1105 * fixincl.x: Regenerate.
1106
6a4bde96
L
11072008-09-06 H.J. Lu <hongjiu.lu@intel.com>
1108
1109 * configure.ac: Fix a typo.
1110 * configured: Regenerate.
1111
6aa1f8c1
BK
11122008-09-06 Bruce Korb <bkorb@gnu.org>
1113
1114 * fixincl.tpl (sed): make the program executable configurable.
1115 Some platforms have some rather oddball defaults.
1116 * config.h.in (SED_PROGRAM): define the default sed.
1117 * fixincl.x: regenerated
1118 * tests/base/internal/wchar_core.h: fix bad sample text
1119 * tests/base/math.h: fix bad sample text
1120 * configure.ac: search for working sed
1121 * inclhack.def (glibc_mutex_init): fix non-portable construct
1122 and re-order a few misordered entries.
1123
18c04407
RW
11242008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1125
1126 * configure: Regenerate.
1127
cd985f66
JM
11282008-06-07 Joseph Myers <joseph@codesourcery.com>
1129
1130 * inclhack.def (AAB_svr4_replace_byteorder,
1131 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
1132 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
1133 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
1134 solaris_mutex_init_1, solaris_socket, solaris_unistd,
1135 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
1136 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
1137 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
1138 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
1139 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
1140 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
1141 windiss_math2, windiss_valist): Remove.
1142 * fixincl.x: Regenerate.
1143 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
1144 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
1145 powerpc-*-eabiaix*): Remove.
1146 * tests/base/math.h: Update.
1147 * tests/base/pthread.h: Update.
1148 * tests/base/stdio.h: Update.
1149 * tests/base/stdlib.h: Update.
1150 * tests/base/string.h: Update.
1151 * tests/base/strings.h: Update.
1152 * tests/base/sys/file.h: Update.
1153 * tests/base/sys/limits.h: Update.
1154 * tests/base/sys/socket.h: Update.
1155 * tests/base/sys/stat.h: Update.
1156 * tests/base/sys/time.h: Update.
1157 * tests/base/testing.h: Update.
1158 * tests/base/unistd.h: Update.
1159 * tests/base/_G_config.h: Remove.
1160 * tests/base/arpa: Remove directory.
1161 * tests/base/fs: Remove directory.
1162 * tests/base/locale.h: Remove.
1163 * tests/base/machine: Remove directory.
1164 * tests/base/rpc/svc.h: Remove.
1165 * tests/base/sys/ioctl.h: Remove.
1166 * tests/base/sys/regset.h: Remove.
1167 * tests/base/sys/times.h: Remove.
1168 * tests/base/sys/utsname.h: Remove.
1169 * tests/base/widec.h: Remove.
1170
7de4b37e
KG
11712008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1172
1173 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
1174 * tests/base/iso/math_c99.h: Update.
1175 * fixincl.x: Regenerate.
1176
2627042d
JM
11772008-05-14 Joseph Myers <joseph@codesourcery.com>
1178
1179 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
1180 posix_types_64.
1181 * fixincl.x: Regenerate.
1182
9ae83b84
KT
11832008-04-25 Kai Tietz <kai.tietz@onvision.com>
1184
1185 * fixincl.c (fix_with_system): Cast pointer difference to long.
1186 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
1187
deb984e6
PB
11882008-04-18 Paolo Bonzini <bonzini@gnu.org>
1189
1190 PR bootstrap/35457
1191 * Makefile.in: Rewrite aclocal.m4 rule.
1192 * aclocal.m4: Regenerate.
1193 * configure: Regenerate.
1194
83644cd5
PG
11952008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
1196
1197 PR c++/20366
1198 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
1199 * fixincl.x: Regenerate.
1200 * tests/base/stdio.h: Add test.
1201
98266db0
BE
12022008-02-25 Ben Elliston <bje@au.ibm.com>
1203
1204 PR other/32948
1205 * fixincl.c (fix_applies): Remove unused variable `name_len'.
1206
c951ae40
KG
12072008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1208
1209 * inclhack.def (solaris_math_10): New.
1210 * tests/base/iso/math_c99.h: Update.
1211
1212 * fixincl.x: Regenerate.
1213
719bb4e3 12142008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
b452c141
ID
1215
1216 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1217 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1218 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
1219 quotes around mach entries.
1220 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1221 to GPLv3.
1222
c91e2eae
HPN
12232008-02-04 Hans-Peter Nilsson <hp@axis.com>
1224
8181078a 1225 PR other/31405
c91e2eae
HPN
1226 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1227 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1228 __extern_inline|__GNU_STDC_INLINE__.
1229 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1230 <bypass>: Change from __STDC_VERSION__ to
1231 __extern_inline|__GNU_STDC_INLINE__.
1232 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1233 appending attribute-gnu_inline.
1234 <second c_fix_arg>: Remove.
1235 <test_text>: Remove __extern_inline line.
1236 * tests/base/features.h: Re-add.
1237 * tests/base/sys/sysmacros.h: Adjust.
1238 * fixincl.x: Regenerate.
1239
b8c9ec3d
HPN
12402008-01-06 Hans-Peter Nilsson <hp@axis.com>
1241
1242 Revert last change.
1243
b6541c10
HPN
12442007-12-18 Hans-Peter Nilsson <hp@axis.com>
1245
1246 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1247 * fixincl.x: Regenerate.
1248 * tests/base/wchar.h: Update.
1249 * tests/base/features.h: New.
1250
6f8c1750
JDA
12512007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1252
1253 PR target/33700
1254 * inclhack.def (hpux11_pthread_const): New.
1255 * fixincl.x: Regenerate.
1256 * tests/base/sys/pthread.h: Update.
1257
a2085738
KT
12582007-10-12 Kai Tietz <kai.tietz@onevision.com>
1259
1260 * configure.ac: x86_64 mingw target uses twoprocess.
1261 * mkfixinc.sh: Add x86_64 mingw target.
1262 * configure: Regenerate.
1263
b6bbae95
GK
12642007-10-09 Geoffrey Keating <geoffk@apple.com>
1265
1266 * inclhack.def (darwin_externc): New.
1267 * fixincl.x: Regenerate.
1268 * tests/base/mach-o/swap.h: New.
1269
d531cdb1
KG
12702007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1271
1272 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1273 Delete fixes.
1274 * tests/base/iso/math_c99.h: Delete associated test baselines.
1275 * fixincl.x: Regenerate.
1276
63729d84
KW
12772007-07-24 Krister Walfridsson <cato@df.lth.se>
1278
1279 PR target/30058
1280 * inclhack.def (netbsd_c99_inline_2): New.
1281 * fixincl.x: Regenerate.
1282 * tests/base/signal.h: Update.
1283
dadda6ca
KG
12842007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1285
1286 PR target/32641
1287
1288 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1289 solaris_math_7): Constify and make FP exception-safe.
1290 * tests/base/iso/math_c99.h: Update.
1291
1292 * fixincl.x: Regenerate.
1293
8919fa4a
RO
12942007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1295
1296 PR libgcj/28190
1297 * inclhack.def (irix_stdint_c99): New fix.
1298 * fixincl.x: Regenerate.
1299 * tests/base/stdint.h: New test.
1300
1fd994f1
SE
13012007-06-06 Steve Ellcey <sje@cup.hp.com>
1302
1303 PR testsuite/31828
1304 * inclhack.def (hppa_hpux_fp_macros): New.
1305 * fixincl.x: Regenerate.
1306 * tests/base/math.h: Update.
1307
cb3790cb
JJ
13082007-03-26 Jakub Jelinek <jakub@redhat.com>
1309
1310 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1311 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1312 __STDC_VERSION__ < 199901L.
1313 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1314 with #ifdef __GNUC_GNU_INLINE__.
1315 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
1316 with defined(__GNUC_STDC_INLINE__).
1317 (glibc_c99_inline_4): Change select, add second c_fix_arg.
1318 Replace #if __STDC_VERSION__ < 199901L with
1319 #ifdef __GNUC_GNU_INLINE__.
1320 * fixincl.x: Regenerated.
1321 * tests/base/bits/string2.h: Update.
1322 * tests/base/sys/sysmacros.h: Update.
1323 * tests/base/sys/stat.h: Update.
1324
7270dd8e
KW
13252007-03-18 Krister Walfridsson <cato@df.lth.se>
1326
1327 PR target/30058
1328 * inclhack.def (netbsd_c99_inline_1): New.
1329 * fixincl.x: Regenerate.
1330 * tests/base/signal.h: New.
1331
07f1ac6d
BM
13322007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1333
1334 * Makefile.in: Add dummy "install-info" target.
1335
14da6073
JM
13362007-03-06 Joseph Myers <joseph@codesourcery.com>
1337
1338 * mkheaders.in: Fix headers for each multilib required.
1339
b31f8484
BM
13402007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1341
1342 * Makefile.in: Add dummy install-pdf target.
1343
f686ec05
JM
13442007-02-27 Joseph Myers <joseph@codesourcery.com>
1345
1346 * mkheaders.in (incdir): Use include-fixed not include.
1347
123ddd68
BM
13482007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
1349
1350 * Makefile.in: Added "pdf" target to .PHONY.
1351
cefde4f5
RG
13522007-02-05 Richard Guenther <rguenther@suse.de>
1353
1354 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1355 with older glibc. Adjust version number for C99.
1356 * fixincl.x: Regenerated.
1357
3c1c7aae
MS
13582007-02-04 Mike Stump <mrs@apple.com>
1359
1360 * mkheaders.in: Allow optional isysroot parameter.
1361
5c4f0f47
BK
13622007-02-03 Bruce Korb <bkorb@gnu.org>
1363
1364 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1365 surrounded by space characters.
1366
a942e89f
DF
13672007-01-25 Daniel Franke <franke.daniel@gmail.com>
1368
1369 PR target/30272
1370 * inclhack.def(broken_cabs): Also remove definition of cabsl.
1371 * fixincl.x: Regenerate.
1372 * tests/base/math.h: Update.
1373
401be4b6 13742007-01-05 Bruce Korb <bkorb@gnu.org>,
92a285c1 1375 Daniel Franke <franke.daniel@gmail.com>
401be4b6
BK
1376
1377 PR target/30008
1378 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1379 of a vertical bar ("|").
2f82a97b
BK
1380 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1381 matching. Set SKIP_TEST flag if we are not to run a test.
401be4b6
BK
1382 * fixincl.x: Regenerate.
1383 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1384 kandr_concat, sco_math): Replace lists of specfic file names by search
1385 patterns.
1386
da32da74
OH
13872006-12-12 Olivier Hainque <hainque@adacore.com>
1388
1389 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1390 targets for which a no-op fixer is appropriate.
b1f75d76 1391
98e06787
RG
13922006-11-07 Richard Guenther <rguenther@suse.de>
1393
1394 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1395 systems.
1396 * fixincl.x: Regenerate.
1397
502e2a2d
GK
13982006-11-02 Geoffrey Keating <geoffk@apple.com>
1399
1400 * inclhack.def (glibc_c99_inline_1): New.
1401 * inclhack.def (glibc_c99_inline_2): New.
1402 * inclhack.def (glibc_c99_inline_3): New.
1403 * inclhack.def (glibc_c99_inline_4): New.
1404 * fixincl.x: Regenerate.
1405 * tests/base/bits/string2.h: New.
1406 * tests/base/sys/sysmacros.h: New.
1407 * tests/base/sys/stat.h: Update.
1408
b4d24eaa
SE
14092006-11-01 Steve Ellcey <sje@cup.hp.com>
1410
1411 * tests/base/sys/socket.h: Update.
1412
be645fd9
SE
14132006-10-31 Steve Ellcey <sje@cup.hp.com>
1414
1415 * inclhack.def (hpux11_extern_sendfile): New.
1416 (hpux11_extern_sendpath): New.
1417 * fixincl.x: Regenerate.
1418
0f45f0f5
JM
14192006-10-29 Joseph Myers <joseph@codesourcery.com>
1420
1421 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1422 * fixincl.x: Regenerate.
1423
b5422ad7
BM
14242006-10-10 Brooks Moses <bmoses@stanford.edu>
1425
1426 * Makefile.in: Added empty "pdf" target.
1427
6c65aa40
JDA
14282006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1429
1430 PR target/29300
1431 * inclhack.def (hpux_pthread_initializers): New hack.
1432 * tests/base/sys/pthread.h: New file.
1433
1434 * fixincl.x: Regenerate.
1435
4d98def0
UB
14362006-10-03 Uros Bizjak <uros@kss-loka.si>
1437
1438 * inclhack.def (glibc_mutex_init): Also fix
1439 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1440 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
36a43def
UB
1441 * tests/base/pthread.h: Update.
1442
1443 * fixincl.x: Regenerate.
4d98def0 1444
f6f7aabc
UB
14452006-10-01 Uros Bizjak <uros@kss-loka.si>
1446
4d98def0
UB
1447 * inclhack.def (glibc_mutex_init): New fix.
1448 * tests/base/pthread.h: Update.
f6f7aabc 1449
4d98def0 1450 * fixincl.x: Regenerate.
f6f7aabc 1451
a77d42cf
KG
14522006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1453
1454 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1455 Prevent it from running on solaris10 or later.
1456 (solaris_once_init_2): Fix comment.
1457 * tests/base/pthread.h: Update.
1458
1459 * fixincl.x: Regenerate.
1460
0a1f02df
KG
14612006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1462
1463 * inclhack.def (solaris_once_init_2): New fix.
1464 * tests/base/pthread.h: Update.
1465
1466 * fixincl.x: Regenerate.
1467
2b655a0a
KG
14682006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1469
1470 * inclhack.def (solaris_mutex_init_2): Remove test for
1471 PTHREAD_RWLOCK_INITIALIZER.
1472 (solaris_rwlock_init_1): New.
1473 * tests/base/pthread.h: Update.
1474
1475 * inclhack.def (solaris_once_init_1): New.
1476 * tests/base/pthread.h: Adjust for new fix.
b1f75d76 1477
2b655a0a
KG
1478 * fixincl.x: Regenerate.
1479
58245475
RS
14802006-07-17 Roger Sayle <roger@eyesopen.com>
1481
1482 * tests/base/errno.h: New file.
1483 * tests/base/architecture/ppc/math.h: Likewise.
1484 * tests/base/ia64/sys/getppdp.h: Likewise.
1485
b24f7f6b
LB
14862006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1487
1488 PR bootstrap/20437
58245475 1489 * Makefile.in (configure, config.h.in): Change into $(srcdir)
b24f7f6b
LB
1490 before autoconf or autoheader call.
1491
e10e3ac8
SE
14922006-06-23 Steve Ellcey <sje@cup.hp.com>
1493
1494 PR target/28084
1495 * inclhack.def (hpux_extern_errno): New.
1496 * fixincl.x: Regenerate.
1497
ae022d32
CD
14982006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1499
1500 * Makefile.in: Add dvi info html and install-html to .PHONY
1501 Add install-html target.
1502
de1f8a0d
MS
15032006-05-16 Mike Stump <mrs@apple.com>
1504
1505 * configure.ac: Add -Wno-overlength-strings.
1506 * configure: Regenerate.
1507
fc92a2d4
BF
15082006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
1509
1510 * README: Fix typo.
1511
e084430d
SE
15122006-02-18 Steve Ellcey <sje@cup.hp.com>
1513
1514 PR target/26189
1515 * inclhack.def (hpux_spu_info): New.
1516 * fixincl.x: Regenerate
1517
03e34d09
MD
15182006-01-31 Marcin Dalecki <martin@dalecki.de>
1519
1520 * configure.ac: Check for asprintf, basename, vasprintf.
1521 * config.h.in: Regenerate.
1522 * configure: Regenerate.
1523
bf73f6d2
AP
15242006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
1525
1526 PR target/15642
1527 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1528 __APPLE_CC_ as 1345.
1529 (broken_nan): New.
1530 * fixincl.x: Regenerate.
1531
66f788b0
BK
15322005-11-24 Bruce Korb <bkorb@gnu.org>
1533
58245475
RS
1534 * fixincl.c (write_replacement): "here strings" in AutoGen
1535 often/generally don't have a terminating newline. Check the
1536 last byte for '\n'.
66f788b0 1537
42068fd9
AJ
15382005-11-13 Andreas Jaeger <aj@suse.de>
1539
1540 * check.tpl: Handle CVS additionally.
1541
541c886c
AJ
15422005-11-05 Andreas Jaeger <aj@suse.de>
1543
1544 * check.tpl: Adopt for move to subversion.
1545
77923c29
JM
15462005-09-15 Joseph S. Myers <joseph@codesourcery.com>
1547
1548 PR c++/23139
1549 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1550 fixes.
1551 * fixincl.x: Regenerate.
1552 * tests/base/bits/huge_val.h: New file.
1553
df065c82
KC
15542005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1555
1556 * All files: Update with new FSF address.
1557
87fbb651
KG
15582005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1559
1560 * Makefile.in (WARN_CFLAGS): New.
1561 (.c.o): Add $(WARN_CFLAGS).
1562 * aclocal.m4: Include ../config/warnings.m4.
1563 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1564 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1565 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1566 * fixopts.c (initialize_opts): Fix old-style definintion.
1567
1568 * configure: Regenerate.
1569
246e0bd8
GK
15702005-06-24 Geoffrey Keating <geoffk@geoffk.org>
1571
1572 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1573 (AAB_darwin7_9_long_double_funcs_2): New.
1574 * fixincl.x: Regenerate.
1575
11f4453b
RO
15762005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1577
1578 PR libfortran/15266
1579 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1580 Use double quotes in select so \t matches tabs.
1581 Add IRIX testcase.
1582 * fixincl.x: Regenerate.
1583 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1584
8ba8f7e5
DS
15852005-05-22 Danny Smith <dannysmith@users.souceforge.net>
1586
1587 PR target/21683
1588 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
541c886c 1589
925a4487 15902005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
92a285c1 1591 Joseph S. Myers <joseph@codesourcery.com>
925a4487
EB
1592
1593 PR target/19933
1594 PR target/21315
1595 * inclhack.def: New fixes solaris_math_[1-9].
1596 * fixincl.x: Regenerate.
1597 * tests/base/iso/math_c99.h: New.
1598
08862f3c
KC
15992005-05-19 Kelley Cook <kcook@gcc.gnu.org>
1600
1601 * aclocal.m4: Remove superfluous reference to accross.m4.
1602
03a9fcb8
GDR
16032005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
1604
1605 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1606 * server.c (load_data): Likewise.
1607 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1608 * fixincl.c: #include <sys/wait.h>
1609 (run_compiles): Use XCNEWVEC instead of xcalloc.
1610 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1611 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1612
5fabfd4c
JM
16132005-05-10 Joseph S. Myers <joseph@codesourcery.com>
1614
1615 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1616 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1617 * fixincl.x: Regenerate.
1618
7673b71c
BK
16192005-05-06 Bruce Korb <bkorb@gnu.org>
1620 Joseph S. Myers <joseph@codesourcery.com>
1621
1622 * fixinc/inclhack.def: Correct backslashes
1623 * fixinc/fixincl.x: regen
1624
042630ad
KG
16252005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1626
1627 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1628 libiberty functions.
1629
0d667716
KG
16302005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1631
1632 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1633 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1634 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1635 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1636 _unlocked function.
1637 (fwrite_unlocked): Fix prototype.
541c886c 1638
0d667716
KG
1639 * configure, config.h.in: Regenerate.
1640
90ee1368
ZW
16412005-03-21 Zack Weinberg <zack@codesourcery.com>
1642
1643 * Makefile.in: Set gcc_version directly, not via substitution.
1644 (libsubdir): Use $(gcc_version), not $(version).
1645 (mkheaders.almost): New rule.
1646 (mkheaders): Generate from mkheaders.almost.
1647 (clean): Also delete mkheaders.almost.
1648 * aclocal.m4: Do not include ../config/gcc-version.m4.
1649 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
1650 mkheaders.almost from mkheaders.in.
1651 * configure: Regenerate.
1652
14bfd7c7
RG
16532005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
1654
1655 PR target/20166
1656 * inclhack.def: Add fix for array of incomplete structures
1657 in function prototype in pthread.h.
1658 * fixincl.x: Regenerate.
1659 * tests/base/pthread.h: Adjust.
1660
7fbdc950
JM
16612005-03-15 Joseph S. Myers <joseph@codesourcery.com>
1662
1663 * inclhack.def (hpux_htonl): New fix.
1664 * tests/base/netinet/in.h: New test.
1665 * fixincl.x: Regenerate.
1666
27f0dff4
JW
16672005-02-23 James E Wilson <wilson@specifixinc.com>
1668
1669 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1670
098b96ab
AP
16712004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1672
1673 PR 18458
1674 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1675 fixincl.
1676
afabd8e6
RS
16772004-12-02 Richard Sandiford <rsandifo@redhat.com>
1678
1679 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1680 * aclocal.m4: Include ../config/gcc-version.m4.
1681 * configure: Regenerate.
1682
9fcc7481
MM
16832004-11-26 Mark Mitchell <mark@codesourcery.com>
1684
1685 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1686 (stdio_va_list): Likewise.
1687 (stdio_stdarg.h): Likewise.
1688 (solaris_stdio_tag): Add bypass.
1689 * fixincl.x: Regenerated.
1690
b2cfdb12
GK
16912004-11-23 Geoffrey Keating <geoffk@apple.com>
1692
1693 * mkfixinc.sh: Check error code from 'cat'. Don't try running
1694 built fixincl program.
1695 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1696 up csh from user.
1697
743348ea
RS
16982004-11-20 Roger Sayle <roger@eyesopen.com>
1699
1700 * inclhack.def (alpha_pthread_init): Fix technical problems with
1701 the last check-in caused by CVS variable substitution.
1702 * fixincl.x: Likewise.
1703 * tests/base/pthread.h: Likewise.
1704
1fda9d7b
RS
17052004-11-20 Roger Sayle <roger@eyesopen.com>
1706 Bruce Korb <bkorb@gnu.org>
1707
1708 * inclhack.def (alpha_pthread_init): New fix.
1709 * fixincl.x: Regenerate.
1710 * tests/base/pthread.h: Update for new test.
1711
43c1b5d2
BK
17122004-11-15 Bruce Korb <bkorb@gnu.org>
1713
1714 * fixincl.c(fix_with_system): correct misuse of variables and
1715 incorrect application of "sizeof()".
1716
68f674e9
JM
17172004-11-13 Joseph S. Myers <joseph@codesourcery.com>
1718
1719 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1720 svr4__p, undefine_null): Remove.
1721 * fixincl.x: Regenerate.
1722 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1723 * tests/base/sys/param.h: Remove.
1724 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1725 tests/base/sys/limits.h: Update.
1726
251089a0
MS
17272004-11-12 Mike Stump <mrs@apple.com>
1728
1729 * Makefile.in (html): Add html generation support.
1730
492d5b4f
JM
17312004-11-12 Joseph S. Myers <joseph@codesourcery.com>
1732
1733 * inclhack.def (sco_math): Bypass on __GNUG__.
1734 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1735 * fixincl.x: Regenerate.
1736
793387fa
JM
17372004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1738
1739 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1740 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1741 _CLASSIC_ANSI_TYPES.
1742 (sun_auth_proto): Bypass on __cplusplus.
1743 * fixincl.x: Regenerate.
1744
ea595d4f
GK
17452004-11-05 Geoffrey Keating <geoffk@apple.com>
1746
1747 * Makefile.in (mostlyclean): Add fixinc.sh.
1748 (clean): Add mkheaders.
1749 (distclean): New.
1750 (dvi): New.
1751 (info): New.
1752 (installcheck): New.
1753
54f88091
PB
17542004-11-05 Paolo Bonzini <bonzini@gnu.org>
1755
1756 * Makefile.in (mostlyclean, distclean): New targets.
1757
53c7ffe7
GK
17582004-11-04 Geoffrey Keating <geoffk@apple.com>
1759
1760 * configure.ac: Add code to determine noncanonical_target,
1761 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1762 * configure: Regenerate.
1763 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1764 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1765 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1766 update for changes to fixinc.in.
1767 * Makefile.in: Add many new macros.
1768 (install): New target.
1769 (mkheaders): New target.
1770 (fixinc.sh): New target.
1771 (all): Add mkheaders and fixinc.sh.
1772 * README-fixinc: Move here from gcc/.
1773
40d05429
MS
17742004-11-01 Mike Stump <mrs@apple.com>
1775
1776 * inclhack.def (stdio_va_list): Break out clients from here...
1777 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
90ee1368 1778 included or ifdef va_start.
40d05429
MS
1779 * fixincl.x: Regenerate.
1780
d1ea4593
MS
17812004-10-28 Mike Stump <mrs@apple.com>
1782
1783 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1784 systems.
31eec874
MS
1785 * fixincl.x: Regenerate.
1786
005c1a13
GK
17872004-10-27 Geoffrey Keating <geoffk@apple.com>
1788
1789 * inclhack.def (darwin_gcc4_breakage): New.
1790 * fixincl.x: Regenerate.
1791
13cf7262
AL
17922004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1793
1794 PR bootstrap/17832
1795
1796 * fixfixes.c (main): Check for _PC_NAME_MAX.
1797
5ae4c565
PB
17982004-10-27 Paolo Bonzini <bonzini@gnu.org>
1799
1800 PR other/17991
1801
1802 * configure.ac: Fix typo.
1803 * configure: Regenerate.
1804 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
1805
f4a8f279
AL
18062004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1807
1808 PR bootstrap/17832
1809
1810 * fixincl.c (SIGCHLD): Remove definition.
1811 (initialize): Remove SIGIOT and SIGPIPE checks.
1812 (create_file): Fix mkdir() for Win32.
1813 (internal_fix): Use dup2() instead of fcntl().
1814
1815 * fixlib.h (SIGQUIT): Define if undefined.
1816 (SIGIOT): Same.
1817 (SIGPIPE): Same.
1818 (SIGALRM): Same.
1819 (SIGKILL): Same.
1820
1821 * procopen.c (chain_open): Use dup2() instead of fcntl().
1822
ad643a75
PB
18232004-08-14 Paolo Bonzini <bonzini@gnu.org>
1824
1825 PR other/17991
1826
1827 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1828 Update copyright year.
1829 * fixfixes.c (main): Call initialize_opts from fixopts.c.
1830 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1831 do not include code for parsing options (environment vars).
1832 (fix_with_system): Use a search path for applyfix, so that you
1833 can run the test suite with two-process fixincludes.
1834 * fixopts.c: New file.
1835 * configure.ac: Add --enable-twoprocess. Export ac_exeext
1836 to config.h. Default to --enable-twoprocess for MinGW32.
1837 * config.h.in: Regenerate.
1838 * configure: Regenerate.
1839
78970115
LR
18402004-10-04 Loren J. Rittle <ljrittle@acm.org>
1841
1842 * tests/base/sys/cdefs.h: Update from test area.
1843
fa71a5c3
RS
18442004-09-17 Roger Sayle <roger@eyesopen.com>
1845
1846 * inclhack.def (linux_ia64_ucontext): New fix.
1847 * fixincl.x: Regenerate.
1848 * tests/base/sys/ucontext.h: New file.
1849
9544bea1
RS
18502004-09-15 Roger Sayle <roger@eyesopen.com>
1851
1852 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1853 * tests/base/stdlib.h: Likewise.
1854
28785dde
LR
18552004-09-13 Loren J. Rittle <ljrittle@acm.org>
1856
1857 * inclhack.def (freebsd_gcc4_breakage): Add.
1858 * fixincl.x: Regenerate.
c6303833 1859 * tests/base/sys/cdefs.h: Update for new test.
28785dde 1860
d635c707
AN
18612004-09-10 Adam Nemet <anemet@lnxw.com>
1862
1863 * inclhack.def (lynx_void_int): Remove.
1864 (lynxos_fcntl_proto): Remove.
1865 (lynxos_no_warning_in_sys_time_h): New fix.
1866 (lynxos_missing_putenv): New fix.
1867 * fixincl.x: Regenerate.
1868 * tests/base/fcntl.h: Remove.
1869 * tests/base/sys/time.h: Update from test area.
1870 * tests/base/curses.h: Likewise.
1871 * tests/base/stdlib.h: Likewise.
1872
61fec9ff
JB
18732004-09-03 Jan Beulich <jbeulich@novell.com>
1874
1875 * inclhack.def: Suppress exception_structure and math_exception
1876 for NetWare headers.
1877 * fixincl.x: Regenerate.
1878
71b5d516
PB
18792004-08-31 Paolo Bonzini <bonzini@gnu.org>
1880
1881 * .cvsignore: New.
1882 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1883 autoconfiscated.
1884 * configure.ac: New.
1885 * config.h.in: Generate.
1886 * configure: Generate.
1887 * aclocal.m4: New.
1888 * fixlib.h: Remove inclusions of gcc files.
1889 * system.h: New.
1890
1891 Other files copied from gcc/fixinc.