]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/ChangeLog
Makefile.def: check-gold depends upon all-binutils.
[thirdparty/gcc.git] / libgcc / ChangeLog
CommitLineData
cf8e67fe
JJ
12008-03-02 Jakub Jelinek <jakub@redhat.com>
2
3 PR target/35401
4 * config/t-slibgcc-darwin: Make install-leaf dependent on
5 install-darwin-libgcc-stubs instead of install.
6
8d8da227
JM
72008-01-25 Joseph Myers <joseph@codesourcery.com>
8
9 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
10 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
11 sh-*-rtemscoff*): Remove cases.
12
edbf8b16
RS
132007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
14
15 * Makefile.in (all): Use install-leaf rather than install.
16 (install): Split most of the rule into...
17 (install-leaf): ...this new one.
18
89deeaff
EK
192007-12-19 Etsushi Kato <ek.kato@gmail.com>
20 Paolo Bonzini <bonzini@gnu.org>
21
22 PR target/30572
23 * Makefile.in: Use @shlib_slibdir@ substitution to get correct install name
24 on darwin.
25 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
26
4081d704
HPN
272007-12-15 Hans-Peter Nilsson <hp@axis.com>
28
29 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
30 cris-*-elf and cris-*-none.
31 (crisv32-*-linux*): Similar, as cris-*-linux*.
32
f43e89a3
RIL
332007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
34
35 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
36
b4e9c2c6
L
372007-10-27 H.J. Lu <hongjiu.lu@intel.com>
38
39 PR regression/33926
40 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
41 * configure: Regenerated.
42
b2a00c89
L
432007-09-27 H.J. Lu <hongjiu.lu@intel.com>
44
45 * Makefile.in (dfp-filenames): Replace decimal_globals,
46 decimal_data, binarydecimal and convert_data with
47 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
48 and bid_convert_data, respectively.
49
8d2a9e0e
CF
502007-09-17 Chao-ying Fu <fu@mips.com>
51 Nigel Stephens <nigel@mips.com>
52
53 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
54 * Makefile.in (fixed_point): Define.
55 Check if fixed_point is yes to build support functions.
56 * configure.ac: Check for fixed_point support.
57 * configure: Regenerated.
58 * gen-fixed.sh: New file to generate lists of fixed-point labels,
59 funcs, modes, from, to.
60
2b53935d
JJ
612007-09-11 Janis Johnson <janis187@us.ibm.com
62
63 * Makefile.in (dfp-filenames): Add bid128_noncomp.
64
2533577f
JJ
652007-09-10 Janis Johnson <janis187@us.ibm.com>
66
67 * Makefile.in (dfp-filenames): Remove decUtility, add
68 decDouble, decPacked, decQuad, decSingle.
69
3ae3dbd6
HK
702007-08-27 Hans Kester <hans.kester@ellips.nl>
71
72 * config.host : Add x86_64-elf target.
73
22867d02
L
742007-07-06 H.J. Lu <hongjiu.lu@intel.com>
75
76 * configure.ac (set_have_cc_tls): Add a missing =.
77 * configure: Regenerated.
78
6f461e76
L
792007-07-06 H.J. Lu <hongjiu.lu@intel.com>
80
81 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
82 and x86_64-*-linux*.
83
84 * config/t-tls: New file.
85
86 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
87
88 * configure.ac: Include ../config/enable.m4 and
89 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
90 supports TLS and substitute set_have_cc_tls.
91 * configure: Regenerated.
92
200359e8
L
932007-07-04 H.J. Lu <hongjiu.lu@intel.com>
94
95 * Makefile.in: Use libbid for DFP when BID is enabled.
96
76f5e200
DS
972007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
98
99 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
100 extra_parts. Add config/i386/t-cygming to tmake_file.
101 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
102
9bd196f0 1032007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
200359e8 104 Danny Smith <dannysmith@users.sourceforge.net>
9bd196f0
ZM
105
106 PR target/29498
107 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
108 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
109 * config/i386/t-crtfm: Compile crtfastmath.o with
110 -minline-all-stringops.
111
1910440e
RS
1122007-05-10 Richard Sandiford <richard@codesourcery.com>
113
114 * config.host (sparc-wrs-vxworks): New target.
115
7d33c31d
KH
1162007-04-14 Kazu Hirata <kazu@codesourcery.com>
117
118 * config.host: Recognize fido.
119
96fccd0d
JJ
1202007-04-04 Janis Johnson <janis187@us.ibm.com>
121
122 * configure: Check host, not target, for decimal float support.
123
577565f9
UB
1242007-04-03 Uros Bizjak <ubizjak@gmail.com>
125
126 * config/i386/t-crtpc: New file.
127 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
128 (x86_64-*-linux*): Ditto.
129
ccf8e764
RH
1302007-02-30 Kai Tietz <kai.tietz@onevision.com>
131
132 * config.host (x86_64-*-mingw*): New target.
133
79b87c74
MM
1342007-03-23 Michael Meissner <michael.meissner@amd.com>
135 H.J. Lu <hongjiu.lu@intel.com>
136
137 * Makefile.in (enable_decimal_float): New.
138 (DECNUMINC): Add
139 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
140 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
141 (decbits-filenames): This.
142 (decbits-objects): New.
143 (libgcc-objects): Add $(decbits-objects).
144
145 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
146 Substitute enable_decimal_float.
147 * configure: Regenerated.
148
8fce4e31
HPN
1492007-03-19 Hans-Peter Nilsson <hp@axis.com>
150
151 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
152
e8bb4597
BM
1532007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
154
155 * Makefile.in (install-info): New dummy target.
156
344189f9
BS
1572007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
158
159 * config.host (bfin*-linux-uclibc*): Set extra_parts.
160
ac84c172
BM
1612007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
162
163 * Makefile.in: Add install-html and install-pdf dummy
164 targets.
165
cd5c2357
RS
1662007-02-05 Roger Sayle <roger@eyesopen.com>
167 Daniel Jacobowitz <dan@codesourcery.com>
168
169 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
170 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
171 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
172
d9a66f98
JJ
1732007-01-29 Janis Johnson <janis187@us.ibm.com>
174
175 * Makefile.in (dec-filenames): Add decExcept.
176
9891ec5f
DJ
1772007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
178
179 PR bootstrap/30469
180 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
181 -fprofile-use.
182
d6efbf5a
DJ
1832007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
184
185 * configure.ac: Add --enable-version-specific-runtime-libs.
186 Correct $slibdir default.
187 * configure: Regenerated.
188
17caeff2
JM
1892007-01-23 Joseph Myers <joseph@codesourcery.com>
190
191 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
192
5ea41e3a
AP
1932007-01-21 Andrew Pinski <pinskia@gmail.com>
194
195 PR target/30519
196 * config.host (alpha*-*-linux*): Set extra_parts.
197
26900826
KK
1982007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
199
200 * config/sh/t-linux: New.
201 * config.host (sh*-*-linux*): Set tmake_file.
202
97af925b
DJ
2032007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
204
205 * Makefile.in (install): Handle multilibs.
206
b0088af7
BM
2072007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
208
209 * Makefile.in: Added .PHONY entry for documentation targets.
210
e0a9456a
BM
2112007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
212
213 * Makefile.in: Add empty info, html, dvi, pdf targets.
214
7fd453b4
MS
2152007-01-04 Mike Stump <mrs@apple.com>
216
217 * Makefile.in (MAKEINFO): Remove.
218 (PERL): Likewise.
219
14e8fc8b
PB
2202007-01-04 Paolo Bonzini <bonzini@gnu.org>
221
222 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
223 * configure: Regenerate.
224 * Makefile.in (host_subdir): Substitute it.
225 (gcc_objdir): Use it.
226
1555beba
DJ
2272007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
228
229 * config.host (ia64*-*-linux*): Set tmake_file.
230
79e6eaeb
DJ
2312007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
232
233 * Makefile.in (version): Define.
234
fa958513
DJ
2352007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
236 Paolo Bonzini <bonzini@gnu.org>
237
238 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
239 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
240 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
241 config/sparc/t-crtfm, config/t-slibgcc-darwin,
242 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
243 shared-object.mk, siditi-object.mk, static-object.mk: New files.
244 * configure: Generated.