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