OSDN Git Service

* config/gmon-sol2.c: Reindent.
[pf3gnuchains/gcc-fork.git] / libgcc / ChangeLog
1 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2
3         * config/gmon-sol2.c: Reindent.
4         Cleanup comments.
5         Remove, correct casts.
6         Use STDERR_FILENO, NULL.
7         (BASEADDRESS): Remove.
8         (minbrk): Remove.
9         (errno, sbrk): Remove declarations.
10         (monstartup) [hp300]: Remove.
11         (mcount): Remove.
12
13 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14
15         * Makefile.in (cpu_type): Define.
16         * config.host (i[34567]86-*-rtems*): Handle it.
17         (i[34567]86-*-solaris2*): Move body ...
18         (*-*-solaris2*): ... here.
19         New case, generalize.
20         (sparc-*-elf*): Handle it.
21         (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
22         (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
23         (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
24         Fold into ...
25         (sparc*-*-solaris2*): ... this.
26         New case.
27         (sparc64-*-elf*): Handle it.
28         * config/gmon-sol2.c: Move from ../gcc/config/sparc.
29         Merge ../gcc/config/i386/gmon-sol2.c.
30         * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
31         Use C comments.
32         Merge ../gcc/config/i386/sol2-gc1.asm.
33         * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
34         Use C comments.
35         * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
36         Use C comments.
37         * config/i386/t-crtfm (crtfastmath.o): Use $<.
38         * config/i386/t-crtstuff: New file.
39         * config/i386/t-softfp: New file.
40         * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
41         $(T)crti.o, $(T)crtn.o): Remove.
42         (gcrt1.o): New rule.
43         (TARGET_LIBGCC2_CFLAGS): Remove.
44         * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
45         * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
46         * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
47         * config/sparc/t-sol2: New file.
48         * config/sparc/t-crtfm: Move to ...
49         * config/t-crtfm: ... this.
50         Use $(cpu_type), $<.
51         * config/t-crtin: New file.
52         * config/sparc/t-softfp: New file.
53         * config/sparc/t-softmul: New file.
54         * config/t-rtems: New file.
55         * config/t-slibgcc: New file.
56         * config/t-slibgcc-elf-ver: New file.
57         * config/t-slibgcc-gld: New file.
58         * config/t-slibgcc-sld: New file.
59         * config/t-sol2: New file.
60         * configure.ac: Include ../config/lib-ld.m4.
61         Call AC_LIB_PROG_LD_GNU.
62         Substitute cpu_type.
63         * configure: Regenerate.
64
65 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
66
67         PR bootstrap/49173
68         * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
69         libgcc-std.ver in the build directory.
70         * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
71         * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
72
73 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
74
75         * libgcc-std.ver.in: New file.
76         * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
77         variables.
78         (libgcc-std.ver): New rule.
79         * config/t-gnu-prefix: New file.
80
81 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
82
83         * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
84
85 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
86
87         * config/i386/darwin-lib.h: New file.
88
89 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
90
91         * config/arm/symbian-lib.h: New.
92
93 2011-05-04  Chris Demetriou  <cgd@google.com>
94
95         * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
96         (__x86.get_pc_thunk.bx): ...this.
97         (__morestack): Adjust for rename, remove undef of __i686.
98
99 2011-05-03  Chris Demetriou  <cgd@google.com>
100
101         * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
102
103 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
104
105         * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
106         arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
107         m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
108         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
109         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
110         Remove cases.
111
112 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
113
114         * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
115         Adjust copyright year.
116
117 2011-03-07  Ian Lance Taylor  <iant@google.com>
118
119         * generic-morestack.c (__splitstack_find): Adjust returned stack
120         pointer to include all registers pushed by __morestack.
121
122 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
123
124         PR target/40125
125         * configure.ac: Call ACX_NONCANONICAL_TARGET.
126         (toolexecdir): Calculate and AC_SUBST.
127         (toolexeclibdir): Likewise.
128         * Makefile.in (target_noncanonical): Import.
129         (toolexecdir): Likewise.
130         (toolexeclibdir): Likewise.
131         * configure: Regenerate.
132
133 2010-12-13  Nathan Froyd  <froydnj@codesourcery.com>
134
135         PR target/46040
136         * config/arm/bpabi.h: Rename to...
137         * config/arm/bpabi-lib.h: ...this.
138
139 2010-12-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
140
141         * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
142         appropriate.
143         * configure: Regenerate.
144
145 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
146
147         * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
148         __FLOAT_WORD_ORDER__.
149         * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
150         Delete.
151
152 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
153
154         PR other/46202
155         * Makefile.in (install-strip): New phony target.
156
157 2010-11-07  Ian Lance Taylor  <iant@google.com>
158
159         PR target/46089
160         * config/i386/morestack.S (__morestack_large_model): New
161         function.
162
163 2010-10-23  Nathan Froyd  <froydnj@codesourcery.com>
164
165         * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
166         Delete.
167         (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
168
169 2010-10-14  Nathan Froyd  <froydnj@codesourcery.com>
170
171         * config/arm/bpabi.h: New file.
172         * config/frv/frv-abi.h: New file.
173
174 2010-10-01  Ian Lance Taylor  <iant@google.com>
175
176         * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
177         * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
178
179 2010-10-01  H.J. Lu  <hongjiu.lu@intel.com>
180
181         PR target/45858
182         * config.host: Add the missing `$'.
183
184 2010-09-30  Michael Eager  <eager@eagercon.com>
185
186         * config.host: Add microblaze*-*-*.
187         * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
188         muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
189         udivsi3.asm,umodsi3.asm}:  New.
190
191 2010-09-28  Ian Lance Taylor  <iant@google.com>
192
193         * configure.ac: Adjust CFI test to test assembler directly rather
194         than checking gcc preprocessor macro.
195         * configure: Rebuild.
196
197 2010-09-27  Ian Lance Taylor  <iant@google.com>
198
199         * configure.ac: Test whether assembler supports CFI directives.
200         * config.host: Only add t-stack and i386/t-stack-i386 to
201         tmake_file if libgcc_cv_cfi is "yes".
202         * configure: Rebuild.
203
204 2010-09-27  Ian Lance Taylor  <iant@google.com>
205
206         * generic-morestack.h: New file.
207         * generic-morestack.c: New file.
208         * generic-morestack-thread.c: New file.
209         * config/i386/morestack.S: New file.
210         * config/t-stack: New file.
211         * config/i386/t-stack-i386: New file.
212         * config.host (i[34567]86-*-linux* and friends): Add t-stack and
213         i386/t-stack-i386 to tmake_file.
214
215 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
216
217         * Makefile.in (libgcc-extra-parts):  Check for static archives and
218         invoke ranlib after installing them.
219         (gcc-extra-parts): Likewise.
220         (install-leaf): Likewise.
221
222 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
223
224         * configure: Regenerated.
225
226 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
227
228         * configure: Regenerated.
229
230 2010-09-09  Gerald Pfeifer  <gerald@pfeifer.com>
231             Andrew Pinski  <pinskia@gmail.com>
232
233         PR target/40959 
234         * config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.
235
236 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
237
238         PR target/45524
239         * configure: Regenerated.
240
241 2010-09-06  Andreas Schwab  <schwab@redhat.com>
242
243         * configure: Regenerate.
244
245 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
246
247         * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
248         64bit targets.
249         (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
250         for 64bit targets.
251
252 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
253             Iain Sandoe  <iains@gcc.gnu.org>
254
255         PR target/45476
256         * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
257         LIB2FUNCS_EXCLUDE functions.
258
259 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
260
261         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
262         Include dfp.m4.
263         * configure: Regenerate.
264
265 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
266
267         * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
268         i386/t-freebsd to tmake_file.
269         * config/i386/t-freebsd: New file.
270         * config/i386/libgcc-bsd.ver: New file.
271
272 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
273
274         * config.host (powerpc*-eabispe*): Set tmake_file.
275         (powerpc*-eabi*): Likewise.
276         * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
277         crtbeginS, crtendS, crtbeginT.
278
279 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
280
281         * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
282         to tmake_file.  Add crtfastmath.o to extra_parts.
283         * config/mips/t-crtfm: New.
284
285 2010-05-19  Joel Sherrill <joel.sherrill@oarcorp.com>
286
287         * config.host (sparc64-*-rtems*): New target.
288
289 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
290
291         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
292         assembler syntax.
293
294 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
295
296         * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
297
298 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
299
300         * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
301         alpha-dec-osf5.0* support.
302
303 2010-04-01  Ralf Corsépius <ralf.corsepius@rtems.org>
304
305         * config.host: Add lm32-*-rtems*.
306
307 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
308             Uros Bizjak <ubizjak@gmail.com>
309
310         PR target/39048
311         * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
312         like other remaining 32-bit x86 OSes.
313         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
314         assembler syntax.
315         * config/i386/libgcc-sol2.ver: New file.
316         * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
317
318 2010-03-30  Jack Howarth <howarth@bromo.med.uc.edu>
319
320         PR c/43553
321         * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
322         * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
323         is used and substitute set_use_emutls.
324         * configure: Regenerated.
325
326 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
327
328         * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
329
330 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
331
332         PR target/38085
333         * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
334         MULTILIB_CFLAGS.
335         ($(T)gcrt1.o): Likewise.
336         ($(T)crt1.o): Likewise.
337         ($(T)crti.o): Likewise.
338         ($(T)crtn.o): Likewise.
339
340 2010-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
341
342         PR other/42980
343         * Makefile.in (install): Use $(MAKE) string in rule, for
344         parallel make.
345
346 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
347
348         Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
349         * config/mmix/t-mmix: New file.
350         * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
351
352 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
353
354         PR java/41991
355         * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
356         SHLIB_MAPFILES.
357
358 2010-01-04  Anthony Green  <green@moxielogic.com>
359
360         * config/moxie/crti.asm, config/moxie/crtn.asm,
361         config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
362         config/moxie/t-moxie: New files.
363         * config.host: Add t-moxie-softfp reference.
364
365 2009-11-18  Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
366
367         PR other/39888
368         * config/t-slibgcc-darwin: Fix embedded rpaths for
369         --enable-version-specific-runtime-libs, build extension stub
370         libs exposing features available from current libgcc_s.
371
372 2009-11-11  Jon Beniston <jon@beniston.com>
373
374         * config.host: Add lm32 targets.
375         * config/lm32: New directory.
376         * config/lm32/libgcc_lm32.h: New file.
377         * config/lm32/_mulsi3.c: New file.
378         * config/lm32/_udivmodsi4.c: New file.
379         * config/lm32/_divsi3.c: New file.
380         * config/lm32/_modsi3.c: New file.
381         * config/lm32/_udivsi3.c: New file.
382         * config/lm32/_umodsi3.c: New file.
383         * config/lm32/_lshrsi3.S: New file.
384         * config/lm32/_ashrsi3.S: New file.
385         * config/lm32/_ashlsi3.S: New file.
386         * config/lm32/crti.S: New file.
387         * config/lm32/crtn.S: New file.
388         * config/lm32/t-lm32: New file.
389         * config/lm32/t-elf: New file.
390         * config/lm32/t-uclinux: New file.
391
392 2009-10-26  Nick Clifton  <nickc@redhat.com>
393
394         * config.host: Add support for RX target.
395         * config/rx: New directory.
396         * config/rx/rx-abi-functions.c: New file. Supplementary
397         functions for libgcc to support the RX ABI.
398         * config/rx/rx-abi.h: New file.  Supplementary header file for
399         libgcc RX ABI functions.
400         * config/rx/t-rx: New file: Makefile fragment for building
401         libgcc for the RX.
402
403 2009-10-09  Uros Bizjak  <ubizjak@gmail.com>
404
405         * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
406         constraint of y0 to "g".
407
408 2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
409
410         * config.host: Include the s390 makefile fragments.
411         * config/s390/32/_fixdfdi.c: New file.
412         * config/s390/32/_fixsfdi.c: New file.
413         * config/s390/32/_fixtfdi.c: New file.
414         * config/s390/32/_fixunsdfdi.c: New file.
415         * config/s390/32/_fixunssfdi.c: New file.
416         * config/s390/32/_fixunstfdi.c: New file.
417         * config/s390/32/t-floattodi: New file.
418         * config/s390/libgcc-glibc.ver: New file.
419         * config/s390/t-crtstuff: New file.
420         * config/s390/t-linux: New file.
421         * config/s390/t-tpf: New file.
422
423 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
424
425         * configure.ac (AC_PREREQ): Bump to 2.64.
426
427 2009-08-22  Kaz Kojima  <kkojima@gcc.gnu.org>
428
429         * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
430
431 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
432
433         * configure: Regenerate.
434
435 2009-08-09  Douglas B Rupp  <rupp@gnat.com>
436
437         * config.host (ia64-hp-*vms*): New target.
438         (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
439         with ia64-hp-*vms*.
440
441 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
442
443         * configure.ac: Add snippet for maintainer-mode.
444         * configure: Regenerate.
445         * Makefile.in (AUTOCONF, configure_deps): New variables.
446         ($(srcdir)/configure)): New rule, active only with maintainer
447         mode turned on.
448
449 2009-06-23  DJ Delorie  <dj@redhat.com>
450
451         Add MeP port.
452         * config.host: Add mep support.
453
454 2009-06-22  Kai Tietz  <kai.tietz@onevision.com>
455
456         * config.host: Add i386/${host_address}/t-fprules-softfp and
457         t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
458
459         * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
460         for mingw targets.
461         * config/i386/64/_multc3.c: Likewise.
462         * config/i386/64/_powitf2.c: Likewise.
463         * config/i386/64/eqtf2.c: Likewise.
464         * config/i386/64/getf2.c: Likewise.
465         * config/i386/64/letf2.c: Likewise.
466         * config/i386/64/letf2.c: Likewise.
467         * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
468         unsigned long long for x64 mingw targets.
469         (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
470         (_FP_I_TYPE): Define as long long for x64 mingw target.
471
472 2009-06-10  Maciej W. Rozycki  <macro@linux-mips.org>
473
474         * config.host (vax-*-linux*): New.
475
476 2009-05-31  Anthony Green  <green@moxielogic.com>
477
478         * config.host: Add moxie support.
479         * config/moxie/t-moxie: New file.
480
481 2009-05-29  David Billinghurst <billingd@gcc.gnu.org>
482
483         * config.host: Add i386/${host_address}/t-fprules-softfp and
484         t-softfp to tmake_file for i[34567]86-*-cygwin*.
485
486 2009-04-17  Aurelien Jarno  <aurelien@aurel32.net>
487
488         * config.host: Add i386/${host_address}/t-fprules-softfp to
489         tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
490
491 2009-04-09  Nick Clifton  <nickc@redhat.com>
492
493         * config/ia64/tf-signs.c: Change copyright header to refer to
494         version 3 of the GNU General Public License with version 3.1
495         of the GCC Runtime Library Exception and to point readers at
496         the COPYING3 and COPYING3.RUNTIME files and the FSF's license
497         web page.
498         * config/i386/32/tf-signs.c: Likewise.
499         * config/libbid/_addsub_dd.c: Likewise.
500         * config/libbid/_addsub_sd.c: Likewise.
501         * config/libbid/_addsub_td.c: Likewise.
502         * config/libbid/_dd_to_df.c: Likewise.
503         * config/libbid/_dd_to_di.c: Likewise.
504         * config/libbid/_dd_to_sd.c: Likewise.
505         * config/libbid/_dd_to_sf.c: Likewise.
506         * config/libbid/_dd_to_si.c: Likewise.
507         * config/libbid/_dd_to_td.c: Likewise.
508         * config/libbid/_dd_to_tf.c: Likewise.
509         * config/libbid/_dd_to_udi.c: Likewise.
510         * config/libbid/_dd_to_usi.c: Likewise.
511         * config/libbid/_dd_to_xf.c: Likewise.
512         * config/libbid/_df_to_dd.c: Likewise.
513         * config/libbid/_df_to_sd.c: Likewise.
514         * config/libbid/_df_to_td.c: Likewise.
515         * config/libbid/_di_to_dd.c: Likewise.
516         * config/libbid/_di_to_sd.c: Likewise.
517         * config/libbid/_di_to_td.c: Likewise.
518         * config/libbid/_div_dd.c: Likewise.
519         * config/libbid/_div_sd.c: Likewise.
520         * config/libbid/_div_td.c: Likewise.
521         * config/libbid/_eq_dd.c: Likewise.
522         * config/libbid/_eq_sd.c: Likewise.
523         * config/libbid/_eq_td.c: Likewise.
524         * config/libbid/_ge_dd.c: Likewise.
525         * config/libbid/_ge_sd.c: Likewise.
526         * config/libbid/_ge_td.c: Likewise.
527         * config/libbid/_gt_dd.c: Likewise.
528         * config/libbid/_gt_sd.c: Likewise.
529         * config/libbid/_gt_td.c: Likewise.
530         * config/libbid/_isinfd128.c: Likewise.
531         * config/libbid/_isinfd32.c: Likewise.
532         * config/libbid/_isinfd64.c: Likewise.
533         * config/libbid/_le_dd.c: Likewise.
534         * config/libbid/_le_sd.c: Likewise.
535         * config/libbid/_le_td.c: Likewise.
536         * config/libbid/_lt_dd.c: Likewise.
537         * config/libbid/_lt_sd.c: Likewise.
538         * config/libbid/_lt_td.c: Likewise.
539         * config/libbid/_mul_dd.c: Likewise.
540         * config/libbid/_mul_sd.c: Likewise.
541         * config/libbid/_mul_td.c: Likewise.
542         * config/libbid/_ne_dd.c: Likewise.
543         * config/libbid/_ne_sd.c: Likewise.
544         * config/libbid/_ne_td.c: Likewise.
545         * config/libbid/_sd_to_dd.c: Likewise.
546         * config/libbid/_sd_to_df.c: Likewise.
547         * config/libbid/_sd_to_di.c: Likewise.
548         * config/libbid/_sd_to_sf.c: Likewise.
549         * config/libbid/_sd_to_si.c: Likewise.
550         * config/libbid/_sd_to_td.c: Likewise.
551         * config/libbid/_sd_to_tf.c: Likewise.
552         * config/libbid/_sd_to_udi.c: Likewise.
553         * config/libbid/_sd_to_usi.c: Likewise.
554         * config/libbid/_sd_to_xf.c: Likewise.
555         * config/libbid/_sf_to_dd.c: Likewise.
556         * config/libbid/_sf_to_sd.c: Likewise.
557         * config/libbid/_sf_to_td.c: Likewise.
558         * config/libbid/_si_to_dd.c: Likewise.
559         * config/libbid/_si_to_sd.c: Likewise.
560         * config/libbid/_si_to_td.c: Likewise.
561         * config/libbid/_td_to_dd.c: Likewise.
562         * config/libbid/_td_to_df.c: Likewise.
563         * config/libbid/_td_to_di.c: Likewise.
564         * config/libbid/_td_to_sd.c: Likewise.
565         * config/libbid/_td_to_sf.c: Likewise.
566         * config/libbid/_td_to_si.c: Likewise.
567         * config/libbid/_td_to_tf.c: Likewise.
568         * config/libbid/_td_to_udi.c: Likewise.
569         * config/libbid/_td_to_usi.c: Likewise.
570         * config/libbid/_td_to_xf.c: Likewise.
571         * config/libbid/_tf_to_dd.c: Likewise.
572         * config/libbid/_tf_to_sd.c: Likewise.
573         * config/libbid/_tf_to_td.c: Likewise.
574         * config/libbid/_udi_to_dd.c: Likewise.
575         * config/libbid/_udi_to_sd.c: Likewise.
576         * config/libbid/_udi_to_td.c: Likewise.
577         * config/libbid/_unord_dd.c: Likewise.
578         * config/libbid/_unord_sd.c: Likewise.
579         * config/libbid/_unord_td.c: Likewise.
580         * config/libbid/_usi_to_dd.c: Likewise.
581         * config/libbid/_usi_to_sd.c: Likewise.
582         * config/libbid/_usi_to_td.c: Likewise.
583         * config/libbid/_xf_to_dd.c: Likewise.
584         * config/libbid/_xf_to_sd.c: Likewise.
585         * config/libbid/_xf_to_td.c: Likewise.
586         * config/libbid/bid128.c: Likewise.
587         * config/libbid/bid128_2_str.h: Likewise.
588         * config/libbid/bid128_2_str_macros.h: Likewise.
589         * config/libbid/bid128_2_str_tables.c: Likewise.
590         * config/libbid/bid128_add.c: Likewise.
591         * config/libbid/bid128_compare.c: Likewise.
592         * config/libbid/bid128_div.c: Likewise.
593         * config/libbid/bid128_fma.c: Likewise.
594         * config/libbid/bid128_logb.c: Likewise.
595         * config/libbid/bid128_minmax.c: Likewise.
596         * config/libbid/bid128_mul.c: Likewise.
597         * config/libbid/bid128_next.c: Likewise.
598         * config/libbid/bid128_noncomp.c: Likewise.
599         * config/libbid/bid128_quantize.c: Likewise.
600         * config/libbid/bid128_rem.c: Likewise.
601         * config/libbid/bid128_round_integral.c: Likewise.
602         * config/libbid/bid128_scalb.c: Likewise.
603         * config/libbid/bid128_sqrt.c: Likewise.
604         * config/libbid/bid128_string.c: Likewise.
605         * config/libbid/bid128_to_int16.c: Likewise.
606         * config/libbid/bid128_to_int32.c: Likewise.
607         * config/libbid/bid128_to_int64.c: Likewise.
608         * config/libbid/bid128_to_int8.c: Likewise.
609         * config/libbid/bid128_to_uint16.c: Likewise.
610         * config/libbid/bid128_to_uint32.c: Likewise.
611         * config/libbid/bid128_to_uint64.c: Likewise.
612         * config/libbid/bid128_to_uint8.c: Likewise.
613         * config/libbid/bid32_to_bid128.c: Likewise.
614         * config/libbid/bid32_to_bid64.c: Likewise.
615         * config/libbid/bid64_add.c: Likewise.
616         * config/libbid/bid64_compare.c: Likewise.
617         * config/libbid/bid64_div.c: Likewise.
618         * config/libbid/bid64_fma.c: Likewise.
619         * config/libbid/bid64_logb.c: Likewise.
620         * config/libbid/bid64_minmax.c: Likewise.
621         * config/libbid/bid64_mul.c: Likewise.
622         * config/libbid/bid64_next.c: Likewise.
623         * config/libbid/bid64_noncomp.c: Likewise.
624         * config/libbid/bid64_quantize.c: Likewise.
625         * config/libbid/bid64_rem.c: Likewise.
626         * config/libbid/bid64_round_integral.c: Likewise.
627         * config/libbid/bid64_scalb.c: Likewise.
628         * config/libbid/bid64_sqrt.c: Likewise.
629         * config/libbid/bid64_string.c: Likewise.
630         * config/libbid/bid64_to_bid128.c: Likewise.
631         * config/libbid/bid64_to_int16.c: Likewise.
632         * config/libbid/bid64_to_int32.c: Likewise.
633         * config/libbid/bid64_to_int64.c: Likewise.
634         * config/libbid/bid64_to_int8.c: Likewise.
635         * config/libbid/bid64_to_uint16.c: Likewise.
636         * config/libbid/bid64_to_uint32.c: Likewise.
637         * config/libbid/bid64_to_uint64.c: Likewise.
638         * config/libbid/bid64_to_uint8.c: Likewise.
639         * config/libbid/bid_b2d.h: Likewise.
640         * config/libbid/bid_binarydecimal.c: Likewise.
641         * config/libbid/bid_conf.h: Likewise.
642         * config/libbid/bid_convert_data.c: Likewise.
643         * config/libbid/bid_decimal_data.c: Likewise.
644         * config/libbid/bid_decimal_globals.c: Likewise.
645         * config/libbid/bid_div_macros.h: Likewise.
646         * config/libbid/bid_dpd.c: Likewise.
647         * config/libbid/bid_flag_operations.c: Likewise.
648         * config/libbid/bid_from_int.c: Likewise.
649         * config/libbid/bid_functions.h: Likewise.
650         * config/libbid/bid_gcc_intrinsics.h: Likewise.
651         * config/libbid/bid_inline_add.h: Likewise.
652         * config/libbid/bid_internal.h: Likewise.
653         * config/libbid/bid_round.c: Likewise.
654         * config/libbid/bid_sqrt_macros.h: Likewise.
655
656 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
657
658         * Makefile.in: Change copyright header to refer to version
659         3 of the GNU General Public License and to point readers at the
660         COPYING3 file and the FSF's license web page.
661         * config.host: Likewise.
662
663 2009-04-07  Alan Modra  <amodra@bigpond.net.au>
664
665         * config.host: Reorder and merge to match config.gcc change.
666
667 2009-04-03  Alan Modra  <amodra@bigpond.net.au>
668
669         * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
670
671 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
672
673         * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
674         armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
675         m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
676         powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
677
678 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
679
680         * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
681         * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
682
683 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
684
685         * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
686         ia64/t-softfp-compat to tmake_file.
687
688         * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
689
690         * config/ia64/__divxf3.asm: New.
691         * config/ia64/_fixtfdi.asm: Likewise.
692         * config/ia64/_fixunstfdi.asm: Likewise.
693         * config/ia64/_floatditf.asm: Likewise.
694         * config/ia64/t-fprules-softfp: Likewise.
695         * config/ia64/t-softfp-compat: Likewise.
696         * config/ia64/tf-signs.c: Likewise.
697
698 2009-01-18  Ben Elliston  <bje@au.ibm.com>
699
700         * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
701
702 2009-01-16  Ben Elliston  <bje@au.ibm.com>
703
704         * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
705         to tmake_file.
706
707 2009-01-13  Ben Elliston  <bje@au.ibm.com>
708
709         * config/t-softfp: New file.
710         * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
711         (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
712
713 2009-01-05  Joel Sherrill <joel.sherrill@oarcorp.com>
714
715         * config.host: Add m32r*-*-rtems*.
716
717 2008-12-01  Joel Sherrill <joel.sherrill@oarcorp.com>
718
719         * config.host: Add m32c*-*-rtems*.
720
721 2008-11-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
722
723         PR bootstrap/33100
724         * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
725         i386/t-crtstuff if linker supports ZERO terminator unwind entries.
726         * configure: Regenerate.
727         * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
728         tmake_file here from gcc/config.gcc.
729         Move extra_parts here from gcc/config.gcc.
730         * config/i386/t-sol2: Move here from gcc/config/i386.
731         Use gcc_srcdir instead of srcdir.
732
733 2008-11-18  Adam Nemet  <anemet@caviumnetworks.com>
734
735         * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
736         case.
737
738 2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>
739
740         * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
741
742 2008-10-08  Thomas Schwinge  <tschwinge@gnu.org>
743
744         * config.host: Fold `*-*-gnu*' cases into the Linux ones.
745
746 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
747
748         Add picoChip port.
749         * config.host: Add picochip-*-*.
750
751 2008-08-06  Bob Wilson  <bob.wilson@acm.org>
752
753         * config.host: Match more processor names for Xtensa.
754
755 2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>
756
757         * config/i386/64/t-softfp-compat: Update comments.
758
759 2008-07-07  H.J. Lu  <hongjiu.lu@intel.com>
760
761         * config/i386/64/_divtc3-compat.c: Moved to ...
762         * config/i386/64/_divtc3.c: Here.
763
764         * config/i386/64/_multc3-compat.c: Moved to ...
765         * config/i386/64/_multc3.c: Here.
766
767         * config/i386/64/_powitf2-compat.c: Moved to ...
768         * config/i386/64/_powitf2.c: Here.
769
770         * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
771         .c suffix instead of -compat.c.
772
773 2008-07-05  Uros Bizjak  <ubizjak@gmail.com>
774
775         * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
776         (_FP_MUL_MEAT_D): Ditto.
777         (_FP_DIV_MEAT_S): Ditto.
778         (_FP_DIV_MEAT_D): Ditto.
779
780 2008-07-03  Richard Sandiford  <rdsandiford@googlemail.com>
781
782         * Makefile.in: Add support for __sync_* libgcc functions.
783
784 2008-07-03  H.J. Lu  <hongjiu.lu@intel.com>
785
786         * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
787
788 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
789
790         PR boostrap/36702
791         * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
792         and Linux/x86.  Include 64bit t-softfp-compat for Linux/x86.
793
794         * config/i386/64/t-fprules-softfp: Moved to ...
795         * config/i386/64/t-softfp-compat: This.  New.
796
797 2008-07-02  Uros Bizjak  <ubizjak@gmail.com>
798
799         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
800         Initialize f with 0.0.
801
802 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
803
804         PR target/36669
805         * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
806
807         * config/i386/64/_divtc3-compat.c: New.
808         * config/i386/64/_multc3-compat.c: Likewise.
809         * config/i386/64/_powitf2-compat.c: Likewise.
810         * config/i386/64/eqtf2.c: Likewise.
811         * config/i386/64/getf2.c: Likewise.
812         * config/i386/64/letf2.c: Likewise.
813         * config/i386/64/t-fprules-softfp: Likewise.
814
815 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
816
817         * config.host: Add i386/${host_address}/t-fprules-softfp to
818         tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
819         i[34567]86-*-linux*, x86_64-*-linux*.
820
821         * configure.ac: Set host_address to 64 or 32 for x86.
822         * configure: Regenerated.
823
824         * Makefile.in (config.status): Also depend on
825         $(srcdir)/config.host.
826
827         * config/i386/32/t-fprules-softfp: New.
828         * config/i386/32/tf-signs.c: Likewise.
829
830         * config/i386/64/sfp-machine.h: New. Moved from gcc.
831
832 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
833             Uros Bizjak  <ubizjak@gmail.com>
834
835         * config/i386/32/sfp-machine.h: New.
836
837 2008-06-26  Nathan Froyd  <froydnj@codesourcery.com>
838
839         * config/rs6000/t-ppccomm: Remove rules that conflict with
840         auto-generated rules.
841
842 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
843
844         * configure.ac: sinclude override.m4.
845         * configure: Regenerate.
846
847 2008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
848
849         * configure: Regenerate.
850
851 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
852
853         * Makefile.in (DECNUMINC): Remove
854         -I$(MULTIBUILDTOP)../../libdecnumber.
855         * gstdint.h: New.
856
857 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
858
859         * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
860         parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
861         alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
862         arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
863         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
864         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
865         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
866         i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
867         i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
868         mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
869         powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
870         powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
871         strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
872         vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
873
874 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
875
876         * config.host (sh2[lbe]*-*-linux*): Allow target.
877
878 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
879
880         * config/rs6000/t-ppccomm: Add build rules for new files.
881         (LIB2ADD_ST): New variable.
882
883 2008-04-07  Andy Hutchinson  <hutchinsonandy@aim.com>
884
885         PR target/34210
886         PR target/35508
887         * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
888         * config/t-avr: New file. Build 16bit libgcc functions.
889
890 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
891
892         PR target/35401
893         * config/t-slibgcc-darwin: Make install-leaf dependent on
894         install-darwin-libgcc-stubs instead of install.
895
896 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
897
898         * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
899         tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
900         sh-*-rtemscoff*): Remove cases.
901
902 2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
903
904         * Makefile.in (all): Use install-leaf rather than install.
905         (install): Split most of the rule into...
906         (install-leaf): ...this new one.
907
908 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
909             Paolo Bonzini  <bonzini@gnu.org>
910
911         PR target/30572
912         * Makefile.in: Use @shlib_slibdir@ substitution to get
913         correct install name on darwin.
914         * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
915
916 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
917
918         * config.host (crisv32-*-elf, crisv32-*-none): New, same as
919         cris-*-elf and cris-*-none.
920         (crisv32-*-linux*): Similar, as cris-*-linux*.
921
922 2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
923
924         * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
925
926 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
927
928         PR regression/33926
929         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
930         * configure: Regenerated.
931
932 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
933
934         * Makefile.in (dfp-filenames): Replace decimal_globals,
935         decimal_data, binarydecimal and convert_data with
936         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
937         and bid_convert_data, respectively.
938
939 2007-09-17  Chao-ying Fu  <fu@mips.com>
940             Nigel Stephens  <nigel@mips.com>
941
942         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
943         * Makefile.in (fixed_point): Define.
944         Check if fixed_point is yes to build support functions.
945         * configure.ac: Check for fixed_point support.
946         * configure: Regenerated.
947         * gen-fixed.sh: New file to generate lists of fixed-point labels,
948         funcs, modes, from, to.
949
950 2007-09-11  Janis Johnson  <janis187@us.ibm.com
951
952         * Makefile.in (dfp-filenames): Add bid128_noncomp.
953
954 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
955
956         * Makefile.in (dfp-filenames): Remove decUtility, add
957         decDouble, decPacked, decQuad, decSingle.
958
959 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
960
961         * config.host : Add x86_64-elf target.
962
963 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
964
965         * configure.ac (set_have_cc_tls): Add a missing =.
966         * configure: Regenerated.
967
968 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
969
970         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
971         and x86_64-*-linux*.
972
973         * config/t-tls: New file.
974
975         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
976
977         * configure.ac: Include ../config/enable.m4 and
978         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
979         supports TLS and substitute set_have_cc_tls.
980         * configure: Regenerated.
981
982 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
983
984         * Makefile.in: Use libbid for DFP when BID is enabled.
985
986 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
987
988         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
989         extra_parts. Add config/i386/t-cygming to tmake_file.
990         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
991
992 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
993             Danny Smith  <dannysmith@users.sourceforge.net>
994
995         PR target/29498
996         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
997         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
998         * config/i386/t-crtfm: Compile crtfastmath.o with
999         -minline-all-stringops.
1000
1001 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
1002
1003         * config.host (sparc-wrs-vxworks): New target.
1004
1005 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
1006
1007         * config.host: Recognize fido.
1008
1009 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
1010
1011         * configure: Check host, not target, for decimal float support.
1012
1013 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
1014
1015         * config/i386/t-crtpc: New file.
1016         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
1017         (x86_64-*-linux*): Ditto.
1018
1019 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
1020
1021         * config.host (x86_64-*-mingw*): New target.
1022
1023 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
1024             H.J. Lu  <hongjiu.lu@intel.com>
1025
1026         * Makefile.in (enable_decimal_float): New.
1027         (DECNUMINC): Add
1028         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
1029         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
1030         (decbits-filenames): This.
1031         (decbits-objects): New.
1032         (libgcc-objects): Add $(decbits-objects).
1033
1034         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
1035         Substitute enable_decimal_float.
1036         * configure: Regenerated.
1037
1038 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
1039
1040         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
1041
1042 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1043
1044         * Makefile.in (install-info): New dummy target.
1045
1046 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
1047
1048         * config.host (bfin*-linux-uclibc*): Set extra_parts.
1049
1050 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1051
1052         * Makefile.in: Add install-html and install-pdf dummy
1053         targets.
1054
1055 2007-02-05  Roger Sayle  <roger@eyesopen.com>
1056             Daniel Jacobowitz  <dan@codesourcery.com>
1057
1058         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
1059         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
1060         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
1061
1062 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
1063
1064         * Makefile.in (dec-filenames): Add decExcept.
1065
1066 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
1067
1068         PR bootstrap/30469
1069         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
1070         -fprofile-use.
1071
1072 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
1073
1074         * configure.ac: Add --enable-version-specific-runtime-libs.
1075         Correct $slibdir default.
1076         * configure: Regenerated.
1077
1078 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
1079
1080         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
1081
1082 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
1083
1084         PR target/30519
1085         * config.host (alpha*-*-linux*): Set extra_parts.
1086
1087 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1088
1089         * config/sh/t-linux: New.
1090         * config.host (sh*-*-linux*): Set tmake_file.
1091
1092 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
1093
1094         * Makefile.in (install): Handle multilibs.
1095
1096 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
1097
1098         * Makefile.in: Added .PHONY entry for documentation targets.
1099
1100 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
1101
1102         * Makefile.in: Add empty info, html, dvi, pdf targets.
1103
1104 2007-01-04  Mike Stump  <mrs@apple.com>
1105
1106         * Makefile.in (MAKEINFO): Remove.
1107         (PERL): Likewise.
1108
1109 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
1110
1111         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
1112         * configure: Regenerate.
1113         * Makefile.in (host_subdir): Substitute it.
1114         (gcc_objdir): Use it.
1115
1116 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
1117
1118         * config.host (ia64*-*-linux*): Set tmake_file.
1119
1120 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
1121
1122         * Makefile.in (version): Define.
1123
1124 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
1125             Paolo Bonzini  <bonzini@gnu.org>
1126
1127         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
1128         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
1129         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
1130         config/sparc/t-crtfm, config/t-slibgcc-darwin,
1131         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
1132         shared-object.mk, siditi-object.mk, static-object.mk: New files.
1133         * configure: Generated.