annotate fixincludes/ChangeLog @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
1 2020-01-25 John David Anglin <danglin@gcc.gnu.org>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
2
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
3 * inclhack.def (hpux_c99_inttypes4): New, add missing SCNuMAX defines.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
4 * fixincl.x: Regenerate.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
5 * tests/base/inttypes.h: Update for above fix.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
6
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
7 2019-12-30 John David Anglin <danglin@gcc.gnu.org>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
8
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
9 PR libgomp/93066
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
10 * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
11 and UINTPTR_MAX, and missing define for SIZE_MAX.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
12 * fixincl.x: Regenerate.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
13 * tests/base/inttypes.h: Update for above fix.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
14
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
15 2019-08-18 C.G. Dogan <gcc+cgdogan.00@gmail.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
16 Iain Sandoe <iain@sandoe.co.uk>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
17
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
18 PR target/83531
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
19 * inclhack.def (darwin_api_availability): New, strip leading
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
20 underscores from API_XXXX defines.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
21 * fixincl.x: Regenerate.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
22 * tests/base/os/availability.h: New file.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
23
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
24 2019-06-21 Iain Sandoe <iain@sandoe.co.uk>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
25
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
26 * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
27 __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
28 Ensure that the top level math.h uses <> to wrap included headers
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
29 rather than "".
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
30 * fixincl.x: Regenerated.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
31 * tests/base/architecture/ppc/math.h: Update test to include the
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
32 __DARWIN_NO_LONG_LONG case.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
33
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
34 2019-06-21 Iain Sandoe <iain@sandoe.co.uk>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
35
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
36 * inclhack.def: Guard __has_attribute and __has_extension in
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
37 os/base.h.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
38 Guard Apple blocks syntax in dispatch/object.h.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
39 * fixincl.x: Regenerate.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
40 * tests/base/dispatch/object.h: New file.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
41 * tests/base/os/base.h: New file.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
42
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
43 2019-05-11 Iain Sandoe <iain@sandoe.co.uk>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
44 PR target/90379
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
45 PR bootstrap/89864
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
46 * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
47 for wrap fixes.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
48 * fixincl.x: Regenerated.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
49
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
50 2019-04-18 Erik Schnetter <schnetter@gmail.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
51 Jakub Jelinek <jakub@redhat.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
52 Iain Sandoe <iain@sandoe.co.uk>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
53
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
54 PR bootstrap/89864
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
55 * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
56 use in headers included by C++.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
57 * fixincl.x: Regenerated.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
58
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
59 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
60
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
61 PR bootstrap/82856
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
62 * configure.ac: Remove AC_PREREQ.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
63 * aclocal.m4, configure: Regenerate.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
64
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
65 2018-10-16 Rasmus Villemoes <rv@rasmusvillemoes.dk>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
66
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
67 * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
68 include of vxCpu.h, guard include of vxTypesOld.h by
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
69 !_ASMLANGUAGE.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
70 * fixincl.x: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
71
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
72 2018-09-03 Rasmus Villemoes <rv@rasmusvillemoes.dk>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
73
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
74 * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
75 expansion of ioctl macro.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
76 * fixincl.x: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
77
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
78 2018-07-23 David Edelsohn <dje.gcc@gmail.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
79
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
80 * inclhack.def (aix_unistd): New.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
81 * fixincl.x: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
82 * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
83
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
84 2018-06-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
85
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
86 * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
87 missing hunk.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
88
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
89 2018-06-12 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
90
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
91 * genfixes: exit 1 when autogen not found.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
92 * genfixes: Remove some redundant code.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
93 * genfixes: Update URL to autogen source code.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
94
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
95 * inclhack.def: Fix fixup for assert.h on vxworks.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
96 * fixincl.x: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
97
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
98 2018-05-25 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
99
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
100 * inclhack.def (vxworks_iolib_include_unistd): New fix.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
101
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
102 2018-04-18 David Malcolm <dmalcolm@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
103
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
104 PR jit/85384
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
105 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
106
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
107 2018-02-22 David Edelsohn <dje.gcc@gmail.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
108
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
109 * inclhack.def (aix_stdlib_vec_malloc): New.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
110 (aix_stdlib_vec_calloc): New.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
111 * fixincl.x: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
112 * tests/base/stdlib.h [AIX_STDLIB_VEC_MALLOC]: New test.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
113 [AIX_STDLIB_VEC_CALLOC]: New test.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
114
111
kono
parents: 67
diff changeset
115 2017-10-13 Mike Frysinger <vapier@chromium.org>
kono
parents: 67
diff changeset
116
kono
parents: 67
diff changeset
117 * fixinc.in (dirname): Change sed from 's|[^/]*/||' to
kono
parents: 67
diff changeset
118 's|[^/]*//*||'.
kono
parents: 67
diff changeset
119
kono
parents: 67
diff changeset
120 2017-06-12 Doug Rupp <rupp@adacore.com>
kono
parents: 67
diff changeset
121
kono
parents: 67
diff changeset
122 * inclhack.def (AAB_vxworks_stdint): Remove hack.
kono
parents: 67
diff changeset
123 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
124
kono
parents: 67
diff changeset
125 2017-02-25 John David Anglin <danglin@gcc.gnu.org>
kono
parents: 67
diff changeset
126
kono
parents: 67
diff changeset
127 PR target/68739
kono
parents: 67
diff changeset
128 * inclhack.def (hpux11_pthread_pointer): New fix.
kono
parents: 67
diff changeset
129 (hpux11_pthread_const): Adjust to remove void * cast from define.
kono
parents: 67
diff changeset
130 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
131
kono
parents: 67
diff changeset
132 2017-02-11 John David Anglin <danglin@gcc.gnu.org>
kono
parents: 67
diff changeset
133
kono
parents: 67
diff changeset
134 * tests/base/alloca.h: New file.
kono
parents: 67
diff changeset
135 * inclhack.def (hppa_hpux11_alloca): New fix.
kono
parents: 67
diff changeset
136 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
137
kono
parents: 67
diff changeset
138 2017-01-17 Jakub Jelinek <jakub@redhat.com>
kono
parents: 67
diff changeset
139
kono
parents: 67
diff changeset
140 PR other/79046
kono
parents: 67
diff changeset
141 * configure.ac: Add GCC_BASE_VER.
kono
parents: 67
diff changeset
142 * Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
kono
parents: 67
diff changeset
143 get version from BASE-VER file.
kono
parents: 67
diff changeset
144 * configure: Regenerated.
kono
parents: 67
diff changeset
145
kono
parents: 67
diff changeset
146 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
147
kono
parents: 67
diff changeset
148 PR libstdc++/78979
kono
parents: 67
diff changeset
149 * inclhack.def (solaris_gets_c11, solaris_gets_cxx14)
kono
parents: 67
diff changeset
150 (solaris_std_gets_cxx14, solaris_stdlib_noreturn): New fixes.
kono
parents: 67
diff changeset
151 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
152 * tests/base/iso/stdio_iso.h [SOLARIS_GETS_C11_CHECK,
kono
parents: 67
diff changeset
153 SOLARIS_GETS_CXX14_CHECK, SOLARIS_STD_GETS_CXX14_CHECK,
kono
parents: 67
diff changeset
154 SOLARIS_STDLIB_NORETURN_CHECK]: New tests.
kono
parents: 67
diff changeset
155
kono
parents: 67
diff changeset
156 2016-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
157
kono
parents: 67
diff changeset
158 * inclhack.def (solaris_math_12): New fix.
kono
parents: 67
diff changeset
159 (hpux11_fabsf): Replace bypass by *-hp-hpux11* mach selector.
kono
parents: 67
diff changeset
160 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
161 * tests/base/math.h [SOLARIS_MATH_12_CHECK]: New test.
kono
parents: 67
diff changeset
162
kono
parents: 67
diff changeset
163 2016-11-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
164
kono
parents: 67
diff changeset
165 PR sanitizer/78267
kono
parents: 67
diff changeset
166 * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
kono
parents: 67
diff changeset
167 (darwin_os_trace_2, darwin_os_trace_3): New fixes.
kono
parents: 67
diff changeset
168 (hpux_stdint_least_fast): Remove spurious _EOFix_.
kono
parents: 67
diff changeset
169 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
170 * tests/bases/AvailabilityInternal.h: New file.
kono
parents: 67
diff changeset
171 * tests/bases/os/trace.h: New file.
kono
parents: 67
diff changeset
172
kono
parents: 67
diff changeset
173 2016-09-30 Tadek Kijkowski <tkijkowski@gmail.com>
kono
parents: 67
diff changeset
174
kono
parents: 67
diff changeset
175 * check.tpl: Convert line endings to unix on test outputs
kono
parents: 67
diff changeset
176 * fixfixes.c: Fixed passing file name to apply_fix when
kono
parents: 67
diff changeset
177 SEPARATE_FIX_PROC is defined
kono
parents: 67
diff changeset
178 * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
kono
parents: 67
diff changeset
179 * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators
kono
parents: 67
diff changeset
180
kono
parents: 67
diff changeset
181 2016-09-04 John David Anglin <danglin@gcc.gnu.org>
kono
parents: 67
diff changeset
182
kono
parents: 67
diff changeset
183 * inclhack.def (hpux_longjmp): Adjust select regular expression.
kono
parents: 67
diff changeset
184 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
185
kono
parents: 67
diff changeset
186 2016-08-13 John David Anglin <danglin@gcc.gnu.org>
kono
parents: 67
diff changeset
187
kono
parents: 67
diff changeset
188 * inclhack.def (hpux_longjmp): New fix.
kono
parents: 67
diff changeset
189 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
190 * tests/base/setjmp.h: New test file.
kono
parents: 67
diff changeset
191
kono
parents: 67
diff changeset
192 2016-08-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
kono
parents: 67
diff changeset
193
kono
parents: 67
diff changeset
194 PR bootstrap/72833
kono
parents: 67
diff changeset
195 * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
kono
parents: 67
diff changeset
196 * inclhack.def (darwin_longjmp_noreturn): New fix.
kono
parents: 67
diff changeset
197 * fixincl.x: Regenerated.
kono
parents: 67
diff changeset
198 * tests/base/i386/setjmp.h [DARWIN_LONGJMP_NORETURN_CHECK]: new test.
kono
parents: 67
diff changeset
199
kono
parents: 67
diff changeset
200 2016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
kono
parents: 67
diff changeset
201
kono
parents: 67
diff changeset
202 * fixinc.in: Use --parents option to make LIB directory.
kono
parents: 67
diff changeset
203
kono
parents: 67
diff changeset
204 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
kono
parents: 67
diff changeset
205
kono
parents: 67
diff changeset
206 * mkfixinc.sh: Remove interix support.
kono
parents: 67
diff changeset
207
kono
parents: 67
diff changeset
208 2016-06-13 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
209
kono
parents: 67
diff changeset
210 * inclhack.def (aix_stdlib_malloc): New fix.
kono
parents: 67
diff changeset
211 (aix_stdlib_realloc): New fix.
kono
parents: 67
diff changeset
212 (aix_stdlib_calloc): New fix.
kono
parents: 67
diff changeset
213 (aix_stdlib_valloc): New fix.
kono
parents: 67
diff changeset
214 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
215 * tests/base/stdlib.h [AIX_STDLIB_MALLOC]: New test.
kono
parents: 67
diff changeset
216 [AIX_STDLIB_REALLOC]: New test.
kono
parents: 67
diff changeset
217 [AIX_STDLIB_CALLOC]: New test.
kono
parents: 67
diff changeset
218 [AIX_STDLIB_VALLOC]: New test.
kono
parents: 67
diff changeset
219
kono
parents: 67
diff changeset
220 2016-01-31 John David Anglin <danglin@gcc.gnu.org>
kono
parents: 67
diff changeset
221
kono
parents: 67
diff changeset
222 PR target/68741
kono
parents: 67
diff changeset
223 * inclhack.def (hpux_vsscanf): New fix.
kono
parents: 67
diff changeset
224 * fixincl.x: Regenerated.
kono
parents: 67
diff changeset
225 * tests/base/stdio.h [HPUX_VSSCANF_CHECK]: New test.
kono
parents: 67
diff changeset
226
kono
parents: 67
diff changeset
227 2015-08-14 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
228
kono
parents: 67
diff changeset
229 * inclhack.def (aix_stdio_inline): New fix.
kono
parents: 67
diff changeset
230 (aix_strtof_const): Limit to *-*-aix*.
kono
parents: 67
diff changeset
231 (aix_sysmachine): Same.
kono
parents: 67
diff changeset
232 (aix_syswait_2): Same.
kono
parents: 67
diff changeset
233 (aix_volatile): Same.
kono
parents: 67
diff changeset
234 * fixincl.x: Regenerated.
kono
parents: 67
diff changeset
235 * test/base/stdio.h [AIX_STDIO_INLINE]: New test.
kono
parents: 67
diff changeset
236
kono
parents: 67
diff changeset
237 2015-07-28 Eric Gallager <egall@gwmail.gwu.edu>
kono
parents: 67
diff changeset
238
kono
parents: 67
diff changeset
239 * check.tpl: Ignore .DS_Store directories.
kono
parents: 67
diff changeset
240
kono
parents: 67
diff changeset
241 2015-05-21 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
242
kono
parents: 67
diff changeset
243 * inclhack.def (aix_externc): New fix.
kono
parents: 67
diff changeset
244 (aix_externcpp[12]): New fix.
kono
parents: 67
diff changeset
245 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
246 * test/base/ctype.h [AIX_EXTERNC_CHECK]: New test.
kono
parents: 67
diff changeset
247 * test/base/sys/socket.h [AIX_EXTERNCPP[12]_CHECK]: New test.
kono
parents: 67
diff changeset
248 * test/base/fcntl.h: New file.
kono
parents: 67
diff changeset
249
kono
parents: 67
diff changeset
250 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
kono
parents: 67
diff changeset
251
kono
parents: 67
diff changeset
252 * aclocal.m4: Regenerated with automake-1.11.6.
kono
parents: 67
diff changeset
253
kono
parents: 67
diff changeset
254 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
kono
parents: 67
diff changeset
255
kono
parents: 67
diff changeset
256 * mkfixinc.sh: Add *-musl* with no fixes.
kono
parents: 67
diff changeset
257
kono
parents: 67
diff changeset
258 2015-03-28 John David Anglin <danglin@gcc.gnu.org>
kono
parents: 67
diff changeset
259
kono
parents: 67
diff changeset
260 PR libstdc++/65500
kono
parents: 67
diff changeset
261 * inclhack.def (hpux11_lwp_rwlock_valid): New fix.
kono
parents: 67
diff changeset
262 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
263 * tests/base/sys/pthread.h [HPUX11_LWP_RWLOCK_VALID_CHECK]: New test.
kono
parents: 67
diff changeset
264
kono
parents: 67
diff changeset
265 2015-02-16 Daniel Richard G. <skunk@iskunk.org>
kono
parents: 67
diff changeset
266
kono
parents: 67
diff changeset
267 PR bootstrap/48009
kono
parents: 67
diff changeset
268 PR bootstrap/53348
kono
parents: 67
diff changeset
269 * inclhack.def (aix_strtof_const): New fix.
kono
parents: 67
diff changeset
270 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
271 * tests/base/stdlib.h: New test.
kono
parents: 67
diff changeset
272
kono
parents: 67
diff changeset
273 2015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
274
kono
parents: 67
diff changeset
275 * inclhack.def (solaris_math_11): New fix.
kono
parents: 67
diff changeset
276 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
277 * tests/base/iso/math_c99.h [SOLARIS_MATH_11_CHECK]: New test.
kono
parents: 67
diff changeset
278
kono
parents: 67
diff changeset
279 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
280
kono
parents: 67
diff changeset
281 PR bootstrap/53348
kono
parents: 67
diff changeset
282 * inclhack.def (aix_pthread): Accept tab after define.
kono
parents: 67
diff changeset
283 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
284
kono
parents: 67
diff changeset
285 2015-01-24 Bruce Korb <bkorb@gnu.org>
kono
parents: 67
diff changeset
286
kono
parents: 67
diff changeset
287 * README: add some clarification on use of test_text
kono
parents: 67
diff changeset
288
kono
parents: 67
diff changeset
289 2014-12-21 Bruce Korb <bkorb@gnu.org>
kono
parents: 67
diff changeset
290
kono
parents: 67
diff changeset
291 * fixincludes/fixincl.tpl: add handling for "sum" selection
kono
parents: 67
diff changeset
292 criteria and clean up layout
kono
parents: 67
diff changeset
293 * fixincludes/fixlib.h: enumerate TT_CKSUM test type
kono
parents: 67
diff changeset
294 * fixincludes/fixincl.c (fix_applies): add code to handle
kono
parents: 67
diff changeset
295 the new test type
kono
parents: 67
diff changeset
296 (cksum_test): function to handle it
kono
parents: 67
diff changeset
297 * fixincludes/README: doc it and remove explanations from
kono
parents: 67
diff changeset
298 more than a decade ago.
kono
parents: 67
diff changeset
299
kono
parents: 67
diff changeset
300 2014-12-15 Uros Bizjak <ubizjak@gmail.com>
kono
parents: 67
diff changeset
301
kono
parents: 67
diff changeset
302 * server.c (server_setup): Check return value of
kono
parents: 67
diff changeset
303 getcwd and in case of error set buff[0] to 0.
kono
parents: 67
diff changeset
304
kono
parents: 67
diff changeset
305 2014-10-21 Uros Bizjak <ubizjak@gmail.com>
kono
parents: 67
diff changeset
306
kono
parents: 67
diff changeset
307 * inclhack.def (glibc_c99_inline_4): Add pthread.h to files.
kono
parents: 67
diff changeset
308 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
309
kono
parents: 67
diff changeset
310 2014-08-04 Alexander Ivchenko <alexander.ivchenko@intel.com>
kono
parents: 67
diff changeset
311
kono
parents: 67
diff changeset
312 * inclhack.def (complier_h_tradcpp): Remove.
kono
parents: 67
diff changeset
313 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
314 * tests/base/linux/compiler.h: Remove.
kono
parents: 67
diff changeset
315
kono
parents: 67
diff changeset
316 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
317
kono
parents: 67
diff changeset
318 * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*.
kono
parents: 67
diff changeset
319 (solaris_int_types): Remove.
kono
parents: 67
diff changeset
320 (solaris_longjmp_noreturn): Remove.
kono
parents: 67
diff changeset
321 (solaris_mutex_init_2): Remove.
kono
parents: 67
diff changeset
322 (solaris_once_init_2): Remove.
kono
parents: 67
diff changeset
323 (solaris_sys_va_list): Remove.
kono
parents: 67
diff changeset
324 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
325 * tests/base/iso/setjmp_iso.h: Remove.
kono
parents: 67
diff changeset
326 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove.
kono
parents: 67
diff changeset
327 [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by
kono
parents: 67
diff changeset
328 solaris_once_init_2.
kono
parents: 67
diff changeset
329 [SOLARIS_ONCE_INIT_2_CHECK]: Remove.
kono
parents: 67
diff changeset
330 * tests/base/sys/int_types.h: Remove.
kono
parents: 67
diff changeset
331 * tests/base/sys/va_list.h: Remove.
kono
parents: 67
diff changeset
332
kono
parents: 67
diff changeset
333 2013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
kono
parents: 67
diff changeset
334
kono
parents: 67
diff changeset
335 Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
kono
parents: 67
diff changeset
336
kono
parents: 67
diff changeset
337 2013-12-07 Bruce Korb <bkorb@gnu.org>
kono
parents: 67
diff changeset
338
kono
parents: 67
diff changeset
339 * inclhack.def: many of the headers found under "bits/" are
kono
parents: 67
diff changeset
340 often stashed under architecture directories. Apply fixes
kono
parents: 67
diff changeset
341 to those, too. Also, re-ordered misordered fixes.
kono
parents: 67
diff changeset
342 * tests/base/linux/vt.h: 80 columns in .def file limitation
kono
parents: 67
diff changeset
343 * tests/base/iso/math_c99.h: adjust ordering
kono
parents: 67
diff changeset
344 * tests/base/rtldef/string.h: likewise
kono
parents: 67
diff changeset
345 * tests/base/bits/fenv.h: likewise
kono
parents: 67
diff changeset
346 * tests/base/pthread.h: likewise
kono
parents: 67
diff changeset
347
kono
parents: 67
diff changeset
348 2013-12-06 Richard Biener <rguenther@suse.de>
kono
parents: 67
diff changeset
349
kono
parents: 67
diff changeset
350 * inclhack.def (suse_linux_vt_cxx): New fix for linux/vt.h
kono
parents: 67
diff changeset
351 being not compatible with C++.
kono
parents: 67
diff changeset
352 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
353 * tests/base/linux/vt.h: New test.
kono
parents: 67
diff changeset
354
kono
parents: 67
diff changeset
355 2013-09-20 Alan Modra <amodra@gmail.com>
kono
parents: 67
diff changeset
356
kono
parents: 67
diff changeset
357 * configure: Regenerate.
kono
parents: 67
diff changeset
358
kono
parents: 67
diff changeset
359 2013-09-02 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
360
kono
parents: 67
diff changeset
361 * inclhack.def (aix_assert): New fix.
kono
parents: 67
diff changeset
362 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
363 * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
kono
parents: 67
diff changeset
364
kono
parents: 67
diff changeset
365 2013-07-06 Bruce Korb <bkorb@gnu.org>
kono
parents: 67
diff changeset
366
kono
parents: 67
diff changeset
367 * inclhack.def (cdef_cplusplus): removed, per Bug 51776
kono
parents: 67
diff changeset
368 * tests/base/sys/cdefs.h (CDEF_CPLUSPLUS_CHECK): obsolete
kono
parents: 67
diff changeset
369
kono
parents: 67
diff changeset
370 2013-05-23 Alexander Ivchenko <alexander.ivchenko@intel.com>
kono
parents: 67
diff changeset
371
kono
parents: 67
diff changeset
372 * inclhack.def (complier_h_tradcpp): New.
kono
parents: 67
diff changeset
373 * fixincl.x: Rebuilt.
kono
parents: 67
diff changeset
374 * tests/base/linux/compiler.h: New.
kono
parents: 67
diff changeset
375
kono
parents: 67
diff changeset
376 2013-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
377
kono
parents: 67
diff changeset
378 * inclhack.def (solaris_pow_int_overload): Update comment.
kono
parents: 67
diff changeset
379 Change guard to match <cmath>.
kono
parents: 67
diff changeset
380 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
381 * tests/base/iso/math_iso.h [SOLARIS_POW_INT_OVERLOAD_CHECK]:
kono
parents: 67
diff changeset
382 Matching change.
kono
parents: 67
diff changeset
383
kono
parents: 67
diff changeset
384 2013-05-04 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
385
kono
parents: 67
diff changeset
386 * inclhack.def (aix_null): New.
kono
parents: 67
diff changeset
387 (void_null): Update replacement definition of NULL.
kono
parents: 67
diff changeset
388 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
389 * tests/base/curses.h: Update for new fix.
kono
parents: 67
diff changeset
390
kono
parents: 67
diff changeset
391 2013-01-16 Alexandre Oliva <aoliva@redhat.com>
kono
parents: 67
diff changeset
392
kono
parents: 67
diff changeset
393 * inclhack.def (feraiseexcept_nosse_invalid): New.
kono
parents: 67
diff changeset
394 (feraiseexcept_nosse_divbyzero): Likewise.
kono
parents: 67
diff changeset
395 * fixincl.x: Rebuilt.
kono
parents: 67
diff changeset
396 * tests/base/bits/fenv.h: New.
kono
parents: 67
diff changeset
397
kono
parents: 67
diff changeset
398 2013-01-14 Richard Biener <rguenther@suse.de>
kono
parents: 67
diff changeset
399
kono
parents: 67
diff changeset
400 * fixlib.h (verbose_level, fixinc_mode): Mark extern.
kono
parents: 67
diff changeset
401
kono
parents: 67
diff changeset
402 2012-10-29 Bruce Korb <bkorb@gnu.org>
kono
parents: 67
diff changeset
403
kono
parents: 67
diff changeset
404 * README: testing wrap and replacement fixes is pointless.
kono
parents: 67
diff changeset
405 * fixincl.c: export verbosity enumerations to fixlib.h
kono
parents: 67
diff changeset
406 (run_compiles): mark replacement fixes to be skipped when
kono
parents: 67
diff changeset
407 in testing mode
kono
parents: 67
diff changeset
408 * fixlib.h: add a test mode and enumerations from fixincl.c
kono
parents: 67
diff changeset
409 * check.tpl: set TEST_MODE in environment
kono
parents: 67
diff changeset
410 * fixopts.c (initialize_opts): check for TEST_MODE in environment
kono
parents: 67
diff changeset
411 * inclhack.def: move AAB_darwin7_9_long_double_funcs to
kono
parents: 67
diff changeset
412 darwin_9_long_double_funcs_2. It is not a replacement fix.
kono
parents: 67
diff changeset
413 * fixincl.x: regenerate
kono
parents: 67
diff changeset
414 * tests/base/ioLib.h: the need for this is now exposed, so add it.
kono
parents: 67
diff changeset
415 * tests/base/architecture/ppc/math.h: the correct result is now needed.
kono
parents: 67
diff changeset
416
kono
parents: 67
diff changeset
417 2012-10-29 Robert Mason <rbmj@verizon.net>
kono
parents: 67
diff changeset
418
kono
parents: 67
diff changeset
419 * fixinc.in: Omit machine name checks for vxworks
kono
parents: 67
diff changeset
420 * fixincludes/inclhack.def (AAB_vxworks_assert) new replacement fix
kono
parents: 67
diff changeset
421 (AAB_vxworks_regs_vxtypes): another
kono
parents: 67
diff changeset
422 (AAB_vxworks_stdint): yet another
kono
parents: 67
diff changeset
423 (AAB_vxworks_unistd): and another
kono
parents: 67
diff changeset
424 (vxworks_ioctl_macro): reformatting fix
kono
parents: 67
diff changeset
425 (vxworks_mkdir_macro): again
kono
parents: 67
diff changeset
426 (vxworks_regs): and again
kono
parents: 67
diff changeset
427 (vxworks_write_const): and again
kono
parents: 67
diff changeset
428 * tests/base/ioLib.h: new test result
kono
parents: 67
diff changeset
429 * tests/base/math.h: likewise
kono
parents: 67
diff changeset
430 * tests/base/sys/stat.h: likewise
kono
parents: 67
diff changeset
431 * tests/base/testing.h: and again
kono
parents: 67
diff changeset
432
kono
parents: 67
diff changeset
433 2012-09-29 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
434
kono
parents: 67
diff changeset
435 * inclhack.def (AAB_aix_fcntl): New fix.
kono
parents: 67
diff changeset
436 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
437
kono
parents: 67
diff changeset
438 2012-06-19 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
439
kono
parents: 67
diff changeset
440 * inclhack.def (aix_mutex_initializer_1): New fix.
kono
parents: 67
diff changeset
441 (aix_cond_initializer_1): New fix.
kono
parents: 67
diff changeset
442 (aix_rwlock_initializer): New fix.
kono
parents: 67
diff changeset
443 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
444 * tests/base/pthread.h [AIX_MUTEX_INITIALIZER_1_CHECK]: New.
kono
parents: 67
diff changeset
445 [AIX_COND_INITIALIZER_1_CHECK]: New.
kono
parents: 67
diff changeset
446 [AIX_RWLOCK_INITIALIZER_1_CHECK]: New.
kono
parents: 67
diff changeset
447
kono
parents: 67
diff changeset
448 2012-05-29 Thomas Schwinge <thomas@codesourcery.com>
kono
parents: 67
diff changeset
449
kono
parents: 67
diff changeset
450 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of
kono
parents: 67
diff changeset
451 gcc_AC_FUNC_MMAP_BLACKLIST.
kono
parents: 67
diff changeset
452 * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc.
kono
parents: 67
diff changeset
453 * aclocal.m4: Regenerate.
kono
parents: 67
diff changeset
454 * configure: Regenerate.
kono
parents: 67
diff changeset
455
kono
parents: 67
diff changeset
456 2012-04-24 Tristan Gingold <gingold@adacore.com>
kono
parents: 67
diff changeset
457
kono
parents: 67
diff changeset
458 * fixincl.c (fix_with_system): Add missing specifier.
kono
parents: 67
diff changeset
459 * configure.ac: Default to twoprocess on vms.
kono
parents: 67
diff changeset
460 * configure: Regenerate.
kono
parents: 67
diff changeset
461
kono
parents: 67
diff changeset
462 2012-03-23 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
463
kono
parents: 67
diff changeset
464 * inclhack.def (aix_malloc): New.
kono
parents: 67
diff changeset
465 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
466 * tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
kono
parents: 67
diff changeset
467
kono
parents: 67
diff changeset
468 2012-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
469
kono
parents: 67
diff changeset
470 PR other/52626
kono
parents: 67
diff changeset
471 * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]
kono
parents: 67
diff changeset
472 (PTHREAD_COND_INITIALIZER): Adapt for solaris_cond_init removal.
kono
parents: 67
diff changeset
473
kono
parents: 67
diff changeset
474 2012-03-15 Tristan Gingold <gingold@adacore.com>
kono
parents: 67
diff changeset
475
kono
parents: 67
diff changeset
476 * README (EXAMPLES OF FIXES): Update.
kono
parents: 67
diff changeset
477
kono
parents: 67
diff changeset
478 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
479
kono
parents: 67
diff changeset
480 * inclhack.def (math_exception): Remove duplicate.
kono
parents: 67
diff changeset
481 (solaris_cond_init): Remove.
kono
parents: 67
diff changeset
482 (solaris_sys_va_list): Remove Solaris 8 support.
kono
parents: 67
diff changeset
483 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
484 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: Remove.
kono
parents: 67
diff changeset
485
kono
parents: 67
diff changeset
486 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
487
kono
parents: 67
diff changeset
488 * inclhack.def (broken_cabs): Remove IRIX and SunOS 4 support.
kono
parents: 67
diff changeset
489 (irix___restrict): Remove.
kono
parents: 67
diff changeset
490 (irix___generic1): Remove.
kono
parents: 67
diff changeset
491 (irix___generic2): Remove.
kono
parents: 67
diff changeset
492 (irix_asm_apostrophe): Remove.
kono
parents: 67
diff changeset
493 (irix_complex): Remove.
kono
parents: 67
diff changeset
494 (irix_pthread_init): Remove.
kono
parents: 67
diff changeset
495 (irix_socklen_t): Remove.
kono
parents: 67
diff changeset
496 (irix_stdint_c99_mode): Remove.
kono
parents: 67
diff changeset
497 (irix_stdint_c99_types): Remove.
kono
parents: 67
diff changeset
498 (irix_stdint_c99_macros): Remove.
kono
parents: 67
diff changeset
499 (irix_stdio_va_list): Remove IRIX 6.5 support.
kono
parents: 67
diff changeset
500 (irix_wcsftime): Remove.
kono
parents: 67
diff changeset
501 (stdio_va_list): Remove IRIX 6.5 support.
kono
parents: 67
diff changeset
502 (svr4_profil): Remove IRIX bypass.
kono
parents: 67
diff changeset
503 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
504
kono
parents: 67
diff changeset
505 * tests/base/complex.h [IRIX_COMPLEX_CHECK]: Remove.
kono
parents: 67
diff changeset
506 * tests/base/internal/math_core.h: Remove.
kono
parents: 67
diff changeset
507 * tests/base/internal/sgimacros.h: Remove.
kono
parents: 67
diff changeset
508 * tests/base/internal/wchar_core.h: Remove.
kono
parents: 67
diff changeset
509 * tests/base/math.h [BROKEN_CABS_CHECK]: Remove IRIX and SunOS 4
kono
parents: 67
diff changeset
510 support.
kono
parents: 67
diff changeset
511 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: Remove.
kono
parents: 67
diff changeset
512 * tests/base/stdint-irix65.h: Remove.
kono
parents: 67
diff changeset
513 * tests/base/stdint.h [IRIX_STDINT_C99_MODE_CHECK]: Remove.
kono
parents: 67
diff changeset
514 * tests/base/sys/asm.h: Remove.
kono
parents: 67
diff changeset
515 * tests/base/sys/socket.h [IRIX_SOCKLEN_T_CHECK]: Remove.
kono
parents: 67
diff changeset
516
kono
parents: 67
diff changeset
517 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
518
kono
parents: 67
diff changeset
519 * inclhack.def (alpha___extern_prefix): Remove.
kono
parents: 67
diff changeset
520 (alpha___extern_prefix_standards): Remove.
kono
parents: 67
diff changeset
521 (alpha___extern_prefix_sys_stat): Remove.
kono
parents: 67
diff changeset
522 (alpha_bad_lval): Remove.
kono
parents: 67
diff changeset
523 (alpha_pthread): Remove.
kono
parents: 67
diff changeset
524 (alpha_pthread_gcc): Remove.
kono
parents: 67
diff changeset
525 (alpha_pthread_init): Remove.
kono
parents: 67
diff changeset
526 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
527 * tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
kono
parents: 67
diff changeset
528 [ALPHA_PTHREAD_GCC_CHECK]: Remove.
kono
parents: 67
diff changeset
529 [ALPHA_PTHREAD_INIT_CHECK]: Remove.
kono
parents: 67
diff changeset
530 * tests/base/standards.h: Remove.
kono
parents: 67
diff changeset
531 * tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
kono
parents: 67
diff changeset
532 Remove.
kono
parents: 67
diff changeset
533 * tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
kono
parents: 67
diff changeset
534 [ALPHA_BAD_LVAL_CHECK]: Remove.
kono
parents: 67
diff changeset
535
kono
parents: 67
diff changeset
536 2012-03-12 Tristan Gingold <gingold@adacore.com>
kono
parents: 67
diff changeset
537
kono
parents: 67
diff changeset
538 * inclhack.def (vms_use_quoted_include,vms_add_missing_braces)
kono
parents: 67
diff changeset
539 (vms_do_not_redeclare_hostalias, vms_decc_builtin)
kono
parents: 67
diff changeset
540 (vms_no_64bit_getopt, vms_forward_declare_struct)
kono
parents: 67
diff changeset
541 (vms_use_fast_setjmp): New fixes.
kono
parents: 67
diff changeset
542 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
543 * tests/base/rtldef/string.h: Update.
kono
parents: 67
diff changeset
544 * tests/base/rtldef/if.h, tests/base/rtldef/resolv.h,
kono
parents: 67
diff changeset
545 * tests/base/rtldef/setjmp.h, tests/base/rtldef/signal.h,
kono
parents: 67
diff changeset
546 * tests/base/rtldef/stdio.h, tests/base/rtldef/wait.h: New files.
kono
parents: 67
diff changeset
547
kono
parents: 67
diff changeset
548 2012-01-11 Bruce Korb <bkorb@gnu.org>
kono
parents: 67
diff changeset
549 Steven G. Kargl <kargl@gcc.gnu.org>
kono
parents: 67
diff changeset
550 Andreas Tobler <andreast@fgznet.ch>
kono
parents: 67
diff changeset
551
kono
parents: 67
diff changeset
552 PR bootstrap/51705
kono
parents: 67
diff changeset
553 PR preprocessor/51776
kono
parents: 67
diff changeset
554 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]].
kono
parents: 67
diff changeset
555 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
556 * tests/base/sys/cdefs.h: Update.
kono
parents: 67
diff changeset
557
kono
parents: 67
diff changeset
558 * genfixes: Remove the 'Ver.' from the version check.
kono
parents: 67
diff changeset
559
kono
parents: 67
diff changeset
560 2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
kono
parents: 67
diff changeset
561
kono
parents: 67
diff changeset
562 * configure: Regenerate.
kono
parents: 67
diff changeset
563
kono
parents: 67
diff changeset
564 2011-12-19 Andreas Schwab <schwab@linux-m68k.org>
kono
parents: 67
diff changeset
565
kono
parents: 67
diff changeset
566 * configure: Regenerate.
kono
parents: 67
diff changeset
567
kono
parents: 67
diff changeset
568 2011-11-16 David Edelsohn <dje.gcc@gmail.com>
kono
parents: 67
diff changeset
569
kono
parents: 67
diff changeset
570 * inclhack.def (aix_once_init_[12]): New fixes.
kono
parents: 67
diff changeset
571 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
572 * tests/base/pthread.h: Update.
kono
parents: 67
diff changeset
573
kono
parents: 67
diff changeset
574 2011-10-25 Mike Stump <mikestump@comcast.net>
kono
parents: 67
diff changeset
575
kono
parents: 67
diff changeset
576 PR target/48851
kono
parents: 67
diff changeset
577 * inclhack.def (void_null): New bypass.
kono
parents: 67
diff changeset
578 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
579
kono
parents: 67
diff changeset
580 2011-09-26 Tristan Gingold <gingold@adacore.com>
kono
parents: 67
diff changeset
581
kono
parents: 67
diff changeset
582 * inclhack.def (ms_define_can_use_extern_prefix):
kono
parents: 67
diff changeset
583 (vms_use_pragma_extern_model, vms_disable_decc_string_builtins):
kono
parents: 67
diff changeset
584 New fixes.
kono
parents: 67
diff changeset
585 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
586 * tests/base/rtldef/string.h: New test.
kono
parents: 67
diff changeset
587 * tests/base/rtldef/decc$types.h: Likewise.
kono
parents: 67
diff changeset
588 * tests/base/testing.h: Update
kono
parents: 67
diff changeset
589
kono
parents: 67
diff changeset
590 2011-09-22 Tristan Gingold <gingold@adacore.com>
kono
parents: 67
diff changeset
591
kono
parents: 67
diff changeset
592 * mkfixinc.sh (target): Remove alpha-vms from particular targets.
kono
parents: 67
diff changeset
593
kono
parents: 67
diff changeset
594 2011-08-23 Steve Ellcey <sje@cup.hp.com>
kono
parents: 67
diff changeset
595
kono
parents: 67
diff changeset
596 PR libstdc++/50153
kono
parents: 67
diff changeset
597 * inclhack.def (hpux11_abs): Extend to all hpux machines.
kono
parents: 67
diff changeset
598 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
599
kono
parents: 67
diff changeset
600 2011-08-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
601 Marc Glisse <marc.glisse@normalesup.org>
kono
parents: 67
diff changeset
602
kono
parents: 67
diff changeset
603 PR libstdc++-v3/1773
kono
parents: 67
diff changeset
604 * inclhack.def (solaris_cxx_linkage, solaris_getc_strict_stdc)
kono
parents: 67
diff changeset
605 (solaris_longjmp_noreturn, solaris_pow_int_overload)
kono
parents: 67
diff changeset
606 (solaris_std___filbuf): New fixes.
kono
parents: 67
diff changeset
607 * tests/base/iso/math_iso.h, tests/base/iso/setjmp_iso.h,
kono
parents: 67
diff changeset
608 tests/base/iso/stdio_iso.h, tests/base/iso/stdlib_iso.h: New tests.
kono
parents: 67
diff changeset
609 * tests/base/stdio.h [SOLARIS_STD___FILBUF_CHECK]: New test.
kono
parents: 67
diff changeset
610
kono
parents: 67
diff changeset
611 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents: 67
diff changeset
612
kono
parents: 67
diff changeset
613 PR c++/49347
kono
parents: 67
diff changeset
614 * inclhack.def (solaris_posix_spawn_restrict): New fix.
kono
parents: 67
diff changeset
615 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
616 * tests/base/spawn.h: New test.
kono
parents: 67
diff changeset
617
kono
parents: 67
diff changeset
618 2011-06-08 Douglas B Rupp <rupp@gnat.com>
kono
parents: 67
diff changeset
619
kono
parents: 67
diff changeset
620 * configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
kono
parents: 67
diff changeset
621 * configure: Regenerate.
kono
parents: 67
diff changeset
622 * config.h.in: Regenerate.
kono
parents: 67
diff changeset
623
kono
parents: 67
diff changeset
624 2011-06-06 Peter O'Gorman <pogma@thewrittenword.com>
kono
parents: 67
diff changeset
625
kono
parents: 67
diff changeset
626 * inclhack.def (aix_net_if_arp): New fix.
kono
parents: 67
diff changeset
627 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
628 * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test.
kono
parents: 67
diff changeset
629
kono
parents: 67
diff changeset
630 2011-05-17 Tristan Gingold <gingold@adacore.com>
kono
parents: 67
diff changeset
631
kono
parents: 67
diff changeset
632 * inclhack.def (solaris_complex_cxx): Fix syntax.
kono
parents: 67
diff changeset
633 * fixincl.x: Regenerate.
kono
parents: 67
diff changeset
634
kono
parents: 67
diff changeset
635 2011-05-17 Tristan Gingold <gingold@adacore.com>
kono
parents: 67
diff changeset
636
kono
parents: 67
diff changeset
637 * check.tpl: Shell-quote testing file.
kono
parents: 67
diff changeset
638
kono
parents: 67
diff changeset
639 2011-03-22 Joseph Myers <joseph@codesourcery.com>
kono
parents: 67
diff changeset
640
kono
parents: 67
diff changeset
641 * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
kono
parents: 67
diff changeset
642
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
643 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
644
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
645 PR other/46202
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
646 * Makefile.in (install-strip): New phony target.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
647 (all, check, install): Also mark as phony.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
648
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
649 2010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
650
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
651 * inclhack.def (irix_pthread_init): New fix.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
652 * fixincl.x: Regenerate.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
653 * tests/base/pthread.h [IRIX_PTHREAD_INIT_CHECK]: New test.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
654
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
655 2010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
656
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
657 PR c++/46024
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
658 * inclhack.def (solaris_sys_va_list): New fix.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
659 * fixincl.x: Regenerate.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
660 * tests/base/sys/va_list.h: New test.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
661
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
662 2010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
663
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
664 * inclhack.def (hpux_htonl): Allow trailing whitespace in select.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
665 * fixincl.x: Regenerate.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
666
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
667 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
668
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
669 * inclhack.def (solaris_cond_init): New fix.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
670 * fixincl.x: Regenerate.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
671 * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
672 [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
673
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
674 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
675
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
676 * inclhack.def (solaris__restrict, solaris_complex_cxx): New fixes
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
677 * fixincl.x: Regenerate.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
678 * tests/base/complex.h [SOLARIS_COMPLEX_CXX_CHECK]: New test.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
679 * tests/base/sys/feature_tests.h: New file.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
680
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
681 2010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
682 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
683
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
684 PR bootstrap/42798
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
685 * configure.ac: Check for declaration of 'basename(char *)'.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
686 * configure: Regenerate.
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
687
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
688 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
689
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
690 * inclhack.def (alpha_wchar): Remove.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
691 * fixincl.x: Regenerate.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
692 * tests/base/wchar.h: Remove.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
693
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
694 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
695
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
696 * aclocal.m4: Regenerate.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
697
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
698 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
699
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
700 * inclhack.def (alpha_assert): Allow for more whitespace in
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
701 select.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
702 * fixincl.x: Regenerate.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
703
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
704 2010-03-28 H.J. Lu <hongjiu.lu@intel.com>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
705
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
706 PR target/40722
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
707 * mkfixinc.sh: Revert the last change for mingw.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
708
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
709 2010-03-24 Joseph Myers <joseph@codesourcery.com>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
710
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
711 * inclhack.def (glibc_strncpy): New fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
712 * fixincl.x: Regenerate.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
713 * tests/base/bits/string2.h: Update.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
714
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
715 2010-03-23 H.J. Lu <hongjiu.lu@intel.com>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
716
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
717 PR target/40722
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
718 * mkfixinc.sh: Fix stdlib.h for mingw.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
719
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
720 2010-02-19 Bruce Korb <bkorb@gnu.org>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
721
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
722 * inclhack.def: remove vestiges of inadvertently committed changes
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
723
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
724 2010-02-10 Bruce Korb <bkorb@gnu.org>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
725
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
726 * README: fix up references to old gcc/fixinc directory
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
727
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
728 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
729
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
730 * inclhack.def (solaris_int_limits_3): New fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
731 * fixincl.x: Regenerate.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
732 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
733 test.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
734
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
735 * inclhack.def (solaris_int_const, solaris_int_limits_1,
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
736 solaris_int_limits_2 ): Applies to Solaris 2 in general.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
737 Remove select.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
738 Add mach for *-*-solaris2*.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
739 Change second c_fix_arg to select.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
740 Remove #pragma ident from test_text.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
741 * fixincl.x: Regenerate.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
742 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
743 #pragma trigger text.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
744 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
745 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
746
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
747 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
748
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
749 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
750 (aix_stdint_2): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
751 (aix_stdint_3): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
752 (aix_stdint_4): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
753 (aix_stdint_5): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
754 (darwin_stdint_1): Add stdint-darwin.h to files.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
755 (darwin_stdint_2): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
756 (darwin_stdint_3): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
757 (darwin_stdint_4): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
758 (darwin_stdint_5): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
759 (darwin_stdint_6): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
760 (darwin_stdint_7): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
761 (hpux_c99_intptr): Add stdint-hpux11.h to files.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
762 (hpux_c99_inttypes): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
763 (hpux_c99_inttypes2): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
764 (hpux_stdint_least_fast): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
765 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
766 (irix_stdint_c99_types): New fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
767 (irix_stdint_c99_macros): New fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
768 (newlib_stdint_1): Add stdint-newlib.h to files.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
769 (newlib_stdint_2): Likewise.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
770 fixincl.x: Regenerate.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
771 tests/base/stdint-aix.h: New file.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
772 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
773 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
774 tests/base/stdint-aix.h: ... here.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
775 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
776 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
777 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
778 tests/base/stdint-darwin.h: New file.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
779 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
780 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
781 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
782 tests/base/stdint-darwin.h: ... here.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
783 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
784 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
785 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
786 tests/base/stdint-hpux11.h: New file.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
787 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
788 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
789 tests/base/stdint-hpux11.h: ... here.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
790 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
791 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
792 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
793 IRIX_STDINT_C99_MODE_CHECK.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
794 tests/base/stdint-irix65.h: New file.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
795 tests/base/stdint-newlib.h: New file.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
796 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
797 NEWLIB_STDINT_2_CHECK]: Moved ...
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
798 tests/base/stdint-newlib.h: ... here.
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
799
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
800 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
801
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
802 * configure: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
803
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
804 2009-10-21 Steve Ellcey <sje@cup.hp.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
805
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
806 * inclhack.def (hpux_stdint_least_fast): Simplify.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
807 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
808 * tests/base/stdint.h: Update.
47
3bfb6c00c1e0 update it from 4.4.2 to 4.4.3.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
809
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
810 2009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
811
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
812 * inclhack.def (isc_fmod, isc_omits_with_stdc)
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
813 (nested_sys_limits, sco_math): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
814 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
815 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
816 * tests/base/sys/limits.h: Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
817 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
818
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
819 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
47
3bfb6c00c1e0 update it from 4.4.2 to 4.4.3.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
820
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
821 PR testsuite/29737
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
822 PR bootstrap/35938
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
823 PR testsuite/39655
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
824 * check.tpl: Fix typos.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
825 * README: Likewise. Also, document that 'select' uses ERE.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
826 * mkheaders.in: Update copyright years in --version output.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
827 * inclhack.def (sco_math): Add missing final newline in sed
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
828 script 'a', 'c', or 'i' commands, for BSD sed.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
829 (sco_math): In the text of 'a', 'c', or 'i' sed
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
830 commands, prepend leading white space with a backslash to avoid
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
831 the whitespace to be removed by BSD sed.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
832 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
833 (x11_new): Fix sed expression, for BSD sed.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
834 (glibc_mutex_init): Fix newlines in sed 's' command replacement
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
835 part, for GNU sed 3.02 and Solaris sed.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
836 (glibc_mutex_init): Replace unportable \+ sed regex operator
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
837 with \{1,\}.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
838 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
839 alternation \| regex operator.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
840 (solaris_complex): Remove superfluous backslashes from
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
841 replacement string. Replace \+ operator with \{1,\}.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
842 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
843 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
844
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
845 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
846
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
847 PR libfortran/41169
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
848 * inclhack.def (irix_complex): New fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
849 (solaris_complex): Likewise.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
850 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
851 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
852 New tests.
36
855418dad1a3 gcc-4.4-20091020
e075725
parents: 19
diff changeset
853
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
854 2009-08-28 Bruce Korb <bkorb@gnu.org>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
855 Steve Ellcey <sje@cup.hp.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
856
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
857 * README (files): Describe files entry.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
858 * inclhack.def (hpux_stdint_least): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
859 (hpux_stdint_fast): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
860 (hpux_stdint_fast): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
861 (hpux_stdint_least_fast): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
862 (hpux_inttype_int_least8_t): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
863 (hpux_inttype_int8_t): Modify.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
864 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
865 * tests/base/stdint.h: Update.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
866 * tests/base/sys/_inttypes.h: Update.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
867
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
868 2009-08-28 Steve Ellcey <sje@cup.hp.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
869
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
870 * inclhack.def (hpux_imaginary_i): Remove spaces.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
871 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
872 * tests/base/stdint.h: Update AIX fixes.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
873 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
874
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
875 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
876
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
877 * configure.ac (AC_PREREQ): Bump to 2.64.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
878
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
879 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
880
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
881 * aclocal.m4: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
882 * configure: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
883 * config.h.in: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
884
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
885 2009-08-17 David Edelsohn <edelsohn@gnu.org>
36
855418dad1a3 gcc-4.4-20091020
e075725
parents: 19
diff changeset
886
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
887 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
888 redefine I.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
889 * (aix_stdint_[12345]): New fixes.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
890 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
891 * tests/base/complex.h: Update check.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
892 * tests/base/stdint.h: Add AIX stdint.h checks.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
893
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
894 2009-08-14 Steve Ellcey <sje@cup.hp.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
895
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
896 * inclhack.def (hpux_imaginary_i): New fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
897 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
898 * tests/base/complex.h: New file.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
899
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
900 2009-08-12 David Edelsohn <edelsohn@gnu.org>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
901
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
902 * inclhack.def (aix_complex): New fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
903 * fixincl.x: Regenerate.
111
kono
parents: 67
diff changeset
904
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
905 2009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19
58ad6c70ea60 update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents: 0
diff changeset
906
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
907 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
908 (hpux_inttype_int8_t): Likewise.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
909 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
910
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
911 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
912
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
913 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
914 New variables.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
915 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
916 Use them.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
917
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
918 2009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
919
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
920 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
921 darwin_stdint_7): New fixes.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
922 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
923 * tests/base/stdint.h: Adjust test for new fixes.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
924
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
925 2009-07-03 Eric Botcazou <ebotcazou@adacore.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
926
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
927 * inclhack.def (solaris_int_types): New fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
928 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
929 * tests/base/sys/int_types.h: New file.
19
58ad6c70ea60 update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents: 0
diff changeset
930
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
931 2009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
932
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
933 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
934 darwin_stdint_4): New fixes.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
935 * tests/base/stdint.h: Adjust test results for new fixes.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
936 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
937
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
938 2009-05-29 Eric Botcazou <ebotcazou@adacore.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
939
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
940 * inclhack.def (solaris_int_const): New fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
941 (solaris_int_limits_1): Likewise.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
942 (solaris_int_limits_2): Likewise.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
943 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
944 * tests/base/sys/int_const.h: New file.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
945 * tests/base/sys/int_limits.h: Likewise.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
946
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
947 2009-05-15 Joseph Myers <joseph@codesourcery.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
948
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
949 * inclhack.def (glibc_tgmath): Correct bypass.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
950 * fixincl.x: Regenerate.
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
951
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
952 2009-04-28 Steve Ellcey <sje@cup.hp.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
953
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
954 * inclhack.def (hpux11_uint32_c): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
955 (hpux_long_double): Disable on hpux11.3*.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
956 (hpux_long_double_2): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
957 (hpux_c99_intptr): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
958 (hpux_c99_inttypes): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
959 (hpux_c99_inttypes2): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
960 (hpux_stdint_least): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
961 (hpux_stdint_fast): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
962 (hpux_inttype_int_least8_t): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
963 (hpux_inttype_int8_t): New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
964 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
965 * tests/base/sys/_inttypes.h: New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
966 * tests/base/inttypes.h: Update.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
967 * tests/base/stdlib.h: Update.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
968 * tests/base/stdint.h: Update.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
969
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
970 2009-04-28 Joseph Myers <joseph@codesourcery.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
971
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
972 * inclhack.def (glibc_stdint): New fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
973 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
974 * tests/base/stdint.h: Update.
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
975
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
976 2009-04-09 Jakub Jelinek <jakub@redhat.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
977
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
978 * Makefile.in: Change copyright header to refer to version
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
979 3 of the GNU General Public License and to point readers at the
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
980 COPYING3 file and the FSF's license web page.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
981 * fixfixes.c: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
982 * fixinc.in: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
983 * fixincl.c: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
984 * fixlib.c: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
985 * fixlib.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
986 * fixopts.c: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
987 * fixtests.c: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
988 * genfixes: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
989 * mkheaders.in: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
990 * system.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
991
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
992 2009-03-31 Joseph Myers <joseph@codesourcery.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
993
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
994 PR c/448
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
995 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
996 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
997 * tests/base/stdint.h: Update.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
998
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
999 2009-03-29 Joseph Myers <joseph@codesourcery.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1000
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1001 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1002 Update.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1003
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1004 2009-03-29 Joseph Myers <joseph@codesourcery.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1005
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1006 PR c/456
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1007 PR c/5675
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1008 PR c/19976
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1009 PR c/29116
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1010 PR c/31871
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1011 PR c/35198
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1012 * inclhack.def (glibc_tgmath): New fix.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1013 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1014 * tests/base/tgmath.h: New.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1015
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1016 2009-03-28 Joseph Myers <joseph@codesourcery.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1017
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1018 * inclhack.def (aix_syswait, exception_structure,
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1019 pthread_page_size): Remove.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1020 (math_exception): Remove mention of fixproto in comment.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1021 * fixincl.x: Regenerate.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1022 * mkheaders.in: Do not handle STMP_FIXPROTO.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1023
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1024 2009-03-27 Sandra Loosemore <sandra@codesourcery.com>
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1025
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1026 * server.c (run_shell): Quote directory name passed to cd.
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 47
diff changeset
1027
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1028 2009-03-01 Bruce Korb <bkorb@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1029 Apply a positively ancient patch:
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1030
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1031 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1032
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1033 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1034 * tests/base/net/if.h: Add new test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1035
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1036 2009-01-06 Andreas Tobler <a.tobler@schweiz.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1037
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1038 * tests/base/locale.h: Add new test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1039 * tests/base/stdarg.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1040
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1041 2009-01-05 Steve Ellcey <sje@cup.hp.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1042
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1043 * inclhack.def (hpux_spu_info): Add files line.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1044 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1045
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1046 2009-01-01 Andreas Tobler <a.tobler@schweiz.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1047
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1048 * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1049 in case of C.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1050 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1051
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1052 2008-12-31 Andreas Tobler <a.tobler@schweiz.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1053
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1054 PR target/35460
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1055 * inclhack.def (openbsd_va_start): Use __builtin_va_start
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1056 for OpenBSD.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1057 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1058
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1059 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1060
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1061 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1062
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1063 2008-12-15 Steve Ellcey <sje@cup.hp.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1064
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1065 * inclhack.def (hpux_spu_info): Match PA as well as IA64.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1066 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1067
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1068 2008-09-06 H.J. Lu <hongjiu.lu@intel.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1069
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1070 * configure.ac: Fix a typo.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1071 * configured: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1072
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1073 2008-09-06 Bruce Korb <bkorb@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1074
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1075 * fixincl.tpl (sed): make the program executable configurable.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1076 Some platforms have some rather oddball defaults.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1077 * config.h.in (SED_PROGRAM): define the default sed.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1078 * fixincl.x: regenerated
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1079 * tests/base/internal/wchar_core.h: fix bad sample text
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1080 * tests/base/math.h: fix bad sample text
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1081 * configure.ac: search for working sed
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1082 * inclhack.def (glibc_mutex_init): fix non-portable construct
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1083 and re-order a few misordered entries.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1084
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1085 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1086
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1087 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1088
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1089 2008-06-07 Joseph Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1090
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1091 * inclhack.def (AAB_svr4_replace_byteorder,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1092 AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1093 libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1094 ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1095 solaris_mutex_init_1, solaris_socket, solaris_unistd,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1096 solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1097 ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1098 ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1099 ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1100 ultrix_strings2, ultrix_sys_time, ultrix_unistd,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1101 unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1102 windiss_math2, windiss_valist): Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1103 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1104 * mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1105 i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1106 powerpc-*-eabiaix*): Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1107 * tests/base/math.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1108 * tests/base/pthread.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1109 * tests/base/stdio.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1110 * tests/base/stdlib.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1111 * tests/base/string.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1112 * tests/base/strings.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1113 * tests/base/sys/file.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1114 * tests/base/sys/limits.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1115 * tests/base/sys/socket.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1116 * tests/base/sys/stat.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1117 * tests/base/sys/time.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1118 * tests/base/testing.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1119 * tests/base/unistd.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1120 * tests/base/_G_config.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1121 * tests/base/arpa: Remove directory.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1122 * tests/base/fs: Remove directory.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1123 * tests/base/locale.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1124 * tests/base/machine: Remove directory.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1125 * tests/base/rpc/svc.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1126 * tests/base/sys/ioctl.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1127 * tests/base/sys/regset.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1128 * tests/base/sys/times.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1129 * tests/base/sys/utsname.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1130 * tests/base/widec.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1131
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1132 2008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1133
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1134 * inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1135 * tests/base/iso/math_c99.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1136 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1137
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1138 2008-05-14 Joseph Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1139
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1140 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1141 posix_types_64.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1142 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1143
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1144 2008-04-25 Kai Tietz <kai.tietz@onvision.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1145
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1146 * fixincl.c (fix_with_system): Cast pointer difference to long.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1147 * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1148
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1149 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1150
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1151 PR bootstrap/35457
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1152 * Makefile.in: Rewrite aclocal.m4 rule.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1153 * aclocal.m4: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1154 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1155
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1156 2008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1157
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1158 PR c++/20366
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1159 * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1160 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1161 * tests/base/stdio.h: Add test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1162
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1163 2008-02-25 Ben Elliston <bje@au.ibm.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1164
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1165 PR other/32948
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1166 * fixincl.c (fix_applies): Remove unused variable `name_len'.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1167
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1168 2008-02-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1169
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1170 * inclhack.def (solaris_math_10): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1171 * tests/base/iso/math_c99.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1172
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1173 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1174
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1175 2008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1176
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1177 * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1178 freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1179 netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon): Add
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1180 quotes around mach entries.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1181 * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1182 to GPLv3.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1183
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1184 2008-02-04 Hans-Peter Nilsson <hp@axis.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1185
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1186 PR other/31405
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1187 * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1188 (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1189 __extern_inline|__GNU_STDC_INLINE__.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1190 (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1191 <bypass>: Change from __STDC_VERSION__ to
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1192 __extern_inline|__GNU_STDC_INLINE__.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1193 <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1194 appending attribute-gnu_inline.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1195 <second c_fix_arg>: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1196 <test_text>: Remove __extern_inline line.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1197 * tests/base/features.h: Re-add.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1198 * tests/base/sys/sysmacros.h: Adjust.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1199 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1200
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1201 2008-01-06 Hans-Peter Nilsson <hp@axis.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1202
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1203 Revert last change.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1204
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1205 2007-12-18 Hans-Peter Nilsson <hp@axis.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1206
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1207 * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1208 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1209 * tests/base/wchar.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1210 * tests/base/features.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1211
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1212 2007-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1213
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1214 PR target/33700
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1215 * inclhack.def (hpux11_pthread_const): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1216 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1217 * tests/base/sys/pthread.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1218
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1219 2007-10-12 Kai Tietz <kai.tietz@onevision.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1220
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1221 * configure.ac: x86_64 mingw target uses twoprocess.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1222 * mkfixinc.sh: Add x86_64 mingw target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1223 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1224
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1225 2007-10-09 Geoffrey Keating <geoffk@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1226
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1227 * inclhack.def (darwin_externc): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1228 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1229 * tests/base/mach-o/swap.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1230
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1231 2007-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1232
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1233 * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1234 Delete fixes.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1235 * tests/base/iso/math_c99.h: Delete associated test baselines.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1236 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1237
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1238 2007-07-24 Krister Walfridsson <cato@df.lth.se>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1239
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1240 PR target/30058
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1241 * inclhack.def (netbsd_c99_inline_2): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1242 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1243 * tests/base/signal.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1244
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1245 2007-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1246
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1247 PR target/32641
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1248
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1249 * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1250 solaris_math_7): Constify and make FP exception-safe.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1251 * tests/base/iso/math_c99.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1252
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1253 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1254
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1255 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1256
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1257 PR libgcj/28190
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1258 * inclhack.def (irix_stdint_c99): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1259 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1260 * tests/base/stdint.h: New test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1261
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1262 2007-06-06 Steve Ellcey <sje@cup.hp.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1263
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1264 PR testsuite/31828
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1265 * inclhack.def (hppa_hpux_fp_macros): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1266 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1267 * tests/base/math.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1268
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1269 2007-03-26 Jakub Jelinek <jakub@redhat.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1270
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1271 * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1272 if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1273 __STDC_VERSION__ < 199901L.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1274 (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1275 with #ifdef __GNUC_GNU_INLINE__.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1276 (glibc_c99_inline_3): Add select. Replace __STDC_VERSION__ >= 199901L
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1277 with defined(__GNUC_STDC_INLINE__).
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1278 (glibc_c99_inline_4): Change select, add second c_fix_arg.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1279 Replace #if __STDC_VERSION__ < 199901L with
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1280 #ifdef __GNUC_GNU_INLINE__.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1281 * fixincl.x: Regenerated.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1282 * tests/base/bits/string2.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1283 * tests/base/sys/sysmacros.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1284 * tests/base/sys/stat.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1285
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1286 2007-03-18 Krister Walfridsson <cato@df.lth.se>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1287
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1288 PR target/30058
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1289 * inclhack.def (netbsd_c99_inline_1): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1290 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1291 * tests/base/signal.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1292
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1293 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1294
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1295 * Makefile.in: Add dummy "install-info" target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1296
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1297 2007-03-06 Joseph Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1298
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1299 * mkheaders.in: Fix headers for each multilib required.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1300
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1301 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1302
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1303 * Makefile.in: Add dummy install-pdf target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1304
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1305 2007-02-27 Joseph Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1306
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1307 * mkheaders.in (incdir): Use include-fixed not include.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1308
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1309 2007-02-15 Brooks Moses <brooks.moses@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1310
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1311 * Makefile.in: Added "pdf" target to .PHONY.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1312
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1313 2007-02-05 Richard Guenther <rguenther@suse.de>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1314
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1315 * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1316 with older glibc. Adjust version number for C99.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1317 * fixincl.x: Regenerated.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1318
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1319 2007-02-04 Mike Stump <mrs@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1320
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1321 * mkheaders.in: Allow optional isysroot parameter.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1322
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1323 2007-02-03 Bruce Korb <bkorb@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1324
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1325 * inclhack.def (glibc_c99_inline_4): replace "extern" only if
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1326 surrounded by space characters.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1327
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1328 2007-01-25 Daniel Franke <franke.daniel@gmail.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1329
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1330 PR target/30272
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1331 * inclhack.def(broken_cabs): Also remove definition of cabsl.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1332 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1333 * tests/base/math.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1334
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1335 2007-01-05 Bruce Korb <bkorb@gnu.org>,
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
1336 Daniel Franke <franke.daniel@gmail.com>
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1337
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1338 PR target/30008
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1339 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1340 of a vertical bar ("|").
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1341 * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1342 matching. Set SKIP_TEST flag if we are not to run a test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1343 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1344 * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1345 kandr_concat, sco_math): Replace lists of specfic file names by search
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1346 patterns.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1347
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1348 2006-12-12 Olivier Hainque <hainque@adacore.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1349
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1350 * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1351 targets for which a no-op fixer is appropriate.
111
kono
parents: 67
diff changeset
1352
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1353 2006-11-07 Richard Guenther <rguenther@suse.de>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1354
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1355 * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1356 systems.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1357 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1358
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1359 2006-11-02 Geoffrey Keating <geoffk@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1360
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1361 * inclhack.def (glibc_c99_inline_1): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1362 * inclhack.def (glibc_c99_inline_2): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1363 * inclhack.def (glibc_c99_inline_3): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1364 * inclhack.def (glibc_c99_inline_4): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1365 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1366 * tests/base/bits/string2.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1367 * tests/base/sys/sysmacros.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1368 * tests/base/sys/stat.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1369
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1370 2006-11-01 Steve Ellcey <sje@cup.hp.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1371
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1372 * tests/base/sys/socket.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1373
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1374 2006-10-31 Steve Ellcey <sje@cup.hp.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1375
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1376 * inclhack.def (hpux11_extern_sendfile): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1377 (hpux11_extern_sendpath): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1378 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1379
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1380 2006-10-29 Joseph Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1381
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1382 * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1383 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1384
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1385 2006-10-10 Brooks Moses <bmoses@stanford.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1386
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1387 * Makefile.in: Added empty "pdf" target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1388
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1389 2006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1390
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1391 PR target/29300
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1392 * inclhack.def (hpux_pthread_initializers): New hack.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1393 * tests/base/sys/pthread.h: New file.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1394
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1395 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1396
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1397 2006-10-03 Uros Bizjak <uros@kss-loka.si>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1398
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1399 * inclhack.def (glibc_mutex_init): Also fix
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1400 PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1401 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1402 * tests/base/pthread.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1403
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1404 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1405
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1406 2006-10-01 Uros Bizjak <uros@kss-loka.si>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1407
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1408 * inclhack.def (glibc_mutex_init): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1409 * tests/base/pthread.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1410
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1411 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1412
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1413 2006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1414
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1415 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1416 Prevent it from running on solaris10 or later.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1417 (solaris_once_init_2): Fix comment.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1418 * tests/base/pthread.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1419
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1420 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1421
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1422 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1423
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1424 * inclhack.def (solaris_once_init_2): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1425 * tests/base/pthread.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1426
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1427 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1428
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1429 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1430
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1431 * inclhack.def (solaris_mutex_init_2): Remove test for
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1432 PTHREAD_RWLOCK_INITIALIZER.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1433 (solaris_rwlock_init_1): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1434 * tests/base/pthread.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1435
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1436 * inclhack.def (solaris_once_init_1): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1437 * tests/base/pthread.h: Adjust for new fix.
111
kono
parents: 67
diff changeset
1438
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1439 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1440
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1441 2006-07-17 Roger Sayle <roger@eyesopen.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1442
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1443 * tests/base/errno.h: New file.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1444 * tests/base/architecture/ppc/math.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1445 * tests/base/ia64/sys/getppdp.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1446
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1447 2006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1448
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1449 PR bootstrap/20437
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1450 * Makefile.in (configure, config.h.in): Change into $(srcdir)
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1451 before autoconf or autoheader call.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1452
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1453 2006-06-23 Steve Ellcey <sje@cup.hp.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1454
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1455 PR target/28084
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1456 * inclhack.def (hpux_extern_errno): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1457 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1458
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1459 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1460
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1461 * Makefile.in: Add dvi info html and install-html to .PHONY
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1462 Add install-html target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1463
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1464 2006-05-16 Mike Stump <mrs@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1465
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1466 * configure.ac: Add -Wno-overlength-strings.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1467 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1468
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1469 2006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1470
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1471 * README: Fix typo.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1472
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1473 2006-02-18 Steve Ellcey <sje@cup.hp.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1474
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1475 PR target/26189
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1476 * inclhack.def (hpux_spu_info): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1477 * fixincl.x: Regenerate
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1478
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1479 2006-01-31 Marcin Dalecki <martin@dalecki.de>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1480
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1481 * configure.ac: Check for asprintf, basename, vasprintf.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1482 * config.h.in: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1483 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1484
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1485 2006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1486
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1487 PR target/15642
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1488 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1489 __APPLE_CC_ as 1345.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1490 (broken_nan): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1491 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1492
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1493 2005-11-24 Bruce Korb <bkorb@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1494
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1495 * fixincl.c (write_replacement): "here strings" in AutoGen
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1496 often/generally don't have a terminating newline. Check the
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1497 last byte for '\n'.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1498
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1499 2005-11-13 Andreas Jaeger <aj@suse.de>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1500
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1501 * check.tpl: Handle CVS additionally.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1502
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1503 2005-11-05 Andreas Jaeger <aj@suse.de>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1504
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1505 * check.tpl: Adopt for move to subversion.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1506
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1507 2005-09-15 Joseph S. Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1508
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1509 PR c++/23139
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1510 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1511 fixes.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1512 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1513 * tests/base/bits/huge_val.h: New file.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1514
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1515 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1516
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1517 * All files: Update with new FSF address.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1518
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1519 2005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1520
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1521 * Makefile.in (WARN_CFLAGS): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1522 (.c.o): Add $(WARN_CFLAGS).
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1523 * aclocal.m4: Include ../config/warnings.m4.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1524 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1525 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1526 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1527 * fixopts.c (initialize_opts): Fix old-style definintion.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1528
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1529 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1530
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1531 2005-06-24 Geoffrey Keating <geoffk@geoffk.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1532
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1533 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1534 (AAB_darwin7_9_long_double_funcs_2): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1535 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1536
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1537 2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1538
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1539 PR libfortran/15266
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1540 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1541 Use double quotes in select so \t matches tabs.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1542 Add IRIX testcase.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1543 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1544 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1545
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1546 2005-05-22 Danny Smith <dannysmith@users.souceforge.net>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1547
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1548 PR target/21683
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1549 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1550
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1551 2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
1552 Joseph S. Myers <joseph@codesourcery.com>
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1553
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1554 PR target/19933
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1555 PR target/21315
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1556 * inclhack.def: New fixes solaris_math_[1-9].
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1557 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1558 * tests/base/iso/math_c99.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1559
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1560 2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1561
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1562 * aclocal.m4: Remove superfluous reference to accross.m4.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1563
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1564 2005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1565
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1566 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1567 * server.c (load_data): Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1568 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1569 * fixincl.c: #include <sys/wait.h>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1570 (run_compiles): Use XCNEWVEC instead of xcalloc.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1571 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1572 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1573
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1574 2005-05-10 Joseph S. Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1575
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1576 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1577 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1578 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1579
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1580 2005-05-06 Bruce Korb <bkorb@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1581 Joseph S. Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1582
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1583 * fixinc/inclhack.def: Correct backslashes
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1584 * fixinc/fixincl.x: regen
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1585
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1586 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1587
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1588 * system.h (fopen, fdopen, freopen): Define these to the unlocked
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1589 libiberty functions.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1590
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1591 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1592
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1593 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1594 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1595 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1596 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1597 _unlocked function.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1598 (fwrite_unlocked): Fix prototype.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1599
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1600 * configure, config.h.in: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1601
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1602 2005-03-21 Zack Weinberg <zack@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1603
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1604 * Makefile.in: Set gcc_version directly, not via substitution.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1605 (libsubdir): Use $(gcc_version), not $(version).
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1606 (mkheaders.almost): New rule.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1607 (mkheaders): Generate from mkheaders.almost.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1608 (clean): Also delete mkheaders.almost.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1609 * aclocal.m4: Do not include ../config/gcc-version.m4.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1610 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1611 mkheaders.almost from mkheaders.in.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1612 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1613
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1614 2005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1615
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1616 PR target/20166
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1617 * inclhack.def: Add fix for array of incomplete structures
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1618 in function prototype in pthread.h.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1619 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1620 * tests/base/pthread.h: Adjust.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1621
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1622 2005-03-15 Joseph S. Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1623
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1624 * inclhack.def (hpux_htonl): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1625 * tests/base/netinet/in.h: New test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1626 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1627
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1628 2005-02-23 James E Wilson <wilson@specifixinc.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1629
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1630 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1631
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1632 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1633
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1634 PR 18458
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1635 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1636 fixincl.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1637
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1638 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1639
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1640 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1641 * aclocal.m4: Include ../config/gcc-version.m4.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1642 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1643
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1644 2004-11-26 Mark Mitchell <mark@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1645
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1646 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1647 (stdio_va_list): Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1648 (stdio_stdarg.h): Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1649 (solaris_stdio_tag): Add bypass.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1650 * fixincl.x: Regenerated.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1651
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1652 2004-11-23 Geoffrey Keating <geoffk@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1653
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1654 * mkfixinc.sh: Check error code from 'cat'. Don't try running
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1655 built fixincl program.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1656 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1657 up csh from user.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1658
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1659 2004-11-20 Roger Sayle <roger@eyesopen.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1660
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1661 * inclhack.def (alpha_pthread_init): Fix technical problems with
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1662 the last check-in caused by CVS variable substitution.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1663 * fixincl.x: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1664 * tests/base/pthread.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1665
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1666 2004-11-20 Roger Sayle <roger@eyesopen.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1667 Bruce Korb <bkorb@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1668
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1669 * inclhack.def (alpha_pthread_init): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1670 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1671 * tests/base/pthread.h: Update for new test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1672
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1673 2004-11-15 Bruce Korb <bkorb@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1674
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1675 * fixincl.c(fix_with_system): correct misuse of variables and
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1676 incorrect application of "sizeof()".
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1677
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1678 2004-11-13 Joseph S. Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1679
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1680 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1681 svr4__p, undefine_null): Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1682 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1683 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1684 * tests/base/sys/param.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1685 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1686 tests/base/sys/limits.h: Update.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1687
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1688 2004-11-12 Mike Stump <mrs@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1689
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1690 * Makefile.in (html): Add html generation support.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1691
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1692 2004-11-12 Joseph S. Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1693
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1694 * inclhack.def (sco_math): Bypass on __GNUG__.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1695 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1696 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1697
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1698 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1699
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1700 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1701 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1702 _CLASSIC_ANSI_TYPES.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1703 (sun_auth_proto): Bypass on __cplusplus.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1704 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1705
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1706 2004-11-05 Geoffrey Keating <geoffk@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1707
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1708 * Makefile.in (mostlyclean): Add fixinc.sh.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1709 (clean): Add mkheaders.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1710 (distclean): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1711 (dvi): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1712 (info): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1713 (installcheck): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1714
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1715 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1716
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1717 * Makefile.in (mostlyclean, distclean): New targets.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1718
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1719 2004-11-04 Geoffrey Keating <geoffk@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1720
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1721 * configure.ac: Add code to determine noncanonical_target,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1722 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1723 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1724 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1725 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1726 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1727 update for changes to fixinc.in.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1728 * Makefile.in: Add many new macros.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1729 (install): New target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1730 (mkheaders): New target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1731 (fixinc.sh): New target.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1732 (all): Add mkheaders and fixinc.sh.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1733 * README-fixinc: Move here from gcc/.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1734
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1735 2004-11-01 Mike Stump <mrs@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1736
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1737 * inclhack.def (stdio_va_list): Break out clients from here...
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1738 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1739 included or ifdef va_start.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1740 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1741
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1742 2004-10-28 Mike Stump <mrs@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1743
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1744 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1745 systems.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1746 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1747
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1748 2004-10-27 Geoffrey Keating <geoffk@apple.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1749
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1750 * inclhack.def (darwin_gcc4_breakage): New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1751 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1752
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1753 2004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1754
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1755 PR bootstrap/17832
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1756
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1757 * fixfixes.c (main): Check for _PC_NAME_MAX.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1758
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1759 2004-10-27 Paolo Bonzini <bonzini@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1760
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1761 PR other/17991
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1762
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1763 * configure.ac: Fix typo.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1764 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1765 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1766
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1767 2004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1768
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1769 PR bootstrap/17832
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1770
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1771 * fixincl.c (SIGCHLD): Remove definition.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1772 (initialize): Remove SIGIOT and SIGPIPE checks.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1773 (create_file): Fix mkdir() for Win32.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1774 (internal_fix): Use dup2() instead of fcntl().
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1775
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1776 * fixlib.h (SIGQUIT): Define if undefined.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1777 (SIGIOT): Same.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1778 (SIGPIPE): Same.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1779 (SIGALRM): Same.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1780 (SIGKILL): Same.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1781
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1782 * procopen.c (chain_open): Use dup2() instead of fcntl().
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1783
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1784 2004-08-14 Paolo Bonzini <bonzini@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1785
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1786 PR other/17991
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1787
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1788 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1789 Update copyright year.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1790 * fixfixes.c (main): Call initialize_opts from fixopts.c.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1791 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1792 do not include code for parsing options (environment vars).
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1793 (fix_with_system): Use a search path for applyfix, so that you
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1794 can run the test suite with two-process fixincludes.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1795 * fixopts.c: New file.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1796 * configure.ac: Add --enable-twoprocess. Export ac_exeext
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1797 to config.h. Default to --enable-twoprocess for MinGW32.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1798 * config.h.in: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1799 * configure: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1800
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1801 2004-10-04 Loren J. Rittle <ljrittle@acm.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1802
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1803 * tests/base/sys/cdefs.h: Update from test area.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1804
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1805 2004-09-17 Roger Sayle <roger@eyesopen.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1806
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1807 * inclhack.def (linux_ia64_ucontext): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1808 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1809 * tests/base/sys/ucontext.h: New file.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1810
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1811 2004-09-15 Roger Sayle <roger@eyesopen.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1812
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1813 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1814 * tests/base/stdlib.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1815
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1816 2004-09-13 Loren J. Rittle <ljrittle@acm.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1817
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1818 * inclhack.def (freebsd_gcc4_breakage): Add.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1819 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1820 * tests/base/sys/cdefs.h: Update for new test.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1821
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1822 2004-09-10 Adam Nemet <anemet@lnxw.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1823
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1824 * inclhack.def (lynx_void_int): Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1825 (lynxos_fcntl_proto): Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1826 (lynxos_no_warning_in_sys_time_h): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1827 (lynxos_missing_putenv): New fix.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1828 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1829 * tests/base/fcntl.h: Remove.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1830 * tests/base/sys/time.h: Update from test area.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1831 * tests/base/curses.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1832 * tests/base/stdlib.h: Likewise.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1833
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1834 2004-09-03 Jan Beulich <jbeulich@novell.com>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1835
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1836 * inclhack.def: Suppress exception_structure and math_exception
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1837 for NetWare headers.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1838 * fixincl.x: Regenerate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1839
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1840 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1841
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1842 * .cvsignore: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1843 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1844 autoconfiscated.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1845 * configure.ac: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1846 * config.h.in: Generate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1847 * configure: Generate.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1848 * aclocal.m4: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1849 * fixlib.h: Remove inclusions of gcc files.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1850 * system.h: New.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1851
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1852 Other files copied from gcc/fixinc.