]> gcc.gnu.org Git - gcc.git/blame - fixincludes/ChangeLog
libstdc++: Update C++20 status table
[gcc.git] / fixincludes / ChangeLog
CommitLineData
11ce8d04
GA
12022-01-06 Olivier Hainque <hainque@adacore.com>
2
3 * inclhack.def (vxworks_next_yvals): New hack.
4 * tests/base/yvals.h: New expected test result.
5 * fixincl.x: Regenerate.
6
7d11b64b
GA
72022-01-04 Olivier Hainque <hainque@adacore.com>
8
9 * inclhack.def (vxworks_posix_mkdir): Refine to expose a
10 varargs interface.
11 * tests/base/sys/stat.h: Update expected results.
12 * fixincl.x: Regenerate.
13
62eb5308
GA
142022-01-01 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
15
16 * inclhack.def: Add new fix on darwin.
17 * fixincl.x: Regenerate.
18 * tests/base/math.h: Regenerate.
19
e1d43592
GA
202021-11-23 Xi Ruoyao <xry111@mengyan1223.wang>
21
22 PR bootstrap/103306
23 * fixincl.c (process): Don't call abort().
24
a8029add
GA
252021-11-13 Xi Ruoyao <xry111@mengyan1223.wang>
26
27 PR other/21823
28 PR bootstrap/80047
29 * fixincl.c (process): Simplify the handling for highly
30 unlikely access() failure, to avoid using non-standard
31 extensions.
32
1e2f030b
GA
332021-08-30 John David Anglin <danglin@gcc.gnu.org>
34
35 * inclhack.def (hpux_c99_inttypes5): New hack to define PRIdPTR, etc.
36 * fixincl.x: Regenerate.
37 * tests/base/inttypes.h: Update.
38
6fba0eea
GA
392021-07-06 Clément Chigot <clement.chigot@atos.net>
40
41 * inclhack.def (aix_externcpp1): Improve select regexp.
42 * fixincl.x: Regenerate.
43 * tests/base/sys/socket.h: Update.
44
25b6bfea
GA
452021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
46
47 PR other/91085
48 * fixfixes.c (check_has_inc): New static function.
49 (machine_name_fix): Don't replace header names in
50 __has_include(...).
51 * inclhack.def (machine_name): Adjust test.
52 * tests/base/testing.h: Update.
53
d52945ce
GA
542020-12-14 Ilya Leoshkevich <iii@linux.ibm.com>
55
56 * fixincl.x: Rerun genfixes.
57 * inclhack.def(aix_physadr_t): Change test_text to something
58 that needs to be replaced.
59 * tests/base/sys/types.h(aix_physadr_t): Add expectation.
60
25bb75f8
GA
612020-11-18 Nathan Sidwell <nathan@acm.org>
62
63 * inclhack.def (aix_physaddr_t): New.
64 * fixincl.x: Regenerated.
65
11bd9480
GA
662020-10-03 Clément Chigot <clement.chigot@atos.net>
67
68 * inclhack.def (aix_malloc): Add more context to select.
69 * fixincl.x: Regenerate.
70 * tests/base/malloc.h: Update expected results.
71
91dd4a38
GA
722020-09-26 David Edelsohn <dje.gcc@gmail.com>
73
74 PR target/97044
75 * inclhack.def (aix_inttypes): New fix.
76 * fixincl.x: Regenerate.
77 * tests/base/sys/inttypes.h: New file.
78
2aad20c0
GA
792020-09-17 David Edelsohn <dje.gcc@gmail.com>
80
81 * inclhack.def (aix_externcpp1): Add more context to select.
82 (aix_externcpp2): Same.
83 * fixincl.x: Regenerate.
84 * tests/base/sys/socket.h: Update expected results.
85
862020-09-17 Torbjörn SVENSSON <torbjorn.svensson@st.com>
87 Christophe Lyon <christophe.lyon@linaro.org>
88
89 * fixfixes.c (pz_tmp_base, pz_tmp_dot): Define only with
90 _PC_NAME_MAX.
91
afbffe08
AO
922020-02-20 Alexandre Oliva <oliva@adacore.com>
93
94 * mkheaders.in: Don't require build-time shell on host.
95
d876c8f9
MC
962020-02-13 Matheus Castanho <msc@linux.ibm.com>
97
98 * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
99
0a649b83
AO
1002020-02-13 Alexandre Oliva <oliva@adacore.com>
101
102 * mkheaders.in: Re-create subdirs, copy limits.h into subdir.
103 * mkfixinc.sh: Create dummy fixinc for *-*-vxworks7*.
104
10be08aa
JDA
1052020-01-25 John David Anglin <danglin@gcc.gnu.org>
106
107 * inclhack.def (hpux_c99_inttypes4): New, add missing SCNuMAX defines.
108 * fixincl.x: Regenerate.
109 * tests/base/inttypes.h: Update for above fix.
110
5ee5eddb
JDA
1112019-12-30 John David Anglin <danglin@gcc.gnu.org>
112
113 PR libgomp/93066
114 * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
115 and UINTPTR_MAX, and missing define for SIZE_MAX.
116 * fixincl.x: Regenerate.
117 * tests/base/inttypes.h: Update for above fix.
118
5c439f4d
D
1192019-08-18 C.G. Dogan <gcc+cgdogan.00@gmail.com>
120 Iain Sandoe <iain@sandoe.co.uk>
121
122 PR target/83531
123 * inclhack.def (darwin_api_availability): New, strip leading
124 underscores from API_XXXX defines.
125 * fixincl.x: Regenerate.
126 * tests/base/os/availability.h: New file.
127
5a50aed3
IS
1282019-06-21 Iain Sandoe <iain@sandoe.co.uk>
129
130 * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
131 __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
132 Ensure that the top level math.h uses <> to wrap included headers
133 rather than "".
134 * fixincl.x: Regenerated.
135 * tests/base/architecture/ppc/math.h: Update test to include the
136 __DARWIN_NO_LONG_LONG case.
137
59a0b1db
IS
1382019-06-21 Iain Sandoe <iain@sandoe.co.uk>
139
140 * inclhack.def: Guard __has_attribute and __has_extension in
141 os/base.h.
142 Guard Apple blocks syntax in dispatch/object.h.
143 * fixincl.x: Regenerate.
144 * tests/base/dispatch/object.h: New file.
145 * tests/base/os/base.h: New file.
146
7121b43f
IS
1472019-05-11 Iain Sandoe <iain@sandoe.co.uk>
148 PR target/90379
149 PR bootstrap/89864
150 * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
151 for wrap fixes.
152 * fixincl.x: Regenerated.
153
8e6759aa
ES
1542019-04-18 Erik Schnetter <schnetter@gmail.com>
155 Jakub Jelinek <jakub@redhat.com>
156 Iain Sandoe <iain@sandoe.co.uk>
157
158 PR bootstrap/89864
159 * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
160 use in headers included by C++.
161 * fixincl.x: Regenerated.
162
22e05272
JM
1632018-10-31 Joseph Myers <joseph@codesourcery.com>
164
165 PR bootstrap/82856
166 * configure.ac: Remove AC_PREREQ.
167 * aclocal.m4, configure: Regenerate.
168
92a7f46b
RV
1692018-10-16 Rasmus Villemoes <rv@rasmusvillemoes.dk>
170
171 * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
172 include of vxCpu.h, guard include of vxTypesOld.h by
173 !_ASMLANGUAGE.
174 * fixincl.x: Regenerate.
175
c7a8f93d
RV
1762018-09-03 Rasmus Villemoes <rv@rasmusvillemoes.dk>
177
178 * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
179 expansion of ioctl macro.
180 * fixincl.x: Regenerate.
181
5b3d96f2
DE
1822018-07-23 David Edelsohn <dje.gcc@gmail.com>
183
184 * inclhack.def (aix_unistd): New.
185 * fixincl.x: Regenerate.
186 * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
187
0e97b84b
RV
1882018-06-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
189
190 * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
191 missing hunk.
192
c649ee40
RV
1932018-06-12 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
194
764d9a51
RV
195 * genfixes: exit 1 when autogen not found.
196 * genfixes: Remove some redundant code.
197 * genfixes: Update URL to autogen source code.
198
c649ee40
RV
199 * inclhack.def: Fix fixup for assert.h on vxworks.
200 * fixincl.x: Regenerate.
201
1afe3e77
RV
2022018-05-25 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
203
204 * inclhack.def (vxworks_iolib_include_unistd): New fix.
205
001ddaa8
DM
2062018-04-18 David Malcolm <dmalcolm@redhat.com>
207
208 PR jit/85384
209 * configure: Regenerate.
210
58730d18
DE
2112018-02-22 David Edelsohn <dje.gcc@gmail.com>
212
213 * inclhack.def (aix_stdlib_vec_malloc): New.
214 (aix_stdlib_vec_calloc): New.
215 * fixincl.x: Regenerate.
216 * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
217 [AIX_STDLIB_VEC_CALLOC]: New test.
218
b015bcbb
MF
2192017-10-13 Mike Frysinger <vapier@chromium.org>
220
221 * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
222 's|[^/]*//*||'.
223
a476498c
DR
2242017-06-12 Doug Rupp <rupp@adacore.com>
225
226 * inclhack.def (AAB_vxworks_stdint): Remove hack.
227 * fixincl.x: Regenerate.
228
888339e6
JDA
2292017-02-25 John David Anglin <danglin@gcc.gnu.org>
230
231 PR target/68739
232 * inclhack.def (hpux11_pthread_pointer): New fix.
233 (hpux11_pthread_const): Adjust to remove void * cast from define.
234 * fixincl.x: Regenerate.
235
7d323537
JDA
2362017-02-11 John David Anglin <danglin@gcc.gnu.org>
237
238 * tests/base/alloca.h: New file.
239 * inclhack.def (hppa_hpux11_alloca): New fix.
240 * fixincl.x: Regenerate.
241
3c36aa6b
JJ
2422017-01-17 Jakub Jelinek <jakub@redhat.com>
243
244 PR other/79046
245 * configure.ac: Add GCC_BASE_VER.
246 * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
247 get version from BASE-VER file.
248 * configure: Regenerated.
249
2252a802
RO
2502017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
251
252 PR libstdc++/78979
253 * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
254 (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
255 * fixincl.x: Regenerate.
256 * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
257 SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
258 SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
259
3115f94f
RO
2602016-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
261
262 * inclhack.def (solaris_math_12): New fix.
263 (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
264 * fixincl.x: Regenerate.
265 * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
266
97448adf
RO
2672016-11-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
268
269 PR sanitizer/78267
270 * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
271 (darwin_os_trace_2, darwin_os_trace_3): New fixes.
272 (hpux_stdint_least_fast): Remove spurious _EOFix_.
273 * fixincl.x: Regenerate.
274 * tests/bases/AvailabilityInternal.h: New file.
275 * tests/bases/os/trace.h: New file.
276
716028e4
TK
2772016-09-30 Tadek Kijkowski <tkijkowski@gmail.com>
278
279 * check.tpl: Convert line endings to unix on test outputs
280 * fixfixes.c: Fixed passing file name to apply_fix when
281 SEPARATE_FIX_PROC is defined
282 * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
283 * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
284
abb62d32
JDA
2852016-09-04 John David Anglin <danglin@gcc.gnu.org>
286
287 * inclhack.def (hpux_longjmp): Adjust select regular expression.
288 * fixincl.x: Regenerate.
289
dffe3cc5
JDA
2902016-08-13 John David Anglin <danglin@gcc.gnu.org>
291
292 * inclhack.def (hpux_longjmp): New fix.
293 * fixincl.x: Regenerate.
294 * tests/base/setjmp.h: New test file.
295
ef19a444
BE
2962016-08-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
297
298 PR bootstrap/72833
299 * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
300 * inclhack.def (darwin_longjmp_noreturn): New fix.
301 * fixincl.x: Regenerated.
302 * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
303
354c5470
MB
3042016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
305
306 * fixinc.in: Use --parents option to make LIB directory.
307
ee2499b4
TS
3082016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
309
310 * mkfixinc.sh: Remove interix support.
311
d4f076c9
DE
3122016-06-13 David Edelsohn <dje.gcc@gmail.com>
313
314 * inclhack.def (aix_stdlib_malloc): New fix.
315 (aix_stdlib_realloc): New fix.
316 (aix_stdlib_calloc): New fix.
317 (aix_stdlib_valloc): New fix.
318 * fixincl.x: Regenerate.
319 * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
320 [AIX_STDLIB_REALLOC]: New test.
321 [AIX_STDLIB_CALLOC]: New test.
322 [AIX_STDLIB_VALLOC]: New test.
323
f67cb8fe
JDA
3242016-01-31 John David Anglin <danglin@gcc.gnu.org>
325
326 PR target/68741
327 * inclhack.def (hpux_vsscanf): New fix.
328 * fixincl.x: Regenerated.
329 * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
330
d8082c18
DE
3312015-08-14 David Edelsohn <dje.gcc@gmail.com>
332
333 * inclhack.def (aix_stdio_inline): New fix.
334 (aix_strtof_const): Limit to *-*-aix*.
335 (aix_sysmachine): Same.
336 (aix_syswait_2): Same.
337 (aix_volatile): Same.
338 * fixincl.x: Regenerated.
339 * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
340
cfce0488
EG
3412015-07-28 Eric Gallager <egall@gwmail.gwu.edu>
342
343 * check.tpl: Ignore .DS_Store directories.
344
9846edff
DE
3452015-05-21 David Edelsohn <dje.gcc@gmail.com>
346
347 * inclhack.def (aix_externc): New fix.
348 (aix_externcpp[12]): New fix.
349 * fixincl.x: Regenerate.
350 * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
351 * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
352 * test/base/fcntl.h: New file.
353
a4875765
MH
3542015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
355
356 * aclocal.m4: Regenerated with automake-1.11.6.
357
218213df
GR
3582015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
359
360 * mkfixinc.sh: Add *-musl* with no fixes.
361
f5ffa61d
JDA
3622015-03-28 John David Anglin <danglin@gcc.gnu.org>
363
364 PR libstdc++/65500
365 * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
366 * fixincl.x: Regenerate.
367 * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
368
266c722f
DR
3692015-02-16 Daniel Richard G. <skunk@iskunk.org>
370
371 PR bootstrap/48009
372 PR bootstrap/53348
373 * inclhack.def (aix_strtof_const): New fix.
374 * fixincl.x: Regenerate.
ba5b5e24 375 * tests/base/stdlib.h: New test.
266c722f 376
9e271531
RO
3772015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
378
379 * inclhack.def (solaris_math_11): New fix.
380 * fixincl.x: Regenerate.
381 * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
382
a15b4c98
DE
3832015-02-06 David Edelsohn <dje.gcc@gmail.com>
384
385 PR bootstrap/53348
386 * inclhack.def (aix_pthread): Accept tab after define.
387 * fixincl.x: Regenerate.
388
11c3a68e
BK
3892015-01-24 Bruce Korb <bkorb@gnu.org>
390
391 * README: add some clarification on use of test_text
392
3932014-12-21 Bruce Korb <bkorb@gnu.org>
394
395 * fixincludes/fixincl.tpl: add handling for "sum" selection
396 criteria and clean up layout
397 * fixincludes/fixlib.h: enumerate TT_CKSUM test type
398 * fixincludes/fixincl.c (fix_applies): add code to handle
399 the new test type
400 (cksum_test): function to handle it
401 * fixincludes/README: doc it and remove explanations from
402 more than a decade ago.
403
451f1199
UB
4042014-12-15 Uros Bizjak <ubizjak@gmail.com>
405
406 * server.c (server_setup): Check return value of
407 getcwd and in case of error set buff[0] to 0.
408
0c5c9f95
UB
4092014-10-21 Uros Bizjak <ubizjak@gmail.com>
410
411 * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
412 * fixincl.x: Regenerate.
413
5435176b
AI
4142014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
415
416 * inclhack.def (complier_h_tradcpp): Remove.
417 * fixincl.x: Regenerate.
418 * tests/base/linux/compiler.h: Remove.
419
d9f069ab
RO
4202014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
421
422 * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
423 (solaris_int_types): Remove.
424 (solaris_longjmp_noreturn): Remove.
425 (solaris_mutex_init_2): Remove.
426 (solaris_once_init_2): Remove.
427 (solaris_sys_va_list): Remove.
428 * fixincl.x: Regenerate.
429 * tests/base/iso/setjmp_iso.h: Remove.
430 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
431 [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
432 solaris_once_init_2.
433 [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
434 * tests/base/sys/int_types.h: Remove.
435 * tests/base/sys/va_list.h: Remove.
436
5502f40b
BRF
4372013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
438
439 Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
440
e1775b33
BK
4412013-12-07 Bruce Korb <bkorb@gnu.org>
442
443 * inclhack.def: many of the headers found under "bits/" are
444 often stashed under architecture directories. Apply fixes
445 to those, too. Also, re-ordered misordered fixes.
446 * tests/base/linux/vt.h: 80 columns in .def file limitation
447 * tests/base/iso/math_c99.h: adjust ordering
448 * tests/base/rtldef/string.h: likewise
449 * tests/base/bits/fenv.h: likewise
450 * tests/base/pthread.h: likewise
451
3fc92e70
RB
4522013-12-06 Richard Biener <rguenther@suse.de>
453
454 * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
455 being not compatible with C++.
456 * fixincl.x: Regenerate.
457 * tests/base/linux/vt.h: New test.
458
3cbe17f7
AM
4592013-09-20 Alan Modra <amodra@gmail.com>
460
461 * configure: Regenerate.
462
a4f710a6
DE
4632013-09-02 David Edelsohn <dje.gcc@gmail.com>
464
465 * inclhack.def (aix_assert): New fix.
466 * fixincl.x: Regenerate.
467 * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
468
bbeedee0
BK
4692013-07-06 Bruce Korb <bkorb@gnu.org>
470
471 * inclhack.def (cdef_cplusplus): removed, per Bug 51776
cf3cfecd 472 * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
bbeedee0 473
ecdbd01a 4742013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>
87725115
AI
475
476 * inclhack.def (complier_h_tradcpp): New.
477 * fixincl.x: Rebuilt.
478 * tests/base/linux/compiler.h: New.
479
0a91f65d
RO
4802013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
481
482 * inclhack.def (solaris_pow_int_overload): Update comment.
483 Change guard to match <cmath>.
484 * fixincl.x: Regenerate.
485 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
486 Matching change.
487
0654e6be
DE
4882013-05-04 David Edelsohn <dje.gcc@gmail.com>
489
490 * inclhack.def (aix_null): New.
491 (void_null): Update replacement definition of NULL.
492 * fixincl.x: Regenerate.
493 * tests/base/curses.h: Update for new fix.
494
4952013-01-16 Alexandre Oliva <aoliva@redhat.com>
c851c76c
AO
496
497 * inclhack.def (feraiseexcept_nosse_invalid): New.
498 (feraiseexcept_nosse_divbyzero): Likewise.
499 * fixincl.x: Rebuilt.
500 * tests/base/bits/fenv.h: New.
501
bd0ca6ba
RB
5022013-01-14 Richard Biener <rguenther@suse.de>
503
504 * fixlib.h (verbose_level, fixinc_mode): Mark extern.
505
fa547b39 5062012-10-29 Bruce Korb <bkorb@gnu.org>
7e416541
BK
507
508 * README: testing wrap and replacement fixes is pointless.
509 * fixincl.c: export verbosity enumerations to fixlib.h
510 (run_compiles): mark replacement fixes to be skipped when
511 in testing mode
512 * fixlib.h: add a test mode and enumerations from fixincl.c
513 * check.tpl: set TEST_MODE in environment
514 * fixopts.c (initialize_opts): check for TEST_MODE in environment
515 * inclhack.def: move AAB_darwin7_9_long_double_funcs to
516 darwin_9_long_double_funcs_2. It is not a replacement fix.
517 * fixincl.x: regenerate
518 * tests/base/ioLib.h: the need for this is now exposed, so add it.
519 * tests/base/architecture/ppc/math.h: the correct result is now needed.
520
fa547b39 5212012-10-29 Robert Mason <rbmj@verizon.net>
1d5d667b
RM
522
523 * fixinc.in: Omit machine name checks for vxworks
524 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
525 (AAB_vxworks_regs_vxtypes): another
526 (AAB_vxworks_stdint): yet another
527 (AAB_vxworks_unistd): and another
528 (vxworks_ioctl_macro): reformatting fix
529 (vxworks_mkdir_macro): again
530 (vxworks_regs): and again
531 (vxworks_write_const): and again
532 * tests/base/ioLib.h: new test result
533 * tests/base/math.h: likewise
534 * tests/base/sys/stat.h: likewise
535 * tests/base/testing.h: and again
536
31d20666
DE
5372012-09-29 David Edelsohn <dje.gcc@gmail.com>
538
539 * inclhack.def (AAB_aix_fcntl): New fix.
540 * fixincl.x: Regenerate.
541
b1f75d76
DE
5422012-06-19 David Edelsohn <dje.gcc@gmail.com>
543
544 * inclhack.def (aix_mutex_initializer_1): New fix.
545 (aix_cond_initializer_1): New fix.
546 (aix_rwlock_initializer): New fix.
547 * fixincl.x: Regenerate.
548 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
549 [AIX_COND_INITIALIZER_1_CHECK]: New.
550 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
551
678abdd9
TS
5522012-05-29 Thomas Schwinge <thomas@codesourcery.com>
553
554 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
555 gcc_AC_FUNC_MMAP_BLACKLIST.
556 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
557 * aclocal.m4: Regenerate.
558 * configure: Regenerate.
559
c1041240
TG
5602012-04-24 Tristan Gingold <gingold@adacore.com>
561
562 * fixincl.c (fix_with_system): Add missing specifier.
563 * configure.ac: Default to twoprocess on vms.
564 * configure: Regenerate.
565
3c59ab0d
DE
5662012-03-23 David Edelsohn <dje.gcc@gmail.com>
567
568 * inclhack.def (aix_malloc): New.
569 * fixincl.x: Regenerate.
570 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
b1f75d76 571
159bde98
RO
5722012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
573
574 PR other/52626
575 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
576 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
577
a59205fa
TG
5782012-03-15 Tristan Gingold <gingold@adacore.com>
579
580 * README (EXAMPLES OF FIXES): Update.
581
7888f266
RO
5822012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
583
584 * inclhack.def (math_exception): Remove duplicate.
585 (solaris_cond_init): Remove.
586 (solaris_sys_va_list): Remove Solaris 8 support.
587 * fixincl.x: Regenerate.
588 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
589
b24513a1
RO
5902012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
591
592 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
593 (irix___restrict): Remove.
594 (irix___generic1): Remove.
595 (irix___generic2): Remove.
596 (irix_asm_apostrophe): Remove.
597 (irix_complex): Remove.
598 (irix_pthread_init): Remove.
599 (irix_socklen_t): Remove.
600 (irix_stdint_c99_mode): Remove.
601 (irix_stdint_c99_types): Remove.
602 (irix_stdint_c99_macros): Remove.
603 (irix_stdio_va_list): Remove IRIX 6.5 support.
604 (irix_wcsftime): Remove.
605 (stdio_va_list): Remove IRIX 6.5 support.
606 (svr4_profil): Remove IRIX bypass.
607 * fixincl.x: Regenerate.
608
609 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
610 * tests/base/internal/math_core.h: Remove.
611 * tests/base/internal/sgimacros.h: Remove.
612 * tests/base/internal/wchar_core.h: Remove.
613 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
614 support.
615 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
616 * tests/base/stdint-irix65.h: Remove.
617 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
618 * tests/base/sys/asm.h: Remove.
619 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
620
5c30094f
RO
6212012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
622
623 * inclhack.def (alpha___extern_prefix): Remove.
624 (alpha___extern_prefix_standards): Remove.
625 (alpha___extern_prefix_sys_stat): Remove.
626 (alpha_bad_lval): Remove.
627 (alpha_pthread): Remove.
628 (alpha_pthread_gcc): Remove.
629 (alpha_pthread_init): Remove.
630 * fixincl.x: Regenerate.
631 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
632 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
633 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
634 * tests/base/standards.h: Remove.
635 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
636 Remove.
637 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
638 [ALPHA_BAD_LVAL_CHECK]: Remove.
639
24219d38
TG
6402012-03-12 Tristan Gingold <gingold@adacore.com>
641
642 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
643 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
644 (vms_no_64bit_getopt, vms_forward_declare_struct)
645 (vms_use_fast_setjmp): New fixes.
646 * fixincl.x: Regenerate.
647 * tests/base/rtldef/string.h: Update.
648 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
649 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
650 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
651
4c14fd7e
BK
6522012-01-11 Bruce Korb <bkorb@gnu.org>
653 Steven G. Kargl <kargl@gcc.gnu.org>
654 Andreas Tobler <andreast@fgznet.ch>
655
58ef7568 656 PR bootstrap/51705
4c14fd7e
BK
657 PR preprocessor/51776
658 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
659 * fixincl.x: Regenerate.
660 * tests/base/sys/cdefs.h: Update.
661
662 * genfixes: Remove the 'Ver.' from the version check.
663
4a5e00ca
AS
6642011-12-20 Andreas Schwab <schwab@linux-m68k.org>
665
666 * configure: Regenerate.
667
095af58f
AS
6682011-12-19 Andreas Schwab <schwab@linux-m68k.org>
669
670 * configure: Regenerate.
671
00449933
DE
6722011-11-16 David Edelsohn <dje.gcc@gmail.com>
673
674 * inclhack.def (aix_once_init_[12]): New fixes.
675 * fixincl.x: Regenerate.
676 * tests/base/pthread.h: Update.
677
0c094ab3
MS
6782011-10-25 Mike Stump <mikestump@comcast.net>
679
680 PR target/48851
681 * inclhack.def (void_null): New bypass.
682 * fixincl.x: Regenerate.
683
750db024
TG
6842011-09-26 Tristan Gingold <gingold@adacore.com>
685
686 * inclhack.def (ms_define_can_use_extern_prefix):
687 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
688 New fixes.
689 * fixincl.x: Regenerate.
690 * tests/base/rtldef/string.h: New test.
691 * tests/base/rtldef/decc$types.h: Likewise.
692 * tests/base/testing.h: Update
693
e7dd5b57
TG
6942011-09-22 Tristan Gingold <gingold@adacore.com>
695
696 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
697
3d3aae5b
SE
6982011-08-23 Steve Ellcey <sje@cup.hp.com>
699
700 PR libstdc++/50153
701 * inclhack.def (hpux11_abs): Extend to all hpux machines.
702 * fixincl.x: Regenerate.
703
d62bab6a
RO
7042011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
705 Marc Glisse <marc.glisse@normalesup.org>
706
707 PR libstdc++-v3/1773
708 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
709 (solaris_longjmp_noreturn, solaris_pow_int_overload)
710 (solaris_std___filbuf): New fixes.
711 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
712 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
713 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
714
9d7b2124
RO
7152011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
716
717 PR c++/49347
718 * inclhack.def (solaris_posix_spawn_restrict): New fix.
719 * fixincl.x: Regenerate.
720 * tests/base/spawn.h: New test.
721
20720201
DR
7222011-06-08 Douglas B Rupp <rupp@gnat.com>
723
724 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
725 * configure: Regenerate.
726 * config.h.in: Regenerate.
727
11b815ca
PG
7282011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
729
730 * inclhack.def (aix_net_if_arp): New fix.
731 * fixincl.x: Regenerate.
732 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
733
f3450bc8
TG
7342011-05-17 Tristan Gingold <gingold@adacore.com>
735
736 * inclhack.def (solaris_complex_cxx): Fix syntax.
737 * fixincl.x: Regenerate.
738
067e2f06
TG
7392011-05-17 Tristan Gingold <gingold@adacore.com>
740
741 * check.tpl: Shell-quote testing file.
742
ebb9f8b0
JM
7432011-03-22 Joseph Myers <joseph@codesourcery.com>
744
745 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
746
455c8f48
RW
7472010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
748
749 PR other/46202
750 * Makefile.in (install-strip): New phony target.
751 (all, check, install): Also mark as phony.
752
d8ef0f49
RO
7532010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
754
755 * inclhack.def (irix_pthread_init): New fix.
756 * fixincl.x: Regenerate.
757 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
758
1e335ae2
RO
7592010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
760
761 PR c++/46024
762 * inclhack.def (solaris_sys_va_list): New fix.
763 * fixincl.x: Regenerate.
764 * tests/base/sys/va_list.h: New test.
765
9407158d
JDA
7662010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
767
768 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
769 * fixincl.x: Regenerate.
770
872cc2d3
RO
7712010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
772
773 * inclhack.def (solaris_cond_init): New fix.
774 * fixincl.x: Regenerate.
775 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
776 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
777
babc4728
RO
7782010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
779
780 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
781 * fixincl.x: Regenerate.
782 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
783 * tests/base/sys/feature_tests.h: New file.
784
c3f247f4
RW
7852010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
786 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
787
788 PR bootstrap/42798
789 * configure.ac: Check for declaration of 'basename(char *)'.
790 * configure: Regenerate.
791
8c200350
RO
7922010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
793
794 * inclhack.def (alpha_wchar): Remove.
795 * fixincl.x: Regenerate.
796 * tests/base/wchar.h: Remove.
797
4d9e8446
RW
7982010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
799
800 * aclocal.m4: Regenerate.
801
1a3a6aec
RO
8022010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
803
804 * inclhack.def (alpha_assert): Allow for more whitespace in
805 select.
806 * fixincl.x: Regenerate.
807
f48aa01a
L
8082010-03-28 H.J. Lu <hongjiu.lu@intel.com>
809
810 PR target/40722
811 * mkfixinc.sh: Revert the last change for mingw.
812
6f5db5f7
JM
8132010-03-24 Joseph Myers <joseph@codesourcery.com>
814
815 * inclhack.def (glibc_strncpy): New fix.
816 * fixincl.x: Regenerate.
817 * tests/base/bits/string2.h: Update.
818
1ab71299
L
8192010-03-23 H.J. Lu <hongjiu.lu@intel.com>
820
821 PR target/40722
822 * mkfixinc.sh: Fix stdlib.h for mingw.
823
73489878
BK
8242010-02-19 Bruce Korb <bkorb@gnu.org>
825
826 * inclhack.def: remove vestiges of inadvertently committed changes
827
d76f631a
BK
8282010-02-10 Bruce Korb <bkorb@gnu.org>
829
830 * README: fix up references to old gcc/fixinc directory
831
93e520a2
RO
8322010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
833
834 * inclhack.def (solaris_int_limits_3): New fix.
835 * fixincl.x: Regenerate.
836 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
837 test.
838
839 * inclhack.def (solaris_int_const, solaris_int_limits_1,
840 solaris_int_limits_2 ): Applies to Solaris 2 in general.
841 Remove select.
842 Add mach for *-*-solaris2*.
843 Change second c_fix_arg to select.
844 Remove #pragma ident from test_text.
845 * fixincl.x: Regenerate.
846 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
847 #pragma trigger text.
848 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
849 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
850
dc4f0670
RO
8512010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
852
853 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
854 (aix_stdint_2): Likewise.
855 (aix_stdint_3): Likewise.
856 (aix_stdint_4): Likewise.
857 (aix_stdint_5): Likewise.
858 (darwin_stdint_1): Add stdint-darwin.h to files.
859 (darwin_stdint_2): Likewise.
860 (darwin_stdint_3): Likewise.
861 (darwin_stdint_4): Likewise.
862 (darwin_stdint_5): Likewise.
863 (darwin_stdint_6): Likewise.
864 (darwin_stdint_7): Likewise.
865 (hpux_c99_intptr): Add stdint-hpux11.h to files.
866 (hpux_c99_inttypes): Likewise.
867 (hpux_c99_inttypes2): Likewise.
868 (hpux_stdint_least_fast): Likewise.
869 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
870 (irix_stdint_c99_types): New fix.
871 (irix_stdint_c99_macros): New fix.
872 (newlib_stdint_1): Add stdint-newlib.h to files.
873 (newlib_stdint_2): Likewise.
874 fixincl.x: Regenerate.
875 tests/base/stdint-aix.h: New file.
876 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
877 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
878 tests/base/stdint-aix.h: ... here.
879 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
880 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
881 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
882 tests/base/stdint-darwin.h: New file.
883 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
884 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
885 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
886 tests/base/stdint-darwin.h: ... here.
887 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
888 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
889 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
890 tests/base/stdint-hpux11.h: New file.
891 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
892 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
893 tests/base/stdint-hpux11.h: ... here.
894 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
895 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
896 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
897 IRIX_STDINT_C99_MODE_CHECK.
898 tests/base/stdint-irix65.h: New file.
899 tests/base/stdint-newlib.h: New file.
900 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
901 NEWLIB_STDINT_2_CHECK]: Moved ...
902 tests/base/stdint-newlib.h: ... here.
903
43e02a8a
RW
9042009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
905
906 * configure: Regenerate.
907
84b80444
SE
9082009-10-21 Steve Ellcey <sje@cup.hp.com>
909
910 * inclhack.def (hpux_stdint_least_fast): Simplify.
911 * fixincl.x: Regenerate.
912 * tests/base/stdint.h: Update.
913
07471115
RW
9142009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
915
916 * inclhack.def (isc_fmod, isc_omits_with_stdc)
917 (nested_sys_limits, sco_math): Remove.
918 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
919 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
920 * tests/base/sys/limits.h: Remove.
921 * fixincl.x: Regenerate.
922
a3d37119
RW
9232009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
924
925 PR testsuite/29737
926 PR bootstrap/35938
927 PR testsuite/39655
928 * check.tpl: Fix typos.
929 * README: Likewise. Also, document that 'select' uses ERE.
930 * mkheaders.in: Update copyright years in --version output.
931 * inclhack.def (sco_math): Add missing final newline in sed
932 script 'a', 'c', or 'i' commands, for BSD sed.
933 (sco_math): In the text of 'a', 'c', or 'i' sed
934 commands, prepend leading white space with a backslash to avoid
935 the whitespace to be removed by BSD sed.
936 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
937 (x11_new): Fix sed expression, for BSD sed.
938 (glibc_mutex_init): Fix newlines in sed 's' command replacement
939 part, for GNU sed 3.02 and Solaris sed.
940 (glibc_mutex_init): Replace unportable \+ sed regex operator
941 with \{1,\}.
942 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
943 alternation \| regex operator.
944 (solaris_complex): Remove superfluous backslashes from
945 replacement string. Replace \+ operator with \{1,\}.
946 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
947 * fixincl.x: Regenerate.
948
7aa7b459
RO
9492009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
950
951 PR libfortran/41169
952 * inclhack.def (irix_complex): New fix.
953 (solaris_complex): Likewise.
954 * fixincl.x: Regenerate.
955 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
956 New tests.
957
0b7da9ce
BK
9582009-08-28 Bruce Korb <bkorb@gnu.org>
959 Steve Ellcey <sje@cup.hp.com>
960
961 * README (files): Describe files entry.
962 * inclhack.def (hpux_stdint_least): Remove.
963 (hpux_stdint_fast): Remove.
964 (hpux_stdint_fast): Remove.
965 (hpux_stdint_least_fast): New.
966 (hpux_inttype_int_least8_t): Remove.
967 (hpux_inttype_int8_t): Modify.
968 * fixincl.x: Regenerate.
969 * tests/base/stdint.h: Update.
970 * tests/base/sys/_inttypes.h: Update.
971
629fff4b
SE
9722009-08-28 Steve Ellcey <sje@cup.hp.com>
973
974 * inclhack.def (hpux_imaginary_i): Remove spaces.
975 * fixincl.x: Regenerate.
976 * tests/base/stdint.h: Update AIX fixes.
977 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
978
df58e648
RW
9792009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
980
981 * configure.ac (AC_PREREQ): Bump to 2.64.
982
5213506e
RW
9832009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
984
985 * aclocal.m4: Regenerate.
986 * configure: Regenerate.
987 * config.h.in: Regenerate.
988
be274b21
DE
9892009-08-17 David Edelsohn <edelsohn@gnu.org>
990
991 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
992 redefine I.
993 * (aix_stdint_[12345]): New fixes.
994 * fixincl.x: Regenerate.
995 * tests/base/complex.h: Update check.
996 * tests/base/stdint.h: Add AIX stdint.h checks.
997
03c57948
SE
9982009-08-14 Steve Ellcey <sje@cup.hp.com>
999
1000 * inclhack.def (hpux_imaginary_i): New fix.
1001 * fixincl.x: Regenerate.
1002 * tests/base/complex.h: New file.
1003
f3ecb732
DE
10042009-08-12 David Edelsohn <edelsohn@gnu.org>
1005
1006 * inclhack.def (aix_complex): New fix.
1007 * fixincl.x: Regenerate.
b1f75d76 1008
175196a0
JDA
10092009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1010
1011 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
1012 (hpux_inttype_int8_t): Likewise.
1013 * fixincl.x: Regenerate.
1014
6efbd53f
RW
10152009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1016
1017 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
1018 New variables.
1019 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
1020 Use them.
1021
94ab808c
FXC
10222009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1023
1024 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
1025 darwin_stdint_7): New fixes.
1026 * fixincl.x: Regenerate.
1027 * tests/base/stdint.h: Adjust test for new fixes.
1028
d4289bdd
EB
10292009-07-03 Eric Botcazou <ebotcazou@adacore.com>
1030
1031 * inclhack.def (solaris_int_types): New fix.
1032 * fixincl.x: Regenerate.
1033 * tests/base/sys/int_types.h: New file.
1034
fdfbd469
FXC
10352009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1036
1037 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
1038 darwin_stdint_4): New fixes.
1039 * tests/base/stdint.h: Adjust test results for new fixes.
1040 * fixincl.x: Regenerate.
1041
b0999b01
EB
10422009-05-29 Eric Botcazou <ebotcazou@adacore.com>
1043
1044 * inclhack.def (solaris_int_const): New fix.
1045 (solaris_int_limits_1): Likewise.
1046 (solaris_int_limits_2): Likewise.
1047 * fixincl.x: Regenerate.
1048 * tests/base/sys/int_const.h: New file.
1049 * tests/base/sys/int_limits.h: Likewise.
1050
b51c6a2c
JM
10512009-05-15 Joseph Myers <joseph@codesourcery.com>
1052
1053 * inclhack.def (glibc_tgmath): Correct bypass.
1054 * fixincl.x: Regenerate.
1055
62e66577
SE
10562009-04-28 Steve Ellcey <sje@cup.hp.com>
1057
1058 * inclhack.def (hpux11_uint32_c): Remove.
1059 (hpux_long_double): Disable on hpux11.3*.
1060 (hpux_long_double_2): New.
1061 (hpux_c99_intptr): New.
1062 (hpux_c99_inttypes): New.
1063 (hpux_c99_inttypes2): New.
1064 (hpux_stdint_least): New.
1065 (hpux_stdint_fast): New.
1066 (hpux_inttype_int_least8_t): New.
1067 (hpux_inttype_int8_t): New.
1068 * fixincl.x: Regenerate.
1069 * tests/base/sys/_inttypes.h: New.
1070 * tests/base/inttypes.h: Update.
1071 * tests/base/stdlib.h: Update.
1072 * tests/base/stdint.h: Update.
1073
e2556904
JM
10742009-04-28 Joseph Myers <joseph@codesourcery.com>
1075
1076 * inclhack.def (glibc_stdint): New fix.
1077 * fixincl.x: Regenerate.
1078 * tests/base/stdint.h: Update.
1079
748086b7
JJ
10802009-04-09 Jakub Jelinek <jakub@redhat.com>
1081
1082 * Makefile.in: Change copyright header to refer to version
1083 3 of the GNU General Public License and to point readers at the
1084 COPYING3 file and the FSF's license web page.
1085 * fixfixes.c: Likewise.
1086 * fixinc.in: Likewise.
1087 * fixincl.c: Likewise.
1088 * fixlib.c: Likewise.
1089 * fixlib.h: Likewise.
1090 * fixopts.c: Likewise.
1091 * fixtests.c: Likewise.
1092 * genfixes: Likewise.
1093 * mkheaders.in: Likewise.
1094 * system.h: Likewise.
1095
207bf79d
JM
10962009-03-31 Joseph Myers <joseph@codesourcery.com>
1097
1098 PR c/448
1099 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
1100 * fixincl.x: Regenerate.
1101 * tests/base/stdint.h: Update.
1102
615ce5fd
JM
11032009-03-29 Joseph Myers <joseph@codesourcery.com>
1104
1105 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
1106 Update.
1107
928c19bb
JM
11082009-03-29 Joseph Myers <joseph@codesourcery.com>
1109
1110 PR c/456
1111 PR c/5675
1112 PR c/19976
1113 PR c/29116
1114 PR c/31871
1115 PR c/35198
1116 * inclhack.def (glibc_tgmath): New fix.
1117 * fixincl.x: Regenerate.
1118 * tests/base/tgmath.h: New.
1119
52c0e446
JM
11202009-03-28 Joseph Myers <joseph@codesourcery.com>
1121
1122 * inclhack.def (aix_syswait, exception_structure,
1123 pthread_page_size): Remove.
1124 (math_exception): Remove mention of fixproto in comment.
1125 * fixincl.x: Regenerate.
1126 * mkheaders.in: Do not handle STMP_FIXPROTO.
1127
ea7557f0
SL
11282009-03-27 Sandra Loosemore <sandra@codesourcery.com>
1129
1130 * server.c (run_shell): Quote directory name passed to cd.
1131
10fc64a7
BK
11322009-03-01 Bruce Korb <bkorb@gnu.org>
1133 Apply a positively ancient patch:
1134
1135 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
593b6421
GB
1136
1137 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
1138 * tests/base/net/if.h: Add new test.
1139
fc7e9554
AT
11402009-01-06 Andreas Tobler <a.tobler@schweiz.org>
1141
1142 * tests/base/locale.h: Add new test.
1143 * tests/base/stdarg.h: Likewise.
1144
8ba59b08
SE
11452009-01-05 Steve Ellcey <sje@cup.hp.com>
1146
1147 * inclhack.def (hpux_spu_info): Add files line.
1148 * fixincl.x: Regenerate.
1149
9cb82550
AT
11502009-01-01 Andreas Tobler <a.tobler@schweiz.org>
1151
1152 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
1153 in case of C.
1154 * fixincl.x: Regenerate.
1155
261b8381
AT
11562008-12-31 Andreas Tobler <a.tobler@schweiz.org>
1157
1158 PR target/35460
1159 * inclhack.def (openbsd_va_start): Use __builtin_va_start
1160 for OpenBSD.
1161 * fixincl.x: Regenerate.
1162
baafc534
RW
11632008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1164
1165 * configure: Regenerate.
1166
8739b9c7
SE
11672008-12-15 Steve Ellcey <sje@cup.hp.com>
1168
1169 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
1170 * fixincl.x: Regenerate.
1171
6a4bde96
L
11722008-09-06 H.J. Lu <hongjiu.lu@intel.com>
1173
1174 * configure.ac: Fix a typo.
1175 * configured: Regenerate.
1176
6aa1f8c1
BK
11772008-09-06 Bruce Korb <bkorb@gnu.org>
1178
1179 * fixincl.tpl (sed): make the program executable configurable.
1180 Some platforms have some rather oddball defaults.
1181 * config.h.in (SED_PROGRAM): define the default sed.
1182 * fixincl.x: regenerated
1183 * tests/base/internal/wchar_core.h: fix bad sample text
1184 * tests/base/math.h: fix bad sample text
1185 * configure.ac: search for working sed
1186 * inclhack.def (glibc_mutex_init): fix non-portable construct
1187 and re-order a few misordered entries.
1188
18c04407
RW
11892008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1190
1191 * configure: Regenerate.
1192
cd985f66
JM
11932008-06-07 Joseph Myers <joseph@codesourcery.com>
1194
1195 * inclhack.def (AAB_svr4_replace_byteorder,
1196 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
1197 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
1198 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
1199 solaris_mutex_init_1, solaris_socket, solaris_unistd,
1200 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
1201 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
1202 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
1203 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
1204 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
1205 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
1206 windiss_math2, windiss_valist): Remove.
1207 * fixincl.x: Regenerate.
1208 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
1209 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
1210 powerpc-*-eabiaix*): Remove.
1211 * tests/base/math.h: Update.
1212 * tests/base/pthread.h: Update.
1213 * tests/base/stdio.h: Update.
1214 * tests/base/stdlib.h: Update.
1215 * tests/base/string.h: Update.
1216 * tests/base/strings.h: Update.
1217 * tests/base/sys/file.h: Update.
1218 * tests/base/sys/limits.h: Update.
1219 * tests/base/sys/socket.h: Update.
1220 * tests/base/sys/stat.h: Update.
1221 * tests/base/sys/time.h: Update.
1222 * tests/base/testing.h: Update.
1223 * tests/base/unistd.h: Update.
1224 * tests/base/_G_config.h: Remove.
1225 * tests/base/arpa: Remove directory.
1226 * tests/base/fs: Remove directory.
1227 * tests/base/locale.h: Remove.
1228 * tests/base/machine: Remove directory.
1229 * tests/base/rpc/svc.h: Remove.
1230 * tests/base/sys/ioctl.h: Remove.
1231 * tests/base/sys/regset.h: Remove.
1232 * tests/base/sys/times.h: Remove.
1233 * tests/base/sys/utsname.h: Remove.
1234 * tests/base/widec.h: Remove.
1235
7de4b37e
KG
12362008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1237
1238 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
1239 * tests/base/iso/math_c99.h: Update.
1240 * fixincl.x: Regenerate.
1241
2627042d
JM
12422008-05-14 Joseph Myers <joseph@codesourcery.com>
1243
1244 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
1245 posix_types_64.
1246 * fixincl.x: Regenerate.
1247
9ae83b84
KT
12482008-04-25 Kai Tietz <kai.tietz@onvision.com>
1249
1250 * fixincl.c (fix_with_system): Cast pointer difference to long.
1251 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
1252
deb984e6
PB
12532008-04-18 Paolo Bonzini <bonzini@gnu.org>
1254
1255 PR bootstrap/35457
1256 * Makefile.in: Rewrite aclocal.m4 rule.
1257 * aclocal.m4: Regenerate.
1258 * configure: Regenerate.
1259
83644cd5
PG
12602008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
1261
1262 PR c++/20366
1263 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
1264 * fixincl.x: Regenerate.
1265 * tests/base/stdio.h: Add test.
1266
98266db0
BE
12672008-02-25 Ben Elliston <bje@au.ibm.com>
1268
1269 PR other/32948
1270 * fixincl.c (fix_applies): Remove unused variable `name_len'.
1271
c951ae40
KG
12722008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1273
1274 * inclhack.def (solaris_math_10): New.
1275 * tests/base/iso/math_c99.h: Update.
1276
1277 * fixincl.x: Regenerate.
1278
719bb4e3 12792008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
b452c141
ID
1280
1281 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
1282 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
1283 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
1284 quotes around mach entries.
1285 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
1286 to GPLv3.
1287
c91e2eae
HPN
12882008-02-04 Hans-Peter Nilsson <hp@axis.com>
1289
8181078a 1290 PR other/31405
c91e2eae
HPN
1291 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
1292 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
1293 __extern_inline|__GNU_STDC_INLINE__.
1294 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
1295 <bypass>: Change from __STDC_VERSION__ to
1296 __extern_inline|__GNU_STDC_INLINE__.
1297 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
1298 appending attribute-gnu_inline.
1299 <second c_fix_arg>: Remove.
1300 <test_text>: Remove __extern_inline line.
1301 * tests/base/features.h: Re-add.
1302 * tests/base/sys/sysmacros.h: Adjust.
1303 * fixincl.x: Regenerate.
1304
b8c9ec3d
HPN
13052008-01-06 Hans-Peter Nilsson <hp@axis.com>
1306
1307 Revert last change.
1308
b6541c10
HPN
13092007-12-18 Hans-Peter Nilsson <hp@axis.com>
1310
1311 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
1312 * fixincl.x: Regenerate.
1313 * tests/base/wchar.h: Update.
1314 * tests/base/features.h: New.
1315
6f8c1750
JDA
13162007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1317
1318 PR target/33700
1319 * inclhack.def (hpux11_pthread_const): New.
1320 * fixincl.x: Regenerate.
1321 * tests/base/sys/pthread.h: Update.
1322
a2085738
KT
13232007-10-12 Kai Tietz <kai.tietz@onevision.com>
1324
1325 * configure.ac: x86_64 mingw target uses twoprocess.
1326 * mkfixinc.sh: Add x86_64 mingw target.
1327 * configure: Regenerate.
1328
b6bbae95
GK
13292007-10-09 Geoffrey Keating <geoffk@apple.com>
1330
1331 * inclhack.def (darwin_externc): New.
1332 * fixincl.x: Regenerate.
1333 * tests/base/mach-o/swap.h: New.
1334
d531cdb1
KG
13352007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1336
1337 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
1338 Delete fixes.
1339 * tests/base/iso/math_c99.h: Delete associated test baselines.
1340 * fixincl.x: Regenerate.
1341
63729d84
KW
13422007-07-24 Krister Walfridsson <cato@df.lth.se>
1343
1344 PR target/30058
1345 * inclhack.def (netbsd_c99_inline_2): New.
1346 * fixincl.x: Regenerate.
1347 * tests/base/signal.h: Update.
1348
dadda6ca
KG
13492007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1350
1351 PR target/32641
1352
1353 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
1354 solaris_math_7): Constify and make FP exception-safe.
1355 * tests/base/iso/math_c99.h: Update.
1356
1357 * fixincl.x: Regenerate.
1358
8919fa4a
RO
13592007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1360
1361 PR libgcj/28190
1362 * inclhack.def (irix_stdint_c99): New fix.
1363 * fixincl.x: Regenerate.
1364 * tests/base/stdint.h: New test.
1365
1fd994f1
SE
13662007-06-06 Steve Ellcey <sje@cup.hp.com>
1367
1368 PR testsuite/31828
1369 * inclhack.def (hppa_hpux_fp_macros): New.
1370 * fixincl.x: Regenerate.
1371 * tests/base/math.h: Update.
1372
cb3790cb
JJ
13732007-03-26 Jakub Jelinek <jakub@redhat.com>
1374
1375 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
1376 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
1377 __STDC_VERSION__ < 199901L.
1378 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
1379 with #ifdef __GNUC_GNU_INLINE__.
1380 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
1381 with defined(__GNUC_STDC_INLINE__).
1382 (glibc_c99_inline_4): Change select, add second c_fix_arg.
1383 Replace #if __STDC_VERSION__ < 199901L with
1384 #ifdef __GNUC_GNU_INLINE__.
1385 * fixincl.x: Regenerated.
1386 * tests/base/bits/string2.h: Update.
1387 * tests/base/sys/sysmacros.h: Update.
1388 * tests/base/sys/stat.h: Update.
1389
7270dd8e
KW
13902007-03-18 Krister Walfridsson <cato@df.lth.se>
1391
1392 PR target/30058
1393 * inclhack.def (netbsd_c99_inline_1): New.
1394 * fixincl.x: Regenerate.
1395 * tests/base/signal.h: New.
1396
07f1ac6d
BM
13972007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1398
1399 * Makefile.in: Add dummy "install-info" target.
1400
14da6073
JM
14012007-03-06 Joseph Myers <joseph@codesourcery.com>
1402
1403 * mkheaders.in: Fix headers for each multilib required.
1404
b31f8484
BM
14052007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1406
1407 * Makefile.in: Add dummy install-pdf target.
1408
f686ec05
JM
14092007-02-27 Joseph Myers <joseph@codesourcery.com>
1410
1411 * mkheaders.in (incdir): Use include-fixed not include.
1412
123ddd68
BM
14132007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
1414
1415 * Makefile.in: Added "pdf" target to .PHONY.
1416
cefde4f5
RG
14172007-02-05 Richard Guenther <rguenther@suse.de>
1418
1419 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1420 with older glibc. Adjust version number for C99.
1421 * fixincl.x: Regenerated.
1422
3c1c7aae
MS
14232007-02-04 Mike Stump <mrs@apple.com>
1424
1425 * mkheaders.in: Allow optional isysroot parameter.
1426
5c4f0f47
BK
14272007-02-03 Bruce Korb <bkorb@gnu.org>
1428
1429 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1430 surrounded by space characters.
1431
a942e89f
DF
14322007-01-25 Daniel Franke <franke.daniel@gmail.com>
1433
1434 PR target/30272
1435 * inclhack.def(broken_cabs): Also remove definition of cabsl.
1436 * fixincl.x: Regenerate.
1437 * tests/base/math.h: Update.
1438
401be4b6 14392007-01-05 Bruce Korb <bkorb@gnu.org>,
92a285c1 1440 Daniel Franke <franke.daniel@gmail.com>
401be4b6
BK
1441
1442 PR target/30008
1443 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1444 of a vertical bar ("|").
2f82a97b
BK
1445 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1446 matching. Set SKIP_TEST flag if we are not to run a test.
401be4b6
BK
1447 * fixincl.x: Regenerate.
1448 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1449 kandr_concat, sco_math): Replace lists of specfic file names by search
1450 patterns.
1451
da32da74
OH
14522006-12-12 Olivier Hainque <hainque@adacore.com>
1453
1454 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1455 targets for which a no-op fixer is appropriate.
b1f75d76 1456
98e06787
RG
14572006-11-07 Richard Guenther <rguenther@suse.de>
1458
1459 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1460 systems.
1461 * fixincl.x: Regenerate.
1462
502e2a2d
GK
14632006-11-02 Geoffrey Keating <geoffk@apple.com>
1464
1465 * inclhack.def (glibc_c99_inline_1): New.
1466 * inclhack.def (glibc_c99_inline_2): New.
1467 * inclhack.def (glibc_c99_inline_3): New.
1468 * inclhack.def (glibc_c99_inline_4): New.
1469 * fixincl.x: Regenerate.
1470 * tests/base/bits/string2.h: New.
1471 * tests/base/sys/sysmacros.h: New.
1472 * tests/base/sys/stat.h: Update.
1473
b4d24eaa
SE
14742006-11-01 Steve Ellcey <sje@cup.hp.com>
1475
1476 * tests/base/sys/socket.h: Update.
1477
be645fd9
SE
14782006-10-31 Steve Ellcey <sje@cup.hp.com>
1479
1480 * inclhack.def (hpux11_extern_sendfile): New.
1481 (hpux11_extern_sendpath): New.
1482 * fixincl.x: Regenerate.
1483
0f45f0f5
JM
14842006-10-29 Joseph Myers <joseph@codesourcery.com>
1485
1486 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1487 * fixincl.x: Regenerate.
1488
b5422ad7
BM
14892006-10-10 Brooks Moses <bmoses@stanford.edu>
1490
1491 * Makefile.in: Added empty "pdf" target.
1492
6c65aa40
JDA
14932006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1494
1495 PR target/29300
1496 * inclhack.def (hpux_pthread_initializers): New hack.
1497 * tests/base/sys/pthread.h: New file.
1498
1499 * fixincl.x: Regenerate.
1500
4d98def0
UB
15012006-10-03 Uros Bizjak <uros@kss-loka.si>
1502
1503 * inclhack.def (glibc_mutex_init): Also fix
1504 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1505 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
36a43def
UB
1506 * tests/base/pthread.h: Update.
1507
1508 * fixincl.x: Regenerate.
4d98def0 1509
f6f7aabc
UB
15102006-10-01 Uros Bizjak <uros@kss-loka.si>
1511
4d98def0
UB
1512 * inclhack.def (glibc_mutex_init): New fix.
1513 * tests/base/pthread.h: Update.
f6f7aabc 1514
4d98def0 1515 * fixincl.x: Regenerate.
f6f7aabc 1516
a77d42cf
KG
15172006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1518
1519 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1520 Prevent it from running on solaris10 or later.
1521 (solaris_once_init_2): Fix comment.
1522 * tests/base/pthread.h: Update.
1523
1524 * fixincl.x: Regenerate.
1525
0a1f02df
KG
15262006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1527
1528 * inclhack.def (solaris_once_init_2): New fix.
1529 * tests/base/pthread.h: Update.
1530
1531 * fixincl.x: Regenerate.
1532
2b655a0a
KG
15332006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1534
1535 * inclhack.def (solaris_mutex_init_2): Remove test for
1536 PTHREAD_RWLOCK_INITIALIZER.
1537 (solaris_rwlock_init_1): New.
1538 * tests/base/pthread.h: Update.
1539
1540 * inclhack.def (solaris_once_init_1): New.
1541 * tests/base/pthread.h: Adjust for new fix.
b1f75d76 1542
2b655a0a
KG
1543 * fixincl.x: Regenerate.
1544
58245475
RS
15452006-07-17 Roger Sayle <roger@eyesopen.com>
1546
1547 * tests/base/errno.h: New file.
1548 * tests/base/architecture/ppc/math.h: Likewise.
1549 * tests/base/ia64/sys/getppdp.h: Likewise.
1550
b24f7f6b
LB
15512006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1552
1553 PR bootstrap/20437
58245475 1554 * Makefile.in (configure, config.h.in): Change into $(srcdir)
b24f7f6b
LB
1555 before autoconf or autoheader call.
1556
e10e3ac8
SE
15572006-06-23 Steve Ellcey <sje@cup.hp.com>
1558
1559 PR target/28084
1560 * inclhack.def (hpux_extern_errno): New.
1561 * fixincl.x: Regenerate.
1562
ae022d32
CD
15632006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1564
1565 * Makefile.in: Add dvi info html and install-html to .PHONY
1566 Add install-html target.
1567
de1f8a0d
MS
15682006-05-16 Mike Stump <mrs@apple.com>
1569
1570 * configure.ac: Add -Wno-overlength-strings.
1571 * configure: Regenerate.
1572
fc92a2d4
BF
15732006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
1574
1575 * README: Fix typo.
1576
e084430d
SE
15772006-02-18 Steve Ellcey <sje@cup.hp.com>
1578
1579 PR target/26189
1580 * inclhack.def (hpux_spu_info): New.
1581 * fixincl.x: Regenerate
1582
03e34d09
MD
15832006-01-31 Marcin Dalecki <martin@dalecki.de>
1584
1585 * configure.ac: Check for asprintf, basename, vasprintf.
1586 * config.h.in: Regenerate.
1587 * configure: Regenerate.
1588
bf73f6d2
AP
15892006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
1590
1591 PR target/15642
1592 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1593 __APPLE_CC_ as 1345.
1594 (broken_nan): New.
1595 * fixincl.x: Regenerate.
1596
66f788b0
BK
15972005-11-24 Bruce Korb <bkorb@gnu.org>
1598
58245475
RS
1599 * fixincl.c (write_replacement): "here strings" in AutoGen
1600 often/generally don't have a terminating newline. Check the
1601 last byte for '\n'.
66f788b0 1602
42068fd9
AJ
16032005-11-13 Andreas Jaeger <aj@suse.de>
1604
1605 * check.tpl: Handle CVS additionally.
1606
541c886c
AJ
16072005-11-05 Andreas Jaeger <aj@suse.de>
1608
1609 * check.tpl: Adopt for move to subversion.
1610
77923c29
JM
16112005-09-15 Joseph S. Myers <joseph@codesourcery.com>
1612
1613 PR c++/23139
1614 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1615 fixes.
1616 * fixincl.x: Regenerate.
1617 * tests/base/bits/huge_val.h: New file.
1618
df065c82
KC
16192005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1620
1621 * All files: Update with new FSF address.
1622
87fbb651
KG
16232005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1624
1625 * Makefile.in (WARN_CFLAGS): New.
1626 (.c.o): Add $(WARN_CFLAGS).
1627 * aclocal.m4: Include ../config/warnings.m4.
1628 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1629 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1630 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1631 * fixopts.c (initialize_opts): Fix old-style definintion.
1632
1633 * configure: Regenerate.
1634
246e0bd8
GK
16352005-06-24 Geoffrey Keating <geoffk@geoffk.org>
1636
1637 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1638 (AAB_darwin7_9_long_double_funcs_2): New.
1639 * fixincl.x: Regenerate.
1640
11f4453b
RO
16412005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1642
1643 PR libfortran/15266
1644 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1645 Use double quotes in select so \t matches tabs.
1646 Add IRIX testcase.
1647 * fixincl.x: Regenerate.
1648 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1649
8ba8f7e5
DS
16502005-05-22 Danny Smith <dannysmith@users.souceforge.net>
1651
1652 PR target/21683
1653 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
541c886c 1654
925a4487 16552005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
92a285c1 1656 Joseph S. Myers <joseph@codesourcery.com>
925a4487
EB
1657
1658 PR target/19933
1659 PR target/21315
1660 * inclhack.def: New fixes solaris_math_[1-9].
1661 * fixincl.x: Regenerate.
1662 * tests/base/iso/math_c99.h: New.
1663
08862f3c
KC
16642005-05-19 Kelley Cook <kcook@gcc.gnu.org>
1665
1666 * aclocal.m4: Remove superfluous reference to accross.m4.
1667
03a9fcb8
GDR
16682005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
1669
1670 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1671 * server.c (load_data): Likewise.
1672 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1673 * fixincl.c: #include <sys/wait.h>
1674 (run_compiles): Use XCNEWVEC instead of xcalloc.
1675 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1676 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1677
5fabfd4c
JM
16782005-05-10 Joseph S. Myers <joseph@codesourcery.com>
1679
1680 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1681 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1682 * fixincl.x: Regenerate.
1683
7673b71c
BK
16842005-05-06 Bruce Korb <bkorb@gnu.org>
1685 Joseph S. Myers <joseph@codesourcery.com>
1686
1687 * fixinc/inclhack.def: Correct backslashes
1688 * fixinc/fixincl.x: regen
1689
042630ad
KG
16902005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1691
1692 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1693 libiberty functions.
1694
0d667716
KG
16952005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1696
1697 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1698 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1699 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1700 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1701 _unlocked function.
1702 (fwrite_unlocked): Fix prototype.
541c886c 1703
0d667716
KG
1704 * configure, config.h.in: Regenerate.
1705
90ee1368
ZW
17062005-03-21 Zack Weinberg <zack@codesourcery.com>
1707
1708 * Makefile.in: Set gcc_version directly, not via substitution.
1709 (libsubdir): Use $(gcc_version), not $(version).
1710 (mkheaders.almost): New rule.
1711 (mkheaders): Generate from mkheaders.almost.
1712 (clean): Also delete mkheaders.almost.
1713 * aclocal.m4: Do not include ../config/gcc-version.m4.
1714 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
1715 mkheaders.almost from mkheaders.in.
1716 * configure: Regenerate.
1717
14bfd7c7
RG
17182005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
1719
1720 PR target/20166
1721 * inclhack.def: Add fix for array of incomplete structures
1722 in function prototype in pthread.h.
1723 * fixincl.x: Regenerate.
1724 * tests/base/pthread.h: Adjust.
1725
7fbdc950
JM
17262005-03-15 Joseph S. Myers <joseph@codesourcery.com>
1727
1728 * inclhack.def (hpux_htonl): New fix.
1729 * tests/base/netinet/in.h: New test.
1730 * fixincl.x: Regenerate.
1731
27f0dff4
JW
17322005-02-23 James E Wilson <wilson@specifixinc.com>
1733
1734 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1735
098b96ab
AP
17362004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1737
1738 PR 18458
1739 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1740 fixincl.
1741
afabd8e6
RS
17422004-12-02 Richard Sandiford <rsandifo@redhat.com>
1743
1744 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1745 * aclocal.m4: Include ../config/gcc-version.m4.
1746 * configure: Regenerate.
1747
9fcc7481
MM
17482004-11-26 Mark Mitchell <mark@codesourcery.com>
1749
1750 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1751 (stdio_va_list): Likewise.
1752 (stdio_stdarg.h): Likewise.
1753 (solaris_stdio_tag): Add bypass.
1754 * fixincl.x: Regenerated.
1755
b2cfdb12
GK
17562004-11-23 Geoffrey Keating <geoffk@apple.com>
1757
1758 * mkfixinc.sh: Check error code from 'cat'. Don't try running
1759 built fixincl program.
1760 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1761 up csh from user.
1762
743348ea
RS
17632004-11-20 Roger Sayle <roger@eyesopen.com>
1764
1765 * inclhack.def (alpha_pthread_init): Fix technical problems with
1766 the last check-in caused by CVS variable substitution.
1767 * fixincl.x: Likewise.
1768 * tests/base/pthread.h: Likewise.
1769
1fda9d7b
RS
17702004-11-20 Roger Sayle <roger@eyesopen.com>
1771 Bruce Korb <bkorb@gnu.org>
1772
1773 * inclhack.def (alpha_pthread_init): New fix.
1774 * fixincl.x: Regenerate.
1775 * tests/base/pthread.h: Update for new test.
1776
43c1b5d2
BK
17772004-11-15 Bruce Korb <bkorb@gnu.org>
1778
1779 * fixincl.c(fix_with_system): correct misuse of variables and
1780 incorrect application of "sizeof()".
1781
68f674e9
JM
17822004-11-13 Joseph S. Myers <joseph@codesourcery.com>
1783
1784 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1785 svr4__p, undefine_null): Remove.
1786 * fixincl.x: Regenerate.
1787 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1788 * tests/base/sys/param.h: Remove.
1789 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1790 tests/base/sys/limits.h: Update.
1791
251089a0
MS
17922004-11-12 Mike Stump <mrs@apple.com>
1793
1794 * Makefile.in (html): Add html generation support.
1795
492d5b4f
JM
17962004-11-12 Joseph S. Myers <joseph@codesourcery.com>
1797
1798 * inclhack.def (sco_math): Bypass on __GNUG__.
1799 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1800 * fixincl.x: Regenerate.
1801
793387fa
JM
18022004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1803
1804 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1805 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1806 _CLASSIC_ANSI_TYPES.
1807 (sun_auth_proto): Bypass on __cplusplus.
1808 * fixincl.x: Regenerate.
1809
ea595d4f
GK
18102004-11-05 Geoffrey Keating <geoffk@apple.com>
1811
1812 * Makefile.in (mostlyclean): Add fixinc.sh.
1813 (clean): Add mkheaders.
1814 (distclean): New.
1815 (dvi): New.
1816 (info): New.
1817 (installcheck): New.
1818
54f88091
PB
18192004-11-05 Paolo Bonzini <bonzini@gnu.org>
1820
1821 * Makefile.in (mostlyclean, distclean): New targets.
1822
53c7ffe7
GK
18232004-11-04 Geoffrey Keating <geoffk@apple.com>
1824
1825 * configure.ac: Add code to determine noncanonical_target,
1826 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1827 * configure: Regenerate.
1828 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1829 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1830 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1831 update for changes to fixinc.in.
1832 * Makefile.in: Add many new macros.
1833 (install): New target.
1834 (mkheaders): New target.
1835 (fixinc.sh): New target.
1836 (all): Add mkheaders and fixinc.sh.
1837 * README-fixinc: Move here from gcc/.
1838
40d05429
MS
18392004-11-01 Mike Stump <mrs@apple.com>
1840
1841 * inclhack.def (stdio_va_list): Break out clients from here...
1842 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
90ee1368 1843 included or ifdef va_start.
40d05429
MS
1844 * fixincl.x: Regenerate.
1845
d1ea4593
MS
18462004-10-28 Mike Stump <mrs@apple.com>
1847
1848 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1849 systems.
31eec874
MS
1850 * fixincl.x: Regenerate.
1851
005c1a13
GK
18522004-10-27 Geoffrey Keating <geoffk@apple.com>
1853
1854 * inclhack.def (darwin_gcc4_breakage): New.
1855 * fixincl.x: Regenerate.
1856
13cf7262
AL
18572004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1858
1859 PR bootstrap/17832
1860
1861 * fixfixes.c (main): Check for _PC_NAME_MAX.
1862
5ae4c565
PB
18632004-10-27 Paolo Bonzini <bonzini@gnu.org>
1864
1865 PR other/17991
1866
1867 * configure.ac: Fix typo.
1868 * configure: Regenerate.
1869 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
1870
f4a8f279
AL
18712004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1872
1873 PR bootstrap/17832
1874
1875 * fixincl.c (SIGCHLD): Remove definition.
1876 (initialize): Remove SIGIOT and SIGPIPE checks.
1877 (create_file): Fix mkdir() for Win32.
1878 (internal_fix): Use dup2() instead of fcntl().
1879
1880 * fixlib.h (SIGQUIT): Define if undefined.
1881 (SIGIOT): Same.
1882 (SIGPIPE): Same.
1883 (SIGALRM): Same.
1884 (SIGKILL): Same.
1885
1886 * procopen.c (chain_open): Use dup2() instead of fcntl().
1887
ad643a75
PB
18882004-08-14 Paolo Bonzini <bonzini@gnu.org>
1889
1890 PR other/17991
1891
1892 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1893 Update copyright year.
1894 * fixfixes.c (main): Call initialize_opts from fixopts.c.
1895 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1896 do not include code for parsing options (environment vars).
1897 (fix_with_system): Use a search path for applyfix, so that you
1898 can run the test suite with two-process fixincludes.
1899 * fixopts.c: New file.
1900 * configure.ac: Add --enable-twoprocess. Export ac_exeext
1901 to config.h. Default to --enable-twoprocess for MinGW32.
1902 * config.h.in: Regenerate.
1903 * configure: Regenerate.
1904
78970115
LR
19052004-10-04 Loren J. Rittle <ljrittle@acm.org>
1906
1907 * tests/base/sys/cdefs.h: Update from test area.
1908
fa71a5c3
RS
19092004-09-17 Roger Sayle <roger@eyesopen.com>
1910
1911 * inclhack.def (linux_ia64_ucontext): New fix.
1912 * fixincl.x: Regenerate.
1913 * tests/base/sys/ucontext.h: New file.
1914
9544bea1
RS
19152004-09-15 Roger Sayle <roger@eyesopen.com>
1916
1917 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1918 * tests/base/stdlib.h: Likewise.
1919
28785dde
LR
19202004-09-13 Loren J. Rittle <ljrittle@acm.org>
1921
1922 * inclhack.def (freebsd_gcc4_breakage): Add.
1923 * fixincl.x: Regenerate.
c6303833 1924 * tests/base/sys/cdefs.h: Update for new test.
28785dde 1925
d635c707
AN
19262004-09-10 Adam Nemet <anemet@lnxw.com>
1927
1928 * inclhack.def (lynx_void_int): Remove.
1929 (lynxos_fcntl_proto): Remove.
1930 (lynxos_no_warning_in_sys_time_h): New fix.
1931 (lynxos_missing_putenv): New fix.
1932 * fixincl.x: Regenerate.
1933 * tests/base/fcntl.h: Remove.
1934 * tests/base/sys/time.h: Update from test area.
1935 * tests/base/curses.h: Likewise.
1936 * tests/base/stdlib.h: Likewise.
1937
61fec9ff
JB
19382004-09-03 Jan Beulich <jbeulich@novell.com>
1939
1940 * inclhack.def: Suppress exception_structure and math_exception
1941 for NetWare headers.
1942 * fixincl.x: Regenerate.
1943
71b5d516
PB
19442004-08-31 Paolo Bonzini <bonzini@gnu.org>
1945
1946 * .cvsignore: New.
1947 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1948 autoconfiscated.
1949 * configure.ac: New.
1950 * config.h.in: Generate.
1951 * configure: Generate.
1952 * aclocal.m4: New.
1953 * fixlib.h: Remove inclusions of gcc files.
1954 * system.h: New.
1955
1956 Other files copied from gcc/fixinc.
This page took 1.48327 seconds and 5 git commands to generate.