OSDN Git Service

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