re PR bootstrap/53348 (Conflicting fast-integer types on AIX: <sys/inttypes.h> vs...
[gcc.git] / fixincludes / ChangeLog
1 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
2
3 PR bootstrap/53348
4 * inclhack.def (aix_pthread): Accept tab after define.
5 * fixincl.x: Regenerate.
6
7 2015-01-24 Bruce Korb <bkorb@gnu.org>
8
9 * README: add some clarification on use of test_text
10
11 2014-12-21 Bruce Korb <bkorb@gnu.org>
12
13 * fixincludes/fixincl.tpl: add handling for "sum" selection
14 criteria and clean up layout
15 * fixincludes/fixlib.h: enumerate TT_CKSUM test type
16 * fixincludes/fixincl.c (fix_applies): add code to handle
17 the new test type
18 (cksum_test): function to handle it
19 * fixincludes/README: doc it and remove explanations from
20 more than a decade ago.
21
22 2014-12-15 Uros Bizjak <ubizjak@gmail.com>
23
24 * server.c (server_setup): Check return value of
25 getcwd and in case of error set buff[0] to 0.
26
27 2014-10-21 Uros Bizjak <ubizjak@gmail.com>
28
29 * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
30 * fixincl.x: Regenerate.
31
32 2014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
33
34 * inclhack.def (complier_h_tradcpp): Remove.
35 * fixincl.x: Regenerate.
36 * tests/base/linux/compiler.h: Remove.
37
38 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
39
40 * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
41 (solaris_int_types): Remove.
42 (solaris_longjmp_noreturn): Remove.
43 (solaris_mutex_init_2): Remove.
44 (solaris_once_init_2): Remove.
45 (solaris_sys_va_list): Remove.
46 * fixincl.x: Regenerate.
47 * tests/base/iso/setjmp_iso.h: Remove.
48 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
49 [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
50 solaris_once_init_2.
51 [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
52 * tests/base/sys/int_types.h: Remove.
53 * tests/base/sys/va_list.h: Remove.
54
55 2013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
56
57 Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
58
59 2013-12-07 Bruce Korb <bkorb@gnu.org>
60
61 * inclhack.def: many of the headers found under "bits/" are
62 often stashed under architecture directories. Apply fixes
63 to those, too. Also, re-ordered misordered fixes.
64 * tests/base/linux/vt.h: 80 columns in .def file limitation
65 * tests/base/iso/math_c99.h: adjust ordering
66 * tests/base/rtldef/string.h: likewise
67 * tests/base/bits/fenv.h: likewise
68 * tests/base/pthread.h: likewise
69
70 2013-12-06 Richard Biener <rguenther@suse.de>
71
72 * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
73 being not compatible with C++.
74 * fixincl.x: Regenerate.
75 * tests/base/linux/vt.h: New test.
76
77 2013-09-20 Alan Modra <amodra@gmail.com>
78
79 * configure: Regenerate.
80
81 2013-09-02 David Edelsohn <dje.gcc@gmail.com>
82
83 * inclhack.def (aix_assert): New fix.
84 * fixincl.x: Regenerate.
85 * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
86
87 2013-07-06 Bruce Korb <bkorb@gnu.org>
88
89 * inclhack.def (cdef_cplusplus): removed, per Bug 51776
90 * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
91
92 2013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>
93
94 * inclhack.def (complier_h_tradcpp): New.
95 * fixincl.x: Rebuilt.
96 * tests/base/linux/compiler.h: New.
97
98 2013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
99
100 * inclhack.def (solaris_pow_int_overload): Update comment.
101 Change guard to match <cmath>.
102 * fixincl.x: Regenerate.
103 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
104 Matching change.
105
106 2013-05-04 David Edelsohn <dje.gcc@gmail.com>
107
108 * inclhack.def (aix_null): New.
109 (void_null): Update replacement definition of NULL.
110 * fixincl.x: Regenerate.
111 * tests/base/curses.h: Update for new fix.
112
113 2013-01-16 Alexandre Oliva <aoliva@redhat.com>
114
115 * inclhack.def (feraiseexcept_nosse_invalid): New.
116 (feraiseexcept_nosse_divbyzero): Likewise.
117 * fixincl.x: Rebuilt.
118 * tests/base/bits/fenv.h: New.
119
120 2013-01-14 Richard Biener <rguenther@suse.de>
121
122 * fixlib.h (verbose_level, fixinc_mode): Mark extern.
123
124 2012-10-29 Bruce Korb <bkorb@gnu.org>
125
126 * README: testing wrap and replacement fixes is pointless.
127 * fixincl.c: export verbosity enumerations to fixlib.h
128 (run_compiles): mark replacement fixes to be skipped when
129 in testing mode
130 * fixlib.h: add a test mode and enumerations from fixincl.c
131 * check.tpl: set TEST_MODE in environment
132 * fixopts.c (initialize_opts): check for TEST_MODE in environment
133 * inclhack.def: move AAB_darwin7_9_long_double_funcs to
134 darwin_9_long_double_funcs_2. It is not a replacement fix.
135 * fixincl.x: regenerate
136 * tests/base/ioLib.h: the need for this is now exposed, so add it.
137 * tests/base/architecture/ppc/math.h: the correct result is now needed.
138
139 2012-10-29 Robert Mason <rbmj@verizon.net>
140
141 * fixinc.in: Omit machine name checks for vxworks
142 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
143 (AAB_vxworks_regs_vxtypes): another
144 (AAB_vxworks_stdint): yet another
145 (AAB_vxworks_unistd): and another
146 (vxworks_ioctl_macro): reformatting fix
147 (vxworks_mkdir_macro): again
148 (vxworks_regs): and again
149 (vxworks_write_const): and again
150 * tests/base/ioLib.h: new test result
151 * tests/base/math.h: likewise
152 * tests/base/sys/stat.h: likewise
153 * tests/base/testing.h: and again
154
155 2012-09-29 David Edelsohn <dje.gcc@gmail.com>
156
157 * inclhack.def (AAB_aix_fcntl): New fix.
158 * fixincl.x: Regenerate.
159
160 2012-06-19 David Edelsohn <dje.gcc@gmail.com>
161
162 * inclhack.def (aix_mutex_initializer_1): New fix.
163 (aix_cond_initializer_1): New fix.
164 (aix_rwlock_initializer): New fix.
165 * fixincl.x: Regenerate.
166 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
167 [AIX_COND_INITIALIZER_1_CHECK]: New.
168 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
169
170 2012-05-29 Thomas Schwinge <thomas@codesourcery.com>
171
172 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
173 gcc_AC_FUNC_MMAP_BLACKLIST.
174 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
175 * aclocal.m4: Regenerate.
176 * configure: Regenerate.
177
178 2012-04-24 Tristan Gingold <gingold@adacore.com>
179
180 * fixincl.c (fix_with_system): Add missing specifier.
181 * configure.ac: Default to twoprocess on vms.
182 * configure: Regenerate.
183
184 2012-03-23 David Edelsohn <dje.gcc@gmail.com>
185
186 * inclhack.def (aix_malloc): New.
187 * fixincl.x: Regenerate.
188 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
189
190 2012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
191
192 PR other/52626
193 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
194 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
195
196 2012-03-15 Tristan Gingold <gingold@adacore.com>
197
198 * README (EXAMPLES OF FIXES): Update.
199
200 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
201
202 * inclhack.def (math_exception): Remove duplicate.
203 (solaris_cond_init): Remove.
204 (solaris_sys_va_list): Remove Solaris 8 support.
205 * fixincl.x: Regenerate.
206 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
207
208 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
209
210 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
211 (irix___restrict): Remove.
212 (irix___generic1): Remove.
213 (irix___generic2): Remove.
214 (irix_asm_apostrophe): Remove.
215 (irix_complex): Remove.
216 (irix_pthread_init): Remove.
217 (irix_socklen_t): Remove.
218 (irix_stdint_c99_mode): Remove.
219 (irix_stdint_c99_types): Remove.
220 (irix_stdint_c99_macros): Remove.
221 (irix_stdio_va_list): Remove IRIX 6.5 support.
222 (irix_wcsftime): Remove.
223 (stdio_va_list): Remove IRIX 6.5 support.
224 (svr4_profil): Remove IRIX bypass.
225 * fixincl.x: Regenerate.
226
227 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
228 * tests/base/internal/math_core.h: Remove.
229 * tests/base/internal/sgimacros.h: Remove.
230 * tests/base/internal/wchar_core.h: Remove.
231 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
232 support.
233 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
234 * tests/base/stdint-irix65.h: Remove.
235 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
236 * tests/base/sys/asm.h: Remove.
237 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
238
239 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
240
241 * inclhack.def (alpha___extern_prefix): Remove.
242 (alpha___extern_prefix_standards): Remove.
243 (alpha___extern_prefix_sys_stat): Remove.
244 (alpha_bad_lval): Remove.
245 (alpha_pthread): Remove.
246 (alpha_pthread_gcc): Remove.
247 (alpha_pthread_init): Remove.
248 * fixincl.x: Regenerate.
249 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
250 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
251 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
252 * tests/base/standards.h: Remove.
253 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
254 Remove.
255 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
256 [ALPHA_BAD_LVAL_CHECK]: Remove.
257
258 2012-03-12 Tristan Gingold <gingold@adacore.com>
259
260 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
261 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
262 (vms_no_64bit_getopt, vms_forward_declare_struct)
263 (vms_use_fast_setjmp): New fixes.
264 * fixincl.x: Regenerate.
265 * tests/base/rtldef/string.h: Update.
266 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
267 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
268 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
269
270 2012-01-11 Bruce Korb <bkorb@gnu.org>
271 Steven G. Kargl <kargl@gcc.gnu.org>
272 Andreas Tobler <andreast@fgznet.ch>
273
274 PR bootstrap/51705
275 PR preprocessor/51776
276 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
277 * fixincl.x: Regenerate.
278 * tests/base/sys/cdefs.h: Update.
279
280 * genfixes: Remove the 'Ver.' from the version check.
281
282 2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
283
284 * configure: Regenerate.
285
286 2011-12-19 Andreas Schwab <schwab@linux-m68k.org>
287
288 * configure: Regenerate.
289
290 2011-11-16 David Edelsohn <dje.gcc@gmail.com>
291
292 * inclhack.def (aix_once_init_[12]): New fixes.
293 * fixincl.x: Regenerate.
294 * tests/base/pthread.h: Update.
295
296 2011-10-25 Mike Stump <mikestump@comcast.net>
297
298 PR target/48851
299 * inclhack.def (void_null): New bypass.
300 * fixincl.x: Regenerate.
301
302 2011-09-26 Tristan Gingold <gingold@adacore.com>
303
304 * inclhack.def (ms_define_can_use_extern_prefix):
305 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
306 New fixes.
307 * fixincl.x: Regenerate.
308 * tests/base/rtldef/string.h: New test.
309 * tests/base/rtldef/decc$types.h: Likewise.
310 * tests/base/testing.h: Update
311
312 2011-09-22 Tristan Gingold <gingold@adacore.com>
313
314 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
315
316 2011-08-23 Steve Ellcey <sje@cup.hp.com>
317
318 PR libstdc++/50153
319 * inclhack.def (hpux11_abs): Extend to all hpux machines.
320 * fixincl.x: Regenerate.
321
322 2011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
323 Marc Glisse <marc.glisse@normalesup.org>
324
325 PR libstdc++-v3/1773
326 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
327 (solaris_longjmp_noreturn, solaris_pow_int_overload)
328 (solaris_std___filbuf): New fixes.
329 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
330 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
331 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
332
333 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
334
335 PR c++/49347
336 * inclhack.def (solaris_posix_spawn_restrict): New fix.
337 * fixincl.x: Regenerate.
338 * tests/base/spawn.h: New test.
339
340 2011-06-08 Douglas B Rupp <rupp@gnat.com>
341
342 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
343 * configure: Regenerate.
344 * config.h.in: Regenerate.
345
346 2011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
347
348 * inclhack.def (aix_net_if_arp): New fix.
349 * fixincl.x: Regenerate.
350 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
351
352 2011-05-17 Tristan Gingold <gingold@adacore.com>
353
354 * inclhack.def (solaris_complex_cxx): Fix syntax.
355 * fixincl.x: Regenerate.
356
357 2011-05-17 Tristan Gingold <gingold@adacore.com>
358
359 * check.tpl: Shell-quote testing file.
360
361 2011-03-22 Joseph Myers <joseph@codesourcery.com>
362
363 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
364
365 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
366
367 PR other/46202
368 * Makefile.in (install-strip): New phony target.
369 (all, check, install): Also mark as phony.
370
371 2010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
372
373 * inclhack.def (irix_pthread_init): New fix.
374 * fixincl.x: Regenerate.
375 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
376
377 2010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
378
379 PR c++/46024
380 * inclhack.def (solaris_sys_va_list): New fix.
381 * fixincl.x: Regenerate.
382 * tests/base/sys/va_list.h: New test.
383
384 2010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
385
386 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
387 * fixincl.x: Regenerate.
388
389 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
390
391 * inclhack.def (solaris_cond_init): New fix.
392 * fixincl.x: Regenerate.
393 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
394 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
395
396 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
397
398 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
399 * fixincl.x: Regenerate.
400 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
401 * tests/base/sys/feature_tests.h: New file.
402
403 2010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
404 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
405
406 PR bootstrap/42798
407 * configure.ac: Check for declaration of 'basename(char *)'.
408 * configure: Regenerate.
409
410 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
411
412 * inclhack.def (alpha_wchar): Remove.
413 * fixincl.x: Regenerate.
414 * tests/base/wchar.h: Remove.
415
416 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
417
418 * aclocal.m4: Regenerate.
419
420 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
421
422 * inclhack.def (alpha_assert): Allow for more whitespace in
423 select.
424 * fixincl.x: Regenerate.
425
426 2010-03-28 H.J. Lu <hongjiu.lu@intel.com>
427
428 PR target/40722
429 * mkfixinc.sh: Revert the last change for mingw.
430
431 2010-03-24 Joseph Myers <joseph@codesourcery.com>
432
433 * inclhack.def (glibc_strncpy): New fix.
434 * fixincl.x: Regenerate.
435 * tests/base/bits/string2.h: Update.
436
437 2010-03-23 H.J. Lu <hongjiu.lu@intel.com>
438
439 PR target/40722
440 * mkfixinc.sh: Fix stdlib.h for mingw.
441
442 2010-02-19 Bruce Korb <bkorb@gnu.org>
443
444 * inclhack.def: remove vestiges of inadvertently committed changes
445
446 2010-02-10 Bruce Korb <bkorb@gnu.org>
447
448 * README: fix up references to old gcc/fixinc directory
449
450 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
451
452 * inclhack.def (solaris_int_limits_3): New fix.
453 * fixincl.x: Regenerate.
454 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
455 test.
456
457 * inclhack.def (solaris_int_const, solaris_int_limits_1,
458 solaris_int_limits_2 ): Applies to Solaris 2 in general.
459 Remove select.
460 Add mach for *-*-solaris2*.
461 Change second c_fix_arg to select.
462 Remove #pragma ident from test_text.
463 * fixincl.x: Regenerate.
464 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
465 #pragma trigger text.
466 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
467 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
468
469 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
470
471 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
472 (aix_stdint_2): Likewise.
473 (aix_stdint_3): Likewise.
474 (aix_stdint_4): Likewise.
475 (aix_stdint_5): Likewise.
476 (darwin_stdint_1): Add stdint-darwin.h to files.
477 (darwin_stdint_2): Likewise.
478 (darwin_stdint_3): Likewise.
479 (darwin_stdint_4): Likewise.
480 (darwin_stdint_5): Likewise.
481 (darwin_stdint_6): Likewise.
482 (darwin_stdint_7): Likewise.
483 (hpux_c99_intptr): Add stdint-hpux11.h to files.
484 (hpux_c99_inttypes): Likewise.
485 (hpux_c99_inttypes2): Likewise.
486 (hpux_stdint_least_fast): Likewise.
487 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
488 (irix_stdint_c99_types): New fix.
489 (irix_stdint_c99_macros): New fix.
490 (newlib_stdint_1): Add stdint-newlib.h to files.
491 (newlib_stdint_2): Likewise.
492 fixincl.x: Regenerate.
493 tests/base/stdint-aix.h: New file.
494 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
495 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
496 tests/base/stdint-aix.h: ... here.
497 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
498 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
499 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
500 tests/base/stdint-darwin.h: New file.
501 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
502 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
503 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
504 tests/base/stdint-darwin.h: ... here.
505 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
506 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
507 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
508 tests/base/stdint-hpux11.h: New file.
509 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
510 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
511 tests/base/stdint-hpux11.h: ... here.
512 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
513 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
514 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
515 IRIX_STDINT_C99_MODE_CHECK.
516 tests/base/stdint-irix65.h: New file.
517 tests/base/stdint-newlib.h: New file.
518 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
519 NEWLIB_STDINT_2_CHECK]: Moved ...
520 tests/base/stdint-newlib.h: ... here.
521
522 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
523
524 * configure: Regenerate.
525
526 2009-10-21 Steve Ellcey <sje@cup.hp.com>
527
528 * inclhack.def (hpux_stdint_least_fast): Simplify.
529 * fixincl.x: Regenerate.
530 * tests/base/stdint.h: Update.
531
532 2009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
533
534 * inclhack.def (isc_fmod, isc_omits_with_stdc)
535 (nested_sys_limits, sco_math): Remove.
536 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
537 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
538 * tests/base/sys/limits.h: Remove.
539 * fixincl.x: Regenerate.
540
541 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
542
543 PR testsuite/29737
544 PR bootstrap/35938
545 PR testsuite/39655
546 * check.tpl: Fix typos.
547 * README: Likewise. Also, document that 'select' uses ERE.
548 * mkheaders.in: Update copyright years in --version output.
549 * inclhack.def (sco_math): Add missing final newline in sed
550 script 'a', 'c', or 'i' commands, for BSD sed.
551 (sco_math): In the text of 'a', 'c', or 'i' sed
552 commands, prepend leading white space with a backslash to avoid
553 the whitespace to be removed by BSD sed.
554 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
555 (x11_new): Fix sed expression, for BSD sed.
556 (glibc_mutex_init): Fix newlines in sed 's' command replacement
557 part, for GNU sed 3.02 and Solaris sed.
558 (glibc_mutex_init): Replace unportable \+ sed regex operator
559 with \{1,\}.
560 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
561 alternation \| regex operator.
562 (solaris_complex): Remove superfluous backslashes from
563 replacement string. Replace \+ operator with \{1,\}.
564 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
565 * fixincl.x: Regenerate.
566
567 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
568
569 PR libfortran/41169
570 * inclhack.def (irix_complex): New fix.
571 (solaris_complex): Likewise.
572 * fixincl.x: Regenerate.
573 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
574 New tests.
575
576 2009-08-28 Bruce Korb <bkorb@gnu.org>
577 Steve Ellcey <sje@cup.hp.com>
578
579 * README (files): Describe files entry.
580 * inclhack.def (hpux_stdint_least): Remove.
581 (hpux_stdint_fast): Remove.
582 (hpux_stdint_fast): Remove.
583 (hpux_stdint_least_fast): New.
584 (hpux_inttype_int_least8_t): Remove.
585 (hpux_inttype_int8_t): Modify.
586 * fixincl.x: Regenerate.
587 * tests/base/stdint.h: Update.
588 * tests/base/sys/_inttypes.h: Update.
589
590 2009-08-28 Steve Ellcey <sje@cup.hp.com>
591
592 * inclhack.def (hpux_imaginary_i): Remove spaces.
593 * fixincl.x: Regenerate.
594 * tests/base/stdint.h: Update AIX fixes.
595 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
596
597 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
598
599 * configure.ac (AC_PREREQ): Bump to 2.64.
600
601 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
602
603 * aclocal.m4: Regenerate.
604 * configure: Regenerate.
605 * config.h.in: Regenerate.
606
607 2009-08-17 David Edelsohn <edelsohn@gnu.org>
608
609 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
610 redefine I.
611 * (aix_stdint_[12345]): New fixes.
612 * fixincl.x: Regenerate.
613 * tests/base/complex.h: Update check.
614 * tests/base/stdint.h: Add AIX stdint.h checks.
615
616 2009-08-14 Steve Ellcey <sje@cup.hp.com>
617
618 * inclhack.def (hpux_imaginary_i): New fix.
619 * fixincl.x: Regenerate.
620 * tests/base/complex.h: New file.
621
622 2009-08-12 David Edelsohn <edelsohn@gnu.org>
623
624 * inclhack.def (aix_complex): New fix.
625 * fixincl.x: Regenerate.
626
627 2009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
628
629 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
630 (hpux_inttype_int8_t): Likewise.
631 * fixincl.x: Regenerate.
632
633 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
634
635 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
636 New variables.
637 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
638 Use them.
639
640 2009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
641
642 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
643 darwin_stdint_7): New fixes.
644 * fixincl.x: Regenerate.
645 * tests/base/stdint.h: Adjust test for new fixes.
646
647 2009-07-03 Eric Botcazou <ebotcazou@adacore.com>
648
649 * inclhack.def (solaris_int_types): New fix.
650 * fixincl.x: Regenerate.
651 * tests/base/sys/int_types.h: New file.
652
653 2009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
654
655 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
656 darwin_stdint_4): New fixes.
657 * tests/base/stdint.h: Adjust test results for new fixes.
658 * fixincl.x: Regenerate.
659
660 2009-05-29 Eric Botcazou <ebotcazou@adacore.com>
661
662 * inclhack.def (solaris_int_const): New fix.
663 (solaris_int_limits_1): Likewise.
664 (solaris_int_limits_2): Likewise.
665 * fixincl.x: Regenerate.
666 * tests/base/sys/int_const.h: New file.
667 * tests/base/sys/int_limits.h: Likewise.
668
669 2009-05-15 Joseph Myers <joseph@codesourcery.com>
670
671 * inclhack.def (glibc_tgmath): Correct bypass.
672 * fixincl.x: Regenerate.
673
674 2009-04-28 Steve Ellcey <sje@cup.hp.com>
675
676 * inclhack.def (hpux11_uint32_c): Remove.
677 (hpux_long_double): Disable on hpux11.3*.
678 (hpux_long_double_2): New.
679 (hpux_c99_intptr): New.
680 (hpux_c99_inttypes): New.
681 (hpux_c99_inttypes2): New.
682 (hpux_stdint_least): New.
683 (hpux_stdint_fast): New.
684 (hpux_inttype_int_least8_t): New.
685 (hpux_inttype_int8_t): New.
686 * fixincl.x: Regenerate.
687 * tests/base/sys/_inttypes.h: New.
688 * tests/base/inttypes.h: Update.
689 * tests/base/stdlib.h: Update.
690 * tests/base/stdint.h: Update.
691
692 2009-04-28 Joseph Myers <joseph@codesourcery.com>
693
694 * inclhack.def (glibc_stdint): New fix.
695 * fixincl.x: Regenerate.
696 * tests/base/stdint.h: Update.
697
698 2009-04-09 Jakub Jelinek <jakub@redhat.com>
699
700 * Makefile.in: Change copyright header to refer to version
701 3 of the GNU General Public License and to point readers at the
702 COPYING3 file and the FSF's license web page.
703 * fixfixes.c: Likewise.
704 * fixinc.in: Likewise.
705 * fixincl.c: Likewise.
706 * fixlib.c: Likewise.
707 * fixlib.h: Likewise.
708 * fixopts.c: Likewise.
709 * fixtests.c: Likewise.
710 * genfixes: Likewise.
711 * mkheaders.in: Likewise.
712 * system.h: Likewise.
713
714 2009-03-31 Joseph Myers <joseph@codesourcery.com>
715
716 PR c/448
717 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
718 * fixincl.x: Regenerate.
719 * tests/base/stdint.h: Update.
720
721 2009-03-29 Joseph Myers <joseph@codesourcery.com>
722
723 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
724 Update.
725
726 2009-03-29 Joseph Myers <joseph@codesourcery.com>
727
728 PR c/456
729 PR c/5675
730 PR c/19976
731 PR c/29116
732 PR c/31871
733 PR c/35198
734 * inclhack.def (glibc_tgmath): New fix.
735 * fixincl.x: Regenerate.
736 * tests/base/tgmath.h: New.
737
738 2009-03-28 Joseph Myers <joseph@codesourcery.com>
739
740 * inclhack.def (aix_syswait, exception_structure,
741 pthread_page_size): Remove.
742 (math_exception): Remove mention of fixproto in comment.
743 * fixincl.x: Regenerate.
744 * mkheaders.in: Do not handle STMP_FIXPROTO.
745
746 2009-03-27 Sandra Loosemore <sandra@codesourcery.com>
747
748 * server.c (run_shell): Quote directory name passed to cd.
749
750 2009-03-01 Bruce Korb <bkorb@gnu.org>
751 Apply a positively ancient patch:
752
753 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
754
755 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
756 * tests/base/net/if.h: Add new test.
757
758 2009-01-06 Andreas Tobler <a.tobler@schweiz.org>
759
760 * tests/base/locale.h: Add new test.
761 * tests/base/stdarg.h: Likewise.
762
763 2009-01-05 Steve Ellcey <sje@cup.hp.com>
764
765 * inclhack.def (hpux_spu_info): Add files line.
766 * fixincl.x: Regenerate.
767
768 2009-01-01 Andreas Tobler <a.tobler@schweiz.org>
769
770 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
771 in case of C.
772 * fixincl.x: Regenerate.
773
774 2008-12-31 Andreas Tobler <a.tobler@schweiz.org>
775
776 PR target/35460
777 * inclhack.def (openbsd_va_start): Use __builtin_va_start
778 for OpenBSD.
779 * fixincl.x: Regenerate.
780
781 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
782
783 * configure: Regenerate.
784
785 2008-12-15 Steve Ellcey <sje@cup.hp.com>
786
787 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
788 * fixincl.x: Regenerate.
789
790 2008-09-06 H.J. Lu <hongjiu.lu@intel.com>
791
792 * configure.ac: Fix a typo.
793 * configured: Regenerate.
794
795 2008-09-06 Bruce Korb <bkorb@gnu.org>
796
797 * fixincl.tpl (sed): make the program executable configurable.
798 Some platforms have some rather oddball defaults.
799 * config.h.in (SED_PROGRAM): define the default sed.
800 * fixincl.x: regenerated
801 * tests/base/internal/wchar_core.h: fix bad sample text
802 * tests/base/math.h: fix bad sample text
803 * configure.ac: search for working sed
804 * inclhack.def (glibc_mutex_init): fix non-portable construct
805 and re-order a few misordered entries.
806
807 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
808
809 * configure: Regenerate.
810
811 2008-06-07 Joseph Myers <joseph@codesourcery.com>
812
813 * inclhack.def (AAB_svr4_replace_byteorder,
814 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
815 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
816 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
817 solaris_mutex_init_1, solaris_socket, solaris_unistd,
818 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
819 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
820 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
821 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
822 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
823 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
824 windiss_math2, windiss_valist): Remove.
825 * fixincl.x: Regenerate.
826 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
827 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
828 powerpc-*-eabiaix*): Remove.
829 * tests/base/math.h: Update.
830 * tests/base/pthread.h: Update.
831 * tests/base/stdio.h: Update.
832 * tests/base/stdlib.h: Update.
833 * tests/base/string.h: Update.
834 * tests/base/strings.h: Update.
835 * tests/base/sys/file.h: Update.
836 * tests/base/sys/limits.h: Update.
837 * tests/base/sys/socket.h: Update.
838 * tests/base/sys/stat.h: Update.
839 * tests/base/sys/time.h: Update.
840 * tests/base/testing.h: Update.
841 * tests/base/unistd.h: Update.
842 * tests/base/_G_config.h: Remove.
843 * tests/base/arpa: Remove directory.
844 * tests/base/fs: Remove directory.
845 * tests/base/locale.h: Remove.
846 * tests/base/machine: Remove directory.
847 * tests/base/rpc/svc.h: Remove.
848 * tests/base/sys/ioctl.h: Remove.
849 * tests/base/sys/regset.h: Remove.
850 * tests/base/sys/times.h: Remove.
851 * tests/base/sys/utsname.h: Remove.
852 * tests/base/widec.h: Remove.
853
854 2008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
855
856 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
857 * tests/base/iso/math_c99.h: Update.
858 * fixincl.x: Regenerate.
859
860 2008-05-14 Joseph Myers <joseph@codesourcery.com>
861
862 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
863 posix_types_64.
864 * fixincl.x: Regenerate.
865
866 2008-04-25 Kai Tietz <kai.tietz@onvision.com>
867
868 * fixincl.c (fix_with_system): Cast pointer difference to long.
869 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
870
871 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
872
873 PR bootstrap/35457
874 * Makefile.in: Rewrite aclocal.m4 rule.
875 * aclocal.m4: Regenerate.
876 * configure: Regenerate.
877
878 2008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
879
880 PR c++/20366
881 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
882 * fixincl.x: Regenerate.
883 * tests/base/stdio.h: Add test.
884
885 2008-02-25 Ben Elliston <bje@au.ibm.com>
886
887 PR other/32948
888 * fixincl.c (fix_applies): Remove unused variable `name_len'.
889
890 2008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
891
892 * inclhack.def (solaris_math_10): New.
893 * tests/base/iso/math_c99.h: Update.
894
895 * fixincl.x: Regenerate.
896
897 2008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
898
899 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
900 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
901 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
902 quotes around mach entries.
903 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
904 to GPLv3.
905
906 2008-02-04 Hans-Peter Nilsson <hp@axis.com>
907
908 PR other/31405
909 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
910 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
911 __extern_inline|__GNU_STDC_INLINE__.
912 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
913 <bypass>: Change from __STDC_VERSION__ to
914 __extern_inline|__GNU_STDC_INLINE__.
915 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
916 appending attribute-gnu_inline.
917 <second c_fix_arg>: Remove.
918 <test_text>: Remove __extern_inline line.
919 * tests/base/features.h: Re-add.
920 * tests/base/sys/sysmacros.h: Adjust.
921 * fixincl.x: Regenerate.
922
923 2008-01-06 Hans-Peter Nilsson <hp@axis.com>
924
925 Revert last change.
926
927 2007-12-18 Hans-Peter Nilsson <hp@axis.com>
928
929 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
930 * fixincl.x: Regenerate.
931 * tests/base/wchar.h: Update.
932 * tests/base/features.h: New.
933
934 2007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
935
936 PR target/33700
937 * inclhack.def (hpux11_pthread_const): New.
938 * fixincl.x: Regenerate.
939 * tests/base/sys/pthread.h: Update.
940
941 2007-10-12 Kai Tietz <kai.tietz@onevision.com>
942
943 * configure.ac: x86_64 mingw target uses twoprocess.
944 * mkfixinc.sh: Add x86_64 mingw target.
945 * configure: Regenerate.
946
947 2007-10-09 Geoffrey Keating <geoffk@apple.com>
948
949 * inclhack.def (darwin_externc): New.
950 * fixincl.x: Regenerate.
951 * tests/base/mach-o/swap.h: New.
952
953 2007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
954
955 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
956 Delete fixes.
957 * tests/base/iso/math_c99.h: Delete associated test baselines.
958 * fixincl.x: Regenerate.
959
960 2007-07-24 Krister Walfridsson <cato@df.lth.se>
961
962 PR target/30058
963 * inclhack.def (netbsd_c99_inline_2): New.
964 * fixincl.x: Regenerate.
965 * tests/base/signal.h: Update.
966
967 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
968
969 PR target/32641
970
971 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
972 solaris_math_7): Constify and make FP exception-safe.
973 * tests/base/iso/math_c99.h: Update.
974
975 * fixincl.x: Regenerate.
976
977 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
978
979 PR libgcj/28190
980 * inclhack.def (irix_stdint_c99): New fix.
981 * fixincl.x: Regenerate.
982 * tests/base/stdint.h: New test.
983
984 2007-06-06 Steve Ellcey <sje@cup.hp.com>
985
986 PR testsuite/31828
987 * inclhack.def (hppa_hpux_fp_macros): New.
988 * fixincl.x: Regenerate.
989 * tests/base/math.h: Update.
990
991 2007-03-26 Jakub Jelinek <jakub@redhat.com>
992
993 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
994 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
995 __STDC_VERSION__ < 199901L.
996 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
997 with #ifdef __GNUC_GNU_INLINE__.
998 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
999 with defined(__GNUC_STDC_INLINE__).
1000 (glibc_c99_inline_4): Change select, add second c_fix_arg.
1001 Replace #if __STDC_VERSION__ < 199901L with
1002 #ifdef __GNUC_GNU_INLINE__.
1003 * fixincl.x: Regenerated.
1004 * tests/base/bits/string2.h: Update.
1005 * tests/base/sys/sysmacros.h: Update.
1006 * tests/base/sys/stat.h: Update.
1007
1008 2007-03-18 Krister Walfridsson <cato@df.lth.se>
1009
1010 PR target/30058
1011 * inclhack.def (netbsd_c99_inline_1): New.
1012 * fixincl.x: Regenerate.
1013 * tests/base/signal.h: New.
1014
1015 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1016
1017 * Makefile.in: Add dummy "install-info" target.
1018
1019 2007-03-06 Joseph Myers <joseph@codesourcery.com>
1020
1021 * mkheaders.in: Fix headers for each multilib required.
1022
1023 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1024
1025 * Makefile.in: Add dummy install-pdf target.
1026
1027 2007-02-27 Joseph Myers <joseph@codesourcery.com>
1028
1029 * mkheaders.in (incdir): Use include-fixed not include.
1030
1031 2007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
1032
1033 * Makefile.in: Added "pdf" target to .PHONY.
1034
1035 2007-02-05 Richard Guenther <rguenther@suse.de>
1036
1037 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
1038 with older glibc. Adjust version number for C99.
1039 * fixincl.x: Regenerated.
1040
1041 2007-02-04 Mike Stump <mrs@apple.com>
1042
1043 * mkheaders.in: Allow optional isysroot parameter.
1044
1045 2007-02-03 Bruce Korb <bkorb@gnu.org>
1046
1047 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
1048 surrounded by space characters.
1049
1050 2007-01-25 Daniel Franke <franke.daniel@gmail.com>
1051
1052 PR target/30272
1053 * inclhack.def(broken_cabs): Also remove definition of cabsl.
1054 * fixincl.x: Regenerate.
1055 * tests/base/math.h: Update.
1056
1057 2007-01-05 Bruce Korb <bkorb@gnu.org>,
1058 Daniel Franke <franke.daniel@gmail.com>
1059
1060 PR target/30008
1061 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1062 of a vertical bar ("|").
1063 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
1064 matching. Set SKIP_TEST flag if we are not to run a test.
1065 * fixincl.x: Regenerate.
1066 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
1067 kandr_concat, sco_math): Replace lists of specfic file names by search
1068 patterns.
1069
1070 2006-12-12 Olivier Hainque <hainque@adacore.com>
1071
1072 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
1073 targets for which a no-op fixer is appropriate.
1074
1075 2006-11-07 Richard Guenther <rguenther@suse.de>
1076
1077 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
1078 systems.
1079 * fixincl.x: Regenerate.
1080
1081 2006-11-02 Geoffrey Keating <geoffk@apple.com>
1082
1083 * inclhack.def (glibc_c99_inline_1): New.
1084 * inclhack.def (glibc_c99_inline_2): New.
1085 * inclhack.def (glibc_c99_inline_3): New.
1086 * inclhack.def (glibc_c99_inline_4): New.
1087 * fixincl.x: Regenerate.
1088 * tests/base/bits/string2.h: New.
1089 * tests/base/sys/sysmacros.h: New.
1090 * tests/base/sys/stat.h: Update.
1091
1092 2006-11-01 Steve Ellcey <sje@cup.hp.com>
1093
1094 * tests/base/sys/socket.h: Update.
1095
1096 2006-10-31 Steve Ellcey <sje@cup.hp.com>
1097
1098 * inclhack.def (hpux11_extern_sendfile): New.
1099 (hpux11_extern_sendpath): New.
1100 * fixincl.x: Regenerate.
1101
1102 2006-10-29 Joseph Myers <joseph@codesourcery.com>
1103
1104 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
1105 * fixincl.x: Regenerate.
1106
1107 2006-10-10 Brooks Moses <bmoses@stanford.edu>
1108
1109 * Makefile.in: Added empty "pdf" target.
1110
1111 2006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1112
1113 PR target/29300
1114 * inclhack.def (hpux_pthread_initializers): New hack.
1115 * tests/base/sys/pthread.h: New file.
1116
1117 * fixincl.x: Regenerate.
1118
1119 2006-10-03 Uros Bizjak <uros@kss-loka.si>
1120
1121 * inclhack.def (glibc_mutex_init): Also fix
1122 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
1123 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
1124 * tests/base/pthread.h: Update.
1125
1126 * fixincl.x: Regenerate.
1127
1128 2006-10-01 Uros Bizjak <uros@kss-loka.si>
1129
1130 * inclhack.def (glibc_mutex_init): New fix.
1131 * tests/base/pthread.h: Update.
1132
1133 * fixincl.x: Regenerate.
1134
1135 2006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1136
1137 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
1138 Prevent it from running on solaris10 or later.
1139 (solaris_once_init_2): Fix comment.
1140 * tests/base/pthread.h: Update.
1141
1142 * fixincl.x: Regenerate.
1143
1144 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1145
1146 * inclhack.def (solaris_once_init_2): New fix.
1147 * tests/base/pthread.h: Update.
1148
1149 * fixincl.x: Regenerate.
1150
1151 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1152
1153 * inclhack.def (solaris_mutex_init_2): Remove test for
1154 PTHREAD_RWLOCK_INITIALIZER.
1155 (solaris_rwlock_init_1): New.
1156 * tests/base/pthread.h: Update.
1157
1158 * inclhack.def (solaris_once_init_1): New.
1159 * tests/base/pthread.h: Adjust for new fix.
1160
1161 * fixincl.x: Regenerate.
1162
1163 2006-07-17 Roger Sayle <roger@eyesopen.com>
1164
1165 * tests/base/errno.h: New file.
1166 * tests/base/architecture/ppc/math.h: Likewise.
1167 * tests/base/ia64/sys/getppdp.h: Likewise.
1168
1169 2006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1170
1171 PR bootstrap/20437
1172 * Makefile.in (configure, config.h.in): Change into $(srcdir)
1173 before autoconf or autoheader call.
1174
1175 2006-06-23 Steve Ellcey <sje@cup.hp.com>
1176
1177 PR target/28084
1178 * inclhack.def (hpux_extern_errno): New.
1179 * fixincl.x: Regenerate.
1180
1181 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1182
1183 * Makefile.in: Add dvi info html and install-html to .PHONY
1184 Add install-html target.
1185
1186 2006-05-16 Mike Stump <mrs@apple.com>
1187
1188 * configure.ac: Add -Wno-overlength-strings.
1189 * configure: Regenerate.
1190
1191 2006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
1192
1193 * README: Fix typo.
1194
1195 2006-02-18 Steve Ellcey <sje@cup.hp.com>
1196
1197 PR target/26189
1198 * inclhack.def (hpux_spu_info): New.
1199 * fixincl.x: Regenerate
1200
1201 2006-01-31 Marcin Dalecki <martin@dalecki.de>
1202
1203 * configure.ac: Check for asprintf, basename, vasprintf.
1204 * config.h.in: Regenerate.
1205 * configure: Regenerate.
1206
1207 2006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
1208
1209 PR target/15642
1210 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1211 __APPLE_CC_ as 1345.
1212 (broken_nan): New.
1213 * fixincl.x: Regenerate.
1214
1215 2005-11-24 Bruce Korb <bkorb@gnu.org>
1216
1217 * fixincl.c (write_replacement): "here strings" in AutoGen
1218 often/generally don't have a terminating newline. Check the
1219 last byte for '\n'.
1220
1221 2005-11-13 Andreas Jaeger <aj@suse.de>
1222
1223 * check.tpl: Handle CVS additionally.
1224
1225 2005-11-05 Andreas Jaeger <aj@suse.de>
1226
1227 * check.tpl: Adopt for move to subversion.
1228
1229 2005-09-15 Joseph S. Myers <joseph@codesourcery.com>
1230
1231 PR c++/23139
1232 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1233 fixes.
1234 * fixincl.x: Regenerate.
1235 * tests/base/bits/huge_val.h: New file.
1236
1237 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1238
1239 * All files: Update with new FSF address.
1240
1241 2005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1242
1243 * Makefile.in (WARN_CFLAGS): New.
1244 (.c.o): Add $(WARN_CFLAGS).
1245 * aclocal.m4: Include ../config/warnings.m4.
1246 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1247 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1248 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1249 * fixopts.c (initialize_opts): Fix old-style definintion.
1250
1251 * configure: Regenerate.
1252
1253 2005-06-24 Geoffrey Keating <geoffk@geoffk.org>
1254
1255 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1256 (AAB_darwin7_9_long_double_funcs_2): New.
1257 * fixincl.x: Regenerate.
1258
1259 2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1260
1261 PR libfortran/15266
1262 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1263 Use double quotes in select so \t matches tabs.
1264 Add IRIX testcase.
1265 * fixincl.x: Regenerate.
1266 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1267
1268 2005-05-22 Danny Smith <dannysmith@users.souceforge.net>
1269
1270 PR target/21683
1271 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1272
1273 2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1274 Joseph S. Myers <joseph@codesourcery.com>
1275
1276 PR target/19933
1277 PR target/21315
1278 * inclhack.def: New fixes solaris_math_[1-9].
1279 * fixincl.x: Regenerate.
1280 * tests/base/iso/math_c99.h: New.
1281
1282 2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
1283
1284 * aclocal.m4: Remove superfluous reference to accross.m4.
1285
1286 2005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
1287
1288 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1289 * server.c (load_data): Likewise.
1290 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1291 * fixincl.c: #include <sys/wait.h>
1292 (run_compiles): Use XCNEWVEC instead of xcalloc.
1293 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1294 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1295
1296 2005-05-10 Joseph S. Myers <joseph@codesourcery.com>
1297
1298 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1299 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1300 * fixincl.x: Regenerate.
1301
1302 2005-05-06 Bruce Korb <bkorb@gnu.org>
1303 Joseph S. Myers <joseph@codesourcery.com>
1304
1305 * fixinc/inclhack.def: Correct backslashes
1306 * fixinc/fixincl.x: regen
1307
1308 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1309
1310 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1311 libiberty functions.
1312
1313 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1314
1315 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1316 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1317 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1318 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1319 _unlocked function.
1320 (fwrite_unlocked): Fix prototype.
1321
1322 * configure, config.h.in: Regenerate.
1323
1324 2005-03-21 Zack Weinberg <zack@codesourcery.com>
1325
1326 * Makefile.in: Set gcc_version directly, not via substitution.
1327 (libsubdir): Use $(gcc_version), not $(version).
1328 (mkheaders.almost): New rule.
1329 (mkheaders): Generate from mkheaders.almost.
1330 (clean): Also delete mkheaders.almost.
1331 * aclocal.m4: Do not include ../config/gcc-version.m4.
1332 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
1333 mkheaders.almost from mkheaders.in.
1334 * configure: Regenerate.
1335
1336 2005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
1337
1338 PR target/20166
1339 * inclhack.def: Add fix for array of incomplete structures
1340 in function prototype in pthread.h.
1341 * fixincl.x: Regenerate.
1342 * tests/base/pthread.h: Adjust.
1343
1344 2005-03-15 Joseph S. Myers <joseph@codesourcery.com>
1345
1346 * inclhack.def (hpux_htonl): New fix.
1347 * tests/base/netinet/in.h: New test.
1348 * fixincl.x: Regenerate.
1349
1350 2005-02-23 James E Wilson <wilson@specifixinc.com>
1351
1352 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1353
1354 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1355
1356 PR 18458
1357 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1358 fixincl.
1359
1360 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1361
1362 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1363 * aclocal.m4: Include ../config/gcc-version.m4.
1364 * configure: Regenerate.
1365
1366 2004-11-26 Mark Mitchell <mark@codesourcery.com>
1367
1368 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1369 (stdio_va_list): Likewise.
1370 (stdio_stdarg.h): Likewise.
1371 (solaris_stdio_tag): Add bypass.
1372 * fixincl.x: Regenerated.
1373
1374 2004-11-23 Geoffrey Keating <geoffk@apple.com>
1375
1376 * mkfixinc.sh: Check error code from 'cat'. Don't try running
1377 built fixincl program.
1378 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1379 up csh from user.
1380
1381 2004-11-20 Roger Sayle <roger@eyesopen.com>
1382
1383 * inclhack.def (alpha_pthread_init): Fix technical problems with
1384 the last check-in caused by CVS variable substitution.
1385 * fixincl.x: Likewise.
1386 * tests/base/pthread.h: Likewise.
1387
1388 2004-11-20 Roger Sayle <roger@eyesopen.com>
1389 Bruce Korb <bkorb@gnu.org>
1390
1391 * inclhack.def (alpha_pthread_init): New fix.
1392 * fixincl.x: Regenerate.
1393 * tests/base/pthread.h: Update for new test.
1394
1395 2004-11-15 Bruce Korb <bkorb@gnu.org>
1396
1397 * fixincl.c(fix_with_system): correct misuse of variables and
1398 incorrect application of "sizeof()".
1399
1400 2004-11-13 Joseph S. Myers <joseph@codesourcery.com>
1401
1402 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1403 svr4__p, undefine_null): Remove.
1404 * fixincl.x: Regenerate.
1405 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1406 * tests/base/sys/param.h: Remove.
1407 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1408 tests/base/sys/limits.h: Update.
1409
1410 2004-11-12 Mike Stump <mrs@apple.com>
1411
1412 * Makefile.in (html): Add html generation support.
1413
1414 2004-11-12 Joseph S. Myers <joseph@codesourcery.com>
1415
1416 * inclhack.def (sco_math): Bypass on __GNUG__.
1417 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1418 * fixincl.x: Regenerate.
1419
1420 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1421
1422 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1423 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1424 _CLASSIC_ANSI_TYPES.
1425 (sun_auth_proto): Bypass on __cplusplus.
1426 * fixincl.x: Regenerate.
1427
1428 2004-11-05 Geoffrey Keating <geoffk@apple.com>
1429
1430 * Makefile.in (mostlyclean): Add fixinc.sh.
1431 (clean): Add mkheaders.
1432 (distclean): New.
1433 (dvi): New.
1434 (info): New.
1435 (installcheck): New.
1436
1437 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
1438
1439 * Makefile.in (mostlyclean, distclean): New targets.
1440
1441 2004-11-04 Geoffrey Keating <geoffk@apple.com>
1442
1443 * configure.ac: Add code to determine noncanonical_target,
1444 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1445 * configure: Regenerate.
1446 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1447 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1448 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1449 update for changes to fixinc.in.
1450 * Makefile.in: Add many new macros.
1451 (install): New target.
1452 (mkheaders): New target.
1453 (fixinc.sh): New target.
1454 (all): Add mkheaders and fixinc.sh.
1455 * README-fixinc: Move here from gcc/.
1456
1457 2004-11-01 Mike Stump <mrs@apple.com>
1458
1459 * inclhack.def (stdio_va_list): Break out clients from here...
1460 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
1461 included or ifdef va_start.
1462 * fixincl.x: Regenerate.
1463
1464 2004-10-28 Mike Stump <mrs@apple.com>
1465
1466 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1467 systems.
1468 * fixincl.x: Regenerate.
1469
1470 2004-10-27 Geoffrey Keating <geoffk@apple.com>
1471
1472 * inclhack.def (darwin_gcc4_breakage): New.
1473 * fixincl.x: Regenerate.
1474
1475 2004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1476
1477 PR bootstrap/17832
1478
1479 * fixfixes.c (main): Check for _PC_NAME_MAX.
1480
1481 2004-10-27 Paolo Bonzini <bonzini@gnu.org>
1482
1483 PR other/17991
1484
1485 * configure.ac: Fix typo.
1486 * configure: Regenerate.
1487 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
1488
1489 2004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1490
1491 PR bootstrap/17832
1492
1493 * fixincl.c (SIGCHLD): Remove definition.
1494 (initialize): Remove SIGIOT and SIGPIPE checks.
1495 (create_file): Fix mkdir() for Win32.
1496 (internal_fix): Use dup2() instead of fcntl().
1497
1498 * fixlib.h (SIGQUIT): Define if undefined.
1499 (SIGIOT): Same.
1500 (SIGPIPE): Same.
1501 (SIGALRM): Same.
1502 (SIGKILL): Same.
1503
1504 * procopen.c (chain_open): Use dup2() instead of fcntl().
1505
1506 2004-08-14 Paolo Bonzini <bonzini@gnu.org>
1507
1508 PR other/17991
1509
1510 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1511 Update copyright year.
1512 * fixfixes.c (main): Call initialize_opts from fixopts.c.
1513 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1514 do not include code for parsing options (environment vars).
1515 (fix_with_system): Use a search path for applyfix, so that you
1516 can run the test suite with two-process fixincludes.
1517 * fixopts.c: New file.
1518 * configure.ac: Add --enable-twoprocess. Export ac_exeext
1519 to config.h. Default to --enable-twoprocess for MinGW32.
1520 * config.h.in: Regenerate.
1521 * configure: Regenerate.
1522
1523 2004-10-04 Loren J. Rittle <ljrittle@acm.org>
1524
1525 * tests/base/sys/cdefs.h: Update from test area.
1526
1527 2004-09-17 Roger Sayle <roger@eyesopen.com>
1528
1529 * inclhack.def (linux_ia64_ucontext): New fix.
1530 * fixincl.x: Regenerate.
1531 * tests/base/sys/ucontext.h: New file.
1532
1533 2004-09-15 Roger Sayle <roger@eyesopen.com>
1534
1535 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1536 * tests/base/stdlib.h: Likewise.
1537
1538 2004-09-13 Loren J. Rittle <ljrittle@acm.org>
1539
1540 * inclhack.def (freebsd_gcc4_breakage): Add.
1541 * fixincl.x: Regenerate.
1542 * tests/base/sys/cdefs.h: Update for new test.
1543
1544 2004-09-10 Adam Nemet <anemet@lnxw.com>
1545
1546 * inclhack.def (lynx_void_int): Remove.
1547 (lynxos_fcntl_proto): Remove.
1548 (lynxos_no_warning_in_sys_time_h): New fix.
1549 (lynxos_missing_putenv): New fix.
1550 * fixincl.x: Regenerate.
1551 * tests/base/fcntl.h: Remove.
1552 * tests/base/sys/time.h: Update from test area.
1553 * tests/base/curses.h: Likewise.
1554 * tests/base/stdlib.h: Likewise.
1555
1556 2004-09-03 Jan Beulich <jbeulich@novell.com>
1557
1558 * inclhack.def: Suppress exception_structure and math_exception
1559 for NetWare headers.
1560 * fixincl.x: Regenerate.
1561
1562 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
1563
1564 * .cvsignore: New.
1565 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1566 autoconfiscated.
1567 * configure.ac: New.
1568 * config.h.in: Generate.
1569 * configure: Generate.
1570 * aclocal.m4: New.
1571 * fixlib.h: Remove inclusions of gcc files.
1572 * system.h: New.
1573
1574 Other files copied from gcc/fixinc.