OSDN Git Service

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