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