OSDN Git Service

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