]> git.ipfire.org Git - thirdparty/gcc.git/blame - fixincludes/ChangeLog
tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accessor functions.
[thirdparty/gcc.git] / fixincludes / ChangeLog
CommitLineData
63729d84
KW
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
dadda6ca
KG
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
8919fa4a
RO
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
1fd994f1
SE
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
cb3790cb
JJ
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
7270dd8e
KW
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
07f1ac6d
BM
562007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
57
58 * Makefile.in: Add dummy "install-info" target.
59
14da6073
JM
602007-03-06 Joseph Myers <joseph@codesourcery.com>
61
62 * mkheaders.in: Fix headers for each multilib required.
63
b31f8484
BM
642007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
65
66 * Makefile.in: Add dummy install-pdf target.
67
f686ec05
JM
682007-02-27 Joseph Myers <joseph@codesourcery.com>
69
70 * mkheaders.in (incdir): Use include-fixed not include.
71
123ddd68
BM
722007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
73
74 * Makefile.in: Added "pdf" target to .PHONY.
75
cefde4f5
RG
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
3c1c7aae
MS
822007-02-04 Mike Stump <mrs@apple.com>
83
84 * mkheaders.in: Allow optional isysroot parameter.
85
5c4f0f47
BK
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
a942e89f
DF
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
401be4b6
BK
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 ("|").
2f82a97b
BK
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.
401be4b6
BK
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
da32da74
OH
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
98e06787
RG
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
502e2a2d
GK
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
b4d24eaa
SE
1332006-11-01 Steve Ellcey <sje@cup.hp.com>
134
135 * tests/base/sys/socket.h: Update.
136
be645fd9
SE
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
0f45f0f5
JM
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
b5422ad7
BM
1482006-10-10 Brooks Moses <bmoses@stanford.edu>
149
150 * Makefile.in: Added empty "pdf" target.
151
6c65aa40
JDA
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
4d98def0
UB
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.
36a43def
UB
165 * tests/base/pthread.h: Update.
166
167 * fixincl.x: Regenerate.
4d98def0 168
f6f7aabc
UB
1692006-10-01 Uros Bizjak <uros@kss-loka.si>
170
4d98def0
UB
171 * inclhack.def (glibc_mutex_init): New fix.
172 * tests/base/pthread.h: Update.
f6f7aabc 173
4d98def0 174 * fixincl.x: Regenerate.
f6f7aabc 175
a77d42cf
KG
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
0a1f02df
KG
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
2b655a0a
KG
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
58245475
RS
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
b24f7f6b
LB
2102006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
211
212 PR bootstrap/20437
58245475 213 * Makefile.in (configure, config.h.in): Change into $(srcdir)
b24f7f6b
LB
214 before autoconf or autoheader call.
215
e10e3ac8
SE
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
ae022d32
CD
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
de1f8a0d
MS
2272006-05-16 Mike Stump <mrs@apple.com>
228
229 * configure.ac: Add -Wno-overlength-strings.
230 * configure: Regenerate.
231
fc92a2d4
BF
2322006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
233
234 * README: Fix typo.
235
e084430d
SE
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
03e34d09
MD
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
bf73f6d2
AP
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
66f788b0
BK
2562005-11-24 Bruce Korb <bkorb@gnu.org>
257
58245475
RS
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'.
66f788b0 261
42068fd9
AJ
2622005-11-13 Andreas Jaeger <aj@suse.de>
263
264 * check.tpl: Handle CVS additionally.
265
541c886c
AJ
2662005-11-05 Andreas Jaeger <aj@suse.de>
267
268 * check.tpl: Adopt for move to subversion.
269
77923c29
JM
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
df065c82
KC
2782005-08-14 Kelley Cook <kcook@gcc.gnu.org>
279
280 * All files: Update with new FSF address.
281
87fbb651
KG
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
246e0bd8
GK
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
11f4453b
RO
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
8ba8f7e5
DS
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.
541c886c 313
925a4487
EB
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
08862f3c
KC
3232005-05-19 Kelley Cook <kcook@gcc.gnu.org>
324
325 * aclocal.m4: Remove superfluous reference to accross.m4.
326
03a9fcb8
GDR
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
5fabfd4c
JM
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
7673b71c
BK
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
042630ad
KG
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
0d667716
KG
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.
541c886c 362
0d667716
KG
363 * configure, config.h.in: Regenerate.
364
90ee1368
ZW
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
14bfd7c7
RG
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
7fbdc950
JM
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
27f0dff4
JW
3912005-02-23 James E Wilson <wilson@specifixinc.com>
392
393 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
394
098b96ab
AP
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
afabd8e6
RS
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
9fcc7481
MM
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
b2cfdb12
GK
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
743348ea
RS
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
1fda9d7b
RS
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
43c1b5d2
BK
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
68f674e9
JM
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
251089a0
MS
4512004-11-12 Mike Stump <mrs@apple.com>
452
453 * Makefile.in (html): Add html generation support.
454
492d5b4f
JM
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
793387fa
JM
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
ea595d4f
GK
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
54f88091
PB
4782004-11-05 Paolo Bonzini <bonzini@gnu.org>
479
480 * Makefile.in (mostlyclean, distclean): New targets.
481
53c7ffe7
GK
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
40d05429
MS
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
90ee1368 502 included or ifdef va_start.
40d05429
MS
503 * fixincl.x: Regenerate.
504
d1ea4593
MS
5052004-10-28 Mike Stump <mrs@apple.com>
506
507 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
508 systems.
31eec874
MS
509 * fixincl.x: Regenerate.
510
005c1a13
GK
5112004-10-27 Geoffrey Keating <geoffk@apple.com>
512
513 * inclhack.def (darwin_gcc4_breakage): New.
514 * fixincl.x: Regenerate.
515
13cf7262
AL
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
5ae4c565
PB
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
f4a8f279
AL
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
ad643a75
PB
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
78970115
LR
5642004-10-04 Loren J. Rittle <ljrittle@acm.org>
565
566 * tests/base/sys/cdefs.h: Update from test area.
567
fa71a5c3
RS
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
9544bea1
RS
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
28785dde
LR
5792004-09-13 Loren J. Rittle <ljrittle@acm.org>
580
581 * inclhack.def (freebsd_gcc4_breakage): Add.
582 * fixincl.x: Regenerate.
c6303833 583 * tests/base/sys/cdefs.h: Update for new test.
28785dde 584
d635c707
AN
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
61fec9ff
JB
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
71b5d516
PB
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.