1 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
4 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
6 * config/i386/64/_divtc3-compat.c: New.
7 * config/i386/64/_multc3-compat.c: Likewise.
8 * config/i386/64/_powitf2-compat.c: Likewise.
9 * config/i386/64/eqtf2.c: Likewise.
10 * config/i386/64/getf2.c: Likewise.
11 * config/i386/64/letf2.c: Likewise.
12 * config/i386/64/t-fprules-softfp: Likewise.
14 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
16 * config.host: Add i386/${host_address}/t-fprules-softfp to
17 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
18 i[34567]86-*-linux*, x86_64-*-linux*.
20 * configure.ac: Set host_address to 64 or 32 for x86.
21 * configure: Regenerated.
23 * Makefile.in (config.status): Also depend on
24 $(srcdir)/config.host.
26 * config/i386/32/t-fprules-softfp: New.
27 * config/i386/32/tf-signs.c: Likewise.
29 * config/i386/64/sfp-machine.h: New. Moved from gcc.
31 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
32 Uros Bizjak <ubizjak@gmail.com>
34 * config/i386/32/sfp-machine.h: New.
36 2008-06-26 Nathan Froyd <froydnj@codesourcery.com>
38 * config/rs6000/t-ppccomm: Remove rules that conflict with
41 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43 * configure.ac: sinclude override.m4.
44 * configure: Regenerate.
46 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
48 * configure: Regenerate.
50 2008-06-10 Joseph Myers <joseph@codesourcery.com>
52 * Makefile.in (DECNUMINC): Remove
53 -I$(MULTIBUILDTOP)../../libdecnumber.
56 2008-06-07 Joseph Myers <joseph@codesourcery.com>
58 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
59 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
60 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
61 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
62 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
63 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
64 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
65 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
66 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
67 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
68 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
69 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
70 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
71 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
73 2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
75 * config.host (sh2[lbe]*-*-linux*): Allow target.
77 2008-04-30 Nathan Froyd <froydnj@codesourcery.com>
79 * config/rs6000/t-ppccomm: Add build rules for new files.
80 (LIB2ADD_ST): New variable.
82 2008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
86 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
87 * config/t-avr: New file. Build 16bit libgcc functions.
89 2008-03-02 Jakub Jelinek <jakub@redhat.com>
92 * config/t-slibgcc-darwin: Make install-leaf dependent on
93 install-darwin-libgcc-stubs instead of install.
95 2008-01-25 Joseph Myers <joseph@codesourcery.com>
97 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
98 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
99 sh-*-rtemscoff*): Remove cases.
101 2007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
103 * Makefile.in (all): Use install-leaf rather than install.
104 (install): Split most of the rule into...
105 (install-leaf): ...this new one.
107 2007-12-19 Etsushi Kato <ek.kato@gmail.com>
108 Paolo Bonzini <bonzini@gnu.org>
111 * Makefile.in: Use @shlib_slibdir@ substitution to get correct install name
113 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
115 2007-12-15 Hans-Peter Nilsson <hp@axis.com>
117 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
118 cris-*-elf and cris-*-none.
119 (crisv32-*-linux*): Similar, as cris-*-linux*.
121 2007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
123 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
125 2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
128 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
129 * configure: Regenerated.
131 2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
133 * Makefile.in (dfp-filenames): Replace decimal_globals,
134 decimal_data, binarydecimal and convert_data with
135 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
136 and bid_convert_data, respectively.
138 2007-09-17 Chao-ying Fu <fu@mips.com>
139 Nigel Stephens <nigel@mips.com>
141 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
142 * Makefile.in (fixed_point): Define.
143 Check if fixed_point is yes to build support functions.
144 * configure.ac: Check for fixed_point support.
145 * configure: Regenerated.
146 * gen-fixed.sh: New file to generate lists of fixed-point labels,
147 funcs, modes, from, to.
149 2007-09-11 Janis Johnson <janis187@us.ibm.com
151 * Makefile.in (dfp-filenames): Add bid128_noncomp.
153 2007-09-10 Janis Johnson <janis187@us.ibm.com>
155 * Makefile.in (dfp-filenames): Remove decUtility, add
156 decDouble, decPacked, decQuad, decSingle.
158 2007-08-27 Hans Kester <hans.kester@ellips.nl>
160 * config.host : Add x86_64-elf target.
162 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
164 * configure.ac (set_have_cc_tls): Add a missing =.
165 * configure: Regenerated.
167 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
169 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
172 * config/t-tls: New file.
174 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
176 * configure.ac: Include ../config/enable.m4 and
177 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
178 supports TLS and substitute set_have_cc_tls.
179 * configure: Regenerated.
181 2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
183 * Makefile.in: Use libbid for DFP when BID is enabled.
185 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
187 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
188 extra_parts. Add config/i386/t-cygming to tmake_file.
189 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
191 2007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
192 Danny Smith <dannysmith@users.sourceforge.net>
195 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
196 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
197 * config/i386/t-crtfm: Compile crtfastmath.o with
198 -minline-all-stringops.
200 2007-05-10 Richard Sandiford <richard@codesourcery.com>
202 * config.host (sparc-wrs-vxworks): New target.
204 2007-04-14 Kazu Hirata <kazu@codesourcery.com>
206 * config.host: Recognize fido.
208 2007-04-04 Janis Johnson <janis187@us.ibm.com>
210 * configure: Check host, not target, for decimal float support.
212 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
214 * config/i386/t-crtpc: New file.
215 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
216 (x86_64-*-linux*): Ditto.
218 2007-02-30 Kai Tietz <kai.tietz@onevision.com>
220 * config.host (x86_64-*-mingw*): New target.
222 2007-03-23 Michael Meissner <michael.meissner@amd.com>
223 H.J. Lu <hongjiu.lu@intel.com>
225 * Makefile.in (enable_decimal_float): New.
227 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
228 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
229 (decbits-filenames): This.
230 (decbits-objects): New.
231 (libgcc-objects): Add $(decbits-objects).
233 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
234 Substitute enable_decimal_float.
235 * configure: Regenerated.
237 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
239 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
241 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
243 * Makefile.in (install-info): New dummy target.
245 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
247 * config.host (bfin*-linux-uclibc*): Set extra_parts.
249 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
251 * Makefile.in: Add install-html and install-pdf dummy
254 2007-02-05 Roger Sayle <roger@eyesopen.com>
255 Daniel Jacobowitz <dan@codesourcery.com>
257 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
258 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
259 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
261 2007-01-29 Janis Johnson <janis187@us.ibm.com>
263 * Makefile.in (dec-filenames): Add decExcept.
265 2007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
268 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
271 2007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
273 * configure.ac: Add --enable-version-specific-runtime-libs.
274 Correct $slibdir default.
275 * configure: Regenerated.
277 2007-01-23 Joseph Myers <joseph@codesourcery.com>
279 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
281 2007-01-21 Andrew Pinski <pinskia@gmail.com>
284 * config.host (alpha*-*-linux*): Set extra_parts.
286 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
288 * config/sh/t-linux: New.
289 * config.host (sh*-*-linux*): Set tmake_file.
291 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
293 * Makefile.in (install): Handle multilibs.
295 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
297 * Makefile.in: Added .PHONY entry for documentation targets.
299 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
301 * Makefile.in: Add empty info, html, dvi, pdf targets.
303 2007-01-04 Mike Stump <mrs@apple.com>
305 * Makefile.in (MAKEINFO): Remove.
308 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
310 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
311 * configure: Regenerate.
312 * Makefile.in (host_subdir): Substitute it.
313 (gcc_objdir): Use it.
315 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
317 * config.host (ia64*-*-linux*): Set tmake_file.
319 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
321 * Makefile.in (version): Define.
323 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
324 Paolo Bonzini <bonzini@gnu.org>
326 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
327 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
328 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
329 config/sparc/t-crtfm, config/t-slibgcc-darwin,
330 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
331 shared-object.mk, siditi-object.mk, static-object.mk: New files.
332 * configure: Generated.