xref: /netbsd-src/external/gpl3/gcc/dist/fixincludes/ChangeLog (revision e39ef1d61eee3ccba837ee281f1e098c864487aa)
12011-04-28  Release Manager
2
3	* GCC 4.5.3 released.
4
52010-12-16  Release Manager
6
7	* GCC 4.5.2 released.
8
92010-12-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10
11	Backport from mainline:
12	2010-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13
14	* inclhack.def (irix_pthread_init): New fix.
15	* fixincl.x: Regenerate.
16	* tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
17
182010-10-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19
20	Backport from mainline:
21	2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22
23	PR c++/46024
24	* inclhack.def (solaris_sys_va_list): New fix.
25	* fixincl.x: Regenerate.
26	* tests/base/sys/va_list.h: New test.
27
282010-07-31  Release Manager
29
30	* GCC 4.5.1 released.
31
322010-07-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33
34	Backport from mainline:
35	2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36
37	* inclhack.def (solaris_cond_init): New fix.
38	* fixincl.x: Regenerate.
39	* tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
40	[SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
41
422010-04-14  Release Manager
43
44	* GCC 4.5.0 released.
45
462010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47
48	* aclocal.m4: Regenerate.
49
502010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
51
52	* inclhack.def (alpha_assert): Allow for more whitespace in
53	select.
54	* fixincl.x: Regenerate.
55
562010-03-28  H.J. Lu  <hongjiu.lu@intel.com>
57
58	PR target/40722
59	* mkfixinc.sh: Revert the last change for mingw.
60
612010-03-24  Joseph Myers  <joseph@codesourcery.com>
62
63	* inclhack.def (glibc_strncpy): New fix.
64	* fixincl.x: Regenerate.
65	* tests/base/bits/string2.h: Update.
66
672010-03-23  H.J. Lu  <hongjiu.lu@intel.com>
68
69	PR target/40722
70	* mkfixinc.sh: Fix stdlib.h for mingw.
71
722010-02-19  Bruce Korb  <bkorb@gnu.org>
73
74	* inclhack.def: remove vestiges of inadvertently committed changes
75
762010-02-10  Bruce Korb  <bkorb@gnu.org>
77
78	* README: fix up references to old gcc/fixinc directory
79
802010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
81
82	* inclhack.def (solaris_int_limits_3): New fix.
83	* fixincl.x: Regenerate.
84	* tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
85	test.
86
87	* inclhack.def (solaris_int_const, solaris_int_limits_1,
88	solaris_int_limits_2 ): Applies to Solaris 2 in general.
89	Remove select.
90	Add mach for *-*-solaris2*.
91	Change second c_fix_arg to select.
92	Remove #pragma ident from test_text.
93	* fixincl.x: Regenerate.
94	* tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
95	#pragma trigger text.
96	* tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
97	SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
98
992010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
100
101	* inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
102	(aix_stdint_2): Likewise.
103	(aix_stdint_3): Likewise.
104	(aix_stdint_4): Likewise.
105	(aix_stdint_5): Likewise.
106	(darwin_stdint_1): Add stdint-darwin.h to files.
107	(darwin_stdint_2): Likewise.
108	(darwin_stdint_3): Likewise.
109	(darwin_stdint_4): Likewise.
110	(darwin_stdint_5): Likewise.
111	(darwin_stdint_6): Likewise.
112	(darwin_stdint_7): Likewise.
113	(hpux_c99_intptr): Add stdint-hpux11.h to files.
114	(hpux_c99_inttypes): Likewise.
115	(hpux_c99_inttypes2): Likewise.
116	(hpux_stdint_least_fast): Likewise.
117	(irix_stdint_c99): Renamed to irix_stdint_c99_mode.
118	(irix_stdint_c99_types): New fix.
119	(irix_stdint_c99_macros): New fix.
120	(newlib_stdint_1): Add stdint-newlib.h to files.
121	(newlib_stdint_2): Likewise.
122	fixincl.x: Regenerate.
123	tests/base/stdint-aix.h: New file.
124	tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
125	AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
126	tests/base/stdint-aix.h: ... here.
127	[AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
128	[AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
129	[AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
130	tests/base/stdint-darwin.h: New file.
131	tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
132	DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
133	DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
134	tests/base/stdint-darwin.h: ... here.
135	[DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
136	[DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
137	[DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
138	tests/base/stdint-hpux11.h: New file.
139	tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
140	HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
141	tests/base/stdint-hpux11.h: ... here.
142	[HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
143	[HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
144	tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
145	IRIX_STDINT_C99_MODE_CHECK.
146	tests/base/stdint-irix65.h: New file.
147	tests/base/stdint-newlib.h: New file.
148	tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
149	NEWLIB_STDINT_2_CHECK]: Moved ...
150	tests/base/stdint-newlib.h: ... here.
151
1522009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
153
154	* configure: Regenerate.
155
1562009-10-21  Steve Ellcey  <sje@cup.hp.com>
157
158	* inclhack.def (hpux_stdint_least_fast): Simplify.
159	* fixincl.x: Regenerate.
160	* tests/base/stdint.h: Update.
161
1622009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
163
164	* inclhack.def (isc_fmod, isc_omits_with_stdc)
165	(nested_sys_limits, sco_math): Remove.
166	* tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
167	* tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
168	* tests/base/sys/limits.h: Remove.
169	* fixincl.x: Regenerate.
170
1712009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
172
173	PR testsuite/29737
174	PR bootstrap/35938
175	PR testsuite/39655
176	* check.tpl: Fix typos.
177	* README: Likewise.  Also, document that 'select' uses ERE.
178	* mkheaders.in: Update copyright years in --version output.
179	* inclhack.def (sco_math): Add missing final newline in sed
180	script 'a', 'c', or 'i' commands, for BSD sed.
181	(sco_math): In the text of 'a', 'c', or 'i' sed
182	commands, prepend leading white space with a backslash to avoid
183	the whitespace to be removed by BSD sed.
184	(sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
185	(x11_new): Fix sed expression, for BSD sed.
186	(glibc_mutex_init): Fix newlines in sed 's' command replacement
187	part, for GNU sed 3.02 and Solaris sed.
188	(glibc_mutex_init): Replace unportable \+ sed regex operator
189	with \{1,\}.
190	(glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
191	alternation \| regex operator.
192	(solaris_complex): Remove superfluous backslashes from
193	replacement string.  Replace \+ operator with \{1,\}.
194	* tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
195	* fixincl.x: Regenerate.
196
1972009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
198
199	PR libfortran/41169
200	* inclhack.def (irix_complex): New fix.
201	(solaris_complex): Likewise.
202	* fixincl.x: Regenerate.
203	* tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
204	New tests.
205
2062009-08-28   Bruce Korb <bkorb@gnu.org>
207	     Steve Ellcey  <sje@cup.hp.com>
208
209	* README (files): Describe files entry.
210	* inclhack.def (hpux_stdint_least): Remove.
211	(hpux_stdint_fast): Remove.
212	(hpux_stdint_fast): Remove.
213	(hpux_stdint_least_fast): New.
214	(hpux_inttype_int_least8_t): Remove.
215	(hpux_inttype_int8_t): Modify.
216	* fixincl.x: Regenerate.
217	* tests/base/stdint.h: Update.
218	* tests/base/sys/_inttypes.h: Update.
219
2202009-08-28  Steve Ellcey  <sje@cup.hp.com>
221
222	* inclhack.def (hpux_imaginary_i): Remove spaces.
223	* fixincl.x: Regenerate.
224	* tests/base/stdint.h: Update AIX fixes.
225	* tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
226
2272009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
228
229	* configure.ac (AC_PREREQ): Bump to 2.64.
230
2312009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
232
233	* aclocal.m4: Regenerate.
234	* configure: Regenerate.
235	* config.h.in: Regenerate.
236
2372009-08-17  David Edelsohn  <edelsohn@gnu.org>
238
239	* inclhack.def (aix_complex): Redefine _Complex_I.  Do not
240	redefine I.
241	* (aix_stdint_[12345]): New fixes.
242	* fixincl.x: Regenerate.
243	* tests/base/complex.h: Update check.
244	* tests/base/stdint.h: Add AIX stdint.h checks.
245
2462009-08-14  Steve Ellcey  <sje@cup.hp.com>
247
248	* inclhack.def (hpux_imaginary_i): New fix.
249	* fixincl.x: Regenerate.
250	* tests/base/complex.h: New file.
251
2522009-08-12  David Edelsohn  <edelsohn@gnu.org>
253
254	* inclhack.def (aix_complex): New fix.
255	* fixincl.x: Regenerate.
256
2572009-08-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
258
259	* inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
260	(hpux_inttype_int8_t): Likewise.
261	* fixincl.x: Regenerate.
262
2632009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
264
265	* Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
266	New variables.
267	($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
268	Use them.
269
2702009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
271
272	* inclhack.def (darwin_stdint_5, darwin_stdint_6,
273	darwin_stdint_7): New fixes.
274	* fixincl.x: Regenerate.
275	* tests/base/stdint.h: Adjust test for new fixes.
276
2772009-07-03  Eric Botcazou  <ebotcazou@adacore.com>
278
279	* inclhack.def (solaris_int_types): New fix.
280	* fixincl.x: Regenerate.
281	* tests/base/sys/int_types.h: New file.
282
2832009-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
284
285	* inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
286	darwin_stdint_4): New fixes.
287	* tests/base/stdint.h: Adjust test results for new fixes.
288	* fixincl.x: Regenerate.
289
2902009-05-29  Eric Botcazou  <ebotcazou@adacore.com>
291
292	* inclhack.def (solaris_int_const): New fix.
293	(solaris_int_limits_1): Likewise.
294	(solaris_int_limits_2): Likewise.
295	* fixincl.x: Regenerate.
296	* tests/base/sys/int_const.h: New file.
297	* tests/base/sys/int_limits.h: Likewise.
298
2992009-05-15  Joseph Myers  <joseph@codesourcery.com>
300
301	* inclhack.def (glibc_tgmath): Correct bypass.
302	* fixincl.x: Regenerate.
303
3042009-04-28  Steve Ellcey  <sje@cup.hp.com>
305
306	* inclhack.def (hpux11_uint32_c): Remove.
307	(hpux_long_double): Disable on hpux11.3*.
308	(hpux_long_double_2): New.
309	(hpux_c99_intptr): New.
310	(hpux_c99_inttypes): New.
311	(hpux_c99_inttypes2): New.
312	(hpux_stdint_least): New.
313	(hpux_stdint_fast): New.
314	(hpux_inttype_int_least8_t): New.
315	(hpux_inttype_int8_t): New.
316	* fixincl.x: Regenerate.
317	* tests/base/sys/_inttypes.h: New.
318	* tests/base/inttypes.h: Update.
319	* tests/base/stdlib.h: Update.
320	* tests/base/stdint.h: Update.
321
3222009-04-28  Joseph Myers  <joseph@codesourcery.com>
323
324	* inclhack.def (glibc_stdint): New fix.
325	* fixincl.x: Regenerate.
326	* tests/base/stdint.h: Update.
327
3282009-04-09  Jakub Jelinek  <jakub@redhat.com>
329
330	* Makefile.in: Change copyright header to refer to version
331	3 of the GNU General Public License and to point readers at the
332	COPYING3 file and the FSF's license web page.
333	* fixfixes.c: Likewise.
334	* fixinc.in: Likewise.
335	* fixincl.c: Likewise.
336	* fixlib.c: Likewise.
337	* fixlib.h: Likewise.
338	* fixopts.c: Likewise.
339	* fixtests.c: Likewise.
340	* genfixes: Likewise.
341	* mkheaders.in: Likewise.
342	* system.h: Likewise.
343
3442009-03-31  Joseph Myers  <joseph@codesourcery.com>
345
346	PR c/448
347	* inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
348	* fixincl.x: Regenerate.
349	* tests/base/stdint.h: Update.
350
3512009-03-29  Joseph Myers  <joseph@codesourcery.com>
352
353	* tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
354	Update.
355
3562009-03-29  Joseph Myers  <joseph@codesourcery.com>
357
358	PR c/456
359	PR c/5675
360	PR c/19976
361	PR c/29116
362	PR c/31871
363	PR c/35198
364	* inclhack.def (glibc_tgmath): New fix.
365	* fixincl.x: Regenerate.
366	* tests/base/tgmath.h: New.
367
3682009-03-28  Joseph Myers  <joseph@codesourcery.com>
369
370	* inclhack.def (aix_syswait, exception_structure,
371	pthread_page_size): Remove.
372	(math_exception): Remove mention of fixproto in comment.
373	* fixincl.x: Regenerate.
374	* mkheaders.in: Do not handle STMP_FIXPROTO.
375
3762009-03-27  Sandra Loosemore  <sandra@codesourcery.com>
377
378	* server.c (run_shell): Quote directory name passed to cd.
379
3802009-03-01  Bruce Korb  <bkorb@gnu.org>
381	Apply a positively ancient patch:
382
383	2004-10-15  Giovanni Bajo  <giovannibajo@libero.it>
384
385	* inclhack.def (alpha_if_semicolon): new fix from long, long ago
386	* tests/base/net/if.h: Add new test.
387
3882009-01-06  Andreas Tobler  <a.tobler@schweiz.org>
389
390	* tests/base/locale.h: Add new test.
391	* tests/base/stdarg.h: Likewise.
392
3932009-01-05  Steve Ellcey  <sje@cup.hp.com>
394
395	* inclhack.def (hpux_spu_info):  Add files line.
396	* fixincl.x: Regenerate.
397
3982009-01-01  Andreas Tobler  <a.tobler@schweiz.org>
399
400	* inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
401	in case of C.
402	* fixincl.x: Regenerate.
403
4042008-12-31  Andreas Tobler  <a.tobler@schweiz.org>
405
406	PR target/35460
407	* inclhack.def (openbsd_va_start): Use __builtin_va_start
408	for OpenBSD.
409	* fixincl.x: Regenerate.
410
4112008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
412
413	* configure: Regenerate.
414
4152008-12-15  Steve Ellcey  <sje@cup.hp.com>
416
417	* inclhack.def (hpux_spu_info): Match PA as well as IA64.
418	* fixincl.x: Regenerate.
419
4202008-09-06  H.J. Lu  <hongjiu.lu@intel.com>
421
422	* configure.ac: Fix a typo.
423	* configured: Regenerate.
424
4252008-09-06  Bruce Korb  <bkorb@gnu.org>
426
427	* fixincl.tpl (sed): make the program executable configurable.
428	Some platforms have some rather oddball defaults.
429	* config.h.in (SED_PROGRAM): define the default sed.
430	* fixincl.x: regenerated
431	* tests/base/internal/wchar_core.h: fix bad sample text
432	* tests/base/math.h: fix bad sample text
433	* configure.ac: search for working sed
434	* inclhack.def (glibc_mutex_init): fix non-portable construct
435	and re-order a few misordered entries.
436
4372008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
438
439	* configure: Regenerate.
440
4412008-06-07  Joseph Myers  <joseph@codesourcery.com>
442
443	* inclhack.def (AAB_svr4_replace_byteorder,
444	AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
445	libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
446	ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
447	solaris_mutex_init_1, solaris_socket, solaris_unistd,
448	solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
449	ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
450	ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
451	ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
452	ultrix_strings2, ultrix_sys_time, ultrix_unistd,
453	unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
454	windiss_math2, windiss_valist): Remove.
455	* fixincl.x: Regenerate.
456	* mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
457	i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
458	powerpc-*-eabiaix*): Remove.
459	* tests/base/math.h: Update.
460	* tests/base/pthread.h: Update.
461	* tests/base/stdio.h: Update.
462	* tests/base/stdlib.h: Update.
463	* tests/base/string.h: Update.
464	* tests/base/strings.h: Update.
465	* tests/base/sys/file.h: Update.
466	* tests/base/sys/limits.h: Update.
467	* tests/base/sys/socket.h: Update.
468	* tests/base/sys/stat.h: Update.
469	* tests/base/sys/time.h: Update.
470	* tests/base/testing.h: Update.
471	* tests/base/unistd.h: Update.
472	* tests/base/_G_config.h: Remove.
473	* tests/base/arpa: Remove directory.
474	* tests/base/fs: Remove directory.
475	* tests/base/locale.h: Remove.
476	* tests/base/machine: Remove directory.
477	* tests/base/rpc/svc.h: Remove.
478	* tests/base/sys/ioctl.h: Remove.
479	* tests/base/sys/regset.h: Remove.
480	* tests/base/sys/times.h: Remove.
481	* tests/base/sys/utsname.h: Remove.
482	* tests/base/widec.h: Remove.
483
4842008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
485
486	* inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
487	* tests/base/iso/math_c99.h: Update.
488	* fixincl.x: Regenerate.
489
4902008-05-14  Joseph Myers  <joseph@codesourcery.com>
491
492	* inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
493	posix_types_64.
494	* fixincl.x: Regenerate.
495
4962008-04-25  Kai Tietz  <kai.tietz@onvision.com>
497
498	* fixincl.c (fix_with_system): Cast pointer difference to long.
499	* fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
500
5012008-04-18  Paolo Bonzini  <bonzini@gnu.org>
502
503	PR bootstrap/35457
504	* Makefile.in: Rewrite aclocal.m4 rule.
505	* aclocal.m4: Regenerate.
506	* configure: Regenerate.
507
5082008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
509
510	PR c++/20366
511	* inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
512	* fixincl.x: Regenerate.
513	* tests/base/stdio.h: Add test.
514
5152008-02-25  Ben Elliston  <bje@au.ibm.com>
516
517	PR other/32948
518	* fixincl.c (fix_applies): Remove unused variable `name_len'.
519
5202008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
521
522	* inclhack.def (solaris_math_10): New.
523	* tests/base/iso/math_c99.h: Update.
524
525	* fixincl.x: Regenerate.
526
5272008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
528
529	* inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
530	freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
531	netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
532	quotes around mach entries.
533	* fixincl.x: Regenerate with latest autogen (5.9.4), updating license
534	to GPLv3.
535
5362008-02-04  Hans-Peter Nilsson  <hp@axis.com>
537
538	PR other/31405
539	* inclhack.def: (glibc_c99_inline_1a): Re-add last change.
540	(glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
541	__extern_inline|__GNU_STDC_INLINE__.
542	(glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
543	<bypass>: Change from __STDC_VERSION__ to
544	__extern_inline|__GNU_STDC_INLINE__.
545	<first c_fix_arg>: Change from #ifdef-wrapping the extern part to
546	appending attribute-gnu_inline.
547	<second c_fix_arg>: Remove.
548	<test_text>: Remove __extern_inline line.
549	* tests/base/features.h: Re-add.
550	* tests/base/sys/sysmacros.h: Adjust.
551	* fixincl.x: Regenerate.
552
5532008-01-06  Hans-Peter Nilsson  <hp@axis.com>
554
555	Revert last change.
556
5572007-12-18  Hans-Peter Nilsson  <hp@axis.com>
558
559	* inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
560	* fixincl.x: Regenerate.
561	* tests/base/wchar.h: Update.
562	* tests/base/features.h: New.
563
5642007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
565
566	PR target/33700
567	* inclhack.def (hpux11_pthread_const): New.
568	* fixincl.x: Regenerate.
569	* tests/base/sys/pthread.h: Update.
570
5712007-10-12  Kai Tietz  <kai.tietz@onevision.com>
572
573	* configure.ac: x86_64 mingw target uses twoprocess.
574	* mkfixinc.sh: Add x86_64 mingw target.
575	* configure: Regenerate.
576
5772007-10-09  Geoffrey Keating  <geoffk@apple.com>
578
579	* inclhack.def (darwin_externc): New.
580	* fixincl.x: Regenerate.
581	* tests/base/mach-o/swap.h: New.
582
5832007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
584
585	* inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
586	Delete fixes.
587	* tests/base/iso/math_c99.h: Delete associated test baselines.
588	* fixincl.x: Regenerate.
589
5902007-07-24  Krister Walfridsson  <cato@df.lth.se>
591
592	PR target/30058
593	* inclhack.def (netbsd_c99_inline_2): New.
594	* fixincl.x: Regenerate.
595	* tests/base/signal.h: Update.
596
5972007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
598
599	PR target/32641
600
601	* inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
602	solaris_math_7): Constify and make FP exception-safe.
603	* tests/base/iso/math_c99.h: Update.
604
605	* fixincl.x: Regenerate.
606
6072007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
608
609	PR libgcj/28190
610	* inclhack.def (irix_stdint_c99): New fix.
611	* fixincl.x: Regenerate.
612	* tests/base/stdint.h: New test.
613
6142007-06-06  Steve Ellcey  <sje@cup.hp.com>
615
616	PR testsuite/31828
617	* inclhack.def (hppa_hpux_fp_macros): New.
618	* fixincl.x: Regenerate.
619	* tests/base/math.h: Update.
620
6212007-03-26  Jakub Jelinek  <jakub@redhat.com>
622
623	* inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
624	if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
625	__STDC_VERSION__ < 199901L.
626	(glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
627	with #ifdef __GNUC_GNU_INLINE__.
628	(glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
629	with defined(__GNUC_STDC_INLINE__).
630	(glibc_c99_inline_4): Change select, add second c_fix_arg.
631	Replace #if __STDC_VERSION__ < 199901L with
632	#ifdef __GNUC_GNU_INLINE__.
633	* fixincl.x: Regenerated.
634	* tests/base/bits/string2.h: Update.
635	* tests/base/sys/sysmacros.h: Update.
636	* tests/base/sys/stat.h: Update.
637
6382007-03-18  Krister Walfridsson  <cato@df.lth.se>
639
640	PR target/30058
641	* inclhack.def (netbsd_c99_inline_1): New.
642	* fixincl.x: Regenerate.
643	* tests/base/signal.h: New.
644
6452007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
646
647	* Makefile.in: Add dummy "install-info" target.
648
6492007-03-06  Joseph Myers  <joseph@codesourcery.com>
650
651	* mkheaders.in: Fix headers for each multilib required.
652
6532007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
654
655	* Makefile.in: Add dummy install-pdf target.
656
6572007-02-27  Joseph Myers  <joseph@codesourcery.com>
658
659	* mkheaders.in (incdir): Use include-fixed not include.
660
6612007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
662
663	* Makefile.in: Added "pdf" target to .PHONY.
664
6652007-02-05  Richard Guenther  <rguenther@suse.de>
666
667	* inclhack.def (glibc_c99_inline_4): Adjust selector to cope
668	with older glibc.  Adjust version number for C99.
669	* fixincl.x: Regenerated.
670
6712007-02-04  Mike Stump  <mrs@apple.com>
672
673	* mkheaders.in: Allow optional isysroot parameter.
674
6752007-02-03  Bruce Korb <bkorb@gnu.org>
676
677	* inclhack.def (glibc_c99_inline_4): replace "extern" only if
678	surrounded by space characters.
679
6802007-01-25  Daniel Franke <franke.daniel@gmail.com>
681
682	PR target/30272
683	* inclhack.def(broken_cabs): Also remove definition of cabsl.
684	* fixincl.x: Regenerate.
685	* tests/base/math.h: Update.
686
6872007-01-05  Bruce Korb <bkorb@gnu.org>,
688            Daniel Franke <franke.daniel@gmail.com>
689
690	PR target/30008
691	* fixincl.tpl (List): separate file name patterns with a NUL byte instead
692	of a vertical bar ("|").
693	* fixincl.c (fix_applies, machine_matches): Use fnmatch for name
694	matching.  Set SKIP_TEST flag if we are not to run a test.
695	* fixincl.x: Regenerate.
696	* inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
697	kandr_concat, sco_math): Replace lists of specfic file names by search
698	patterns.
699
7002006-12-12  Olivier Hainque  <hainque@adacore.com>
701
702	* fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
703	targets for which a no-op fixer is appropriate.
704
7052006-11-07  Richard Guenther  <rguenther@suse.de>
706
707	* inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
708	systems.
709	* fixincl.x: Regenerate.
710
7112006-11-02  Geoffrey Keating  <geoffk@apple.com>
712
713	* inclhack.def (glibc_c99_inline_1): New.
714	* inclhack.def (glibc_c99_inline_2): New.
715	* inclhack.def (glibc_c99_inline_3): New.
716	* inclhack.def (glibc_c99_inline_4): New.
717	* fixincl.x: Regenerate.
718	* tests/base/bits/string2.h: New.
719	* tests/base/sys/sysmacros.h: New.
720	* tests/base/sys/stat.h: Update.
721
7222006-11-01  Steve Ellcey  <sje@cup.hp.com>
723
724	* tests/base/sys/socket.h: Update.
725
7262006-10-31  Steve Ellcey  <sje@cup.hp.com>
727
728	* inclhack.def (hpux11_extern_sendfile): New.
729	(hpux11_extern_sendpath): New.
730	* fixincl.x: Regenerate.
731
7322006-10-29  Joseph Myers  <joseph@codesourcery.com>
733
734	* inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
735	* fixincl.x: Regenerate.
736
7372006-10-10  Brooks Moses  <bmoses@stanford.edu>
738
739	* Makefile.in: Added empty "pdf" target.
740
7412006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
742
743	PR target/29300
744	* inclhack.def (hpux_pthread_initializers): New hack.
745	* tests/base/sys/pthread.h: New file.
746
747	* fixincl.x: Regenerate.
748
7492006-10-03  Uros Bizjak <uros@kss-loka.si>
750
751	* inclhack.def (glibc_mutex_init): Also fix
752	PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
753	PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
754	* tests/base/pthread.h: Update.
755
756	* fixincl.x: Regenerate.
757
7582006-10-01  Uros Bizjak <uros@kss-loka.si>
759
760	* inclhack.def (glibc_mutex_init): New fix.
761	* tests/base/pthread.h: Update.
762
763	* fixincl.x: Regenerate.
764
7652006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
766
767	* inclhack.def (solaris_mutex_init_2): Update for Solaris9.
768	Prevent it from running on solaris10 or later.
769	(solaris_once_init_2): Fix comment.
770	* tests/base/pthread.h: Update.
771
772	* fixincl.x: Regenerate.
773
7742006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
775
776	* inclhack.def (solaris_once_init_2): New fix.
777	* tests/base/pthread.h: Update.
778
779	* fixincl.x: Regenerate.
780
7812006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
782
783	* inclhack.def (solaris_mutex_init_2): Remove test for
784	PTHREAD_RWLOCK_INITIALIZER.
785	(solaris_rwlock_init_1): New.
786	* tests/base/pthread.h: Update.
787
788	* inclhack.def (solaris_once_init_1): New.
789	* tests/base/pthread.h: Adjust for new fix.
790
791	* fixincl.x: Regenerate.
792
7932006-07-17  Roger Sayle  <roger@eyesopen.com>
794
795	* tests/base/errno.h: New file.
796	* tests/base/architecture/ppc/math.h: Likewise.
797	* tests/base/ia64/sys/getppdp.h: Likewise.
798
7992006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
800
801	PR bootstrap/20437
802	* Makefile.in (configure, config.h.in): Change into $(srcdir)
803	before autoconf or autoheader call.
804
8052006-06-23  Steve Ellcey  <sje@cup.hp.com>
806
807	PR target/28084
808	* inclhack.def (hpux_extern_errno): New.
809	* fixincl.x: Regenerate.
810
8112006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
812
813	* Makefile.in: Add dvi info html and install-html to .PHONY
814	Add install-html target.
815
8162006-05-16  Mike Stump  <mrs@apple.com>
817
818	* configure.ac: Add -Wno-overlength-strings.
819	* configure: Regenerate.
820
8212006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
822
823	* README: Fix typo.
824
8252006-02-18  Steve Ellcey  <sje@cup.hp.com>
826
827	PR target/26189
828	* inclhack.def (hpux_spu_info): New.
829	* fixincl.x: Regenerate
830
8312006-01-31  Marcin Dalecki  <martin@dalecki.de>
832
833	* configure.ac: Check for asprintf, basename, vasprintf.
834	* config.h.in: Regenerate.
835	* configure: Regenerate.
836
8372006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
838
839	PR target/15642
840	* inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
841	__APPLE_CC_ as 1345.
842	(broken_nan): New.
843	* fixincl.x: Regenerate.
844
8452005-11-24  Bruce Korb  <bkorb@gnu.org>
846
847	* fixincl.c (write_replacement): "here strings" in AutoGen
848	often/generally don't have a terminating newline.  Check the
849	last byte for '\n'.
850
8512005-11-13  Andreas Jaeger  <aj@suse.de>
852
853	* check.tpl: Handle CVS additionally.
854
8552005-11-05  Andreas Jaeger  <aj@suse.de>
856
857	* check.tpl: Adopt for move to subversion.
858
8592005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
860
861	PR c++/23139
862	* inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
863	fixes.
864	* fixincl.x: Regenerate.
865	* tests/base/bits/huge_val.h: New file.
866
8672005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
868
869	* All files: Update with new FSF address.
870
8712005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
872
873	* Makefile.in (WARN_CFLAGS): New.
874	(.c.o): Add $(WARN_CFLAGS).
875	* aclocal.m4: Include ../config/warnings.m4.
876	* configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
877	ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
878	ACX_PROG_CC_WARNINGS_ARE_ERRORS.
879	* fixopts.c (initialize_opts): Fix old-style definintion.
880
881	* configure: Regenerate.
882
8832005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
884
885	* inclhack.def (AAB_darwin7_9_long_double_funcs): New.
886	(AAB_darwin7_9_long_double_funcs_2): New.
887	* fixincl.x: Regenerate.
888
8892005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
890
891	PR libfortran/15266
892	* inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
893	Use double quotes in select so \t matches tabs.
894	Add IRIX testcase.
895	* fixincl.x: Regenerate.
896	* tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
897
8982005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
899
900	PR target/21683
901	* fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
902
9032005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
904            Joseph S. Myers  <joseph@codesourcery.com>
905
906	PR target/19933
907	PR target/21315
908	* inclhack.def: New fixes solaris_math_[1-9].
909	* fixincl.x: Regenerate.
910	* tests/base/iso/math_c99.h: New.
911
9122005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
913
914	* aclocal.m4: Remove superfluous reference to accross.m4.
915
9162005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
917
918	* fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
919	* server.c (load_data): Likewise.
920	(run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
921	* fixincl.c: #include <sys/wait.h>
922	(run_compiles): Use XCNEWVEC instead of xcalloc.
923	(fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
924	* fixfixes.c (FIX_PROC_HEAD, main): Likewise.
925
9262005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
927
928	* inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
929	*-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
930	* fixincl.x: Regenerate.
931
9322005-05-06  Bruce Korb  <bkorb@gnu.org>
933	Joseph S. Myers <joseph@codesourcery.com>
934
935	* fixinc/inclhack.def: Correct backslashes
936	* fixinc/fixincl.x: regen
937
9382005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
939
940	* system.h (fopen, fdopen, freopen): Define these to the unlocked
941	libiberty functions.
942
9432005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
944
945	* configure.ac (fixincludes_UNLOCKED_FUNCS): New.
946	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
947	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
948	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
949	_unlocked function.
950	(fwrite_unlocked): Fix prototype.
951
952	* configure, config.h.in: Regenerate.
953
9542005-03-21  Zack Weinberg  <zack@codesourcery.com>
955
956	* Makefile.in: Set gcc_version directly, not via substitution.
957	(libsubdir): Use $(gcc_version), not $(version).
958	(mkheaders.almost): New rule.
959	(mkheaders): Generate from mkheaders.almost.
960	(clean): Also delete mkheaders.almost.
961	* aclocal.m4: Do not include ../config/gcc-version.m4.
962	* configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
963	mkheaders.almost from mkheaders.in.
964	* configure: Regenerate.
965
9662005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
967
968	PR target/20166
969	* inclhack.def: Add fix for array of incomplete structures
970	in function prototype in pthread.h.
971	* fixincl.x: Regenerate.
972	* tests/base/pthread.h: Adjust.
973
9742005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
975
976	* inclhack.def (hpux_htonl): New fix.
977	* tests/base/netinet/in.h: New test.
978	* fixincl.x: Regenerate.
979
9802005-02-23  James E Wilson  <wilson@specifixinc.com>
981
982	* Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
983
9842004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
985
986	PR 18458
987	* Makefile.in (install): Add @EXEEXT@ to the end of the program name,
988	fixincl.
989
9902004-12-02  Richard Sandiford  <rsandifo@redhat.com>
991
992	* configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
993	* aclocal.m4: Include ../config/gcc-version.m4.
994	* configure: Regenerate.
995
9962004-11-26  Mark Mitchell  <mark@codesourcery.com>
997
998	* inclhack.def (gnu_types): Do not use on Solaris 2.1x.
999	(stdio_va_list): Likewise.
1000	(stdio_stdarg.h): Likewise.
1001	(solaris_stdio_tag): Add bypass.
1002	* fixincl.x: Regenerated.
1003
10042004-11-23  Geoffrey Keating  <geoffk@apple.com>
1005
1006	* mkfixinc.sh: Check error code from 'cat'.  Don't try running
1007	built fixincl program.
1008	* mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1009	up csh from user.
1010
10112004-11-20  Roger Sayle  <roger@eyesopen.com>
1012
1013	* inclhack.def (alpha_pthread_init): Fix technical problems with
1014	the last check-in caused by CVS variable substitution.
1015	* fixincl.x: Likewise.
1016	* tests/base/pthread.h: Likewise.
1017
10182004-11-20  Roger Sayle  <roger@eyesopen.com>
1019	    Bruce Korb  <bkorb@gnu.org>
1020
1021	* inclhack.def (alpha_pthread_init): New fix.
1022	* fixincl.x: Regenerate.
1023	* tests/base/pthread.h: Update for new test.
1024
10252004-11-15  Bruce Korb  <bkorb@gnu.org>
1026
1027	* fixincl.c(fix_with_system): correct misuse of variables and
1028	incorrect application of "sizeof()".
1029
10302004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
1031
1032	* inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1033	svr4__p, undefine_null): Remove.
1034	* fixincl.x: Regenerate.
1035	* tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1036	* tests/base/sys/param.h: Remove.
1037	* tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1038	tests/base/sys/limits.h: Update.
1039
10402004-11-12  Mike Stump  <mrs@apple.com>
1041
1042	* Makefile.in (html): Add html generation support.
1043
10442004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
1045
1046	* inclhack.def (sco_math): Bypass on __GNUG__.
1047	(sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1048	* fixincl.x: Regenerate.
1049
10502004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1051
1052	* inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1053	(int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1054	_CLASSIC_ANSI_TYPES.
1055	(sun_auth_proto): Bypass on __cplusplus.
1056	* fixincl.x: Regenerate.
1057
10582004-11-05  Geoffrey Keating  <geoffk@apple.com>
1059
1060	* Makefile.in (mostlyclean): Add fixinc.sh.
1061	(clean): Add mkheaders.
1062	(distclean): New.
1063	(dvi): New.
1064	(info): New.
1065	(installcheck): New.
1066
10672004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1068
1069	* Makefile.in (mostlyclean, distclean): New targets.
1070
10712004-11-04  Geoffrey Keating  <geoffk@apple.com>
1072
1073	* configure.ac: Add code to determine noncanonical_target,
1074	local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1075	* configure: Regenerate.
1076	* fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1077	* mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1078	* mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1079	update for changes to fixinc.in.
1080	* Makefile.in: Add many new macros.
1081	(install): New target.
1082	(mkheaders): New target.
1083	(fixinc.sh): New target.
1084	(all): Add mkheaders and fixinc.sh.
1085	* README-fixinc: Move here from gcc/.
1086
10872004-11-01  Mike Stump  <mrs@apple.com>
1088
1089	* inclhack.def (stdio_va_list): Break out clients from here...
1090	(stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
1091	included or ifdef va_start.
1092	* fixincl.x: Regenerate.
1093
10942004-10-28  Mike Stump  <mrs@apple.com>
1095
1096	* inclhack.def (void_null): Avoid changing NULL on C++ friendly
1097	systems.
1098	* fixincl.x: Regenerate.
1099
11002004-10-27  Geoffrey Keating  <geoffk@apple.com>
1101
1102	* inclhack.def (darwin_gcc4_breakage): New.
1103	* fixincl.x: Regenerate.
1104
11052004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1106
1107	PR bootstrap/17832
1108
1109	* fixfixes.c (main): Check for _PC_NAME_MAX.
1110
11112004-10-27  Paolo Bonzini  <bonzini@gnu.org>
1112
1113	PR other/17991
1114
1115	* configure.ac: Fix typo.
1116	* configure: Regenerate.
1117	* fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
1118
11192004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1120
1121	PR bootstrap/17832
1122
1123	* fixincl.c (SIGCHLD): Remove definition.
1124	(initialize): Remove SIGIOT and SIGPIPE checks.
1125	(create_file): Fix mkdir() for Win32.
1126	(internal_fix): Use dup2() instead of fcntl().
1127
1128	* fixlib.h (SIGQUIT): Define if undefined.
1129	(SIGIOT): Same.
1130	(SIGPIPE): Same.
1131	(SIGALRM): Same.
1132	(SIGKILL): Same.
1133
1134	* procopen.c (chain_open): Use dup2() instead of fcntl().
1135
11362004-08-14  Paolo Bonzini  <bonzini@gnu.org>
1137
1138	PR other/17991
1139
1140	* Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1141	Update copyright year.
1142	* fixfixes.c (main): Call initialize_opts from fixopts.c.
1143	* fixincl.c (initialize): Call initialize_opts from fixopts.c,
1144	do not include code for parsing options (environment vars).
1145	(fix_with_system): Use a search path for applyfix, so that you
1146	can run the test suite with two-process fixincludes.
1147	* fixopts.c: New file.
1148	* configure.ac: Add --enable-twoprocess.  Export ac_exeext
1149	to config.h.  Default to --enable-twoprocess for MinGW32.
1150	* config.h.in: Regenerate.
1151	* configure: Regenerate.
1152
11532004-10-04  Loren J. Rittle  <ljrittle@acm.org>
1154
1155	* tests/base/sys/cdefs.h: Update from test area.
1156
11572004-09-17  Roger Sayle  <roger@eyesopen.com>
1158
1159	* inclhack.def (linux_ia64_ucontext): New fix.
1160	* fixincl.x: Regenerate.
1161	* tests/base/sys/ucontext.h: New file.
1162
11632004-09-15  Roger Sayle  <roger@eyesopen.com>
1164
1165	* tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1166	* tests/base/stdlib.h: Likewise.
1167
11682004-09-13  Loren J. Rittle  <ljrittle@acm.org>
1169
1170	* inclhack.def (freebsd_gcc4_breakage): Add.
1171	* fixincl.x: Regenerate.
1172	* tests/base/sys/cdefs.h: Update for new test.
1173
11742004-09-10  Adam Nemet  <anemet@lnxw.com>
1175
1176	* inclhack.def (lynx_void_int): Remove.
1177	(lynxos_fcntl_proto): Remove.
1178	(lynxos_no_warning_in_sys_time_h): New fix.
1179	(lynxos_missing_putenv): New fix.
1180	* fixincl.x: Regenerate.
1181	* tests/base/fcntl.h: Remove.
1182	* tests/base/sys/time.h: Update from test area.
1183	* tests/base/curses.h: Likewise.
1184	* tests/base/stdlib.h: Likewise.
1185
11862004-09-03  Jan Beulich  <jbeulich@novell.com>
1187
1188	* inclhack.def: Suppress exception_structure and math_exception
1189	for NetWare headers.
1190	* fixincl.x: Regenerate.
1191
11922004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1193
1194	* .cvsignore: New.
1195	* Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1196	autoconfiscated.
1197	* configure.ac: New.
1198	* config.h.in: Generate.
1199	* configure: Generate.
1200	* aclocal.m4: New.
1201	* fixlib.h: Remove inclusions of gcc files.
1202	* system.h: New.
1203
1204	Other files copied from gcc/fixinc.
1205