]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/ChangeLog
config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
[thirdparty/gcc.git] / libgcc / ChangeLog
CommitLineData
ba181049
UB
12009-02-12 Uros Bizjak <ubizjak@gmail.com>
2
3 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
4 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
5
c252db20
L
62009-02-12 H.J. Lu <hongjiu.lu@intel.com>
7
ba181049
UB
8 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
9 ia64/t-softfp-compat to tmake_file.
c252db20
L
10
11 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
12
13 * config/ia64/__divxf3.asm: New.
14 * config/ia64/_fixtfdi.asm: Likewise.
15 * config/ia64/_fixunstfdi.asm: Likewise.
16 * config/ia64/_floatditf.asm: Likewise.
17 * config/ia64/t-fprules-softfp: Likewise.
18 * config/ia64/t-softfp-compat: Likewise.
19 * config/ia64/tf-signs.c: Likewise.
20
c60535f9
BE
212009-01-18 Ben Elliston <bje@au.ibm.com>
22
23 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
24
ce16861e
BE
252009-01-16 Ben Elliston <bje@au.ibm.com>
26
27 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
28 to tmake_file.
29
bcf4713b
BE
302009-01-13 Ben Elliston <bje@au.ibm.com>
31
32 * config/t-softfp: New file.
33 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
34 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
35
2042cb04
JS
362009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
37
38 * config.host: Add m32r*-*-rtems*.
39
541ed00e
JS
402008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
41
42 * config.host: Add m32c*-*-rtems*.
43
19523300
RO
442008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
45
46 PR bootstrap/33100
47 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
48 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
49 * configure: Regenerate.
50 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
51 tmake_file here from gcc/config.gcc.
52 Move extra_parts here from gcc/config.gcc.
53 * config/i386/t-sol2: Move here from gcc/config/i386.
54 Use gcc_srcdir instead of srcdir.
55
0a4a51c7
AN
562008-11-18 Adam Nemet <anemet@caviumnetworks.com>
57
58 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
59 case.
60
2a761e46
TS
612008-11-09 Thomas Schwinge <tschwinge@gnu.org>
62
63 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
64
c0451df7
TS
652008-10-08 Thomas Schwinge <tschwinge@gnu.org>
66
67 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
68
358da97e
HS
692008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
70
71 Add picoChip port.
72 * config.host: Add picochip-*-*.
73
c660f132
BW
742008-08-06 Bob Wilson <bob.wilson@acm.org>
75
76 * config.host: Match more processor names for Xtensa.
77
d1349557
L
782008-07-08 H.J. Lu <hongjiu.lu@intel.com>
79
80 * config/i386/64/t-softfp-compat: Update comments.
81
dd7b73c0
L
822008-07-07 H.J. Lu <hongjiu.lu@intel.com>
83
84 * config/i386/64/_divtc3-compat.c: Moved to ...
85 * config/i386/64/_divtc3.c: Here.
86
87 * config/i386/64/_multc3-compat.c: Moved to ...
88 * config/i386/64/_multc3.c: Here.
89
90 * config/i386/64/_powitf2-compat.c: Moved to ...
91 * config/i386/64/_powitf2.c: Here.
92
93 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
94 .c suffix instead of -compat.c.
95
6e1fab3d
UB
962008-07-05 Uros Bizjak <ubizjak@gmail.com>
97
98 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
99 (_FP_MUL_MEAT_D): Ditto.
100 (_FP_DIV_MEAT_S): Ditto.
101 (_FP_DIV_MEAT_D): Ditto.
102
f92518d7
RS
1032008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
104
105 * Makefile.in: Add support for __sync_* libgcc functions.
106
d0aede14
L
1072008-07-03 H.J. Lu <hongjiu.lu@intel.com>
108
109 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
110
c174f11c
L
1112008-07-02 H.J. Lu <hongjiu.lu@intel.com>
112
113 PR boostrap/36702
114 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
115 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
116
117 * config/i386/64/t-fprules-softfp: Moved to ...
118 * config/i386/64/t-softfp-compat: This. New.
119
5f464fa2
UB
1202008-07-02 Uros Bizjak <ubizjak@gmail.com>
121
122 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
123 Initialize f with 0.0.
124
ff473280
L
1252008-07-02 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR target/36669
128 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
129
130 * config/i386/64/_divtc3-compat.c: New.
131 * config/i386/64/_multc3-compat.c: Likewise.
132 * config/i386/64/_powitf2-compat.c: Likewise.
133 * config/i386/64/eqtf2.c: Likewise.
134 * config/i386/64/getf2.c: Likewise.
135 * config/i386/64/letf2.c: Likewise.
136 * config/i386/64/t-fprules-softfp: Likewise.
137
1382008-07-02 H.J. Lu <hongjiu.lu@intel.com>
139
140 * config.host: Add i386/${host_address}/t-fprules-softfp to
141 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
142 i[34567]86-*-linux*, x86_64-*-linux*.
143
144 * configure.ac: Set host_address to 64 or 32 for x86.
145 * configure: Regenerated.
146
147 * Makefile.in (config.status): Also depend on
148 $(srcdir)/config.host.
149
150 * config/i386/32/t-fprules-softfp: New.
151 * config/i386/32/tf-signs.c: Likewise.
152
153 * config/i386/64/sfp-machine.h: New. Moved from gcc.
154
1552008-07-02 H.J. Lu <hongjiu.lu@intel.com>
156 Uros Bizjak <ubizjak@gmail.com>
157
158 * config/i386/32/sfp-machine.h: New.
159
30551d99
NF
1602008-06-26 Nathan Froyd <froydnj@codesourcery.com>
161
162 * config/rs6000/t-ppccomm: Remove rules that conflict with
163 auto-generated rules.
164
18c04407
RW
1652008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
166
167 * configure.ac: sinclude override.m4.
168 * configure: Regenerate.
169
10fbe77a
BRF
1702008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
171
172 * configure: Regenerate.
173
bc6d4c3f
JM
1742008-06-10 Joseph Myers <joseph@codesourcery.com>
175
176 * Makefile.in (DECNUMINC): Remove
177 -I$(MULTIBUILDTOP)../../libdecnumber.
178 * gstdint.h: New.
179
cd985f66
JM
1802008-06-07 Joseph Myers <joseph@codesourcery.com>
181
182 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
183 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
184 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
185 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
186 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
187 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
188 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
189 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
190 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
191 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
192 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
193 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
194 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
195 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
196
93fea8d3
AL
1972008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
198
199 * config.host (sh2[lbe]*-*-linux*): Allow target.
200
18724e30
NF
2012008-04-30 Nathan Froyd <froydnj@codesourcery.com>
202
203 * config/rs6000/t-ppccomm: Add build rules for new files.
204 (LIB2ADD_ST): New variable.
205
47583040
AH
2062008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
207
208 PR target/34210
209 PR target/35508
210 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
211 * config/t-avr: New file. Build 16bit libgcc functions.
212
cf8e67fe
JJ
2132008-03-02 Jakub Jelinek <jakub@redhat.com>
214
215 PR target/35401
216 * config/t-slibgcc-darwin: Make install-leaf dependent on
217 install-darwin-libgcc-stubs instead of install.
218
8d8da227
JM
2192008-01-25 Joseph Myers <joseph@codesourcery.com>
220
221 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
222 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
223 sh-*-rtemscoff*): Remove cases.
224
edbf8b16
RS
2252007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
226
227 * Makefile.in (all): Use install-leaf rather than install.
228 (install): Split most of the rule into...
229 (install-leaf): ...this new one.
230
89deeaff
EK
2312007-12-19 Etsushi Kato <ek.kato@gmail.com>
232 Paolo Bonzini <bonzini@gnu.org>
233
234 PR target/30572
5f464fa2
UB
235 * Makefile.in: Use @shlib_slibdir@ substitution to get
236 correct install name on darwin.
89deeaff
EK
237 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
238
4081d704
HPN
2392007-12-15 Hans-Peter Nilsson <hp@axis.com>
240
241 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
242 cris-*-elf and cris-*-none.
243 (crisv32-*-linux*): Similar, as cris-*-linux*.
244
f43e89a3
RIL
2452007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
246
247 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
248
b4e9c2c6
L
2492007-10-27 H.J. Lu <hongjiu.lu@intel.com>
250
251 PR regression/33926
252 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
253 * configure: Regenerated.
254
b2a00c89
L
2552007-09-27 H.J. Lu <hongjiu.lu@intel.com>
256
257 * Makefile.in (dfp-filenames): Replace decimal_globals,
258 decimal_data, binarydecimal and convert_data with
259 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
260 and bid_convert_data, respectively.
261
8d2a9e0e
CF
2622007-09-17 Chao-ying Fu <fu@mips.com>
263 Nigel Stephens <nigel@mips.com>
264
265 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
266 * Makefile.in (fixed_point): Define.
267 Check if fixed_point is yes to build support functions.
268 * configure.ac: Check for fixed_point support.
269 * configure: Regenerated.
270 * gen-fixed.sh: New file to generate lists of fixed-point labels,
271 funcs, modes, from, to.
272
2b53935d
JJ
2732007-09-11 Janis Johnson <janis187@us.ibm.com
274
275 * Makefile.in (dfp-filenames): Add bid128_noncomp.
276
2533577f
JJ
2772007-09-10 Janis Johnson <janis187@us.ibm.com>
278
279 * Makefile.in (dfp-filenames): Remove decUtility, add
280 decDouble, decPacked, decQuad, decSingle.
281
3ae3dbd6
HK
2822007-08-27 Hans Kester <hans.kester@ellips.nl>
283
284 * config.host : Add x86_64-elf target.
285
22867d02
L
2862007-07-06 H.J. Lu <hongjiu.lu@intel.com>
287
288 * configure.ac (set_have_cc_tls): Add a missing =.
289 * configure: Regenerated.
290
6f461e76
L
2912007-07-06 H.J. Lu <hongjiu.lu@intel.com>
292
293 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
294 and x86_64-*-linux*.
295
296 * config/t-tls: New file.
297
298 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
299
300 * configure.ac: Include ../config/enable.m4 and
301 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
302 supports TLS and substitute set_have_cc_tls.
303 * configure: Regenerated.
304
200359e8
L
3052007-07-04 H.J. Lu <hongjiu.lu@intel.com>
306
307 * Makefile.in: Use libbid for DFP when BID is enabled.
308
76f5e200
DS
3092007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
310
311 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
312 extra_parts. Add config/i386/t-cygming to tmake_file.
313 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
314
9bd196f0 3152007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
200359e8 316 Danny Smith <dannysmith@users.sourceforge.net>
9bd196f0
ZM
317
318 PR target/29498
319 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
320 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
321 * config/i386/t-crtfm: Compile crtfastmath.o with
322 -minline-all-stringops.
323
1910440e
RS
3242007-05-10 Richard Sandiford <richard@codesourcery.com>
325
326 * config.host (sparc-wrs-vxworks): New target.
327
7d33c31d
KH
3282007-04-14 Kazu Hirata <kazu@codesourcery.com>
329
330 * config.host: Recognize fido.
331
96fccd0d
JJ
3322007-04-04 Janis Johnson <janis187@us.ibm.com>
333
334 * configure: Check host, not target, for decimal float support.
335
577565f9
UB
3362007-04-03 Uros Bizjak <ubizjak@gmail.com>
337
338 * config/i386/t-crtpc: New file.
339 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
5f464fa2 340 (x86_64-*-linux*): Ditto.
577565f9 341
ccf8e764
RH
3422007-02-30 Kai Tietz <kai.tietz@onevision.com>
343
344 * config.host (x86_64-*-mingw*): New target.
345
79b87c74
MM
3462007-03-23 Michael Meissner <michael.meissner@amd.com>
347 H.J. Lu <hongjiu.lu@intel.com>
348
349 * Makefile.in (enable_decimal_float): New.
350 (DECNUMINC): Add
351 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
352 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
353 (decbits-filenames): This.
354 (decbits-objects): New.
355 (libgcc-objects): Add $(decbits-objects).
356
357 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
358 Substitute enable_decimal_float.
359 * configure: Regenerated.
360
8fce4e31
HPN
3612007-03-19 Hans-Peter Nilsson <hp@axis.com>
362
363 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
364
e8bb4597
BM
3652007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
366
367 * Makefile.in (install-info): New dummy target.
368
344189f9
BS
3692007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
370
371 * config.host (bfin*-linux-uclibc*): Set extra_parts.
372
ac84c172
BM
3732007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
374
375 * Makefile.in: Add install-html and install-pdf dummy
376 targets.
377
cd5c2357
RS
3782007-02-05 Roger Sayle <roger@eyesopen.com>
379 Daniel Jacobowitz <dan@codesourcery.com>
380
381 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
382 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
383 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
384
d9a66f98
JJ
3852007-01-29 Janis Johnson <janis187@us.ibm.com>
386
387 * Makefile.in (dec-filenames): Add decExcept.
388
9891ec5f
DJ
3892007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
390
391 PR bootstrap/30469
392 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
393 -fprofile-use.
394
d6efbf5a
DJ
3952007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
396
397 * configure.ac: Add --enable-version-specific-runtime-libs.
398 Correct $slibdir default.
399 * configure: Regenerated.
400
17caeff2
JM
4012007-01-23 Joseph Myers <joseph@codesourcery.com>
402
403 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
404
5ea41e3a
AP
4052007-01-21 Andrew Pinski <pinskia@gmail.com>
406
407 PR target/30519
408 * config.host (alpha*-*-linux*): Set extra_parts.
409
26900826
KK
4102007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
411
412 * config/sh/t-linux: New.
413 * config.host (sh*-*-linux*): Set tmake_file.
414
97af925b
DJ
4152007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
416
417 * Makefile.in (install): Handle multilibs.
418
b0088af7
BM
4192007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
420
421 * Makefile.in: Added .PHONY entry for documentation targets.
422
e0a9456a
BM
4232007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
424
425 * Makefile.in: Add empty info, html, dvi, pdf targets.
426
7fd453b4
MS
4272007-01-04 Mike Stump <mrs@apple.com>
428
429 * Makefile.in (MAKEINFO): Remove.
430 (PERL): Likewise.
431
14e8fc8b
PB
4322007-01-04 Paolo Bonzini <bonzini@gnu.org>
433
434 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
435 * configure: Regenerate.
436 * Makefile.in (host_subdir): Substitute it.
437 (gcc_objdir): Use it.
438
1555beba
DJ
4392007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
440
441 * config.host (ia64*-*-linux*): Set tmake_file.
442
79e6eaeb
DJ
4432007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
444
445 * Makefile.in (version): Define.
446
fa958513
DJ
4472007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
448 Paolo Bonzini <bonzini@gnu.org>
449
450 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
451 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
452 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
453 config/sparc/t-crtfm, config/t-slibgcc-darwin,
454 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
455 shared-object.mk, siditi-object.mk, static-object.mk: New files.
456 * configure: Generated.