OSDN Git Service

2008-01-11 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / libgcc / ChangeLog
1 2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
2
3         * Makefile.in (all): Use install-leaf rather than install.
4         (install): Split most of the rule into...
5         (install-leaf): ...this new one.
6
7 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
8             Paolo Bonzini  <bonzini@gnu.org>
9
10         PR target/30572
11         * Makefile.in: Use @shlib_slibdir@ substitution to get correct install name
12         on darwin.
13         * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
14                                 
15 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
16
17         * config.host (crisv32-*-elf, crisv32-*-none): New, same as
18         cris-*-elf and cris-*-none.
19         (crisv32-*-linux*): Similar, as cris-*-linux*.
20
21 2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
22
23         * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
24
25 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
26
27         PR regression/33926
28         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
29         * configure: Regenerated.
30
31 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
32
33         * Makefile.in (dfp-filenames): Replace decimal_globals,
34         decimal_data, binarydecimal and convert_data with
35         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
36         and bid_convert_data, respectively.
37
38 2007-09-17  Chao-ying Fu  <fu@mips.com>
39             Nigel Stephens  <nigel@mips.com>
40
41         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
42         * Makefile.in (fixed_point): Define.
43         Check if fixed_point is yes to build support functions.
44         * configure.ac: Check for fixed_point support.
45         * configure: Regenerated.
46         * gen-fixed.sh: New file to generate lists of fixed-point labels,
47         funcs, modes, from, to.
48
49 2007-09-11  Janis Johnson  <janis187@us.ibm.com
50
51         * Makefile.in (dfp-filenames): Add bid128_noncomp.
52
53 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
54
55         * Makefile.in (dfp-filenames): Remove decUtility, add
56         decDouble, decPacked, decQuad, decSingle.
57
58 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
59
60         * config.host : Add x86_64-elf target.
61
62 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
63
64         * configure.ac (set_have_cc_tls): Add a missing =.
65         * configure: Regenerated.
66
67 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
68
69         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
70         and x86_64-*-linux*.
71
72         * config/t-tls: New file.
73
74         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. 
75
76         * configure.ac: Include ../config/enable.m4 and
77         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
78         supports TLS and substitute set_have_cc_tls.
79         * configure: Regenerated.
80
81 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
82
83         * Makefile.in: Use libbid for DFP when BID is enabled.
84
85 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
86
87         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
88         extra_parts. Add config/i386/t-cygming to tmake_file. 
89         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
90
91 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
92             Danny Smith  <dannysmith@users.sourceforge.net>
93
94         PR target/29498
95         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
96         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
97         * config/i386/t-crtfm: Compile crtfastmath.o with
98         -minline-all-stringops.
99
100 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
101
102         * config.host (sparc-wrs-vxworks): New target.
103
104 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
105
106         * config.host: Recognize fido.
107
108 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
109
110         * configure: Check host, not target, for decimal float support.
111
112 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
113
114         * config/i386/t-crtpc: New file.
115         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
116         (x86_64-*-linux*): Ditto.
117
118 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
119
120         * config.host (x86_64-*-mingw*): New target.
121
122 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
123             H.J. Lu  <hongjiu.lu@intel.com>
124
125         * Makefile.in (enable_decimal_float): New.
126         (DECNUMINC): Add
127         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
128         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
129         (decbits-filenames): This.
130         (decbits-objects): New.
131         (libgcc-objects): Add $(decbits-objects).
132
133         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
134         Substitute enable_decimal_float.
135         * configure: Regenerated.
136
137 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
138
139         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
140
141 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
142
143         * Makefile.in (install-info): New dummy target.
144
145 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
146
147         * config.host (bfin*-linux-uclibc*): Set extra_parts.
148
149 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
150
151         * Makefile.in: Add install-html and install-pdf dummy
152         targets.
153
154 2007-02-05  Roger Sayle  <roger@eyesopen.com>
155             Daniel Jacobowitz  <dan@codesourcery.com>
156
157         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
158         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
159         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
160
161 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
162
163         * Makefile.in (dec-filenames): Add decExcept.
164
165 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
166
167         PR bootstrap/30469
168         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
169         -fprofile-use.
170
171 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
172
173         * configure.ac: Add --enable-version-specific-runtime-libs.
174         Correct $slibdir default.
175         * configure: Regenerated.
176
177 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
178
179         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
180
181 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
182
183         PR target/30519
184         * config.host (alpha*-*-linux*): Set extra_parts.
185
186 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
187
188         * config/sh/t-linux: New.
189         * config.host (sh*-*-linux*): Set tmake_file.
190
191 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
192
193         * Makefile.in (install): Handle multilibs.
194
195 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
196
197         * Makefile.in: Added .PHONY entry for documentation targets.
198
199 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
200
201         * Makefile.in: Add empty info, html, dvi, pdf targets.
202
203 2007-01-04  Mike Stump  <mrs@apple.com>
204
205         * Makefile.in (MAKEINFO): Remove.
206         (PERL): Likewise.
207
208 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
209
210         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
211         * configure: Regenerate.
212         * Makefile.in (host_subdir): Substitute it.
213         (gcc_objdir): Use it. 
214
215 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
216
217         * config.host (ia64*-*-linux*): Set tmake_file.
218
219 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
220
221         * Makefile.in (version): Define.
222
223 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
224             Paolo Bonzini  <bonzini@gnu.org>
225
226         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
227         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
228         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
229         config/sparc/t-crtfm, config/t-slibgcc-darwin,
230         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
231         shared-object.mk, siditi-object.mk, static-object.mk: New files.
232         * configure: Generated.