]> git.ipfire.org Git - thirdparty/gcc.git/blob - fixincludes/ChangeLog
inclhack.def (AAB_aix_fcntl): New fix.
[thirdparty/gcc.git] / fixincludes / ChangeLog
1 2012-09-29 David Edelsohn <dje.gcc@gmail.com>
2
3 * inclhack.def (AAB_aix_fcntl): New fix.
4 * fixincl.x: Regenerate.
5
6 2012-06-19 David Edelsohn <dje.gcc@gmail.com>
7
8 * inclhack.def (aix_mutex_initializer_1): New fix.
9 (aix_cond_initializer_1): New fix.
10 (aix_rwlock_initializer): New fix.
11 * fixincl.x: Regenerate.
12 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
13 [AIX_COND_INITIALIZER_1_CHECK]: New.
14 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
15
16 2012-05-29 Thomas Schwinge <thomas@codesourcery.com>
17
18 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
19 gcc_AC_FUNC_MMAP_BLACKLIST.
20 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
21 * aclocal.m4: Regenerate.
22 * configure: Regenerate.
23
24 2012-04-24 Tristan Gingold <gingold@adacore.com>
25
26 * fixincl.c (fix_with_system): Add missing specifier.
27 * configure.ac: Default to twoprocess on vms.
28 * configure: Regenerate.
29
30 2012-03-23 David Edelsohn <dje.gcc@gmail.com>
31
32 * inclhack.def (aix_malloc): New.
33 * fixincl.x: Regenerate.
34 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
35
36 2012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
37
38 PR other/52626
39 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
40 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
41
42 2012-03-15 Tristan Gingold <gingold@adacore.com>
43
44 * README (EXAMPLES OF FIXES): Update.
45
46 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
47
48 * inclhack.def (math_exception): Remove duplicate.
49 (solaris_cond_init): Remove.
50 (solaris_sys_va_list): Remove Solaris 8 support.
51 * fixincl.x: Regenerate.
52 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
53
54 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
55
56 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
57 (irix___restrict): Remove.
58 (irix___generic1): Remove.
59 (irix___generic2): Remove.
60 (irix_asm_apostrophe): Remove.
61 (irix_complex): Remove.
62 (irix_pthread_init): Remove.
63 (irix_socklen_t): Remove.
64 (irix_stdint_c99_mode): Remove.
65 (irix_stdint_c99_types): Remove.
66 (irix_stdint_c99_macros): Remove.
67 (irix_stdio_va_list): Remove IRIX 6.5 support.
68 (irix_wcsftime): Remove.
69 (stdio_va_list): Remove IRIX 6.5 support.
70 (svr4_profil): Remove IRIX bypass.
71 * fixincl.x: Regenerate.
72
73 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
74 * tests/base/internal/math_core.h: Remove.
75 * tests/base/internal/sgimacros.h: Remove.
76 * tests/base/internal/wchar_core.h: Remove.
77 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
78 support.
79 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
80 * tests/base/stdint-irix65.h: Remove.
81 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
82 * tests/base/sys/asm.h: Remove.
83 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
84
85 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
86
87 * inclhack.def (alpha___extern_prefix): Remove.
88 (alpha___extern_prefix_standards): Remove.
89 (alpha___extern_prefix_sys_stat): Remove.
90 (alpha_bad_lval): Remove.
91 (alpha_pthread): Remove.
92 (alpha_pthread_gcc): Remove.
93 (alpha_pthread_init): Remove.
94 * fixincl.x: Regenerate.
95 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
96 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
97 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
98 * tests/base/standards.h: Remove.
99 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
100 Remove.
101 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
102 [ALPHA_BAD_LVAL_CHECK]: Remove.
103
104 2012-03-12 Tristan Gingold <gingold@adacore.com>
105
106 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
107 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
108 (vms_no_64bit_getopt, vms_forward_declare_struct)
109 (vms_use_fast_setjmp): New fixes.
110 * fixincl.x: Regenerate.
111 * tests/base/rtldef/string.h: Update.
112 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
113 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
114 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
115
116 2012-01-11 Bruce Korb <bkorb@gnu.org>
117 Steven G. Kargl <kargl@gcc.gnu.org>
118 Andreas Tobler <andreast@fgznet.ch>
119
120 PR bootstrap/51705
121 PR preprocessor/51776
122 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
123 * fixincl.x: Regenerate.
124 * tests/base/sys/cdefs.h: Update.
125
126 * genfixes: Remove the 'Ver.' from the version check.
127
128 2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
129
130 * configure: Regenerate.
131
132 2011-12-19 Andreas Schwab <schwab@linux-m68k.org>
133
134 * configure: Regenerate.
135
136 2011-11-16 David Edelsohn <dje.gcc@gmail.com>
137
138 * inclhack.def (aix_once_init_[12]): New fixes.
139 * fixincl.x: Regenerate.
140 * tests/base/pthread.h: Update.
141
142 2011-10-25 Mike Stump <mikestump@comcast.net>
143
144 PR target/48851
145 * inclhack.def (void_null): New bypass.
146 * fixincl.x: Regenerate.
147
148 2011-09-26 Tristan Gingold <gingold@adacore.com>
149
150 * inclhack.def (ms_define_can_use_extern_prefix):
151 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
152 New fixes.
153 * fixincl.x: Regenerate.
154 * tests/base/rtldef/string.h: New test.
155 * tests/base/rtldef/decc$types.h: Likewise.
156 * tests/base/testing.h: Update
157
158 2011-09-22 Tristan Gingold <gingold@adacore.com>
159
160 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
161
162 2011-08-23 Steve Ellcey <sje@cup.hp.com>
163
164 PR libstdc++/50153
165 * inclhack.def (hpux11_abs): Extend to all hpux machines.
166 * fixincl.x: Regenerate.
167
168 2011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
169 Marc Glisse <marc.glisse@normalesup.org>
170
171 PR libstdc++-v3/1773
172 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
173 (solaris_longjmp_noreturn, solaris_pow_int_overload)
174 (solaris_std___filbuf): New fixes.
175 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
176 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
177 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
178
179 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
180
181 PR c++/49347
182 * inclhack.def (solaris_posix_spawn_restrict): New fix.
183 * fixincl.x: Regenerate.
184 * tests/base/spawn.h: New test.
185
186 2011-06-08 Douglas B Rupp <rupp@gnat.com>
187
188 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
189 * configure: Regenerate.
190 * config.h.in: Regenerate.
191
192 2011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
193
194 * inclhack.def (aix_net_if_arp): New fix.
195 * fixincl.x: Regenerate.
196 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
197
198 2011-05-17 Tristan Gingold <gingold@adacore.com>
199
200 * inclhack.def (solaris_complex_cxx): Fix syntax.
201 * fixincl.x: Regenerate.
202
203 2011-05-17 Tristan Gingold <gingold@adacore.com>
204
205 * check.tpl: Shell-quote testing file.
206
207 2011-03-22 Joseph Myers <joseph@codesourcery.com>
208
209 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
210
211 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
212
213 PR other/46202
214 * Makefile.in (install-strip): New phony target.
215 (all, check, install): Also mark as phony.
216
217 2010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
218
219 * inclhack.def (irix_pthread_init): New fix.
220 * fixincl.x: Regenerate.
221 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
222
223 2010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
224
225 PR c++/46024
226 * inclhack.def (solaris_sys_va_list): New fix.
227 * fixincl.x: Regenerate.
228 * tests/base/sys/va_list.h: New test.
229
230 2010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
231
232 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
233 * fixincl.x: Regenerate.
234
235 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
236
237 * inclhack.def (solaris_cond_init): New fix.
238 * fixincl.x: Regenerate.
239 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
240 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
241
242 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
243
244 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
245 * fixincl.x: Regenerate.
246 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
247 * tests/base/sys/feature_tests.h: New file.
248
249 2010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
250 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
251
252 PR bootstrap/42798
253 * configure.ac: Check for declaration of 'basename(char *)'.
254 * configure: Regenerate.
255
256 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
257
258 * inclhack.def (alpha_wchar): Remove.
259 * fixincl.x: Regenerate.
260 * tests/base/wchar.h: Remove.
261
262 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
263
264 * aclocal.m4: Regenerate.
265
266 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
267
268 * inclhack.def (alpha_assert): Allow for more whitespace in
269 select.
270 * fixincl.x: Regenerate.
271
272 2010-03-28 H.J. Lu <hongjiu.lu@intel.com>
273
274 PR target/40722
275 * mkfixinc.sh: Revert the last change for mingw.
276
277 2010-03-24 Joseph Myers <joseph@codesourcery.com>
278
279 * inclhack.def (glibc_strncpy): New fix.
280 * fixincl.x: Regenerate.
281 * tests/base/bits/string2.h: Update.
282
283 2010-03-23 H.J. Lu <hongjiu.lu@intel.com>
284
285 PR target/40722
286 * mkfixinc.sh: Fix stdlib.h for mingw.
287
288 2010-02-19 Bruce Korb <bkorb@gnu.org>
289
290 * inclhack.def: remove vestiges of inadvertently committed changes
291
292 2010-02-10 Bruce Korb <bkorb@gnu.org>
293
294 * README: fix up references to old gcc/fixinc directory
295
296 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
297
298 * inclhack.def (solaris_int_limits_3): New fix.
299 * fixincl.x: Regenerate.
300 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
301 test.
302
303 * inclhack.def (solaris_int_const, solaris_int_limits_1,
304 solaris_int_limits_2 ): Applies to Solaris 2 in general.
305 Remove select.
306 Add mach for *-*-solaris2*.
307 Change second c_fix_arg to select.
308 Remove #pragma ident from test_text.
309 * fixincl.x: Regenerate.
310 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
311 #pragma trigger text.
312 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
313 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
314
315 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
316
317 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
318 (aix_stdint_2): Likewise.
319 (aix_stdint_3): Likewise.
320 (aix_stdint_4): Likewise.
321 (aix_stdint_5): Likewise.
322 (darwin_stdint_1): Add stdint-darwin.h to files.
323 (darwin_stdint_2): Likewise.
324 (darwin_stdint_3): Likewise.
325 (darwin_stdint_4): Likewise.
326 (darwin_stdint_5): Likewise.
327 (darwin_stdint_6): Likewise.
328 (darwin_stdint_7): Likewise.
329 (hpux_c99_intptr): Add stdint-hpux11.h to files.
330 (hpux_c99_inttypes): Likewise.
331 (hpux_c99_inttypes2): Likewise.
332 (hpux_stdint_least_fast): Likewise.
333 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
334 (irix_stdint_c99_types): New fix.
335 (irix_stdint_c99_macros): New fix.
336 (newlib_stdint_1): Add stdint-newlib.h to files.
337 (newlib_stdint_2): Likewise.
338 fixincl.x: Regenerate.
339 tests/base/stdint-aix.h: New file.
340 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
341 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
342 tests/base/stdint-aix.h: ... here.
343 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
344 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
345 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
346 tests/base/stdint-darwin.h: New file.
347 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
348 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
349 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
350 tests/base/stdint-darwin.h: ... here.
351 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
352 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
353 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
354 tests/base/stdint-hpux11.h: New file.
355 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
356 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
357 tests/base/stdint-hpux11.h: ... here.
358 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
359 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
360 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
361 IRIX_STDINT_C99_MODE_CHECK.
362 tests/base/stdint-irix65.h: New file.
363 tests/base/stdint-newlib.h: New file.
364 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
365 NEWLIB_STDINT_2_CHECK]: Moved ...
366 tests/base/stdint-newlib.h: ... here.
367
368 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
369
370 * configure: Regenerate.
371
372 2009-10-21 Steve Ellcey <sje@cup.hp.com>
373
374 * inclhack.def (hpux_stdint_least_fast): Simplify.
375 * fixincl.x: Regenerate.
376 * tests/base/stdint.h: Update.
377
378 2009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
379
380 * inclhack.def (isc_fmod, isc_omits_with_stdc)
381 (nested_sys_limits, sco_math): Remove.
382 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
383 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
384 * tests/base/sys/limits.h: Remove.
385 * fixincl.x: Regenerate.
386
387 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
388
389 PR testsuite/29737
390 PR bootstrap/35938
391 PR testsuite/39655
392 * check.tpl: Fix typos.
393 * README: Likewise. Also, document that 'select' uses ERE.
394 * mkheaders.in: Update copyright years in --version output.
395 * inclhack.def (sco_math): Add missing final newline in sed
396 script 'a', 'c', or 'i' commands, for BSD sed.
397 (sco_math): In the text of 'a', 'c', or 'i' sed
398 commands, prepend leading white space with a backslash to avoid
399 the whitespace to be removed by BSD sed.
400 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
401 (x11_new): Fix sed expression, for BSD sed.
402 (glibc_mutex_init): Fix newlines in sed 's' command replacement
403 part, for GNU sed 3.02 and Solaris sed.
404 (glibc_mutex_init): Replace unportable \+ sed regex operator
405 with \{1,\}.
406 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
407 alternation \| regex operator.
408 (solaris_complex): Remove superfluous backslashes from
409 replacement string. Replace \+ operator with \{1,\}.
410 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
411 * fixincl.x: Regenerate.
412
413 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
414
415 PR libfortran/41169
416 * inclhack.def (irix_complex): New fix.
417 (solaris_complex): Likewise.
418 * fixincl.x: Regenerate.
419 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
420 New tests.
421
422 2009-08-28 Bruce Korb <bkorb@gnu.org>
423 Steve Ellcey <sje@cup.hp.com>
424
425 * README (files): Describe files entry.
426 * inclhack.def (hpux_stdint_least): Remove.
427 (hpux_stdint_fast): Remove.
428 (hpux_stdint_fast): Remove.
429 (hpux_stdint_least_fast): New.
430 (hpux_inttype_int_least8_t): Remove.
431 (hpux_inttype_int8_t): Modify.
432 * fixincl.x: Regenerate.
433 * tests/base/stdint.h: Update.
434 * tests/base/sys/_inttypes.h: Update.
435
436 2009-08-28 Steve Ellcey <sje@cup.hp.com>
437
438 * inclhack.def (hpux_imaginary_i): Remove spaces.
439 * fixincl.x: Regenerate.
440 * tests/base/stdint.h: Update AIX fixes.
441 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
442
443 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
444
445 * configure.ac (AC_PREREQ): Bump to 2.64.
446
447 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
448
449 * aclocal.m4: Regenerate.
450 * configure: Regenerate.
451 * config.h.in: Regenerate.
452
453 2009-08-17 David Edelsohn <edelsohn@gnu.org>
454
455 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
456 redefine I.
457 * (aix_stdint_[12345]): New fixes.
458 * fixincl.x: Regenerate.
459 * tests/base/complex.h: Update check.
460 * tests/base/stdint.h: Add AIX stdint.h checks.
461
462 2009-08-14 Steve Ellcey <sje@cup.hp.com>
463
464 * inclhack.def (hpux_imaginary_i): New fix.
465 * fixincl.x: Regenerate.
466 * tests/base/complex.h: New file.
467
468 2009-08-12 David Edelsohn <edelsohn@gnu.org>
469
470 * inclhack.def (aix_complex): New fix.
471 * fixincl.x: Regenerate.
472
473 2009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
474
475 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
476 (hpux_inttype_int8_t): Likewise.
477 * fixincl.x: Regenerate.
478
479 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
480
481 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
482 New variables.
483 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
484 Use them.
485
486 2009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
487
488 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
489 darwin_stdint_7): New fixes.
490 * fixincl.x: Regenerate.
491 * tests/base/stdint.h: Adjust test for new fixes.
492
493 2009-07-03 Eric Botcazou <ebotcazou@adacore.com>
494
495 * inclhack.def (solaris_int_types): New fix.
496 * fixincl.x: Regenerate.
497 * tests/base/sys/int_types.h: New file.
498
499 2009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
500
501 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
502 darwin_stdint_4): New fixes.
503 * tests/base/stdint.h: Adjust test results for new fixes.
504 * fixincl.x: Regenerate.
505
506 2009-05-29 Eric Botcazou <ebotcazou@adacore.com>
507
508 * inclhack.def (solaris_int_const): New fix.
509 (solaris_int_limits_1): Likewise.
510 (solaris_int_limits_2): Likewise.
511 * fixincl.x: Regenerate.
512 * tests/base/sys/int_const.h: New file.
513 * tests/base/sys/int_limits.h: Likewise.
514
515 2009-05-15 Joseph Myers <joseph@codesourcery.com>
516
517 * inclhack.def (glibc_tgmath): Correct bypass.
518 * fixincl.x: Regenerate.
519
520 2009-04-28 Steve Ellcey <sje@cup.hp.com>
521
522 * inclhack.def (hpux11_uint32_c): Remove.
523 (hpux_long_double): Disable on hpux11.3*.
524 (hpux_long_double_2): New.
525 (hpux_c99_intptr): New.
526 (hpux_c99_inttypes): New.
527 (hpux_c99_inttypes2): New.
528 (hpux_stdint_least): New.
529 (hpux_stdint_fast): New.
530 (hpux_inttype_int_least8_t): New.
531 (hpux_inttype_int8_t): New.
532 * fixincl.x: Regenerate.
533 * tests/base/sys/_inttypes.h: New.
534 * tests/base/inttypes.h: Update.
535 * tests/base/stdlib.h: Update.
536 * tests/base/stdint.h: Update.
537
538 2009-04-28 Joseph Myers <joseph@codesourcery.com>
539
540 * inclhack.def (glibc_stdint): New fix.
541 * fixincl.x: Regenerate.
542 * tests/base/stdint.h: Update.
543
544 2009-04-09 Jakub Jelinek <jakub@redhat.com>
545
546 * Makefile.in: Change copyright header to refer to version
547 3 of the GNU General Public License and to point readers at the
548 COPYING3 file and the FSF's license web page.
549 * fixfixes.c: Likewise.
550 * fixinc.in: Likewise.
551 * fixincl.c: Likewise.
552 * fixlib.c: Likewise.
553 * fixlib.h: Likewise.
554 * fixopts.c: Likewise.
555 * fixtests.c: Likewise.
556 * genfixes: Likewise.
557 * mkheaders.in: Likewise.
558 * system.h: Likewise.
559
560 2009-03-31 Joseph Myers <joseph@codesourcery.com>
561
562 PR c/448
563 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
564 * fixincl.x: Regenerate.
565 * tests/base/stdint.h: Update.
566
567 2009-03-29 Joseph Myers <joseph@codesourcery.com>
568
569 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
570 Update.
571
572 2009-03-29 Joseph Myers <joseph@codesourcery.com>
573
574 PR c/456
575 PR c/5675
576 PR c/19976
577 PR c/29116
578 PR c/31871
579 PR c/35198
580 * inclhack.def (glibc_tgmath): New fix.
581 * fixincl.x: Regenerate.
582 * tests/base/tgmath.h: New.
583
584 2009-03-28 Joseph Myers <joseph@codesourcery.com>
585
586 * inclhack.def (aix_syswait, exception_structure,
587 pthread_page_size): Remove.
588 (math_exception): Remove mention of fixproto in comment.
589 * fixincl.x: Regenerate.
590 * mkheaders.in: Do not handle STMP_FIXPROTO.
591
592 2009-03-27 Sandra Loosemore <sandra@codesourcery.com>
593
594 * server.c (run_shell): Quote directory name passed to cd.
595
596 2009-03-01 Bruce Korb <bkorb@gnu.org>
597 Apply a positively ancient patch:
598
599 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
600
601 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
602 * tests/base/net/if.h: Add new test.
603
604 2009-01-06 Andreas Tobler <a.tobler@schweiz.org>
605
606 * tests/base/locale.h: Add new test.
607 * tests/base/stdarg.h: Likewise.
608
609 2009-01-05 Steve Ellcey <sje@cup.hp.com>
610
611 * inclhack.def (hpux_spu_info): Add files line.
612 * fixincl.x: Regenerate.
613
614 2009-01-01 Andreas Tobler <a.tobler@schweiz.org>
615
616 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
617 in case of C.
618 * fixincl.x: Regenerate.
619
620 2008-12-31 Andreas Tobler <a.tobler@schweiz.org>
621
622 PR target/35460
623 * inclhack.def (openbsd_va_start): Use __builtin_va_start
624 for OpenBSD.
625 * fixincl.x: Regenerate.
626
627 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
628
629 * configure: Regenerate.
630
631 2008-12-15 Steve Ellcey <sje@cup.hp.com>
632
633 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
634 * fixincl.x: Regenerate.
635
636 2008-09-06 H.J. Lu <hongjiu.lu@intel.com>
637
638 * configure.ac: Fix a typo.
639 * configured: Regenerate.
640
641 2008-09-06 Bruce Korb <bkorb@gnu.org>
642
643 * fixincl.tpl (sed): make the program executable configurable.
644 Some platforms have some rather oddball defaults.
645 * config.h.in (SED_PROGRAM): define the default sed.
646 * fixincl.x: regenerated
647 * tests/base/internal/wchar_core.h: fix bad sample text
648 * tests/base/math.h: fix bad sample text
649 * configure.ac: search for working sed
650 * inclhack.def (glibc_mutex_init): fix non-portable construct
651 and re-order a few misordered entries.
652
653 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
654
655 * configure: Regenerate.
656
657 2008-06-07 Joseph Myers <joseph@codesourcery.com>
658
659 * inclhack.def (AAB_svr4_replace_byteorder,
660 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
661 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
662 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
663 solaris_mutex_init_1, solaris_socket, solaris_unistd,
664 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
665 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
666 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
667 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
668 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
669 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
670 windiss_math2, windiss_valist): Remove.
671 * fixincl.x: Regenerate.
672 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
673 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
674 powerpc-*-eabiaix*): Remove.
675 * tests/base/math.h: Update.
676 * tests/base/pthread.h: Update.
677 * tests/base/stdio.h: Update.
678 * tests/base/stdlib.h: Update.
679 * tests/base/string.h: Update.
680 * tests/base/strings.h: Update.
681 * tests/base/sys/file.h: Update.
682 * tests/base/sys/limits.h: Update.
683 * tests/base/sys/socket.h: Update.
684 * tests/base/sys/stat.h: Update.
685 * tests/base/sys/time.h: Update.
686 * tests/base/testing.h: Update.
687 * tests/base/unistd.h: Update.
688 * tests/base/_G_config.h: Remove.
689 * tests/base/arpa: Remove directory.
690 * tests/base/fs: Remove directory.
691 * tests/base/locale.h: Remove.
692 * tests/base/machine: Remove directory.
693 * tests/base/rpc/svc.h: Remove.
694 * tests/base/sys/ioctl.h: Remove.
695 * tests/base/sys/regset.h: Remove.
696 * tests/base/sys/times.h: Remove.
697 * tests/base/sys/utsname.h: Remove.
698 * tests/base/widec.h: Remove.
699
700 2008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
701
702 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
703 * tests/base/iso/math_c99.h: Update.
704 * fixincl.x: Regenerate.
705
706 2008-05-14 Joseph Myers <joseph@codesourcery.com>
707
708 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
709 posix_types_64.
710 * fixincl.x: Regenerate.
711
712 2008-04-25 Kai Tietz <kai.tietz@onvision.com>
713
714 * fixincl.c (fix_with_system): Cast pointer difference to long.
715 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
716
717 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
718
719 PR bootstrap/35457
720 * Makefile.in: Rewrite aclocal.m4 rule.
721 * aclocal.m4: Regenerate.
722 * configure: Regenerate.
723
724 2008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
725
726 PR c++/20366
727 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
728 * fixincl.x: Regenerate.
729 * tests/base/stdio.h: Add test.
730
731 2008-02-25 Ben Elliston <bje@au.ibm.com>
732
733 PR other/32948
734 * fixincl.c (fix_applies): Remove unused variable `name_len'.
735
736 2008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
737
738 * inclhack.def (solaris_math_10): New.
739 * tests/base/iso/math_c99.h: Update.
740
741 * fixincl.x: Regenerate.
742
743 2008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
744
745 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
746 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
747 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
748 quotes around mach entries.
749 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
750 to GPLv3.
751
752 2008-02-04 Hans-Peter Nilsson <hp@axis.com>
753
754 PR other/31405
755 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
756 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
757 __extern_inline|__GNU_STDC_INLINE__.
758 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
759 <bypass>: Change from __STDC_VERSION__ to
760 __extern_inline|__GNU_STDC_INLINE__.
761 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
762 appending attribute-gnu_inline.
763 <second c_fix_arg>: Remove.
764 <test_text>: Remove __extern_inline line.
765 * tests/base/features.h: Re-add.
766 * tests/base/sys/sysmacros.h: Adjust.
767 * fixincl.x: Regenerate.
768
769 2008-01-06 Hans-Peter Nilsson <hp@axis.com>
770
771 Revert last change.
772
773 2007-12-18 Hans-Peter Nilsson <hp@axis.com>
774
775 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
776 * fixincl.x: Regenerate.
777 * tests/base/wchar.h: Update.
778 * tests/base/features.h: New.
779
780 2007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
781
782 PR target/33700
783 * inclhack.def (hpux11_pthread_const): New.
784 * fixincl.x: Regenerate.
785 * tests/base/sys/pthread.h: Update.
786
787 2007-10-12 Kai Tietz <kai.tietz@onevision.com>
788
789 * configure.ac: x86_64 mingw target uses twoprocess.
790 * mkfixinc.sh: Add x86_64 mingw target.
791 * configure: Regenerate.
792
793 2007-10-09 Geoffrey Keating <geoffk@apple.com>
794
795 * inclhack.def (darwin_externc): New.
796 * fixincl.x: Regenerate.
797 * tests/base/mach-o/swap.h: New.
798
799 2007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
800
801 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
802 Delete fixes.
803 * tests/base/iso/math_c99.h: Delete associated test baselines.
804 * fixincl.x: Regenerate.
805
806 2007-07-24 Krister Walfridsson <cato@df.lth.se>
807
808 PR target/30058
809 * inclhack.def (netbsd_c99_inline_2): New.
810 * fixincl.x: Regenerate.
811 * tests/base/signal.h: Update.
812
813 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
814
815 PR target/32641
816
817 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
818 solaris_math_7): Constify and make FP exception-safe.
819 * tests/base/iso/math_c99.h: Update.
820
821 * fixincl.x: Regenerate.
822
823 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
824
825 PR libgcj/28190
826 * inclhack.def (irix_stdint_c99): New fix.
827 * fixincl.x: Regenerate.
828 * tests/base/stdint.h: New test.
829
830 2007-06-06 Steve Ellcey <sje@cup.hp.com>
831
832 PR testsuite/31828
833 * inclhack.def (hppa_hpux_fp_macros): New.
834 * fixincl.x: Regenerate.
835 * tests/base/math.h: Update.
836
837 2007-03-26 Jakub Jelinek <jakub@redhat.com>
838
839 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
840 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
841 __STDC_VERSION__ < 199901L.
842 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
843 with #ifdef __GNUC_GNU_INLINE__.
844 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
845 with defined(__GNUC_STDC_INLINE__).
846 (glibc_c99_inline_4): Change select, add second c_fix_arg.
847 Replace #if __STDC_VERSION__ < 199901L with
848 #ifdef __GNUC_GNU_INLINE__.
849 * fixincl.x: Regenerated.
850 * tests/base/bits/string2.h: Update.
851 * tests/base/sys/sysmacros.h: Update.
852 * tests/base/sys/stat.h: Update.
853
854 2007-03-18 Krister Walfridsson <cato@df.lth.se>
855
856 PR target/30058
857 * inclhack.def (netbsd_c99_inline_1): New.
858 * fixincl.x: Regenerate.
859 * tests/base/signal.h: New.
860
861 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
862
863 * Makefile.in: Add dummy "install-info" target.
864
865 2007-03-06 Joseph Myers <joseph@codesourcery.com>
866
867 * mkheaders.in: Fix headers for each multilib required.
868
869 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
870
871 * Makefile.in: Add dummy install-pdf target.
872
873 2007-02-27 Joseph Myers <joseph@codesourcery.com>
874
875 * mkheaders.in (incdir): Use include-fixed not include.
876
877 2007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
878
879 * Makefile.in: Added "pdf" target to .PHONY.
880
881 2007-02-05 Richard Guenther <rguenther@suse.de>
882
883 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
884 with older glibc. Adjust version number for C99.
885 * fixincl.x: Regenerated.
886
887 2007-02-04 Mike Stump <mrs@apple.com>
888
889 * mkheaders.in: Allow optional isysroot parameter.
890
891 2007-02-03 Bruce Korb <bkorb@gnu.org>
892
893 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
894 surrounded by space characters.
895
896 2007-01-25 Daniel Franke <franke.daniel@gmail.com>
897
898 PR target/30272
899 * inclhack.def(broken_cabs): Also remove definition of cabsl.
900 * fixincl.x: Regenerate.
901 * tests/base/math.h: Update.
902
903 2007-01-05 Bruce Korb <bkorb@gnu.org>,
904 Daniel Franke <franke.daniel@gmail.com>
905
906 PR target/30008
907 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
908 of a vertical bar ("|").
909 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
910 matching. Set SKIP_TEST flag if we are not to run a test.
911 * fixincl.x: Regenerate.
912 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
913 kandr_concat, sco_math): Replace lists of specfic file names by search
914 patterns.
915
916 2006-12-12 Olivier Hainque <hainque@adacore.com>
917
918 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
919 targets for which a no-op fixer is appropriate.
920
921 2006-11-07 Richard Guenther <rguenther@suse.de>
922
923 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
924 systems.
925 * fixincl.x: Regenerate.
926
927 2006-11-02 Geoffrey Keating <geoffk@apple.com>
928
929 * inclhack.def (glibc_c99_inline_1): New.
930 * inclhack.def (glibc_c99_inline_2): New.
931 * inclhack.def (glibc_c99_inline_3): New.
932 * inclhack.def (glibc_c99_inline_4): New.
933 * fixincl.x: Regenerate.
934 * tests/base/bits/string2.h: New.
935 * tests/base/sys/sysmacros.h: New.
936 * tests/base/sys/stat.h: Update.
937
938 2006-11-01 Steve Ellcey <sje@cup.hp.com>
939
940 * tests/base/sys/socket.h: Update.
941
942 2006-10-31 Steve Ellcey <sje@cup.hp.com>
943
944 * inclhack.def (hpux11_extern_sendfile): New.
945 (hpux11_extern_sendpath): New.
946 * fixincl.x: Regenerate.
947
948 2006-10-29 Joseph Myers <joseph@codesourcery.com>
949
950 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
951 * fixincl.x: Regenerate.
952
953 2006-10-10 Brooks Moses <bmoses@stanford.edu>
954
955 * Makefile.in: Added empty "pdf" target.
956
957 2006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
958
959 PR target/29300
960 * inclhack.def (hpux_pthread_initializers): New hack.
961 * tests/base/sys/pthread.h: New file.
962
963 * fixincl.x: Regenerate.
964
965 2006-10-03 Uros Bizjak <uros@kss-loka.si>
966
967 * inclhack.def (glibc_mutex_init): Also fix
968 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
969 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
970 * tests/base/pthread.h: Update.
971
972 * fixincl.x: Regenerate.
973
974 2006-10-01 Uros Bizjak <uros@kss-loka.si>
975
976 * inclhack.def (glibc_mutex_init): New fix.
977 * tests/base/pthread.h: Update.
978
979 * fixincl.x: Regenerate.
980
981 2006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
982
983 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
984 Prevent it from running on solaris10 or later.
985 (solaris_once_init_2): Fix comment.
986 * tests/base/pthread.h: Update.
987
988 * fixincl.x: Regenerate.
989
990 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
991
992 * inclhack.def (solaris_once_init_2): New fix.
993 * tests/base/pthread.h: Update.
994
995 * fixincl.x: Regenerate.
996
997 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
998
999 * inclhack.def (solaris_mutex_init_2): Remove test for
1000 PTHREAD_RWLOCK_INITIALIZER.
1001 (solaris_rwlock_init_1): New.
1002 * tests/base/pthread.h: Update.
1003
1004 * inclhack.def (solaris_once_init_1): New.
1005 * tests/base/pthread.h: Adjust for new fix.
1006
1007 * fixincl.x: Regenerate.
1008
1009 2006-07-17 Roger Sayle <roger@eyesopen.com>
1010
1011 * tests/base/errno.h: New file.
1012 * tests/base/architecture/ppc/math.h: Likewise.
1013 * tests/base/ia64/sys/getppdp.h: Likewise.
1014
1015 2006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1016
1017 PR bootstrap/20437
1018 * Makefile.in (configure, config.h.in): Change into $(srcdir)
1019 before autoconf or autoheader call.
1020
1021 2006-06-23 Steve Ellcey <sje@cup.hp.com>
1022
1023 PR target/28084
1024 * inclhack.def (hpux_extern_errno): New.
1025 * fixincl.x: Regenerate.
1026
1027 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1028
1029 * Makefile.in: Add dvi info html and install-html to .PHONY
1030 Add install-html target.
1031
1032 2006-05-16 Mike Stump <mrs@apple.com>
1033
1034 * configure.ac: Add -Wno-overlength-strings.
1035 * configure: Regenerate.
1036
1037 2006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
1038
1039 * README: Fix typo.
1040
1041 2006-02-18 Steve Ellcey <sje@cup.hp.com>
1042
1043 PR target/26189
1044 * inclhack.def (hpux_spu_info): New.
1045 * fixincl.x: Regenerate
1046
1047 2006-01-31 Marcin Dalecki <martin@dalecki.de>
1048
1049 * configure.ac: Check for asprintf, basename, vasprintf.
1050 * config.h.in: Regenerate.
1051 * configure: Regenerate.
1052
1053 2006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
1054
1055 PR target/15642
1056 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
1057 __APPLE_CC_ as 1345.
1058 (broken_nan): New.
1059 * fixincl.x: Regenerate.
1060
1061 2005-11-24 Bruce Korb <bkorb@gnu.org>
1062
1063 * fixincl.c (write_replacement): "here strings" in AutoGen
1064 often/generally don't have a terminating newline. Check the
1065 last byte for '\n'.
1066
1067 2005-11-13 Andreas Jaeger <aj@suse.de>
1068
1069 * check.tpl: Handle CVS additionally.
1070
1071 2005-11-05 Andreas Jaeger <aj@suse.de>
1072
1073 * check.tpl: Adopt for move to subversion.
1074
1075 2005-09-15 Joseph S. Myers <joseph@codesourcery.com>
1076
1077 PR c++/23139
1078 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
1079 fixes.
1080 * fixincl.x: Regenerate.
1081 * tests/base/bits/huge_val.h: New file.
1082
1083 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1084
1085 * All files: Update with new FSF address.
1086
1087 2005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1088
1089 * Makefile.in (WARN_CFLAGS): New.
1090 (.c.o): Add $(WARN_CFLAGS).
1091 * aclocal.m4: Include ../config/warnings.m4.
1092 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
1093 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
1094 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1095 * fixopts.c (initialize_opts): Fix old-style definintion.
1096
1097 * configure: Regenerate.
1098
1099 2005-06-24 Geoffrey Keating <geoffk@geoffk.org>
1100
1101 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
1102 (AAB_darwin7_9_long_double_funcs_2): New.
1103 * fixincl.x: Regenerate.
1104
1105 2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1106
1107 PR libfortran/15266
1108 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
1109 Use double quotes in select so \t matches tabs.
1110 Add IRIX testcase.
1111 * fixincl.x: Regenerate.
1112 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
1113
1114 2005-05-22 Danny Smith <dannysmith@users.souceforge.net>
1115
1116 PR target/21683
1117 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1118
1119 2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1120 Joseph S. Myers <joseph@codesourcery.com>
1121
1122 PR target/19933
1123 PR target/21315
1124 * inclhack.def: New fixes solaris_math_[1-9].
1125 * fixincl.x: Regenerate.
1126 * tests/base/iso/math_c99.h: New.
1127
1128 2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
1129
1130 * aclocal.m4: Remove superfluous reference to accross.m4.
1131
1132 2005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
1133
1134 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
1135 * server.c (load_data): Likewise.
1136 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
1137 * fixincl.c: #include <sys/wait.h>
1138 (run_compiles): Use XCNEWVEC instead of xcalloc.
1139 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
1140 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
1141
1142 2005-05-10 Joseph S. Myers <joseph@codesourcery.com>
1143
1144 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
1145 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
1146 * fixincl.x: Regenerate.
1147
1148 2005-05-06 Bruce Korb <bkorb@gnu.org>
1149 Joseph S. Myers <joseph@codesourcery.com>
1150
1151 * fixinc/inclhack.def: Correct backslashes
1152 * fixinc/fixincl.x: regen
1153
1154 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1155
1156 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1157 libiberty functions.
1158
1159 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1160
1161 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
1162 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
1163 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1164 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1165 _unlocked function.
1166 (fwrite_unlocked): Fix prototype.
1167
1168 * configure, config.h.in: Regenerate.
1169
1170 2005-03-21 Zack Weinberg <zack@codesourcery.com>
1171
1172 * Makefile.in: Set gcc_version directly, not via substitution.
1173 (libsubdir): Use $(gcc_version), not $(version).
1174 (mkheaders.almost): New rule.
1175 (mkheaders): Generate from mkheaders.almost.
1176 (clean): Also delete mkheaders.almost.
1177 * aclocal.m4: Do not include ../config/gcc-version.m4.
1178 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
1179 mkheaders.almost from mkheaders.in.
1180 * configure: Regenerate.
1181
1182 2005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
1183
1184 PR target/20166
1185 * inclhack.def: Add fix for array of incomplete structures
1186 in function prototype in pthread.h.
1187 * fixincl.x: Regenerate.
1188 * tests/base/pthread.h: Adjust.
1189
1190 2005-03-15 Joseph S. Myers <joseph@codesourcery.com>
1191
1192 * inclhack.def (hpux_htonl): New fix.
1193 * tests/base/netinet/in.h: New test.
1194 * fixincl.x: Regenerate.
1195
1196 2005-02-23 James E Wilson <wilson@specifixinc.com>
1197
1198 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
1199
1200 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1201
1202 PR 18458
1203 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
1204 fixincl.
1205
1206 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1207
1208 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1209 * aclocal.m4: Include ../config/gcc-version.m4.
1210 * configure: Regenerate.
1211
1212 2004-11-26 Mark Mitchell <mark@codesourcery.com>
1213
1214 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
1215 (stdio_va_list): Likewise.
1216 (stdio_stdarg.h): Likewise.
1217 (solaris_stdio_tag): Add bypass.
1218 * fixincl.x: Regenerated.
1219
1220 2004-11-23 Geoffrey Keating <geoffk@apple.com>
1221
1222 * mkfixinc.sh: Check error code from 'cat'. Don't try running
1223 built fixincl program.
1224 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
1225 up csh from user.
1226
1227 2004-11-20 Roger Sayle <roger@eyesopen.com>
1228
1229 * inclhack.def (alpha_pthread_init): Fix technical problems with
1230 the last check-in caused by CVS variable substitution.
1231 * fixincl.x: Likewise.
1232 * tests/base/pthread.h: Likewise.
1233
1234 2004-11-20 Roger Sayle <roger@eyesopen.com>
1235 Bruce Korb <bkorb@gnu.org>
1236
1237 * inclhack.def (alpha_pthread_init): New fix.
1238 * fixincl.x: Regenerate.
1239 * tests/base/pthread.h: Update for new test.
1240
1241 2004-11-15 Bruce Korb <bkorb@gnu.org>
1242
1243 * fixincl.c(fix_with_system): correct misuse of variables and
1244 incorrect application of "sizeof()".
1245
1246 2004-11-13 Joseph S. Myers <joseph@codesourcery.com>
1247
1248 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
1249 svr4__p, undefine_null): Remove.
1250 * fixincl.x: Regenerate.
1251 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
1252 * tests/base/sys/param.h: Remove.
1253 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
1254 tests/base/sys/limits.h: Update.
1255
1256 2004-11-12 Mike Stump <mrs@apple.com>
1257
1258 * Makefile.in (html): Add html generation support.
1259
1260 2004-11-12 Joseph S. Myers <joseph@codesourcery.com>
1261
1262 * inclhack.def (sco_math): Bypass on __GNUG__.
1263 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
1264 * fixincl.x: Regenerate.
1265
1266 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1267
1268 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
1269 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
1270 _CLASSIC_ANSI_TYPES.
1271 (sun_auth_proto): Bypass on __cplusplus.
1272 * fixincl.x: Regenerate.
1273
1274 2004-11-05 Geoffrey Keating <geoffk@apple.com>
1275
1276 * Makefile.in (mostlyclean): Add fixinc.sh.
1277 (clean): Add mkheaders.
1278 (distclean): New.
1279 (dvi): New.
1280 (info): New.
1281 (installcheck): New.
1282
1283 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
1284
1285 * Makefile.in (mostlyclean, distclean): New targets.
1286
1287 2004-11-04 Geoffrey Keating <geoffk@apple.com>
1288
1289 * configure.ac: Add code to determine noncanonical_target,
1290 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
1291 * configure: Regenerate.
1292 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
1293 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
1294 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
1295 update for changes to fixinc.in.
1296 * Makefile.in: Add many new macros.
1297 (install): New target.
1298 (mkheaders): New target.
1299 (fixinc.sh): New target.
1300 (all): Add mkheaders and fixinc.sh.
1301 * README-fixinc: Move here from gcc/.
1302
1303 2004-11-01 Mike Stump <mrs@apple.com>
1304
1305 * inclhack.def (stdio_va_list): Break out clients from here...
1306 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
1307 included or ifdef va_start.
1308 * fixincl.x: Regenerate.
1309
1310 2004-10-28 Mike Stump <mrs@apple.com>
1311
1312 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
1313 systems.
1314 * fixincl.x: Regenerate.
1315
1316 2004-10-27 Geoffrey Keating <geoffk@apple.com>
1317
1318 * inclhack.def (darwin_gcc4_breakage): New.
1319 * fixincl.x: Regenerate.
1320
1321 2004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1322
1323 PR bootstrap/17832
1324
1325 * fixfixes.c (main): Check for _PC_NAME_MAX.
1326
1327 2004-10-27 Paolo Bonzini <bonzini@gnu.org>
1328
1329 PR other/17991
1330
1331 * configure.ac: Fix typo.
1332 * configure: Regenerate.
1333 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
1334
1335 2004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1336
1337 PR bootstrap/17832
1338
1339 * fixincl.c (SIGCHLD): Remove definition.
1340 (initialize): Remove SIGIOT and SIGPIPE checks.
1341 (create_file): Fix mkdir() for Win32.
1342 (internal_fix): Use dup2() instead of fcntl().
1343
1344 * fixlib.h (SIGQUIT): Define if undefined.
1345 (SIGIOT): Same.
1346 (SIGPIPE): Same.
1347 (SIGALRM): Same.
1348 (SIGKILL): Same.
1349
1350 * procopen.c (chain_open): Use dup2() instead of fcntl().
1351
1352 2004-08-14 Paolo Bonzini <bonzini@gnu.org>
1353
1354 PR other/17991
1355
1356 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
1357 Update copyright year.
1358 * fixfixes.c (main): Call initialize_opts from fixopts.c.
1359 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
1360 do not include code for parsing options (environment vars).
1361 (fix_with_system): Use a search path for applyfix, so that you
1362 can run the test suite with two-process fixincludes.
1363 * fixopts.c: New file.
1364 * configure.ac: Add --enable-twoprocess. Export ac_exeext
1365 to config.h. Default to --enable-twoprocess for MinGW32.
1366 * config.h.in: Regenerate.
1367 * configure: Regenerate.
1368
1369 2004-10-04 Loren J. Rittle <ljrittle@acm.org>
1370
1371 * tests/base/sys/cdefs.h: Update from test area.
1372
1373 2004-09-17 Roger Sayle <roger@eyesopen.com>
1374
1375 * inclhack.def (linux_ia64_ucontext): New fix.
1376 * fixincl.x: Regenerate.
1377 * tests/base/sys/ucontext.h: New file.
1378
1379 2004-09-15 Roger Sayle <roger@eyesopen.com>
1380
1381 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
1382 * tests/base/stdlib.h: Likewise.
1383
1384 2004-09-13 Loren J. Rittle <ljrittle@acm.org>
1385
1386 * inclhack.def (freebsd_gcc4_breakage): Add.
1387 * fixincl.x: Regenerate.
1388 * tests/base/sys/cdefs.h: Update for new test.
1389
1390 2004-09-10 Adam Nemet <anemet@lnxw.com>
1391
1392 * inclhack.def (lynx_void_int): Remove.
1393 (lynxos_fcntl_proto): Remove.
1394 (lynxos_no_warning_in_sys_time_h): New fix.
1395 (lynxos_missing_putenv): New fix.
1396 * fixincl.x: Regenerate.
1397 * tests/base/fcntl.h: Remove.
1398 * tests/base/sys/time.h: Update from test area.
1399 * tests/base/curses.h: Likewise.
1400 * tests/base/stdlib.h: Likewise.
1401
1402 2004-09-03 Jan Beulich <jbeulich@novell.com>
1403
1404 * inclhack.def: Suppress exception_structure and math_exception
1405 for NetWare headers.
1406 * fixincl.x: Regenerate.
1407
1408 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
1409
1410 * .cvsignore: New.
1411 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
1412 autoconfiscated.
1413 * configure.ac: New.
1414 * config.h.in: Generate.
1415 * configure: Generate.
1416 * aclocal.m4: New.
1417 * fixlib.h: Remove inclusions of gcc files.
1418 * system.h: New.
1419
1420 Other files copied from gcc/fixinc.