]> gcc.gnu.org Git - gcc.git/blame - fixincludes/ChangeLog
configure.ac: Do not invoke TL_AC_GCC_VERSION.
[gcc.git] / fixincludes / ChangeLog
CommitLineData
14bfd7c7
RG
12005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
2
3 PR target/20166
4 * inclhack.def: Add fix for array of incomplete structures
5 in function prototype in pthread.h.
6 * fixincl.x: Regenerate.
7 * tests/base/pthread.h: Adjust.
8
7fbdc950
JM
92005-03-15 Joseph S. Myers <joseph@codesourcery.com>
10
11 * inclhack.def (hpux_htonl): New fix.
12 * tests/base/netinet/in.h: New test.
13 * fixincl.x: Regenerate.
14
27f0dff4
JW
152005-02-23 James E Wilson <wilson@specifixinc.com>
16
17 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
18
098b96ab
AP
192004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
20
21 PR 18458
22 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
23 fixincl.
24
afabd8e6
RS
252004-12-02 Richard Sandiford <rsandifo@redhat.com>
26
27 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
28 * aclocal.m4: Include ../config/gcc-version.m4.
29 * configure: Regenerate.
30
9fcc7481
MM
312004-11-26 Mark Mitchell <mark@codesourcery.com>
32
33 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
34 (stdio_va_list): Likewise.
35 (stdio_stdarg.h): Likewise.
36 (solaris_stdio_tag): Add bypass.
37 * fixincl.x: Regenerated.
38
b2cfdb12
GK
392004-11-23 Geoffrey Keating <geoffk@apple.com>
40
41 * mkfixinc.sh: Check error code from 'cat'. Don't try running
42 built fixincl program.
43 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
44 up csh from user.
45
743348ea
RS
462004-11-20 Roger Sayle <roger@eyesopen.com>
47
48 * inclhack.def (alpha_pthread_init): Fix technical problems with
49 the last check-in caused by CVS variable substitution.
50 * fixincl.x: Likewise.
51 * tests/base/pthread.h: Likewise.
52
1fda9d7b
RS
532004-11-20 Roger Sayle <roger@eyesopen.com>
54 Bruce Korb <bkorb@gnu.org>
55
56 * inclhack.def (alpha_pthread_init): New fix.
57 * fixincl.x: Regenerate.
58 * tests/base/pthread.h: Update for new test.
59
43c1b5d2
BK
602004-11-15 Bruce Korb <bkorb@gnu.org>
61
62 * fixincl.c(fix_with_system): correct misuse of variables and
63 incorrect application of "sizeof()".
64
68f674e9
JM
652004-11-13 Joseph S. Myers <joseph@codesourcery.com>
66
67 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
68 svr4__p, undefine_null): Remove.
69 * fixincl.x: Regenerate.
70 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
71 * tests/base/sys/param.h: Remove.
72 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
73 tests/base/sys/limits.h: Update.
74
251089a0
MS
752004-11-12 Mike Stump <mrs@apple.com>
76
77 * Makefile.in (html): Add html generation support.
78
492d5b4f
JM
792004-11-12 Joseph S. Myers <joseph@codesourcery.com>
80
81 * inclhack.def (sco_math): Bypass on __GNUG__.
82 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
83 * fixincl.x: Regenerate.
84
793387fa
JM
852004-11-09 Joseph S. Myers <joseph@codesourcery.com>
86
87 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
88 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
89 _CLASSIC_ANSI_TYPES.
90 (sun_auth_proto): Bypass on __cplusplus.
91 * fixincl.x: Regenerate.
92
ea595d4f
GK
932004-11-05 Geoffrey Keating <geoffk@apple.com>
94
95 * Makefile.in (mostlyclean): Add fixinc.sh.
96 (clean): Add mkheaders.
97 (distclean): New.
98 (dvi): New.
99 (info): New.
100 (installcheck): New.
101
54f88091
PB
1022004-11-05 Paolo Bonzini <bonzini@gnu.org>
103
104 * Makefile.in (mostlyclean, distclean): New targets.
105
53c7ffe7
GK
1062004-11-04 Geoffrey Keating <geoffk@apple.com>
107
108 * configure.ac: Add code to determine noncanonical_target,
109 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
110 * configure: Regenerate.
111 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
112 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
113 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
114 update for changes to fixinc.in.
115 * Makefile.in: Add many new macros.
116 (install): New target.
117 (mkheaders): New target.
118 (fixinc.sh): New target.
119 (all): Add mkheaders and fixinc.sh.
120 * README-fixinc: Move here from gcc/.
121
40d05429
MS
1222004-11-01 Mike Stump <mrs@apple.com>
123
124 * inclhack.def (stdio_va_list): Break out clients from here...
125 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
126 included or ifdef va_start.
127 * fixincl.x: Regenerate.
128
d1ea4593
MS
1292004-10-28 Mike Stump <mrs@apple.com>
130
131 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
132 systems.
31eec874
MS
133 * fixincl.x: Regenerate.
134
005c1a13
GK
1352004-10-27 Geoffrey Keating <geoffk@apple.com>
136
137 * inclhack.def (darwin_gcc4_breakage): New.
138 * fixincl.x: Regenerate.
139
13cf7262
AL
1402004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
141
142 PR bootstrap/17832
143
144 * fixfixes.c (main): Check for _PC_NAME_MAX.
145
5ae4c565
PB
1462004-10-27 Paolo Bonzini <bonzini@gnu.org>
147
148 PR other/17991
149
150 * configure.ac: Fix typo.
151 * configure: Regenerate.
152 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
153
f4a8f279
AL
1542004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
155
156 PR bootstrap/17832
157
158 * fixincl.c (SIGCHLD): Remove definition.
159 (initialize): Remove SIGIOT and SIGPIPE checks.
160 (create_file): Fix mkdir() for Win32.
161 (internal_fix): Use dup2() instead of fcntl().
162
163 * fixlib.h (SIGQUIT): Define if undefined.
164 (SIGIOT): Same.
165 (SIGPIPE): Same.
166 (SIGALRM): Same.
167 (SIGKILL): Same.
168
169 * procopen.c (chain_open): Use dup2() instead of fcntl().
170
ad643a75
PB
1712004-08-14 Paolo Bonzini <bonzini@gnu.org>
172
173 PR other/17991
174
175 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
176 Update copyright year.
177 * fixfixes.c (main): Call initialize_opts from fixopts.c.
178 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
179 do not include code for parsing options (environment vars).
180 (fix_with_system): Use a search path for applyfix, so that you
181 can run the test suite with two-process fixincludes.
182 * fixopts.c: New file.
183 * configure.ac: Add --enable-twoprocess. Export ac_exeext
184 to config.h. Default to --enable-twoprocess for MinGW32.
185 * config.h.in: Regenerate.
186 * configure: Regenerate.
187
78970115
LR
1882004-10-04 Loren J. Rittle <ljrittle@acm.org>
189
190 * tests/base/sys/cdefs.h: Update from test area.
191
fa71a5c3
RS
1922004-09-17 Roger Sayle <roger@eyesopen.com>
193
194 * inclhack.def (linux_ia64_ucontext): New fix.
195 * fixincl.x: Regenerate.
196 * tests/base/sys/ucontext.h: New file.
197
9544bea1
RS
1982004-09-15 Roger Sayle <roger@eyesopen.com>
199
200 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
201 * tests/base/stdlib.h: Likewise.
202
28785dde
LR
2032004-09-13 Loren J. Rittle <ljrittle@acm.org>
204
205 * inclhack.def (freebsd_gcc4_breakage): Add.
206 * fixincl.x: Regenerate.
c6303833 207 * tests/base/sys/cdefs.h: Update for new test.
28785dde 208
d635c707
AN
2092004-09-10 Adam Nemet <anemet@lnxw.com>
210
211 * inclhack.def (lynx_void_int): Remove.
212 (lynxos_fcntl_proto): Remove.
213 (lynxos_no_warning_in_sys_time_h): New fix.
214 (lynxos_missing_putenv): New fix.
215 * fixincl.x: Regenerate.
216 * tests/base/fcntl.h: Remove.
217 * tests/base/sys/time.h: Update from test area.
218 * tests/base/curses.h: Likewise.
219 * tests/base/stdlib.h: Likewise.
220
61fec9ff
JB
2212004-09-03 Jan Beulich <jbeulich@novell.com>
222
223 * inclhack.def: Suppress exception_structure and math_exception
224 for NetWare headers.
225 * fixincl.x: Regenerate.
226
71b5d516
PB
2272004-08-31 Paolo Bonzini <bonzini@gnu.org>
228
229 * .cvsignore: New.
230 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
231 autoconfiscated.
232 * configure.ac: New.
233 * config.h.in: Generate.
234 * configure: Generate.
235 * aclocal.m4: New.
236 * fixlib.h: Remove inclusions of gcc files.
237 * system.h: New.
238
239 Other files copied from gcc/fixinc.
This page took 0.123083 seconds and 5 git commands to generate.