./:
[official-gcc.git] / libgcc / ChangeLog
blob348afc5d227feb14c2688a634f1e4ebe708a0ed3
1 2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>
3         * config/i386/64/t-softfp-compat: Update comments.
5 2008-07-07  H.J. Lu  <hongjiu.lu@intel.com>
7         * config/i386/64/_divtc3-compat.c: Moved to ...
8         * config/i386/64/_divtc3.c: Here.
10         * config/i386/64/_multc3-compat.c: Moved to ...
11         * config/i386/64/_multc3.c: Here.
13         * config/i386/64/_powitf2-compat.c: Moved to ...
14         * config/i386/64/_powitf2.c: Here.
16         * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
17         .c suffix instead of -compat.c.
19 2008-07-05  Uros Bizjak  <ubizjak@gmail.com>
21         * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
22         (_FP_MUL_MEAT_D): Ditto.
23         (_FP_DIV_MEAT_S): Ditto.
24         (_FP_DIV_MEAT_D): Ditto.
26 2008-07-03  Richard Sandiford  <rdsandiford@googlemail.com>
28         * Makefile.in: Add support for __sync_* libgcc functions.
30 2008-07-03  H.J. Lu  <hongjiu.lu@intel.com>
32         * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
34 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
36         PR boostrap/36702
37         * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
38         and Linux/x86.  Include 64bit t-softfp-compat for Linux/x86.
40         * config/i386/64/t-fprules-softfp: Moved to ...
41         * config/i386/64/t-softfp-compat: This.  New.
43 2008-07-02  Uros Bizjak  <ubizjak@gmail.com>
45         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
46         Initialize f with 0.0.
48 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
50         PR target/36669
51         * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
53         * config/i386/64/_divtc3-compat.c: New.
54         * config/i386/64/_multc3-compat.c: Likewise.
55         * config/i386/64/_powitf2-compat.c: Likewise.
56         * config/i386/64/eqtf2.c: Likewise.
57         * config/i386/64/getf2.c: Likewise.
58         * config/i386/64/letf2.c: Likewise.
59         * config/i386/64/t-fprules-softfp: Likewise.
61 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
63         * config.host: Add i386/${host_address}/t-fprules-softfp to
64         tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
65         i[34567]86-*-linux*, x86_64-*-linux*. 
67         * configure.ac: Set host_address to 64 or 32 for x86.
68         * configure: Regenerated.
70         * Makefile.in (config.status): Also depend on
71         $(srcdir)/config.host.
73         * config/i386/32/t-fprules-softfp: New.
74         * config/i386/32/tf-signs.c: Likewise.
76         * config/i386/64/sfp-machine.h: New. Moved from gcc.
78 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
79             Uros Bizjak  <ubizjak@gmail.com>
81         * config/i386/32/sfp-machine.h: New.
83 2008-06-26  Nathan Froyd  <froydnj@codesourcery.com>
85         * config/rs6000/t-ppccomm: Remove rules that conflict with
86         auto-generated rules.
88 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
90         * configure.ac: sinclude override.m4.
91         * configure: Regenerate.
93 2008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
95         * configure: Regenerate.
97 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
99         * Makefile.in (DECNUMINC): Remove
100         -I$(MULTIBUILDTOP)../../libdecnumber.
101         * gstdint.h: New.
103 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
105         * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
106         parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
107         alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
108         arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
109         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
110         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
111         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
112         i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
113         i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
114         mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
115         powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
116         powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
117         strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
118         vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
120 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
122         * config.host (sh2[lbe]*-*-linux*): Allow target.
124 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
126         * config/rs6000/t-ppccomm: Add build rules for new files.
127         (LIB2ADD_ST): New variable.
129 2008-04-07  Andy Hutchinson  <hutchinsonandy@aim.com>
131         PR target/34210
132         PR target/35508
133         * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
134         * config/t-avr: New file. Build 16bit libgcc functions.
136 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
138         PR target/35401
139         * config/t-slibgcc-darwin: Make install-leaf dependent on
140         install-darwin-libgcc-stubs instead of install.
142 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
144         * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
145         tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
146         sh-*-rtemscoff*): Remove cases.
148 2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
150         * Makefile.in (all): Use install-leaf rather than install.
151         (install): Split most of the rule into...
152         (install-leaf): ...this new one.
154 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
155             Paolo Bonzini  <bonzini@gnu.org>
157         PR target/30572
158         * Makefile.in: Use @shlib_slibdir@ substitution to get
159         correct install name on darwin.
160         * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
161                                 
162 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
164         * config.host (crisv32-*-elf, crisv32-*-none): New, same as
165         cris-*-elf and cris-*-none.
166         (crisv32-*-linux*): Similar, as cris-*-linux*.
168 2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
170         * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
172 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
174         PR regression/33926
175         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
176         * configure: Regenerated.
178 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
180         * Makefile.in (dfp-filenames): Replace decimal_globals,
181         decimal_data, binarydecimal and convert_data with
182         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
183         and bid_convert_data, respectively.
185 2007-09-17  Chao-ying Fu  <fu@mips.com>
186             Nigel Stephens  <nigel@mips.com>
188         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
189         * Makefile.in (fixed_point): Define.
190         Check if fixed_point is yes to build support functions.
191         * configure.ac: Check for fixed_point support.
192         * configure: Regenerated.
193         * gen-fixed.sh: New file to generate lists of fixed-point labels,
194         funcs, modes, from, to.
196 2007-09-11  Janis Johnson  <janis187@us.ibm.com
198         * Makefile.in (dfp-filenames): Add bid128_noncomp.
200 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
202         * Makefile.in (dfp-filenames): Remove decUtility, add
203         decDouble, decPacked, decQuad, decSingle.
205 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
207         * config.host : Add x86_64-elf target.
209 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
211         * configure.ac (set_have_cc_tls): Add a missing =.
212         * configure: Regenerated.
214 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
216         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
217         and x86_64-*-linux*.
219         * config/t-tls: New file.
221         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. 
223         * configure.ac: Include ../config/enable.m4 and
224         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
225         supports TLS and substitute set_have_cc_tls.
226         * configure: Regenerated.
228 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
230         * Makefile.in: Use libbid for DFP when BID is enabled.
232 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
234         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
235         extra_parts. Add config/i386/t-cygming to tmake_file. 
236         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
238 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
239             Danny Smith  <dannysmith@users.sourceforge.net>
241         PR target/29498
242         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
243         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
244         * config/i386/t-crtfm: Compile crtfastmath.o with
245         -minline-all-stringops.
247 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
249         * config.host (sparc-wrs-vxworks): New target.
251 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
253         * config.host: Recognize fido.
255 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
257         * configure: Check host, not target, for decimal float support.
259 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
261         * config/i386/t-crtpc: New file.
262         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
263         (x86_64-*-linux*): Ditto.
265 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
267         * config.host (x86_64-*-mingw*): New target.
269 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
270             H.J. Lu  <hongjiu.lu@intel.com>
272         * Makefile.in (enable_decimal_float): New.
273         (DECNUMINC): Add
274         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
275         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
276         (decbits-filenames): This.
277         (decbits-objects): New.
278         (libgcc-objects): Add $(decbits-objects).
280         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
281         Substitute enable_decimal_float.
282         * configure: Regenerated.
284 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
286         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
288 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
290         * Makefile.in (install-info): New dummy target.
292 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
294         * config.host (bfin*-linux-uclibc*): Set extra_parts.
296 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
298         * Makefile.in: Add install-html and install-pdf dummy
299         targets.
301 2007-02-05  Roger Sayle  <roger@eyesopen.com>
302             Daniel Jacobowitz  <dan@codesourcery.com>
304         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
305         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
306         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
308 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
310         * Makefile.in (dec-filenames): Add decExcept.
312 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
314         PR bootstrap/30469
315         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
316         -fprofile-use.
318 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
320         * configure.ac: Add --enable-version-specific-runtime-libs.
321         Correct $slibdir default.
322         * configure: Regenerated.
324 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
326         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
328 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
330         PR target/30519
331         * config.host (alpha*-*-linux*): Set extra_parts.
333 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
335         * config/sh/t-linux: New.
336         * config.host (sh*-*-linux*): Set tmake_file.
338 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
340         * Makefile.in (install): Handle multilibs.
342 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
344         * Makefile.in: Added .PHONY entry for documentation targets.
346 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
348         * Makefile.in: Add empty info, html, dvi, pdf targets.
350 2007-01-04  Mike Stump  <mrs@apple.com>
352         * Makefile.in (MAKEINFO): Remove.
353         (PERL): Likewise.
355 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
357         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
358         * configure: Regenerate.
359         * Makefile.in (host_subdir): Substitute it.
360         (gcc_objdir): Use it. 
362 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
364         * config.host (ia64*-*-linux*): Set tmake_file.
366 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
368         * Makefile.in (version): Define.
370 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
371             Paolo Bonzini  <bonzini@gnu.org>
373         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
374         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
375         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
376         config/sparc/t-crtfm, config/t-slibgcc-darwin,
377         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
378         shared-object.mk, siditi-object.mk, static-object.mk: New files.
379         * configure: Generated.