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