]> git.ipfire.org Git - thirdparty/gcc.git/blame - fixincludes/ChangeLog
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state
[thirdparty/gcc.git] / fixincludes / ChangeLog
CommitLineData
759bfb14 12007-07-24 Krister Walfridsson <cato@df.lth.se>
2
3 PR target/30058
4 * inclhack.def (netbsd_c99_inline_2): New.
5 * fixincl.x: Regenerate.
6 * tests/base/signal.h: Update.
7
837a67da 82007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9
10 PR target/32641
11
12 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
13 solaris_math_7): Constify and make FP exception-safe.
14 * tests/base/iso/math_c99.h: Update.
15
16 * fixincl.x: Regenerate.
17
5fb066e6 182007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19
20 PR libgcj/28190
21 * inclhack.def (irix_stdint_c99): New fix.
22 * fixincl.x: Regenerate.
23 * tests/base/stdint.h: New test.
24
31ee57b1 252007-06-06 Steve Ellcey <sje@cup.hp.com>
26
27 PR testsuite/31828
28 * inclhack.def (hppa_hpux_fp_macros): New.
29 * fixincl.x: Regenerate.
30 * tests/base/math.h: Update.
31
7e4d47f0 322007-03-26 Jakub Jelinek <jakub@redhat.com>
33
34 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
35 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
36 __STDC_VERSION__ < 199901L.
37 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
38 with #ifdef __GNUC_GNU_INLINE__.
39 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
40 with defined(__GNUC_STDC_INLINE__).
41 (glibc_c99_inline_4): Change select, add second c_fix_arg.
42 Replace #if __STDC_VERSION__ < 199901L with
43 #ifdef __GNUC_GNU_INLINE__.
44 * fixincl.x: Regenerated.
45 * tests/base/bits/string2.h: Update.
46 * tests/base/sys/sysmacros.h: Update.
47 * tests/base/sys/stat.h: Update.
48
4cbf73b4 492007-03-18 Krister Walfridsson <cato@df.lth.se>
50
51 PR target/30058
52 * inclhack.def (netbsd_c99_inline_1): New.
53 * fixincl.x: Regenerate.
54 * tests/base/signal.h: New.
55
d6eaff55 562007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
57
58 * Makefile.in: Add dummy "install-info" target.
59
6ea4242f 602007-03-06 Joseph Myers <joseph@codesourcery.com>
61
62 * mkheaders.in: Fix headers for each multilib required.
63
b4eedf89 642007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
65
66 * Makefile.in: Add dummy install-pdf target.
67
d3036f42 682007-02-27 Joseph Myers <joseph@codesourcery.com>
69
70 * mkheaders.in (incdir): Use include-fixed not include.
71
855b4c48 722007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
73
74 * Makefile.in: Added "pdf" target to .PHONY.
75
a4cef59c 762007-02-05 Richard Guenther <rguenther@suse.de>
77
78 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
79 with older glibc. Adjust version number for C99.
80 * fixincl.x: Regenerated.
81
87d7f31d 822007-02-04 Mike Stump <mrs@apple.com>
83
84 * mkheaders.in: Allow optional isysroot parameter.
85
560b9c9b 862007-02-03 Bruce Korb <bkorb@gnu.org>
87
88 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
89 surrounded by space characters.
90
462510b2 912007-01-25 Daniel Franke <franke.daniel@gmail.com>
92
93 PR target/30272
94 * inclhack.def(broken_cabs): Also remove definition of cabsl.
95 * fixincl.x: Regenerate.
96 * tests/base/math.h: Update.
97
e9afa104 982007-01-05 Bruce Korb <bkorb@gnu.org>,
99 Daniel Franke <franke.daniel@gmail.com>
100
101 PR target/30008
102 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
103 of a vertical bar ("|").
476511b6 104 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
105 matching. Set SKIP_TEST flag if we are not to run a test.
e9afa104 106 * fixincl.x: Regenerate.
107 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
108 kandr_concat, sco_math): Replace lists of specfic file names by search
109 patterns.
110
d182b301 1112006-12-12 Olivier Hainque <hainque@adacore.com>
112
113 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
114 targets for which a no-op fixer is appropriate.
115
7d47204e 1162006-11-07 Richard Guenther <rguenther@suse.de>
117
118 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
119 systems.
120 * fixincl.x: Regenerate.
121
efb8e7bf 1222006-11-02 Geoffrey Keating <geoffk@apple.com>
123
124 * inclhack.def (glibc_c99_inline_1): New.
125 * inclhack.def (glibc_c99_inline_2): New.
126 * inclhack.def (glibc_c99_inline_3): New.
127 * inclhack.def (glibc_c99_inline_4): New.
128 * fixincl.x: Regenerate.
129 * tests/base/bits/string2.h: New.
130 * tests/base/sys/sysmacros.h: New.
131 * tests/base/sys/stat.h: Update.
132
597276f8 1332006-11-01 Steve Ellcey <sje@cup.hp.com>
134
135 * tests/base/sys/socket.h: Update.
136
1cb3e86d 1372006-10-31 Steve Ellcey <sje@cup.hp.com>
138
139 * inclhack.def (hpux11_extern_sendfile): New.
140 (hpux11_extern_sendpath): New.
141 * fixincl.x: Regenerate.
142
54bb64fb 1432006-10-29 Joseph Myers <joseph@codesourcery.com>
144
145 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
146 * fixincl.x: Regenerate.
147
51f93521 1482006-10-10 Brooks Moses <bmoses@stanford.edu>
149
150 * Makefile.in: Added empty "pdf" target.
151
3dd59d44 1522006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
153
154 PR target/29300
155 * inclhack.def (hpux_pthread_initializers): New hack.
156 * tests/base/sys/pthread.h: New file.
157
158 * fixincl.x: Regenerate.
159
d0f017a1 1602006-10-03 Uros Bizjak <uros@kss-loka.si>
161
162 * inclhack.def (glibc_mutex_init): Also fix
163 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
164 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
a210f085 165 * tests/base/pthread.h: Update.
166
167 * fixincl.x: Regenerate.
d0f017a1 168
a1b11617 1692006-10-01 Uros Bizjak <uros@kss-loka.si>
170
d0f017a1 171 * inclhack.def (glibc_mutex_init): New fix.
172 * tests/base/pthread.h: Update.
a1b11617 173
d0f017a1 174 * fixincl.x: Regenerate.
a1b11617 175
b960b7b7 1762006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
177
178 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
179 Prevent it from running on solaris10 or later.
180 (solaris_once_init_2): Fix comment.
181 * tests/base/pthread.h: Update.
182
183 * fixincl.x: Regenerate.
184
a96763ff 1852006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
186
187 * inclhack.def (solaris_once_init_2): New fix.
188 * tests/base/pthread.h: Update.
189
190 * fixincl.x: Regenerate.
191
458caa24 1922006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
193
194 * inclhack.def (solaris_mutex_init_2): Remove test for
195 PTHREAD_RWLOCK_INITIALIZER.
196 (solaris_rwlock_init_1): New.
197 * tests/base/pthread.h: Update.
198
199 * inclhack.def (solaris_once_init_1): New.
200 * tests/base/pthread.h: Adjust for new fix.
201
202 * fixincl.x: Regenerate.
203
164d0e28 2042006-07-17 Roger Sayle <roger@eyesopen.com>
205
206 * tests/base/errno.h: New file.
207 * tests/base/architecture/ppc/math.h: Likewise.
208 * tests/base/ia64/sys/getppdp.h: Likewise.
209
53d9fa56 2102006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
211
212 PR bootstrap/20437
164d0e28 213 * Makefile.in (configure, config.h.in): Change into $(srcdir)
53d9fa56 214 before autoconf or autoheader call.
215
898b6c0f 2162006-06-23 Steve Ellcey <sje@cup.hp.com>
217
218 PR target/28084
219 * inclhack.def (hpux_extern_errno): New.
220 * fixincl.x: Regenerate.
221
8ef713d5 2222006-05-23 Carlos O'Donell <carlos@codesourcery.com>
223
224 * Makefile.in: Add dvi info html and install-html to .PHONY
225 Add install-html target.
226
5880638c 2272006-05-16 Mike Stump <mrs@apple.com>
228
229 * configure.ac: Add -Wno-overlength-strings.
230 * configure: Regenerate.
231
9c7246bd 2322006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
233
234 * README: Fix typo.
235
5dabcff3 2362006-02-18 Steve Ellcey <sje@cup.hp.com>
237
238 PR target/26189
239 * inclhack.def (hpux_spu_info): New.
240 * fixincl.x: Regenerate
241
6ede36d7 2422006-01-31 Marcin Dalecki <martin@dalecki.de>
243
244 * configure.ac: Check for asprintf, basename, vasprintf.
245 * config.h.in: Regenerate.
246 * configure: Regenerate.
247
baee91be 2482006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
249
250 PR target/15642
251 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
252 __APPLE_CC_ as 1345.
253 (broken_nan): New.
254 * fixincl.x: Regenerate.
255
62248de6 2562005-11-24 Bruce Korb <bkorb@gnu.org>
257
164d0e28 258 * fixincl.c (write_replacement): "here strings" in AutoGen
259 often/generally don't have a terminating newline. Check the
260 last byte for '\n'.
62248de6 261
afc4c5f4 2622005-11-13 Andreas Jaeger <aj@suse.de>
263
264 * check.tpl: Handle CVS additionally.
265
1da60ab0 2662005-11-05 Andreas Jaeger <aj@suse.de>
267
268 * check.tpl: Adopt for move to subversion.
269
96eced21 2702005-09-15 Joseph S. Myers <joseph@codesourcery.com>
271
272 PR c++/23139
273 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
274 fixes.
275 * fixincl.x: Regenerate.
276 * tests/base/bits/huge_val.h: New file.
277
89630697 2782005-08-14 Kelley Cook <kcook@gcc.gnu.org>
279
280 * All files: Update with new FSF address.
281
c3383428 2822005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
283
284 * Makefile.in (WARN_CFLAGS): New.
285 (.c.o): Add $(WARN_CFLAGS).
286 * aclocal.m4: Include ../config/warnings.m4.
287 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
288 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
289 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
290 * fixopts.c (initialize_opts): Fix old-style definintion.
291
292 * configure: Regenerate.
293
f2563b02 2942005-06-24 Geoffrey Keating <geoffk@geoffk.org>
295
296 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
297 (AAB_darwin7_9_long_double_funcs_2): New.
298 * fixincl.x: Regenerate.
299
19754f2b 3002005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
301
302 PR libfortran/15266
303 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
304 Use double quotes in select so \t matches tabs.
305 Add IRIX testcase.
306 * fixincl.x: Regenerate.
307 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
308
7a54a09a 3092005-05-22 Danny Smith <dannysmith@users.souceforge.net>
310
311 PR target/21683
312 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
1da60ab0 313
e849ea70 3142005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
315 Joseph S. Myers <joseph@codesourcery.com>
316
317 PR target/19933
318 PR target/21315
319 * inclhack.def: New fixes solaris_math_[1-9].
320 * fixincl.x: Regenerate.
321 * tests/base/iso/math_c99.h: New.
322
d00b504c 3232005-05-19 Kelley Cook <kcook@gcc.gnu.org>
324
325 * aclocal.m4: Remove superfluous reference to accross.m4.
326
8d0afccc 3272005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
328
329 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
330 * server.c (load_data): Likewise.
331 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
332 * fixincl.c: #include <sys/wait.h>
333 (run_compiles): Use XCNEWVEC instead of xcalloc.
334 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
335 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
336
85dedd01 3372005-05-10 Joseph S. Myers <joseph@codesourcery.com>
338
339 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
340 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
341 * fixincl.x: Regenerate.
342
9b20d84f 3432005-05-06 Bruce Korb <bkorb@gnu.org>
344 Joseph S. Myers <joseph@codesourcery.com>
345
346 * fixinc/inclhack.def: Correct backslashes
347 * fixinc/fixincl.x: regen
348
2224c90b 3492005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
350
351 * system.h (fopen, fdopen, freopen): Define these to the unlocked
352 libiberty functions.
353
077a3c99 3542005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
355
356 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
357 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
358 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
359 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
360 _unlocked function.
361 (fwrite_unlocked): Fix prototype.
1da60ab0 362
077a3c99 363 * configure, config.h.in: Regenerate.
364
5eb9abc6 3652005-03-21 Zack Weinberg <zack@codesourcery.com>
366
367 * Makefile.in: Set gcc_version directly, not via substitution.
368 (libsubdir): Use $(gcc_version), not $(version).
369 (mkheaders.almost): New rule.
370 (mkheaders): Generate from mkheaders.almost.
371 (clean): Also delete mkheaders.almost.
372 * aclocal.m4: Do not include ../config/gcc-version.m4.
373 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
374 mkheaders.almost from mkheaders.in.
375 * configure: Regenerate.
376
a11c2c4d 3772005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
378
379 PR target/20166
380 * inclhack.def: Add fix for array of incomplete structures
381 in function prototype in pthread.h.
382 * fixincl.x: Regenerate.
383 * tests/base/pthread.h: Adjust.
384
1589683c 3852005-03-15 Joseph S. Myers <joseph@codesourcery.com>
386
387 * inclhack.def (hpux_htonl): New fix.
388 * tests/base/netinet/in.h: New test.
389 * fixincl.x: Regenerate.
390
82598b81 3912005-02-23 James E Wilson <wilson@specifixinc.com>
392
393 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
394
4366be98 3952004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
396
397 PR 18458
398 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
399 fixincl.
400
14ac9144 4012004-12-02 Richard Sandiford <rsandifo@redhat.com>
402
403 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
404 * aclocal.m4: Include ../config/gcc-version.m4.
405 * configure: Regenerate.
406
09a31484 4072004-11-26 Mark Mitchell <mark@codesourcery.com>
408
409 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
410 (stdio_va_list): Likewise.
411 (stdio_stdarg.h): Likewise.
412 (solaris_stdio_tag): Add bypass.
413 * fixincl.x: Regenerated.
414
f4e16230 4152004-11-23 Geoffrey Keating <geoffk@apple.com>
416
417 * mkfixinc.sh: Check error code from 'cat'. Don't try running
418 built fixincl program.
419 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
420 up csh from user.
421
4964185a 4222004-11-20 Roger Sayle <roger@eyesopen.com>
423
424 * inclhack.def (alpha_pthread_init): Fix technical problems with
425 the last check-in caused by CVS variable substitution.
426 * fixincl.x: Likewise.
427 * tests/base/pthread.h: Likewise.
428
31e7bff5 4292004-11-20 Roger Sayle <roger@eyesopen.com>
430 Bruce Korb <bkorb@gnu.org>
431
432 * inclhack.def (alpha_pthread_init): New fix.
433 * fixincl.x: Regenerate.
434 * tests/base/pthread.h: Update for new test.
435
47168473 4362004-11-15 Bruce Korb <bkorb@gnu.org>
437
438 * fixincl.c(fix_with_system): correct misuse of variables and
439 incorrect application of "sizeof()".
440
3d396563 4412004-11-13 Joseph S. Myers <joseph@codesourcery.com>
442
443 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
444 svr4__p, undefine_null): Remove.
445 * fixincl.x: Regenerate.
446 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
447 * tests/base/sys/param.h: Remove.
448 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
449 tests/base/sys/limits.h: Update.
450
b98c35c6 4512004-11-12 Mike Stump <mrs@apple.com>
452
453 * Makefile.in (html): Add html generation support.
454
9119bca7 4552004-11-12 Joseph S. Myers <joseph@codesourcery.com>
456
457 * inclhack.def (sco_math): Bypass on __GNUG__.
458 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
459 * fixincl.x: Regenerate.
460
69c13546 4612004-11-09 Joseph S. Myers <joseph@codesourcery.com>
462
463 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
464 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
465 _CLASSIC_ANSI_TYPES.
466 (sun_auth_proto): Bypass on __cplusplus.
467 * fixincl.x: Regenerate.
468
997d335e 4692004-11-05 Geoffrey Keating <geoffk@apple.com>
470
471 * Makefile.in (mostlyclean): Add fixinc.sh.
472 (clean): Add mkheaders.
473 (distclean): New.
474 (dvi): New.
475 (info): New.
476 (installcheck): New.
477
bdcc5e0f 4782004-11-05 Paolo Bonzini <bonzini@gnu.org>
479
480 * Makefile.in (mostlyclean, distclean): New targets.
481
50e7e370 4822004-11-04 Geoffrey Keating <geoffk@apple.com>
483
484 * configure.ac: Add code to determine noncanonical_target,
485 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
486 * configure: Regenerate.
487 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
488 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
489 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
490 update for changes to fixinc.in.
491 * Makefile.in: Add many new macros.
492 (install): New target.
493 (mkheaders): New target.
494 (fixinc.sh): New target.
495 (all): Add mkheaders and fixinc.sh.
496 * README-fixinc: Move here from gcc/.
497
925b9291 4982004-11-01 Mike Stump <mrs@apple.com>
499
500 * inclhack.def (stdio_va_list): Break out clients from here...
501 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
5eb9abc6 502 included or ifdef va_start.
925b9291 503 * fixincl.x: Regenerate.
504
a6c73c6c 5052004-10-28 Mike Stump <mrs@apple.com>
506
507 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
508 systems.
df2b0bc4 509 * fixincl.x: Regenerate.
510
975d636c 5112004-10-27 Geoffrey Keating <geoffk@apple.com>
512
513 * inclhack.def (darwin_gcc4_breakage): New.
514 * fixincl.x: Regenerate.
515
8340bfc5 5162004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
517
518 PR bootstrap/17832
519
520 * fixfixes.c (main): Check for _PC_NAME_MAX.
521
998ae78e 5222004-10-27 Paolo Bonzini <bonzini@gnu.org>
523
524 PR other/17991
525
526 * configure.ac: Fix typo.
527 * configure: Regenerate.
528 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
529
b05d4aed 5302004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
531
532 PR bootstrap/17832
533
534 * fixincl.c (SIGCHLD): Remove definition.
535 (initialize): Remove SIGIOT and SIGPIPE checks.
536 (create_file): Fix mkdir() for Win32.
537 (internal_fix): Use dup2() instead of fcntl().
538
539 * fixlib.h (SIGQUIT): Define if undefined.
540 (SIGIOT): Same.
541 (SIGPIPE): Same.
542 (SIGALRM): Same.
543 (SIGKILL): Same.
544
545 * procopen.c (chain_open): Use dup2() instead of fcntl().
546
4f80d25b 5472004-08-14 Paolo Bonzini <bonzini@gnu.org>
548
549 PR other/17991
550
551 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
552 Update copyright year.
553 * fixfixes.c (main): Call initialize_opts from fixopts.c.
554 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
555 do not include code for parsing options (environment vars).
556 (fix_with_system): Use a search path for applyfix, so that you
557 can run the test suite with two-process fixincludes.
558 * fixopts.c: New file.
559 * configure.ac: Add --enable-twoprocess. Export ac_exeext
560 to config.h. Default to --enable-twoprocess for MinGW32.
561 * config.h.in: Regenerate.
562 * configure: Regenerate.
563
e0af05d7 5642004-10-04 Loren J. Rittle <ljrittle@acm.org>
565
566 * tests/base/sys/cdefs.h: Update from test area.
567
d92db5b6 5682004-09-17 Roger Sayle <roger@eyesopen.com>
569
570 * inclhack.def (linux_ia64_ucontext): New fix.
571 * fixincl.x: Regenerate.
572 * tests/base/sys/ucontext.h: New file.
573
72546848 5742004-09-15 Roger Sayle <roger@eyesopen.com>
575
576 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
577 * tests/base/stdlib.h: Likewise.
578
f9ac0b87 5792004-09-13 Loren J. Rittle <ljrittle@acm.org>
580
581 * inclhack.def (freebsd_gcc4_breakage): Add.
582 * fixincl.x: Regenerate.
7a641792 583 * tests/base/sys/cdefs.h: Update for new test.
f9ac0b87 584
435ea059 5852004-09-10 Adam Nemet <anemet@lnxw.com>
586
587 * inclhack.def (lynx_void_int): Remove.
588 (lynxos_fcntl_proto): Remove.
589 (lynxos_no_warning_in_sys_time_h): New fix.
590 (lynxos_missing_putenv): New fix.
591 * fixincl.x: Regenerate.
592 * tests/base/fcntl.h: Remove.
593 * tests/base/sys/time.h: Update from test area.
594 * tests/base/curses.h: Likewise.
595 * tests/base/stdlib.h: Likewise.
596
634f7a13 5972004-09-03 Jan Beulich <jbeulich@novell.com>
598
599 * inclhack.def: Suppress exception_structure and math_exception
600 for NetWare headers.
601 * fixincl.x: Regenerate.
602
2b59cb05 6032004-08-31 Paolo Bonzini <bonzini@gnu.org>
604
605 * .cvsignore: New.
606 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
607 autoconfiscated.
608 * configure.ac: New.
609 * config.h.in: Generate.
610 * configure: Generate.
611 * aclocal.m4: New.
612 * fixlib.h: Remove inclusions of gcc files.
613 * system.h: New.
614
615 Other files copied from gcc/fixinc.