OSDN Git Service

2005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / fixincludes / ChangeLog
1 2005-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
9 2005-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
15 2005-02-23  James E Wilson  <wilson@specifixinc.com>
16
17         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
18
19 2004-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
25 2004-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
31 2004-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
39 2004-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
46 2004-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
53 2004-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
60 2004-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
65 2004-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
75 2004-11-12  Mike Stump  <mrs@apple.com>
76
77         * Makefile.in (html): Add html generation support.
78
79 2004-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
85 2004-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
93 2004-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
102 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
103
104         * Makefile.in (mostlyclean, distclean): New targets.
105
106 2004-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
122 2004-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
129 2004-10-28  Mike Stump  <mrs@apple.com>
130
131         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
132         systems.
133         * fixincl.x: Regenerate.
134
135 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
136
137         * inclhack.def (darwin_gcc4_breakage): New.
138         * fixincl.x: Regenerate.
139
140 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
141
142         PR bootstrap/17832
143
144         * fixfixes.c (main): Check for _PC_NAME_MAX.
145
146 2004-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
154 2004-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
171 2004-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
188 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
189
190         * tests/base/sys/cdefs.h: Update from test area.
191
192 2004-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
198 2004-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
203 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
204
205         * inclhack.def (freebsd_gcc4_breakage): Add.
206         * fixincl.x: Regenerate.
207         * tests/base/sys/cdefs.h: Update for new test.
208
209 2004-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
221 2004-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
227 2004-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.