]> gcc.gnu.org Git - gcc.git/blame - fixincludes/ChangeLog
Eenable -Winvalid-memory-order for C++ [PR99612].
[gcc.git] / fixincludes / ChangeLog
CommitLineData
62eb5308
GA
12022-01-01 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2
3 * inclhack.def: Add new fix on darwin.
4 * fixincl.x: Regenerate.
5 * tests/base/math.h: Regenerate.
6
e1d43592
GA
72021-11-23 Xi Ruoyao <xry111@mengyan1223.wang>
8
9 PR bootstrap/103306
10 * fixincl.c (process): Don't call abort().
11
a8029add
GA
122021-11-13 Xi Ruoyao <xry111@mengyan1223.wang>
13
14 PR other/21823
15 PR bootstrap/80047
16 * fixincl.c (process): Simplify the handling for highly
17 unlikely access() failure, to avoid using non-standard
18 extensions.
19
1e2f030b
GA
202021-08-30 John David Anglin <danglin@gcc.gnu.org>
21
22 * inclhack.def (hpux_c99_inttypes5): New hack to define PRIdPTR, etc.
23 * fixincl.x: Regenerate.
24 * tests/base/inttypes.h: Update.
25
6fba0eea
GA
262021-07-06 Clément Chigot <clement.chigot@atos.net>
27
28 * inclhack.def (aix_externcpp1): Improve select regexp.
29 * fixincl.x: Regenerate.
30 * tests/base/sys/socket.h: Update.
31
25b6bfea
GA
322021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
33
34 PR other/91085
35 * fixfixes.c (check_has_inc): New static function.
36 (machine_name_fix): Don't replace header names in
37 __has_include(...).
38 * inclhack.def (machine_name): Adjust test.
39 * tests/base/testing.h: Update.
40
d52945ce
GA
412020-12-14 Ilya Leoshkevich <iii@linux.ibm.com>
42
43 * fixincl.x: Rerun genfixes.
44 * inclhack.def(aix_physadr_t): Change test_text to something
45 that needs to be replaced.
46 * tests/base/sys/types.h(aix_physadr_t): Add expectation.
47
25bb75f8
GA
482020-11-18 Nathan Sidwell <nathan@acm.org>
49
50 * inclhack.def (aix_physaddr_t): New.
51 * fixincl.x: Regenerated.
52
11bd9480
GA
532020-10-03 Clément Chigot <clement.chigot@atos.net>
54
55 * inclhack.def (aix_malloc): Add more context to select.
56 * fixincl.x: Regenerate.
57 * tests/base/malloc.h: Update expected results.
58
91dd4a38
GA
592020-09-26 David Edelsohn <dje.gcc@gmail.com>
60
61 PR target/97044
62 * inclhack.def (aix_inttypes): New fix.
63 * fixincl.x: Regenerate.
64 * tests/base/sys/inttypes.h: New file.
65
2aad20c0
GA
662020-09-17 David Edelsohn <dje.gcc@gmail.com>
67
68 * inclhack.def (aix_externcpp1): Add more context to select.
69 (aix_externcpp2): Same.
70 * fixincl.x: Regenerate.
71 * tests/base/sys/socket.h: Update expected results.
72
732020-09-17 Torbjörn SVENSSON <torbjorn.svensson@st.com>
74 Christophe Lyon <christophe.lyon@linaro.org>
75
76 * fixfixes.c (pz_tmp_base, pz_tmp_dot): Define only with
77 _PC_NAME_MAX.
78
afbffe08
AO
792020-02-20 Alexandre Oliva <oliva@adacore.com>
80
81 * mkheaders.in: Don't require build-time shell on host.
82
d876c8f9
MC
832020-02-13 Matheus Castanho <msc@linux.ibm.com>
84
85 * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
86
0a649b83
AO
872020-02-13 Alexandre Oliva <oliva@adacore.com>
88
89 * mkheaders.in: Re-create subdirs, copy limits.h into subdir.
90 * mkfixinc.sh: Create dummy fixinc for *-*-vxworks7*.
91
10be08aa
JDA
922020-01-25 John David Anglin <danglin@gcc.gnu.org>
93
94 * inclhack.def (hpux_c99_inttypes4): New, add missing SCNuMAX defines.
95 * fixincl.x: Regenerate.
96 * tests/base/inttypes.h: Update for above fix.
97
5ee5eddb
JDA
982019-12-30 John David Anglin <danglin@gcc.gnu.org>
99
100 PR libgomp/93066
101 * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
102 and UINTPTR_MAX, and missing define for SIZE_MAX.
103 * fixincl.x: Regenerate.
104 * tests/base/inttypes.h: Update for above fix.
105
5c439f4d
D
1062019-08-18 C.G. Dogan <gcc+cgdogan.00@gmail.com>
107 Iain Sandoe <iain@sandoe.co.uk>
108
109 PR target/83531
110 * inclhack.def (darwin_api_availability): New, strip leading
111 underscores from API_XXXX defines.
112 * fixincl.x: Regenerate.
113 * tests/base/os/availability.h: New file.
114
5a50aed3
IS
1152019-06-21 Iain Sandoe <iain@sandoe.co.uk>
116
117 * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
118 __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
119 Ensure that the top level math.h uses <> to wrap included headers
120 rather than "".
121 * fixincl.x: Regenerated.
122 * tests/base/architecture/ppc/math.h: Update test to include the
123 __DARWIN_NO_LONG_LONG case.
124
59a0b1db
IS
1252019-06-21 Iain Sandoe <iain@sandoe.co.uk>
126
127 * inclhack.def: Guard __has_attribute and __has_extension in
128 os/base.h.
129 Guard Apple blocks syntax in dispatch/object.h.
130 * fixincl.x: Regenerate.
131 * tests/base/dispatch/object.h: New file.
132 * tests/base/os/base.h: New file.
133
7121b43f
IS
1342019-05-11 Iain Sandoe <iain@sandoe.co.uk>
135 PR target/90379
136 PR bootstrap/89864
137 * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
138 for wrap fixes.
139 * fixincl.x: Regenerated.
140
8e6759aa
ES
1412019-04-18 Erik Schnetter <schnetter@gmail.com>
142 Jakub Jelinek <jakub@redhat.com>
143 Iain Sandoe <iain@sandoe.co.uk>
144
145 PR bootstrap/89864
146 * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
147 use in headers included by C++.
148 * fixincl.x: Regenerated.
149
22e05272
JM
1502018-10-31 Joseph Myers <joseph@codesourcery.com>
151
152 PR bootstrap/82856
153 * configure.ac: Remove AC_PREREQ.
154 * aclocal.m4, configure: Regenerate.
155
92a7f46b
RV
1562018-10-16 Rasmus Villemoes <rv@rasmusvillemoes.dk>
157
158 * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
159 include of vxCpu.h, guard include of vxTypesOld.h by
160 !_ASMLANGUAGE.
161 * fixincl.x: Regenerate.
162
c7a8f93d
RV
1632018-09-03 Rasmus Villemoes <rv@rasmusvillemoes.dk>
164
165 * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
166 expansion of ioctl macro.
167 * fixincl.x: Regenerate.
168
5b3d96f2
DE
1692018-07-23 David Edelsohn <dje.gcc@gmail.com>
170
171 * inclhack.def (aix_unistd): New.
172 * fixincl.x: Regenerate.
173 * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
174
0e97b84b
RV
1752018-06-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
176
177 * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
178 missing hunk.
179
c649ee40
RV
1802018-06-12 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
181
764d9a51
RV
182 * genfixes: exit 1 when autogen not found.
183 * genfixes: Remove some redundant code.
184 * genfixes: Update URL to autogen source code.
185
c649ee40
RV
186 * inclhack.def: Fix fixup for assert.h on vxworks.
187 * fixincl.x: Regenerate.
188
1afe3e77
RV
1892018-05-25 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
190
191 * inclhack.def (vxworks_iolib_include_unistd): New fix.
192
001ddaa8
DM
1932018-04-18 David Malcolm <dmalcolm@redhat.com>
194
195 PR jit/85384
196 * configure: Regenerate.
197
58730d18
DE
1982018-02-22 David Edelsohn <dje.gcc@gmail.com>
199
200 * inclhack.def (aix_stdlib_vec_malloc): New.
201 (aix_stdlib_vec_calloc): New.
202 * fixincl.x: Regenerate.
203 * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
204 [AIX_STDLIB_VEC_CALLOC]: New test.
205
b015bcbb
MF
2062017-10-13 Mike Frysinger <vapier@chromium.org>
207
208 * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
209 's|[^/]*//*||'.
210
a476498c
DR
2112017-06-12 Doug Rupp <rupp@adacore.com>
212
213 * inclhack.def (AAB_vxworks_stdint): Remove hack.
214 * fixincl.x: Regenerate.
215
888339e6
JDA
2162017-02-25 John David Anglin <danglin@gcc.gnu.org>
217
218 PR target/68739
219 * inclhack.def (hpux11_pthread_pointer): New fix.
220 (hpux11_pthread_const): Adjust to remove void * cast from define.
221 * fixincl.x: Regenerate.
222
7d323537
JDA
2232017-02-11 John David Anglin <danglin@gcc.gnu.org>
224
225 * tests/base/alloca.h: New file.
226 * inclhack.def (hppa_hpux11_alloca): New fix.
227 * fixincl.x: Regenerate.
228
3c36aa6b
JJ
2292017-01-17 Jakub Jelinek <jakub@redhat.com>
230
231 PR other/79046
232 * configure.ac: Add GCC_BASE_VER.
233 * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
234 get version from BASE-VER file.
235 * configure: Regenerated.
236
2252a802
RO
2372017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
238
239 PR libstdc++/78979
240 * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
241 (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
242 * fixincl.x: Regenerate.
243 * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
244 SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
245 SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
246
3115f94f
RO
2472016-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
248
249 * inclhack.def (solaris_math_12): New fix.
250 (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
251 * fixincl.x: Regenerate.
252 * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
253
97448adf
RO
2542016-11-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
255
256 PR sanitizer/78267
257 * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
258 (darwin_os_trace_2, darwin_os_trace_3): New fixes.
259 (hpux_stdint_least_fast): Remove spurious _EOFix_.
260 * fixincl.x: Regenerate.
261 * tests/bases/AvailabilityInternal.h: New file.
262 * tests/bases/os/trace.h: New file.
263
716028e4
TK
2642016-09-30 Tadek Kijkowski <tkijkowski@gmail.com>
265
266 * check.tpl: Convert line endings to unix on test outputs
267 * fixfixes.c: Fixed passing file name to apply_fix when
268 SEPARATE_FIX_PROC is defined
269 * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
270 * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
271
abb62d32
JDA
2722016-09-04 John David Anglin <danglin@gcc.gnu.org>
273
274 * inclhack.def (hpux_longjmp): Adjust select regular expression.
275 * fixincl.x: Regenerate.
276
dffe3cc5
JDA
2772016-08-13 John David Anglin <danglin@gcc.gnu.org>
278
279 * inclhack.def (hpux_longjmp): New fix.
280 * fixincl.x: Regenerate.
281 * tests/base/setjmp.h: New test file.
282
ef19a444
BE
2832016-08-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
284
285 PR bootstrap/72833
286 * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
287 * inclhack.def (darwin_longjmp_noreturn): New fix.
288 * fixincl.x: Regenerated.
289 * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
290
354c5470
MB
2912016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
292
293 * fixinc.in: Use --parents option to make LIB directory.
294
ee2499b4
TS
2952016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
296
297 * mkfixinc.sh: Remove interix support.
298
d4f076c9
DE
2992016-06-13 David Edelsohn <dje.gcc@gmail.com>
300
301 * inclhack.def (aix_stdlib_malloc): New fix.
302 (aix_stdlib_realloc): New fix.
303 (aix_stdlib_calloc): New fix.
304 (aix_stdlib_valloc): New fix.
305 * fixincl.x: Regenerate.
306 * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
307 [AIX_STDLIB_REALLOC]: New test.
308 [AIX_STDLIB_CALLOC]: New test.
309 [AIX_STDLIB_VALLOC]: New test.
310
f67cb8fe
JDA
3112016-01-31 John David Anglin <danglin@gcc.gnu.org>
312
313 PR target/68741
314 * inclhack.def (hpux_vsscanf): New fix.
315 * fixincl.x: Regenerated.
316 * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
317
d8082c18
DE
3182015-08-14 David Edelsohn <dje.gcc@gmail.com>
319
320 * inclhack.def (aix_stdio_inline): New fix.
321 (aix_strtof_const): Limit to *-*-aix*.
322 (aix_sysmachine): Same.
323 (aix_syswait_2): Same.
324 (aix_volatile): Same.
325 * fixincl.x: Regenerated.
326 * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
327
cfce0488
EG
3282015-07-28 Eric Gallager <egall@gwmail.gwu.edu>
329
330 * check.tpl: Ignore .DS_Store directories.
331
9846edff
DE
3322015-05-21 David Edelsohn <dje.gcc@gmail.com>
333
334 * inclhack.def (aix_externc): New fix.
335 (aix_externcpp[12]): New fix.
336 * fixincl.x: Regenerate.
337 * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
338 * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
339 * test/base/fcntl.h: New file.
340
a4875765
MH
3412015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
342
343 * aclocal.m4: Regenerated with automake-1.11.6.
344
218213df
GR
3452015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
346
347 * mkfixinc.sh: Add *-musl* with no fixes.
348
f5ffa61d
JDA
3492015-03-28 John David Anglin <danglin@gcc.gnu.org>
350
351 PR libstdc++/65500
352 * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
353 * fixincl.x: Regenerate.
354 * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
355
266c722f
DR
3562015-02-16 Daniel Richard G. <skunk@iskunk.org>
357
358 PR bootstrap/48009
359 PR bootstrap/53348
360 * inclhack.def (aix_strtof_const): New fix.
361 * fixincl.x: Regenerate.
ba5b5e24 362 * tests/base/stdlib.h: New test.
266c722f 363
9e271531
RO
3642015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
365
366 * inclhack.def (solaris_math_11): New fix.
367 * fixincl.x: Regenerate.
368 * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
369
a15b4c98
DE
3702015-02-06 David Edelsohn <dje.gcc@gmail.com>
371
372 PR bootstrap/53348
373 * inclhack.def (aix_pthread): Accept tab after define.
374 * fixincl.x: Regenerate.
375
11c3a68e
BK
3762015-01-24 Bruce Korb <bkorb@gnu.org>
377
378 * README: add some clarification on use of test_text
379
3802014-12-21 Bruce Korb <bkorb@gnu.org>
381
382 * fixincludes/fixincl.tpl: add handling for "sum" selection
383 criteria and clean up layout
384 * fixincludes/fixlib.h: enumerate TT_CKSUM test type
385 * fixincludes/fixincl.c (fix_applies): add code to handle
386 the new test type
387 (cksum_test): function to handle it
388 * fixincludes/README: doc it and remove explanations from
389 more than a decade ago.
390
451f1199
UB
3912014-12-15 Uros Bizjak <ubizjak@gmail.com>
392
393 * server.c (server_setup): Check return value of
394 getcwd and in case of error set buff[0] to 0.
395
0c5c9f95
UB
3962014-10-21 Uros Bizjak <ubizjak@gmail.com>
397
398 * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
399 * fixincl.x: Regenerate.
400
5435176b
AI
4012014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
402
403 * inclhack.def (complier_h_tradcpp): Remove.
404 * fixincl.x: Regenerate.
405 * tests/base/linux/compiler.h: Remove.
406
d9f069ab
RO
4072014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
408
409 * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
410 (solaris_int_types): Remove.
411 (solaris_longjmp_noreturn): Remove.
412 (solaris_mutex_init_2): Remove.
413 (solaris_once_init_2): Remove.
414 (solaris_sys_va_list): Remove.
415 * fixincl.x: Regenerate.
416 * tests/base/iso/setjmp_iso.h: Remove.
417 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
418 [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
419 solaris_once_init_2.
420 [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
421 * tests/base/sys/int_types.h: Remove.
422 * tests/base/sys/va_list.h: Remove.
423
5502f40b
BRF
4242013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
425
426 Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
427
e1775b33
BK
4282013-12-07 Bruce Korb <bkorb@gnu.org>
429
430 * inclhack.def: many of the headers found under "bits/" are
431 often stashed under architecture directories. Apply fixes
432 to those, too. Also, re-ordered misordered fixes.
433 * tests/base/linux/vt.h: 80 columns in .def file limitation
434 * tests/base/iso/math_c99.h: adjust ordering
435 * tests/base/rtldef/string.h: likewise
436 * tests/base/bits/fenv.h: likewise
437 * tests/base/pthread.h: likewise
438
3fc92e70
RB
4392013-12-06 Richard Biener <rguenther@suse.de>
440
441 * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
442 being not compatible with C++.
443 * fixincl.x: Regenerate.
444 * tests/base/linux/vt.h: New test.
445
3cbe17f7
AM
4462013-09-20 Alan Modra <amodra@gmail.com>
447
448 * configure: Regenerate.
449
a4f710a6
DE
4502013-09-02 David Edelsohn <dje.gcc@gmail.com>
451
452 * inclhack.def (aix_assert): New fix.
453 * fixincl.x: Regenerate.
454 * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
455
bbeedee0
BK
4562013-07-06 Bruce Korb <bkorb@gnu.org>
457
458 * inclhack.def (cdef_cplusplus): removed, per Bug 51776
cf3cfecd 459 * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
bbeedee0 460
ecdbd01a 4612013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>
87725115
AI
462
463 * inclhack.def (complier_h_tradcpp): New.
464 * fixincl.x: Rebuilt.
465 * tests/base/linux/compiler.h: New.
466
0a91f65d
RO
4672013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
468
469 * inclhack.def (solaris_pow_int_overload): Update comment.
470 Change guard to match <cmath>.
471 * fixincl.x: Regenerate.
472 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
473 Matching change.
474
0654e6be
DE
4752013-05-04 David Edelsohn <dje.gcc@gmail.com>
476
477 * inclhack.def (aix_null): New.
478 (void_null): Update replacement definition of NULL.
479 * fixincl.x: Regenerate.
480 * tests/base/curses.h: Update for new fix.
481
4822013-01-16 Alexandre Oliva <aoliva@redhat.com>
c851c76c
AO
483
484 * inclhack.def (feraiseexcept_nosse_invalid): New.
485 (feraiseexcept_nosse_divbyzero): Likewise.
486 * fixincl.x: Rebuilt.
487 * tests/base/bits/fenv.h: New.
488
bd0ca6ba
RB
4892013-01-14 Richard Biener <rguenther@suse.de>
490
491 * fixlib.h (verbose_level, fixinc_mode): Mark extern.
492
fa547b39 4932012-10-29 Bruce Korb <bkorb@gnu.org>
7e416541
BK
494
495 * README: testing wrap and replacement fixes is pointless.
496 * fixincl.c: export verbosity enumerations to fixlib.h
497 (run_compiles): mark replacement fixes to be skipped when
498 in testing mode
499 * fixlib.h: add a test mode and enumerations from fixincl.c
500 * check.tpl: set TEST_MODE in environment
501 * fixopts.c (initialize_opts): check for TEST_MODE in environment
502 * inclhack.def: move AAB_darwin7_9_long_double_funcs to
503 darwin_9_long_double_funcs_2. It is not a replacement fix.
504 * fixincl.x: regenerate
505 * tests/base/ioLib.h: the need for this is now exposed, so add it.
506 * tests/base/architecture/ppc/math.h: the correct result is now needed.
507
fa547b39 5082012-10-29 Robert Mason <rbmj@verizon.net>
1d5d667b
RM
509
510 * fixinc.in: Omit machine name checks for vxworks
511 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
512 (AAB_vxworks_regs_vxtypes): another
513 (AAB_vxworks_stdint): yet another
514 (AAB_vxworks_unistd): and another
515 (vxworks_ioctl_macro): reformatting fix
516 (vxworks_mkdir_macro): again
517 (vxworks_regs): and again
518 (vxworks_write_const): and again
519 * tests/base/ioLib.h: new test result
520 * tests/base/math.h: likewise
521 * tests/base/sys/stat.h: likewise
522 * tests/base/testing.h: and again
523
31d20666
DE
5242012-09-29 David Edelsohn <dje.gcc@gmail.com>
525
526 * inclhack.def (AAB_aix_fcntl): New fix.
527 * fixincl.x: Regenerate.
528
b1f75d76
DE
5292012-06-19 David Edelsohn <dje.gcc@gmail.com>
530
531 * inclhack.def (aix_mutex_initializer_1): New fix.
532 (aix_cond_initializer_1): New fix.
533 (aix_rwlock_initializer): New fix.
534 * fixincl.x: Regenerate.
535 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
536 [AIX_COND_INITIALIZER_1_CHECK]: New.
537 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
538
678abdd9
TS
5392012-05-29 Thomas Schwinge <thomas@codesourcery.com>
540
541 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
542 gcc_AC_FUNC_MMAP_BLACKLIST.
543 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
544 * aclocal.m4: Regenerate.
545 * configure: Regenerate.
546
c1041240
TG
5472012-04-24 Tristan Gingold <gingold@adacore.com>
548
549 * fixincl.c (fix_with_system): Add missing specifier.
550 * configure.ac: Default to twoprocess on vms.
551 * configure: Regenerate.
552
3c59ab0d
DE
5532012-03-23 David Edelsohn <dje.gcc@gmail.com>
554
555 * inclhack.def (aix_malloc): New.
556 * fixincl.x: Regenerate.
557 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
b1f75d76 558
159bde98
RO
5592012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
560
561 PR other/52626
562 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
563 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
564
a59205fa
TG
5652012-03-15 Tristan Gingold <gingold@adacore.com>
566
567 * README (EXAMPLES OF FIXES): Update.
568
7888f266
RO
5692012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
570
571 * inclhack.def (math_exception): Remove duplicate.
572 (solaris_cond_init): Remove.
573 (solaris_sys_va_list): Remove Solaris 8 support.
574 * fixincl.x: Regenerate.
575 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
576
b24513a1
RO
5772012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
578
579 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
580 (irix___restrict): Remove.
581 (irix___generic1): Remove.
582 (irix___generic2): Remove.
583 (irix_asm_apostrophe): Remove.
584 (irix_complex): Remove.
585 (irix_pthread_init): Remove.
586 (irix_socklen_t): Remove.
587 (irix_stdint_c99_mode): Remove.
588 (irix_stdint_c99_types): Remove.
589 (irix_stdint_c99_macros): Remove.
590 (irix_stdio_va_list): Remove IRIX 6.5 support.
591 (irix_wcsftime): Remove.
592 (stdio_va_list): Remove IRIX 6.5 support.
593 (svr4_profil): Remove IRIX bypass.
594 * fixincl.x: Regenerate.
595
596 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
597 * tests/base/internal/math_core.h: Remove.
598 * tests/base/internal/sgimacros.h: Remove.
599 * tests/base/internal/wchar_core.h: Remove.
600 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
601 support.
602 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
603 * tests/base/stdint-irix65.h: Remove.
604 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
605 * tests/base/sys/asm.h: Remove.
606 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
607
5c30094f
RO
6082012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
609
610 * inclhack.def (alpha___extern_prefix): Remove.
611 (alpha___extern_prefix_standards): Remove.
612 (alpha___extern_prefix_sys_stat): Remove.
613 (alpha_bad_lval): Remove.
614 (alpha_pthread): Remove.
615 (alpha_pthread_gcc): Remove.
616 (alpha_pthread_init): Remove.
617 * fixincl.x: Regenerate.
618 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
619 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
620 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
621 * tests/base/standards.h: Remove.
622 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
623 Remove.
624 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
625 [ALPHA_BAD_LVAL_CHECK]: Remove.
626
24219d38
TG
6272012-03-12 Tristan Gingold <gingold@adacore.com>
628
629 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
630 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
631 (vms_no_64bit_getopt, vms_forward_declare_struct)
632 (vms_use_fast_setjmp): New fixes.
633 * fixincl.x: Regenerate.
634 * tests/base/rtldef/string.h: Update.
635 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
636 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
637 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
638
4c14fd7e
BK
6392012-01-11 Bruce Korb <bkorb@gnu.org>
640 Steven G. Kargl <kargl@gcc.gnu.org>
641 Andreas Tobler <andreast@fgznet.ch>
642
58ef7568 643 PR bootstrap/51705
4c14fd7e
BK
644 PR preprocessor/51776
645 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
646 * fixincl.x: Regenerate.
647 * tests/base/sys/cdefs.h: Update.
648
649 * genfixes: Remove the 'Ver.' from the version check.
650
4a5e00ca
AS
6512011-12-20 Andreas Schwab <schwab@linux-m68k.org>
652
653 * configure: Regenerate.
654
095af58f
AS
6552011-12-19 Andreas Schwab <schwab@linux-m68k.org>
656
657 * configure: Regenerate.
658
00449933
DE
6592011-11-16 David Edelsohn <dje.gcc@gmail.com>
660
661 * inclhack.def (aix_once_init_[12]): New fixes.
662 * fixincl.x: Regenerate.
663 * tests/base/pthread.h: Update.
664
0c094ab3
MS
6652011-10-25 Mike Stump <mikestump@comcast.net>
666
667 PR target/48851
668 * inclhack.def (void_null): New bypass.
669 * fixincl.x: Regenerate.
670
750db024
TG
6712011-09-26 Tristan Gingold <gingold@adacore.com>
672
673 * inclhack.def (ms_define_can_use_extern_prefix):
674 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
675 New fixes.
676 * fixincl.x: Regenerate.
677 * tests/base/rtldef/string.h: New test.
678 * tests/base/rtldef/decc$types.h: Likewise.
679 * tests/base/testing.h: Update
680
e7dd5b57
TG
6812011-09-22 Tristan Gingold <gingold@adacore.com>
682
683 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
684
3d3aae5b
SE
6852011-08-23 Steve Ellcey <sje@cup.hp.com>
686
687 PR libstdc++/50153
688 * inclhack.def (hpux11_abs): Extend to all hpux machines.
689 * fixincl.x: Regenerate.
690
d62bab6a
RO
6912011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
692 Marc Glisse <marc.glisse@normalesup.org>
693
694 PR libstdc++-v3/1773
695 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
696 (solaris_longjmp_noreturn, solaris_pow_int_overload)
697 (solaris_std___filbuf): New fixes.
698 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
699 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
700 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
701
9d7b2124
RO
7022011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
703
704 PR c++/49347
705 * inclhack.def (solaris_posix_spawn_restrict): New fix.
706 * fixincl.x: Regenerate.
707 * tests/base/spawn.h: New test.
708
20720201
DR
7092011-06-08 Douglas B Rupp <rupp@gnat.com>
710
711 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
712 * configure: Regenerate.
713 * config.h.in: Regenerate.
714
11b815ca
PG
7152011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
716
717 * inclhack.def (aix_net_if_arp): New fix.
718 * fixincl.x: Regenerate.
719 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
720
f3450bc8
TG
7212011-05-17 Tristan Gingold <gingold@adacore.com>
722
723 * inclhack.def (solaris_complex_cxx): Fix syntax.
724 * fixincl.x: Regenerate.
725
067e2f06
TG
7262011-05-17 Tristan Gingold <gingold@adacore.com>
727
728 * check.tpl: Shell-quote testing file.
729
ebb9f8b0
JM
7302011-03-22 Joseph Myers <joseph@codesourcery.com>
731
732 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
733
455c8f48
RW
7342010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
735
736 PR other/46202
737 * Makefile.in (install-strip): New phony target.
738 (all, check, install): Also mark as phony.
739
d8ef0f49
RO
7402010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
741
742 * inclhack.def (irix_pthread_init): New fix.
743 * fixincl.x: Regenerate.
744 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
745
1e335ae2
RO
7462010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
747
748 PR c++/46024
749 * inclhack.def (solaris_sys_va_list): New fix.
750 * fixincl.x: Regenerate.
751 * tests/base/sys/va_list.h: New test.
752
9407158d
JDA
7532010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
754
755 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
756 * fixincl.x: Regenerate.
757
872cc2d3
RO
7582010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
759
760 * inclhack.def (solaris_cond_init): New fix.
761 * fixincl.x: Regenerate.
762 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
763 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
764
babc4728
RO
7652010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
766
767 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
768 * fixincl.x: Regenerate.
769 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
770 * tests/base/sys/feature_tests.h: New file.
771
c3f247f4
RW
7722010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
773 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
774
775 PR bootstrap/42798
776 * configure.ac: Check for declaration of 'basename(char *)'.
777 * configure: Regenerate.
778
8c200350
RO
7792010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
780
781 * inclhack.def (alpha_wchar): Remove.
782 * fixincl.x: Regenerate.
783 * tests/base/wchar.h: Remove.
784
4d9e8446
RW
7852010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
786
787 * aclocal.m4: Regenerate.
788
1a3a6aec
RO
7892010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
790
791 * inclhack.def (alpha_assert): Allow for more whitespace in
792 select.
793 * fixincl.x: Regenerate.
794
f48aa01a
L
7952010-03-28 H.J. Lu <hongjiu.lu@intel.com>
796
797 PR target/40722
798 * mkfixinc.sh: Revert the last change for mingw.
799
6f5db5f7
JM
8002010-03-24 Joseph Myers <joseph@codesourcery.com>
801
802 * inclhack.def (glibc_strncpy): New fix.
803 * fixincl.x: Regenerate.
804 * tests/base/bits/string2.h: Update.
805
1ab71299
L
8062010-03-23 H.J. Lu <hongjiu.lu@intel.com>
807
808 PR target/40722
809 * mkfixinc.sh: Fix stdlib.h for mingw.
810
73489878
BK
8112010-02-19 Bruce Korb <bkorb@gnu.org>
812
813 * inclhack.def: remove vestiges of inadvertently committed changes
814
d76f631a
BK
8152010-02-10 Bruce Korb <bkorb@gnu.org>
816
817 * README: fix up references to old gcc/fixinc directory
818
93e520a2
RO
8192010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
820
821 * inclhack.def (solaris_int_limits_3): New fix.
822 * fixincl.x: Regenerate.
823 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
824 test.
825
826 * inclhack.def (solaris_int_const, solaris_int_limits_1,
827 solaris_int_limits_2 ): Applies to Solaris 2 in general.
828 Remove select.
829 Add mach for *-*-solaris2*.
830 Change second c_fix_arg to select.
831 Remove #pragma ident from test_text.
832 * fixincl.x: Regenerate.
833 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
834 #pragma trigger text.
835 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
836 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
837
dc4f0670
RO
8382010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
839
840 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
841 (aix_stdint_2): Likewise.
842 (aix_stdint_3): Likewise.
843 (aix_stdint_4): Likewise.
844 (aix_stdint_5): Likewise.
845 (darwin_stdint_1): Add stdint-darwin.h to files.
846 (darwin_stdint_2): Likewise.
847 (darwin_stdint_3): Likewise.
848 (darwin_stdint_4): Likewise.
849 (darwin_stdint_5): Likewise.
850 (darwin_stdint_6): Likewise.
851 (darwin_stdint_7): Likewise.
852 (hpux_c99_intptr): Add stdint-hpux11.h to files.
853 (hpux_c99_inttypes): Likewise.
854 (hpux_c99_inttypes2): Likewise.
855 (hpux_stdint_least_fast): Likewise.
856 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
857 (irix_stdint_c99_types): New fix.
858 (irix_stdint_c99_macros): New fix.
859 (newlib_stdint_1): Add stdint-newlib.h to files.
860 (newlib_stdint_2): Likewise.
861 fixincl.x: Regenerate.
862 tests/base/stdint-aix.h: New file.
863 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
864 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
865 tests/base/stdint-aix.h: ... here.
866 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
867 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
868 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
869 tests/base/stdint-darwin.h: New file.
870 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
871 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
872 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
873 tests/base/stdint-darwin.h: ... here.
874 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
875 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
876 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
877 tests/base/stdint-hpux11.h: New file.
878 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
879 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
880 tests/base/stdint-hpux11.h: ... here.
881 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
882 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
883 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
884 IRIX_STDINT_C99_MODE_CHECK.
885 tests/base/stdint-irix65.h: New file.
886 tests/base/stdint-newlib.h: New file.
887 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
888 NEWLIB_STDINT_2_CHECK]: Moved ...
889 tests/base/stdint-newlib.h: ... here.
890
43e02a8a
RW
8912009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
892
893 * configure: Regenerate.
894
84b80444
SE
8952009-10-21 Steve Ellcey <sje@cup.hp.com>
896
897 * inclhack.def (hpux_stdint_least_fast): Simplify.
898 * fixincl.x: Regenerate.
899 * tests/base/stdint.h: Update.
900
07471115
RW
9012009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
902
903 * inclhack.def (isc_fmod, isc_omits_with_stdc)
904 (nested_sys_limits, sco_math): Remove.
905 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
906 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
907 * tests/base/sys/limits.h: Remove.
908 * fixincl.x: Regenerate.
909
a3d37119
RW
9102009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
911
912 PR testsuite/29737
913 PR bootstrap/35938
914 PR testsuite/39655
915 * check.tpl: Fix typos.
916 * README: Likewise. Also, document that 'select' uses ERE.
917 * mkheaders.in: Update copyright years in --version output.
918 * inclhack.def (sco_math): Add missing final newline in sed
919 script 'a', 'c', or 'i' commands, for BSD sed.
920 (sco_math): In the text of 'a', 'c', or 'i' sed
921 commands, prepend leading white space with a backslash to avoid
922 the whitespace to be removed by BSD sed.
923 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
924 (x11_new): Fix sed expression, for BSD sed.
925 (glibc_mutex_init): Fix newlines in sed 's' command replacement
926 part, for GNU sed 3.02 and Solaris sed.
927 (glibc_mutex_init): Replace unportable \+ sed regex operator
928 with \{1,\}.
929 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
930 alternation \| regex operator.
931 (solaris_complex): Remove superfluous backslashes from
932 replacement string. Replace \+ operator with \{1,\}.
933 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
934 * fixincl.x: Regenerate.
935
7aa7b459
RO
9362009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
937
938 PR libfortran/41169
939 * inclhack.def (irix_complex): New fix.
940 (solaris_complex): Likewise.
941 * fixincl.x: Regenerate.
942 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
943 New tests.
944
0b7da9ce
BK
9452009-08-28 Bruce Korb <bkorb@gnu.org>
946 Steve Ellcey <sje@cup.hp.com>
947
948 * README (files): Describe files entry.
949 * inclhack.def (hpux_stdint_least): Remove.
950 (hpux_stdint_fast): Remove.
951 (hpux_stdint_fast): Remove.
952 (hpux_stdint_least_fast): New.
953 (hpux_inttype_int_least8_t): Remove.
954 (hpux_inttype_int8_t): Modify.
955 * fixincl.x: Regenerate.
956 * tests/base/stdint.h: Update.
957 * tests/base/sys/_inttypes.h: Update.
958
629fff4b
SE
9592009-08-28 Steve Ellcey <sje@cup.hp.com>
960
961 * inclhack.def (hpux_imaginary_i): Remove spaces.
962 * fixincl.x: Regenerate.
963 * tests/base/stdint.h: Update AIX fixes.
964 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
965
df58e648
RW
9662009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
967
968 * configure.ac (AC_PREREQ): Bump to 2.64.
969
5213506e
RW
9702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
971
972 * aclocal.m4: Regenerate.
973 * configure: Regenerate.
974 * config.h.in: Regenerate.
975
be274b21
DE
9762009-08-17 David Edelsohn <edelsohn@gnu.org>
977
978 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
979 redefine I.
980 * (aix_stdint_[12345]): New fixes.
981 * fixincl.x: Regenerate.
982 * tests/base/complex.h: Update check.
983 * tests/base/stdint.h: Add AIX stdint.h checks.
984
03c57948
SE
9852009-08-14 Steve Ellcey <sje@cup.hp.com>
986
987 * inclhack.def (hpux_imaginary_i): New fix.
988 * fixincl.x: Regenerate.
989 * tests/base/complex.h: New file.
990
f3ecb732
DE
9912009-08-12 David Edelsohn <edelsohn@gnu.org>
992
993 * inclhack.def (aix_complex): New fix.
994 * fixincl.x: Regenerate.
b1f75d76 995
175196a0
JDA
9962009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
997
998 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
999 (hpux_inttype_int8_t): Likewise.
1000 * fixincl.x: Regenerate.
1001
6efbd53f
RW
10022009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1003
1004 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
1005 New variables.
1006 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
1007 Use them.
1008
94ab808c
FXC
10092009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1010
1011 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
1012 darwin_stdint_7): New fixes.
1013 * fixincl.x: Regenerate.
1014 * tests/base/stdint.h: Adjust test for new fixes.
1015
d4289bdd
EB
10162009-07-03 Eric Botcazou <ebotcazou@adacore.com>
1017
1018 * inclhack.def (solaris_int_types): New fix.
1019 * fixincl.x: Regenerate.
1020 * tests/base/sys/int_types.h: New file.
1021
fdfbd469
FXC
10222009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1023
1024 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
1025 darwin_stdint_4): New fixes.
1026 * tests/base/stdint.h: Adjust test results for new fixes.
1027 * fixincl.x: Regenerate.
1028
b0999b01
EB
10292009-05-29 Eric Botcazou <ebotcazou@adacore.com>
1030
1031 * inclhack.def (solaris_int_const): New fix.
1032 (solaris_int_limits_1): Likewise.
1033 (solaris_int_limits_2): Likewise.
1034 * fixincl.x: Regenerate.
1035 * tests/base/sys/int_const.h: New file.
1036 * tests/base/sys/int_limits.h: Likewise.
1037
b51c6a2c
JM
10382009-05-15 Joseph Myers <joseph@codesourcery.com>
1039
1040 * inclhack.def (glibc_tgmath): Correct bypass.
1041 * fixincl.x: Regenerate.
1042
62e66577
SE
10432009-04-28 Steve Ellcey <sje@cup.hp.com>
1044
1045 * inclhack.def (hpux11_uint32_c): Remove.
1046 (hpux_long_double): Disable on hpux11.3*.
1047 (hpux_long_double_2): New.
1048 (hpux_c99_intptr): New.
1049 (hpux_c99_inttypes): New.
1050 (hpux_c99_inttypes2): New.
1051 (hpux_stdint_least): New.
1052 (hpux_stdint_fast): New.
1053 (hpux_inttype_int_least8_t): New.
1054 (hpux_inttype_int8_t): New.
1055 * fixincl.x: Regenerate.
1056 * tests/base/sys/_inttypes.h: New.
1057 * tests/base/inttypes.h: Update.
1058 * tests/base/stdlib.h: Update.
1059 * tests/base/stdint.h: Update.
1060
e2556904
JM
10612009-04-28 Joseph Myers <joseph@codesourcery.com>
1062
1063 * inclhack.def (glibc_stdint): New fix.
1064 * fixincl.x: Regenerate.
1065 * tests/base/stdint.h: Update.
1066
748086b7
JJ
10672009-04-09 Jakub Jelinek <jakub@redhat.com>
1068
1069 * Makefile.in: Change copyright header to refer to version
1070 3 of the GNU General Public License and to point readers at the
1071 COPYING3 file and the FSF's license web page.
1072 * fixfixes.c: Likewise.
1073 * fixinc.in: Likewise.
1074 * fixincl.c: Likewise.
1075 * fixlib.c: Likewise.
1076 * fixlib.h: Likewise.
1077 * fixopts.c: Likewise.
1078 * fixtests.c: Likewise.
1079 * genfixes: Likewise.
1080 * mkheaders.in: Likewise.
1081 * system.h: Likewise.
1082
207bf79d
JM
10832009-03-31 Joseph Myers <joseph@codesourcery.com>
1084
1085 PR c/448
1086 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
1087 * fixincl.x: Regenerate.
1088 * tests/base/stdint.h: Update.
1089
615ce5fd
JM
10902009-03-29 Joseph Myers <joseph@codesourcery.com>
1091
1092 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
1093 Update.
1094
928c19bb
JM
10952009-03-29 Joseph Myers <joseph@codesourcery.com>
1096
1097 PR c/456
1098 PR c/5675
1099 PR c/19976
1100 PR c/29116
1101 PR c/31871
1102 PR c/35198
1103 * inclhack.def (glibc_tgmath): New fix.
1104 * fixincl.x: Regenerate.
1105 * tests/base/tgmath.h: New.
1106
52c0e446
JM
11072009-03-28 Joseph Myers <joseph@codesourcery.com>
1108
1109 * inclhack.def (aix_syswait, exception_structure,
1110 pthread_page_size): Remove.
1111 (math_exception): Remove mention of fixproto in comment.
1112 * fixincl.x: Regenerate.
1113 * mkheaders.in: Do not handle STMP_FIXPROTO.
1114
ea7557f0
SL
11152009-03-27 Sandra Loosemore <sandra@codesourcery.com>
1116
1117 * server.c (run_shell): Quote directory name passed to cd.
1118
10fc64a7
BK
11192009-03-01 Bruce Korb <bkorb@gnu.org>
1120 Apply a positively ancient patch:
1121
1122 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
593b6421
GB
1123
1124 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
1125 * tests/base/net/if.h: Add new test.
1126
fc7e9554
AT
11272009-01-06 Andreas Tobler <a.tobler@schweiz.org>
1128
1129 * tests/base/locale.h: Add new test.
1130 * tests/base/stdarg.h: Likewise.
1131
8ba59b08
SE
11322009-01-05 Steve Ellcey <sje@cup.hp.com>
1133
1134 * inclhack.def (hpux_spu_info): Add files line.
1135 * fixincl.x: Regenerate.
1136
9cb82550
AT
11372009-01-01 Andreas Tobler <a.tobler@schweiz.org>
1138
1139 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
1140 in case of C.
1141 * fixincl.x: Regenerate.
1142
261b8381
AT
11432008-12-31 Andreas Tobler <a.tobler@schweiz.org>
1144
1145 PR target/35460
1146 * inclhack.def (openbsd_va_start): Use __builtin_va_start
1147 for OpenBSD.
1148 * fixincl.x: Regenerate.
1149
baafc534
RW
11502008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1151
1152 * configure: Regenerate.
1153
8739b9c7
SE
11542008-12-15 Steve Ellcey <sje@cup.hp.com>
1155
1156 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
1157 * fixincl.x: Regenerate.
1158
6a4bde96
L
11592008-09-06 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 * configure.ac: Fix a typo.
1162 * configured: Regenerate.
1163
6aa1f8c1
BK
11642008-09-06 Bruce Korb <bkorb@gnu.org>
1165
1166 * fixincl.tpl (sed): make the program executable configurable.
1167 Some platforms have some rather oddball defaults.
1168 * config.h.in (SED_PROGRAM): define the default sed.
1169 * fixincl.x: regenerated
1170 * tests/base/internal/wchar_core.h: fix bad sample text
1171 * tests/base/math.h: fix bad sample text
1172 * configure.ac: search for working sed
1173 * inclhack.def (glibc_mutex_init): fix non-portable construct
1174 and re-order a few misordered entries.
1175
18c04407
RW
11762008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1177
1178 * configure: Regenerate.
1179
cd985f66
JM
11802008-06-07 Joseph Myers <joseph@codesourcery.com>
1181
1182 * inclhack.def (AAB_svr4_replace_byteorder,
1183 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
1184 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
1185 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
1186 solaris_mutex_init_1, solaris_socket, solaris_unistd,
1187 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
1188 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
1189 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
1190 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
1191 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
1192 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
1193 windiss_math2, windiss_valist): Remove.
1194 * fixincl.x: Regenerate.
1195 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
1196 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
1197 powerpc-*-eabiaix*): Remove.
1198 * tests/base/math.h: Update.
1199 * tests/base/pthread.h: Update.
1200 * tests/base/stdio.h: Update.
1201 * tests/base/stdlib.h: Update.
1202 * tests/base/string.h: Update.
1203 * tests/base/strings.h: Update.
1204 * tests/base/sys/file.h: Update.
1205 * tests/base/sys/limits.h: Update.
1206 * tests/base/sys/socket.h: Update.
1207 * tests/base/sys/stat.h: Update.
1208 * tests/base/sys/time.h: Update.
1209 * tests/base/testing.h: Update.
1210 * tests/base/unistd.h: Update.
1211 * tests/base/_G_config.h: Remove.
1212 * tests/base/arpa: Remove directory.
1213 * tests/base/fs: Remove directory.
1214 * tests/base/locale.h: Remove.
1215 * tests/base/machine: Remove directory.
1216 * tests/base/rpc/svc.h: Remove.
1217 * tests/base/sys/ioctl.h: Remove.
1218 * tests/base/sys/regset.h: Remove.
1219 * tests/base/sys/times.h: Remove.
1220 * tests/base/sys/utsname.h: Remove.
1221 * tests/base/widec.h: Remove.
1222
7de4b37e
KG
12232008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1224
1225 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
1226 * tests/base/iso/math_c99.h: Update.
1227 * fixincl.x: Regenerate.
1228
2627042d
JM
12292008-05-14 Joseph Myers <joseph@codesourcery.com>
1230
1231 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
1232 posix_types_64.
1233 * fixincl.x: Regenerate.
1234
9ae83b84
KT
12352008-04-25 Kai Tietz <kai.tietz@onvision.com>
1236
1237 * fixincl.c (fix_with_system): Cast pointer difference to long.
1238 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
1239
deb984e6
PB
12402008-04-18 Paolo Bonzini <bonzini@gnu.org>
1241
1242 PR bootstrap/35457
1243 * Makefile.in: Rewrite aclocal.m4 rule.
1244 * aclocal.m4: Regenerate.
1245 * configure: Regenerate.
1246
83644cd5
PG
12472008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
1248
1249 PR c++/20366
1250 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
1251 * fixincl.x: Regenerate.
1252 * tests/base/stdio.h: Add test.
1253
98266db0
BE
12542008-02-25 Ben Elliston <bje@au.ibm.com>
1255
1256 PR other/32948
1257 * fixincl.c (fix_applies): Remove unused variable `name_len'.
1258
c951ae40
KG
12592008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1260
1261 * inclhack.def (solaris_math_10): New.
1262 * tests/base/iso/math_c99.h: Update.
1263
1264 * fixincl.x: Regenerate.
1265
719bb4e3 12662008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
b452c141
ID
1267
1268 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1269 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1270 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
1271 quotes around mach entries.
1272 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1273 to GPLv3.
1274
c91e2eae
HPN
12752008-02-04 Hans-Peter Nilsson <hp@axis.com>
1276
8181078a 1277 PR other/31405
c91e2eae
HPN
1278 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1279 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1280 __extern_inline|__GNU_STDC_INLINE__.
1281 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1282 <bypass>: Change from __STDC_VERSION__ to
1283 __extern_inline|__GNU_STDC_INLINE__.
1284 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1285 appending attribute-gnu_inline.
1286 <second c_fix_arg>: Remove.
1287 <test_text>: Remove __extern_inline line.
1288 * tests/base/features.h: Re-add.
1289 * tests/base/sys/sysmacros.h: Adjust.
1290 * fixincl.x: Regenerate.
1291
b8c9ec3d
HPN
12922008-01-06 Hans-Peter Nilsson <hp@axis.com>
1293
1294 Revert last change.
1295
b6541c10
HPN
12962007-12-18 Hans-Peter Nilsson <hp@axis.com>
1297
1298 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1299 * fixincl.x: Regenerate.
1300 * tests/base/wchar.h: Update.
1301 * tests/base/features.h: New.
1302
6f8c1750
JDA
13032007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1304
1305 PR target/33700
1306 * inclhack.def (hpux11_pthread_const): New.
1307 * fixincl.x: Regenerate.
1308 * tests/base/sys/pthread.h: Update.
1309
a2085738
KT
13102007-10-12 Kai Tietz <kai.tietz@onevision.com>
1311
1312 * configure.ac: x86_64 mingw target uses twoprocess.
1313 * mkfixinc.sh: Add x86_64 mingw target.
1314 * configure: Regenerate.
1315
b6bbae95
GK
13162007-10-09 Geoffrey Keating <geoffk@apple.com>
1317
1318 * inclhack.def (darwin_externc): New.
1319 * fixincl.x: Regenerate.
1320 * tests/base/mach-o/swap.h: New.
1321
d531cdb1
KG
13222007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1323
1324 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1325 Delete fixes.
1326 * tests/base/iso/math_c99.h: Delete associated test baselines.
1327 * fixincl.x: Regenerate.
1328
63729d84
KW
13292007-07-24 Krister Walfridsson <cato@df.lth.se>
1330
1331 PR target/30058
1332 * inclhack.def (netbsd_c99_inline_2): New.
1333 * fixincl.x: Regenerate.
1334 * tests/base/signal.h: Update.
1335
dadda6ca
KG
13362007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1337
1338 PR target/32641
1339
1340 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1341 solaris_math_7): Constify and make FP exception-safe.
1342 * tests/base/iso/math_c99.h: Update.
1343
1344 * fixincl.x: Regenerate.
1345
8919fa4a
RO
13462007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1347
1348 PR libgcj/28190
1349 * inclhack.def (irix_stdint_c99): New fix.
1350 * fixincl.x: Regenerate.
1351 * tests/base/stdint.h: New test.
1352
1fd994f1
SE
13532007-06-06 Steve Ellcey <sje@cup.hp.com>
1354
1355 PR testsuite/31828
1356 * inclhack.def (hppa_hpux_fp_macros): New.
1357 * fixincl.x: Regenerate.
1358 * tests/base/math.h: Update.
1359
cb3790cb
JJ
13602007-03-26 Jakub Jelinek <jakub@redhat.com>
1361
1362 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1363 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1364 __STDC_VERSION__ < 199901L.
1365 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1366 with #ifdef __GNUC_GNU_INLINE__.
1367 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
1368 with defined(__GNUC_STDC_INLINE__).
1369 (glibc_c99_inline_4): Change select, add second c_fix_arg.
1370 Replace #if __STDC_VERSION__ < 199901L with
1371 #ifdef __GNUC_GNU_INLINE__.
1372 * fixincl.x: Regenerated.
1373 * tests/base/bits/string2.h: Update.
1374 * tests/base/sys/sysmacros.h: Update.
1375 * tests/base/sys/stat.h: Update.
1376
7270dd8e
KW
13772007-03-18 Krister Walfridsson <cato@df.lth.se>
1378
1379 PR target/30058
1380 * inclhack.def (netbsd_c99_inline_1): New.
1381 * fixincl.x: Regenerate.
1382 * tests/base/signal.h: New.
1383
07f1ac6d
BM
13842007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1385
1386 * Makefile.in: Add dummy "install-info" target.
1387
14da6073
JM
13882007-03-06 Joseph Myers <joseph@codesourcery.com>
1389
1390 * mkheaders.in: Fix headers for each multilib required.
1391
b31f8484
BM
13922007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1393
1394 * Makefile.in: Add dummy install-pdf target.
1395
f686ec05
JM
13962007-02-27 Joseph Myers <joseph@codesourcery.com>
1397
1398 * mkheaders.in (incdir): Use include-fixed not include.
1399
123ddd68
BM
14002007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
1401
1402 * Makefile.in: Added "pdf" target to .PHONY.
1403
cefde4f5
RG
14042007-02-05 Richard Guenther <rguenther@suse.de>
1405
1406 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1407 with older glibc. Adjust version number for C99.
1408 * fixincl.x: Regenerated.
1409
3c1c7aae
MS
14102007-02-04 Mike Stump <mrs@apple.com>
1411
1412 * mkheaders.in: Allow optional isysroot parameter.
1413
5c4f0f47
BK
14142007-02-03 Bruce Korb <bkorb@gnu.org>
1415
1416 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1417 surrounded by space characters.
1418
a942e89f
DF
14192007-01-25 Daniel Franke <franke.daniel@gmail.com>
1420
1421 PR target/30272
1422 * inclhack.def(broken_cabs): Also remove definition of cabsl.
1423 * fixincl.x: Regenerate.
1424 * tests/base/math.h: Update.
1425
401be4b6 14262007-01-05 Bruce Korb <bkorb@gnu.org>,
92a285c1 1427 Daniel Franke <franke.daniel@gmail.com>
401be4b6
BK
1428
1429 PR target/30008
1430 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1431 of a vertical bar ("|").
2f82a97b
BK
1432 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1433 matching. Set SKIP_TEST flag if we are not to run a test.
401be4b6
BK
1434 * fixincl.x: Regenerate.
1435 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1436 kandr_concat, sco_math): Replace lists of specfic file names by search
1437 patterns.
1438
da32da74
OH
14392006-12-12 Olivier Hainque <hainque@adacore.com>
1440
1441 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1442 targets for which a no-op fixer is appropriate.
b1f75d76 1443
98e06787
RG
14442006-11-07 Richard Guenther <rguenther@suse.de>
1445
1446 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1447 systems.
1448 * fixincl.x: Regenerate.
1449
502e2a2d
GK
14502006-11-02 Geoffrey Keating <geoffk@apple.com>
1451
1452 * inclhack.def (glibc_c99_inline_1): New.
1453 * inclhack.def (glibc_c99_inline_2): New.
1454 * inclhack.def (glibc_c99_inline_3): New.
1455 * inclhack.def (glibc_c99_inline_4): New.
1456 * fixincl.x: Regenerate.
1457 * tests/base/bits/string2.h: New.
1458 * tests/base/sys/sysmacros.h: New.
1459 * tests/base/sys/stat.h: Update.
1460
b4d24eaa
SE
14612006-11-01 Steve Ellcey <sje@cup.hp.com>
1462
1463 * tests/base/sys/socket.h: Update.
1464
be645fd9
SE
14652006-10-31 Steve Ellcey <sje@cup.hp.com>
1466
1467 * inclhack.def (hpux11_extern_sendfile): New.
1468 (hpux11_extern_sendpath): New.
1469 * fixincl.x: Regenerate.
1470
0f45f0f5
JM
14712006-10-29 Joseph Myers <joseph@codesourcery.com>
1472
1473 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1474 * fixincl.x: Regenerate.
1475
b5422ad7
BM
14762006-10-10 Brooks Moses <bmoses@stanford.edu>
1477
1478 * Makefile.in: Added empty "pdf" target.
1479
6c65aa40
JDA
14802006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1481
1482 PR target/29300
1483 * inclhack.def (hpux_pthread_initializers): New hack.
1484 * tests/base/sys/pthread.h: New file.
1485
1486 * fixincl.x: Regenerate.
1487
4d98def0
UB
14882006-10-03 Uros Bizjak <uros@kss-loka.si>
1489
1490 * inclhack.def (glibc_mutex_init): Also fix
1491 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1492 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
36a43def
UB
1493 * tests/base/pthread.h: Update.
1494
1495 * fixincl.x: Regenerate.
4d98def0 1496
f6f7aabc
UB
14972006-10-01 Uros Bizjak <uros@kss-loka.si>
1498
4d98def0
UB
1499 * inclhack.def (glibc_mutex_init): New fix.
1500 * tests/base/pthread.h: Update.
f6f7aabc 1501
4d98def0 1502 * fixincl.x: Regenerate.
f6f7aabc 1503
a77d42cf
KG
15042006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1505
1506 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1507 Prevent it from running on solaris10 or later.
1508 (solaris_once_init_2): Fix comment.
1509 * tests/base/pthread.h: Update.
1510
1511 * fixincl.x: Regenerate.
1512
0a1f02df
KG
15132006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1514
1515 * inclhack.def (solaris_once_init_2): New fix.
1516 * tests/base/pthread.h: Update.
1517
1518 * fixincl.x: Regenerate.
1519
2b655a0a
KG
15202006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1521
1522 * inclhack.def (solaris_mutex_init_2): Remove test for
1523 PTHREAD_RWLOCK_INITIALIZER.
1524 (solaris_rwlock_init_1): New.
1525 * tests/base/pthread.h: Update.
1526
1527 * inclhack.def (solaris_once_init_1): New.
1528 * tests/base/pthread.h: Adjust for new fix.
b1f75d76 1529
2b655a0a
KG
1530 * fixincl.x: Regenerate.
1531
58245475
RS
15322006-07-17 Roger Sayle <roger@eyesopen.com>
1533
1534 * tests/base/errno.h: New file.
1535 * tests/base/architecture/ppc/math.h: Likewise.
1536 * tests/base/ia64/sys/getppdp.h: Likewise.
1537
b24f7f6b
LB
15382006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1539
1540 PR bootstrap/20437
58245475 1541 * Makefile.in (configure, config.h.in): Change into $(srcdir)
b24f7f6b
LB
1542 before autoconf or autoheader call.
1543
e10e3ac8
SE
15442006-06-23 Steve Ellcey <sje@cup.hp.com>
1545
1546 PR target/28084
1547 * inclhack.def (hpux_extern_errno): New.
1548 * fixincl.x: Regenerate.
1549
ae022d32
CD
15502006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1551
1552 * Makefile.in: Add dvi info html and install-html to .PHONY
1553 Add install-html target.
1554
de1f8a0d
MS
15552006-05-16 Mike Stump <mrs@apple.com>
1556
1557 * configure.ac: Add -Wno-overlength-strings.
1558 * configure: Regenerate.
1559
fc92a2d4
BF
15602006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
1561
1562 * README: Fix typo.
1563
e084430d
SE
15642006-02-18 Steve Ellcey <sje@cup.hp.com>
1565
1566 PR target/26189
1567 * inclhack.def (hpux_spu_info): New.
1568 * fixincl.x: Regenerate
1569
03e34d09
MD
15702006-01-31 Marcin Dalecki <martin@dalecki.de>
1571
1572 * configure.ac: Check for asprintf, basename, vasprintf.
1573 * config.h.in: Regenerate.
1574 * configure: Regenerate.
1575
bf73f6d2
AP
15762006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
1577
1578 PR target/15642
1579 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1580 __APPLE_CC_ as 1345.
1581 (broken_nan): New.
1582 * fixincl.x: Regenerate.
1583
66f788b0
BK
15842005-11-24 Bruce Korb <bkorb@gnu.org>
1585
58245475
RS
1586 * fixincl.c (write_replacement): "here strings" in AutoGen
1587 often/generally don't have a terminating newline. Check the
1588 last byte for '\n'.
66f788b0 1589
42068fd9
AJ
15902005-11-13 Andreas Jaeger <aj@suse.de>
1591
1592 * check.tpl: Handle CVS additionally.
1593
541c886c
AJ
15942005-11-05 Andreas Jaeger <aj@suse.de>
1595
1596 * check.tpl: Adopt for move to subversion.
1597
77923c29
JM
15982005-09-15 Joseph S. Myers <joseph@codesourcery.com>
1599
1600 PR c++/23139
1601 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1602 fixes.
1603 * fixincl.x: Regenerate.
1604 * tests/base/bits/huge_val.h: New file.
1605
df065c82
KC
16062005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1607
1608 * All files: Update with new FSF address.
1609
87fbb651
KG
16102005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1611
1612 * Makefile.in (WARN_CFLAGS): New.
1613 (.c.o): Add $(WARN_CFLAGS).
1614 * aclocal.m4: Include ../config/warnings.m4.
1615 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1616 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1617 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1618 * fixopts.c (initialize_opts): Fix old-style definintion.
1619
1620 * configure: Regenerate.
1621
246e0bd8
GK
16222005-06-24 Geoffrey Keating <geoffk@geoffk.org>
1623
1624 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1625 (AAB_darwin7_9_long_double_funcs_2): New.
1626 * fixincl.x: Regenerate.
1627
11f4453b
RO
16282005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1629
1630 PR libfortran/15266
1631 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1632 Use double quotes in select so \t matches tabs.
1633 Add IRIX testcase.
1634 * fixincl.x: Regenerate.
1635 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1636
8ba8f7e5
DS
16372005-05-22 Danny Smith <dannysmith@users.souceforge.net>
1638
1639 PR target/21683
1640 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
541c886c 1641
925a4487 16422005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
92a285c1 1643 Joseph S. Myers <joseph@codesourcery.com>
925a4487
EB
1644
1645 PR target/19933
1646 PR target/21315
1647 * inclhack.def: New fixes solaris_math_[1-9].
1648 * fixincl.x: Regenerate.
1649 * tests/base/iso/math_c99.h: New.
1650
08862f3c
KC
16512005-05-19 Kelley Cook <kcook@gcc.gnu.org>
1652
1653 * aclocal.m4: Remove superfluous reference to accross.m4.
1654
03a9fcb8
GDR
16552005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
1656
1657 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1658 * server.c (load_data): Likewise.
1659 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1660 * fixincl.c: #include <sys/wait.h>
1661 (run_compiles): Use XCNEWVEC instead of xcalloc.
1662 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1663 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1664
5fabfd4c
JM
16652005-05-10 Joseph S. Myers <joseph@codesourcery.com>
1666
1667 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1668 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1669 * fixincl.x: Regenerate.
1670
7673b71c
BK
16712005-05-06 Bruce Korb <bkorb@gnu.org>
1672 Joseph S. Myers <joseph@codesourcery.com>
1673
1674 * fixinc/inclhack.def: Correct backslashes
1675 * fixinc/fixincl.x: regen
1676
042630ad
KG
16772005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1678
1679 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1680 libiberty functions.
1681
0d667716
KG
16822005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1683
1684 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1685 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1686 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1687 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1688 _unlocked function.
1689 (fwrite_unlocked): Fix prototype.
541c886c 1690
0d667716
KG
1691 * configure, config.h.in: Regenerate.
1692
90ee1368
ZW
16932005-03-21 Zack Weinberg <zack@codesourcery.com>
1694
1695 * Makefile.in: Set gcc_version directly, not via substitution.
1696 (libsubdir): Use $(gcc_version), not $(version).
1697 (mkheaders.almost): New rule.
1698 (mkheaders): Generate from mkheaders.almost.
1699 (clean): Also delete mkheaders.almost.
1700 * aclocal.m4: Do not include ../config/gcc-version.m4.
1701 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
1702 mkheaders.almost from mkheaders.in.
1703 * configure: Regenerate.
1704
14bfd7c7
RG
17052005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
1706
1707 PR target/20166
1708 * inclhack.def: Add fix for array of incomplete structures
1709 in function prototype in pthread.h.
1710 * fixincl.x: Regenerate.
1711 * tests/base/pthread.h: Adjust.
1712
7fbdc950
JM
17132005-03-15 Joseph S. Myers <joseph@codesourcery.com>
1714
1715 * inclhack.def (hpux_htonl): New fix.
1716 * tests/base/netinet/in.h: New test.
1717 * fixincl.x: Regenerate.
1718
27f0dff4
JW
17192005-02-23 James E Wilson <wilson@specifixinc.com>
1720
1721 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1722
098b96ab
AP
17232004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1724
1725 PR 18458
1726 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1727 fixincl.
1728
afabd8e6
RS
17292004-12-02 Richard Sandiford <rsandifo@redhat.com>
1730
1731 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1732 * aclocal.m4: Include ../config/gcc-version.m4.
1733 * configure: Regenerate.
1734
9fcc7481
MM
17352004-11-26 Mark Mitchell <mark@codesourcery.com>
1736
1737 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1738 (stdio_va_list): Likewise.
1739 (stdio_stdarg.h): Likewise.
1740 (solaris_stdio_tag): Add bypass.
1741 * fixincl.x: Regenerated.
1742
b2cfdb12
GK
17432004-11-23 Geoffrey Keating <geoffk@apple.com>
1744
1745 * mkfixinc.sh: Check error code from 'cat'. Don't try running
1746 built fixincl program.
1747 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1748 up csh from user.
1749
743348ea
RS
17502004-11-20 Roger Sayle <roger@eyesopen.com>
1751
1752 * inclhack.def (alpha_pthread_init): Fix technical problems with
1753 the last check-in caused by CVS variable substitution.
1754 * fixincl.x: Likewise.
1755 * tests/base/pthread.h: Likewise.
1756
1fda9d7b
RS
17572004-11-20 Roger Sayle <roger@eyesopen.com>
1758 Bruce Korb <bkorb@gnu.org>
1759
1760 * inclhack.def (alpha_pthread_init): New fix.
1761 * fixincl.x: Regenerate.
1762 * tests/base/pthread.h: Update for new test.
1763
43c1b5d2
BK
17642004-11-15 Bruce Korb <bkorb@gnu.org>
1765
1766 * fixincl.c(fix_with_system): correct misuse of variables and
1767 incorrect application of "sizeof()".
1768
68f674e9
JM
17692004-11-13 Joseph S. Myers <joseph@codesourcery.com>
1770
1771 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1772 svr4__p, undefine_null): Remove.
1773 * fixincl.x: Regenerate.
1774 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1775 * tests/base/sys/param.h: Remove.
1776 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1777 tests/base/sys/limits.h: Update.
1778
251089a0
MS
17792004-11-12 Mike Stump <mrs@apple.com>
1780
1781 * Makefile.in (html): Add html generation support.
1782
492d5b4f
JM
17832004-11-12 Joseph S. Myers <joseph@codesourcery.com>
1784
1785 * inclhack.def (sco_math): Bypass on __GNUG__.
1786 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1787 * fixincl.x: Regenerate.
1788
793387fa
JM
17892004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1790
1791 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1792 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1793 _CLASSIC_ANSI_TYPES.
1794 (sun_auth_proto): Bypass on __cplusplus.
1795 * fixincl.x: Regenerate.
1796
ea595d4f
GK
17972004-11-05 Geoffrey Keating <geoffk@apple.com>
1798
1799 * Makefile.in (mostlyclean): Add fixinc.sh.
1800 (clean): Add mkheaders.
1801 (distclean): New.
1802 (dvi): New.
1803 (info): New.
1804 (installcheck): New.
1805
54f88091
PB
18062004-11-05 Paolo Bonzini <bonzini@gnu.org>
1807
1808 * Makefile.in (mostlyclean, distclean): New targets.
1809
53c7ffe7
GK
18102004-11-04 Geoffrey Keating <geoffk@apple.com>
1811
1812 * configure.ac: Add code to determine noncanonical_target,
1813 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1814 * configure: Regenerate.
1815 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1816 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1817 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1818 update for changes to fixinc.in.
1819 * Makefile.in: Add many new macros.
1820 (install): New target.
1821 (mkheaders): New target.
1822 (fixinc.sh): New target.
1823 (all): Add mkheaders and fixinc.sh.
1824 * README-fixinc: Move here from gcc/.
1825
40d05429
MS
18262004-11-01 Mike Stump <mrs@apple.com>
1827
1828 * inclhack.def (stdio_va_list): Break out clients from here...
1829 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
90ee1368 1830 included or ifdef va_start.
40d05429
MS
1831 * fixincl.x: Regenerate.
1832
d1ea4593
MS
18332004-10-28 Mike Stump <mrs@apple.com>
1834
1835 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1836 systems.
31eec874
MS
1837 * fixincl.x: Regenerate.
1838
005c1a13
GK
18392004-10-27 Geoffrey Keating <geoffk@apple.com>
1840
1841 * inclhack.def (darwin_gcc4_breakage): New.
1842 * fixincl.x: Regenerate.
1843
13cf7262
AL
18442004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1845
1846 PR bootstrap/17832
1847
1848 * fixfixes.c (main): Check for _PC_NAME_MAX.
1849
5ae4c565
PB
18502004-10-27 Paolo Bonzini <bonzini@gnu.org>
1851
1852 PR other/17991
1853
1854 * configure.ac: Fix typo.
1855 * configure: Regenerate.
1856 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
1857
f4a8f279
AL
18582004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1859
1860 PR bootstrap/17832
1861
1862 * fixincl.c (SIGCHLD): Remove definition.
1863 (initialize): Remove SIGIOT and SIGPIPE checks.
1864 (create_file): Fix mkdir() for Win32.
1865 (internal_fix): Use dup2() instead of fcntl().
1866
1867 * fixlib.h (SIGQUIT): Define if undefined.
1868 (SIGIOT): Same.
1869 (SIGPIPE): Same.
1870 (SIGALRM): Same.
1871 (SIGKILL): Same.
1872
1873 * procopen.c (chain_open): Use dup2() instead of fcntl().
1874
ad643a75
PB
18752004-08-14 Paolo Bonzini <bonzini@gnu.org>
1876
1877 PR other/17991
1878
1879 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1880 Update copyright year.
1881 * fixfixes.c (main): Call initialize_opts from fixopts.c.
1882 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1883 do not include code for parsing options (environment vars).
1884 (fix_with_system): Use a search path for applyfix, so that you
1885 can run the test suite with two-process fixincludes.
1886 * fixopts.c: New file.
1887 * configure.ac: Add --enable-twoprocess. Export ac_exeext
1888 to config.h. Default to --enable-twoprocess for MinGW32.
1889 * config.h.in: Regenerate.
1890 * configure: Regenerate.
1891
78970115
LR
18922004-10-04 Loren J. Rittle <ljrittle@acm.org>
1893
1894 * tests/base/sys/cdefs.h: Update from test area.
1895
fa71a5c3
RS
18962004-09-17 Roger Sayle <roger@eyesopen.com>
1897
1898 * inclhack.def (linux_ia64_ucontext): New fix.
1899 * fixincl.x: Regenerate.
1900 * tests/base/sys/ucontext.h: New file.
1901
9544bea1
RS
19022004-09-15 Roger Sayle <roger@eyesopen.com>
1903
1904 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1905 * tests/base/stdlib.h: Likewise.
1906
28785dde
LR
19072004-09-13 Loren J. Rittle <ljrittle@acm.org>
1908
1909 * inclhack.def (freebsd_gcc4_breakage): Add.
1910 * fixincl.x: Regenerate.
c6303833 1911 * tests/base/sys/cdefs.h: Update for new test.
28785dde 1912
d635c707
AN
19132004-09-10 Adam Nemet <anemet@lnxw.com>
1914
1915 * inclhack.def (lynx_void_int): Remove.
1916 (lynxos_fcntl_proto): Remove.
1917 (lynxos_no_warning_in_sys_time_h): New fix.
1918 (lynxos_missing_putenv): New fix.
1919 * fixincl.x: Regenerate.
1920 * tests/base/fcntl.h: Remove.
1921 * tests/base/sys/time.h: Update from test area.
1922 * tests/base/curses.h: Likewise.
1923 * tests/base/stdlib.h: Likewise.
1924
61fec9ff
JB
19252004-09-03 Jan Beulich <jbeulich@novell.com>
1926
1927 * inclhack.def: Suppress exception_structure and math_exception
1928 for NetWare headers.
1929 * fixincl.x: Regenerate.
1930
71b5d516
PB
19312004-08-31 Paolo Bonzini <bonzini@gnu.org>
1932
1933 * .cvsignore: New.
1934 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1935 autoconfiscated.
1936 * configure.ac: New.
1937 * config.h.in: Generate.
1938 * configure: Generate.
1939 * aclocal.m4: New.
1940 * fixlib.h: Remove inclusions of gcc files.
1941 * system.h: New.
1942
1943 Other files copied from gcc/fixinc.
This page took 1.412282 seconds and 5 git commands to generate.