* tree-sra.c (sra_type_can_be_decomposed_p) <RECORD_TYPE>: Make sure
[official-gcc.git] / libgcc / ChangeLog
blob9c14fdd7b310bbe55f8505397e1108ae79029a82
1 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
3         * config.host (sh2[lbe]*-*-linux*): Allow target.
5 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
7         * config/rs6000/t-ppccomm: Add build rules for new files.
8         (LIB2ADD_ST): New variable.
10 2008-04-07  Andy Hutchinson  <hutchinsonandy@aim.com>
12         PR target/34210
13         PR target/35508
14         * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
15         * config/t-avr: New file. Build 16bit libgcc functions.
17 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
19         PR target/35401
20         * config/t-slibgcc-darwin: Make install-leaf dependent on
21         install-darwin-libgcc-stubs instead of install.
23 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
25         * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
26         tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
27         sh-*-rtemscoff*): Remove cases.
29 2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
31         * Makefile.in (all): Use install-leaf rather than install.
32         (install): Split most of the rule into...
33         (install-leaf): ...this new one.
35 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
36             Paolo Bonzini  <bonzini@gnu.org>
38         PR target/30572
39         * Makefile.in: Use @shlib_slibdir@ substitution to get correct install name
40         on darwin.
41         * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
42                                 
43 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
45         * config.host (crisv32-*-elf, crisv32-*-none): New, same as
46         cris-*-elf and cris-*-none.
47         (crisv32-*-linux*): Similar, as cris-*-linux*.
49 2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
51         * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
53 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
55         PR regression/33926
56         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
57         * configure: Regenerated.
59 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
61         * Makefile.in (dfp-filenames): Replace decimal_globals,
62         decimal_data, binarydecimal and convert_data with
63         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
64         and bid_convert_data, respectively.
66 2007-09-17  Chao-ying Fu  <fu@mips.com>
67             Nigel Stephens  <nigel@mips.com>
69         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
70         * Makefile.in (fixed_point): Define.
71         Check if fixed_point is yes to build support functions.
72         * configure.ac: Check for fixed_point support.
73         * configure: Regenerated.
74         * gen-fixed.sh: New file to generate lists of fixed-point labels,
75         funcs, modes, from, to.
77 2007-09-11  Janis Johnson  <janis187@us.ibm.com
79         * Makefile.in (dfp-filenames): Add bid128_noncomp.
81 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
83         * Makefile.in (dfp-filenames): Remove decUtility, add
84         decDouble, decPacked, decQuad, decSingle.
86 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
88         * config.host : Add x86_64-elf target.
90 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
92         * configure.ac (set_have_cc_tls): Add a missing =.
93         * configure: Regenerated.
95 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
97         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
98         and x86_64-*-linux*.
100         * config/t-tls: New file.
102         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. 
104         * configure.ac: Include ../config/enable.m4 and
105         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
106         supports TLS and substitute set_have_cc_tls.
107         * configure: Regenerated.
109 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
111         * Makefile.in: Use libbid for DFP when BID is enabled.
113 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
115         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
116         extra_parts. Add config/i386/t-cygming to tmake_file. 
117         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
119 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
120             Danny Smith  <dannysmith@users.sourceforge.net>
122         PR target/29498
123         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
124         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
125         * config/i386/t-crtfm: Compile crtfastmath.o with
126         -minline-all-stringops.
128 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
130         * config.host (sparc-wrs-vxworks): New target.
132 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
134         * config.host: Recognize fido.
136 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
138         * configure: Check host, not target, for decimal float support.
140 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
142         * config/i386/t-crtpc: New file.
143         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
144         (x86_64-*-linux*): Ditto.
146 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
148         * config.host (x86_64-*-mingw*): New target.
150 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
151             H.J. Lu  <hongjiu.lu@intel.com>
153         * Makefile.in (enable_decimal_float): New.
154         (DECNUMINC): Add
155         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
156         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
157         (decbits-filenames): This.
158         (decbits-objects): New.
159         (libgcc-objects): Add $(decbits-objects).
161         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
162         Substitute enable_decimal_float.
163         * configure: Regenerated.
165 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
167         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
169 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
171         * Makefile.in (install-info): New dummy target.
173 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
175         * config.host (bfin*-linux-uclibc*): Set extra_parts.
177 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
179         * Makefile.in: Add install-html and install-pdf dummy
180         targets.
182 2007-02-05  Roger Sayle  <roger@eyesopen.com>
183             Daniel Jacobowitz  <dan@codesourcery.com>
185         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
186         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
187         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
189 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
191         * Makefile.in (dec-filenames): Add decExcept.
193 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
195         PR bootstrap/30469
196         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
197         -fprofile-use.
199 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
201         * configure.ac: Add --enable-version-specific-runtime-libs.
202         Correct $slibdir default.
203         * configure: Regenerated.
205 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
207         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
209 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
211         PR target/30519
212         * config.host (alpha*-*-linux*): Set extra_parts.
214 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
216         * config/sh/t-linux: New.
217         * config.host (sh*-*-linux*): Set tmake_file.
219 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
221         * Makefile.in (install): Handle multilibs.
223 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
225         * Makefile.in: Added .PHONY entry for documentation targets.
227 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
229         * Makefile.in: Add empty info, html, dvi, pdf targets.
231 2007-01-04  Mike Stump  <mrs@apple.com>
233         * Makefile.in (MAKEINFO): Remove.
234         (PERL): Likewise.
236 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
238         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
239         * configure: Regenerate.
240         * Makefile.in (host_subdir): Substitute it.
241         (gcc_objdir): Use it. 
243 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
245         * config.host (ia64*-*-linux*): Set tmake_file.
247 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
249         * Makefile.in (version): Define.
251 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
252             Paolo Bonzini  <bonzini@gnu.org>
254         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
255         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
256         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
257         config/sparc/t-crtfm, config/t-slibgcc-darwin,
258         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
259         shared-object.mk, siditi-object.mk, static-object.mk: New files.
260         * configure: Generated.