OSDN Git Service

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