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