2009-01-30 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / libgcc / ChangeLog
blobea7a9156196b83adc9159a0948b4168acfa3426e
1 2009-01-18  Ben Elliston  <bje@au.ibm.com>
3         * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
5 2009-01-16  Ben Elliston  <bje@au.ibm.com>
7         * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
8         to tmake_file.
10 2009-01-13  Ben Elliston  <bje@au.ibm.com>
12         * config/t-softfp: New file.
13         * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
14         (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
16 2009-01-05  Joel Sherrill <joel.sherrill@oarcorp.com>
18         * config.host: Add m32r*-*-rtems*.
20 2008-12-01  Joel Sherrill <joel.sherrill@oarcorp.com>
22         * config.host: Add m32c*-*-rtems*.
24 2008-11-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
26         PR bootstrap/33100
27         * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
28         i386/t-crtstuff if linker supports ZERO terminator unwind entries.
29         * configure: Regenerate.
30         * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
31         tmake_file here from gcc/config.gcc.
32         Move extra_parts here from gcc/config.gcc.
33         * config/i386/t-sol2: Move here from gcc/config/i386.
34         Use gcc_srcdir instead of srcdir.
36 2008-11-18  Adam Nemet  <anemet@caviumnetworks.com>
38         * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
39         case.
41 2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>
43         * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
45 2008-10-08  Thomas Schwinge  <tschwinge@gnu.org>
47         * config.host: Fold `*-*-gnu*' cases into the Linux ones.
49 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
51         Add picoChip port.
52         * config.host: Add picochip-*-*.
54 2008-08-06  Bob Wilson  <bob.wilson@acm.org>
56         * config.host: Match more processor names for Xtensa.
58 2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>
60         * config/i386/64/t-softfp-compat: Update comments.
62 2008-07-07  H.J. Lu  <hongjiu.lu@intel.com>
64         * config/i386/64/_divtc3-compat.c: Moved to ...
65         * config/i386/64/_divtc3.c: Here.
67         * config/i386/64/_multc3-compat.c: Moved to ...
68         * config/i386/64/_multc3.c: Here.
70         * config/i386/64/_powitf2-compat.c: Moved to ...
71         * config/i386/64/_powitf2.c: Here.
73         * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
74         .c suffix instead of -compat.c.
76 2008-07-05  Uros Bizjak  <ubizjak@gmail.com>
78         * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
79         (_FP_MUL_MEAT_D): Ditto.
80         (_FP_DIV_MEAT_S): Ditto.
81         (_FP_DIV_MEAT_D): Ditto.
83 2008-07-03  Richard Sandiford  <rdsandiford@googlemail.com>
85         * Makefile.in: Add support for __sync_* libgcc functions.
87 2008-07-03  H.J. Lu  <hongjiu.lu@intel.com>
89         * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
91 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
93         PR boostrap/36702
94         * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
95         and Linux/x86.  Include 64bit t-softfp-compat for Linux/x86.
97         * config/i386/64/t-fprules-softfp: Moved to ...
98         * config/i386/64/t-softfp-compat: This.  New.
100 2008-07-02  Uros Bizjak  <ubizjak@gmail.com>
102         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
103         Initialize f with 0.0.
105 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
107         PR target/36669
108         * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
110         * config/i386/64/_divtc3-compat.c: New.
111         * config/i386/64/_multc3-compat.c: Likewise.
112         * config/i386/64/_powitf2-compat.c: Likewise.
113         * config/i386/64/eqtf2.c: Likewise.
114         * config/i386/64/getf2.c: Likewise.
115         * config/i386/64/letf2.c: Likewise.
116         * config/i386/64/t-fprules-softfp: Likewise.
118 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
120         * config.host: Add i386/${host_address}/t-fprules-softfp to
121         tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
122         i[34567]86-*-linux*, x86_64-*-linux*. 
124         * configure.ac: Set host_address to 64 or 32 for x86.
125         * configure: Regenerated.
127         * Makefile.in (config.status): Also depend on
128         $(srcdir)/config.host.
130         * config/i386/32/t-fprules-softfp: New.
131         * config/i386/32/tf-signs.c: Likewise.
133         * config/i386/64/sfp-machine.h: New. Moved from gcc.
135 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
136             Uros Bizjak  <ubizjak@gmail.com>
138         * config/i386/32/sfp-machine.h: New.
140 2008-06-26  Nathan Froyd  <froydnj@codesourcery.com>
142         * config/rs6000/t-ppccomm: Remove rules that conflict with
143         auto-generated rules.
145 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
147         * configure.ac: sinclude override.m4.
148         * configure: Regenerate.
150 2008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
152         * configure: Regenerate.
154 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
156         * Makefile.in (DECNUMINC): Remove
157         -I$(MULTIBUILDTOP)../../libdecnumber.
158         * gstdint.h: New.
160 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
162         * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
163         parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
164         alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
165         arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
166         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
167         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
168         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
169         i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
170         i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
171         mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
172         powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
173         powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
174         strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
175         vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
177 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
179         * config.host (sh2[lbe]*-*-linux*): Allow target.
181 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
183         * config/rs6000/t-ppccomm: Add build rules for new files.
184         (LIB2ADD_ST): New variable.
186 2008-04-07  Andy Hutchinson  <hutchinsonandy@aim.com>
188         PR target/34210
189         PR target/35508
190         * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
191         * config/t-avr: New file. Build 16bit libgcc functions.
193 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
195         PR target/35401
196         * config/t-slibgcc-darwin: Make install-leaf dependent on
197         install-darwin-libgcc-stubs instead of install.
199 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
201         * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
202         tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
203         sh-*-rtemscoff*): Remove cases.
205 2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
207         * Makefile.in (all): Use install-leaf rather than install.
208         (install): Split most of the rule into...
209         (install-leaf): ...this new one.
211 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
212             Paolo Bonzini  <bonzini@gnu.org>
214         PR target/30572
215         * Makefile.in: Use @shlib_slibdir@ substitution to get
216         correct install name on darwin.
217         * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
218                                 
219 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
221         * config.host (crisv32-*-elf, crisv32-*-none): New, same as
222         cris-*-elf and cris-*-none.
223         (crisv32-*-linux*): Similar, as cris-*-linux*.
225 2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
227         * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
229 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
231         PR regression/33926
232         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
233         * configure: Regenerated.
235 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
237         * Makefile.in (dfp-filenames): Replace decimal_globals,
238         decimal_data, binarydecimal and convert_data with
239         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
240         and bid_convert_data, respectively.
242 2007-09-17  Chao-ying Fu  <fu@mips.com>
243             Nigel Stephens  <nigel@mips.com>
245         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
246         * Makefile.in (fixed_point): Define.
247         Check if fixed_point is yes to build support functions.
248         * configure.ac: Check for fixed_point support.
249         * configure: Regenerated.
250         * gen-fixed.sh: New file to generate lists of fixed-point labels,
251         funcs, modes, from, to.
253 2007-09-11  Janis Johnson  <janis187@us.ibm.com
255         * Makefile.in (dfp-filenames): Add bid128_noncomp.
257 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
259         * Makefile.in (dfp-filenames): Remove decUtility, add
260         decDouble, decPacked, decQuad, decSingle.
262 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
264         * config.host : Add x86_64-elf target.
266 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
268         * configure.ac (set_have_cc_tls): Add a missing =.
269         * configure: Regenerated.
271 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
273         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
274         and x86_64-*-linux*.
276         * config/t-tls: New file.
278         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. 
280         * configure.ac: Include ../config/enable.m4 and
281         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
282         supports TLS and substitute set_have_cc_tls.
283         * configure: Regenerated.
285 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
287         * Makefile.in: Use libbid for DFP when BID is enabled.
289 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
291         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
292         extra_parts. Add config/i386/t-cygming to tmake_file. 
293         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
295 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
296             Danny Smith  <dannysmith@users.sourceforge.net>
298         PR target/29498
299         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
300         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
301         * config/i386/t-crtfm: Compile crtfastmath.o with
302         -minline-all-stringops.
304 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
306         * config.host (sparc-wrs-vxworks): New target.
308 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
310         * config.host: Recognize fido.
312 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
314         * configure: Check host, not target, for decimal float support.
316 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
318         * config/i386/t-crtpc: New file.
319         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
320         (x86_64-*-linux*): Ditto.
322 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
324         * config.host (x86_64-*-mingw*): New target.
326 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
327             H.J. Lu  <hongjiu.lu@intel.com>
329         * Makefile.in (enable_decimal_float): New.
330         (DECNUMINC): Add
331         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
332         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
333         (decbits-filenames): This.
334         (decbits-objects): New.
335         (libgcc-objects): Add $(decbits-objects).
337         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
338         Substitute enable_decimal_float.
339         * configure: Regenerated.
341 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
343         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
345 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
347         * Makefile.in (install-info): New dummy target.
349 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
351         * config.host (bfin*-linux-uclibc*): Set extra_parts.
353 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
355         * Makefile.in: Add install-html and install-pdf dummy
356         targets.
358 2007-02-05  Roger Sayle  <roger@eyesopen.com>
359             Daniel Jacobowitz  <dan@codesourcery.com>
361         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
362         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
363         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
365 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
367         * Makefile.in (dec-filenames): Add decExcept.
369 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
371         PR bootstrap/30469
372         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
373         -fprofile-use.
375 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
377         * configure.ac: Add --enable-version-specific-runtime-libs.
378         Correct $slibdir default.
379         * configure: Regenerated.
381 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
383         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
385 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
387         PR target/30519
388         * config.host (alpha*-*-linux*): Set extra_parts.
390 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
392         * config/sh/t-linux: New.
393         * config.host (sh*-*-linux*): Set tmake_file.
395 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
397         * Makefile.in (install): Handle multilibs.
399 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
401         * Makefile.in: Added .PHONY entry for documentation targets.
403 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
405         * Makefile.in: Add empty info, html, dvi, pdf targets.
407 2007-01-04  Mike Stump  <mrs@apple.com>
409         * Makefile.in (MAKEINFO): Remove.
410         (PERL): Likewise.
412 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
414         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
415         * configure: Regenerate.
416         * Makefile.in (host_subdir): Substitute it.
417         (gcc_objdir): Use it. 
419 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
421         * config.host (ia64*-*-linux*): Set tmake_file.
423 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
425         * Makefile.in (version): Define.
427 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
428             Paolo Bonzini  <bonzini@gnu.org>
430         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
431         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
432         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
433         config/sparc/t-crtfm, config/t-slibgcc-darwin,
434         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
435         shared-object.mk, siditi-object.mk, static-object.mk: New files.
436         * configure: Generated.