OSDN Git Service

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