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