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