OSDN Git Service

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