]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/ChangeLog
XFAIL objc.dg/stabs-1.m on IRIX (PR target/52152)
[thirdparty/gcc.git] / libgcc / ChangeLog
CommitLineData
2da8c1ad
GJL
12012-01-15 Georg-Johann Lay <avr@gjlay.de>
2 Anatoly Sokolov <aesok@post.ru>
3 Eric Weddington <eric.weddington@atmel.com>
4
5 PR target/52261
6 * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
7 (__epilogue_restores__): Ditto.
8
0f952eb4
EB
92012-02-15 Eric Botcazou <ebotcazou@adacore.com>
10
11 PR target/51921
12 PR target/52205
13 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
14 Solaris 11 and slightly reformat.
15 (sparc_is_sighandler): Likewise.
16
dd552284
WL
172012-02-14 Walter Lee <walt@tilera.com>
18
19 * config.host: Handle tilegx and tilepro.
20 * config/tilegx/sfp-machine.h: New file.
21 * config/tilegx/sfp-machine32.h: New file.
22 * config/tilegx/sfp-machine64.h: New file.
23 * config/tilegx/t-crtstuff: New file.
24 * config/tilegx/t-softfp: New file.
25 * config/tilegx/t-tilegx: New file.
26 * config/tilepro/atomic.c: New file.
27 * config/tilepro/atomic.h: New file.
28 * config/tilepro/linux-unwind.h: New file.
29 * config/tilepro/sfp-machine.h: New file.
30 * config/tilepro/softdivide.c: New file.
31 * config/tilepro/softmpy.S: New file.
32 * config/tilepro/t-crtstuff: New file.
33 * config/tilepro/t-tilepro: New file.
34
b59cbd50
JW
352012-02-07 Jonathan Wakely <jwakely.gcc@gmail.com>
36
37 PR libstdc++/51296
38 PR libstdc++/51906
39 * gthr-posix.h: Allow static initializer macros to be disabled.
40 (__gthrw_pthread_cond_init): Define weak reference unconditionally.
41
6caf807f
CLT
422012-02-05 Chung-Lin Tang <cltang@codesourcery.com>
43
44 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
45 Add t-slibgcc-libgcc to tmake_file.
46 * config/mips/libgcc-mips16.ver: Revert previous patch.
47 * config/mips/mips16.S (__mips16_rdhwr): Hide.
48
b25364a0
S
492012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
50 Jayant R Sonar <jayant.sonar@kpitcummins.com>
51
52 * config.host: Add National Semiconductor CR16 target (cr16-*-*).
53 * config/cr16/crti.S: New file.
54 * config/cr16/crtlibid.S: New file.
55 * config/cr16/crtn.S: New file.
56 * config/cr16/lib1funcs.S: New file.
57 * config/cr16/t-cr16: New file.
58 * config/cr16/t-crtlibid: New file.
59 * config/cr16/unwind-dw2.h: New file.
60 * config/cr16/unwind-cr16.c: New file.
61 * config/cr16/divmodhi3.c: New file.
62
8ef03aa7
AM
632012-01-25 Alan Modra <amodra@gmail.com>
64
65 * config/rs6000/t-linux64: Delete. Move..
66 * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
67 * config/rs6000/t-linux: ..and libgcc flags to here.
68
daecebc8
DR
692012-01-22 Douglas B Rupp <rupp@gnat.com>
70
71 * config.host (i[34567]86-*-interix3*):
8ef03aa7 72 Change triplet to i[34567]86-*-interix[3-9]*.
daecebc8
DR
73 * configure: Regenerate.
74
ddaf8125
RS
752012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
76 Richard Sandiford <rdsandiford@googlemail.com>
77
78 * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
79 * config/mips/mips16.S (__mips16_rdhwr): New function.
80 * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
81
2cd8b32c
NS
822012-01-11 Nathan Sidwell <nathan@acm.org>
83
84 * libgcov.c (__gcov_init): Ignore objects with no functions.
85
cba300dd
GJL
862012-01-10 Georg-Johann Lay <avr@gjlay.de>
87
88 PR target/49868
89 Extend __pgmx semantics to linearize memory.
90 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
91 * config/avr/lib1funcs.S (__xload_1): New function.
92 (__movmemx_qi, __movmemx_hi): New functions.
93 (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
94 semantics.
9ffaf4bc 95
3d137660
EB
962012-01-09 Eric Botcazou <ebotcazou@adacore.com>
97
98 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
99 purported sigacthandler address isn't null before dereferencing it.
100 (sparc_is_sighandler): Likewise.
101
bf4db96c
EB
1022012-01-09 Eric Botcazou <ebotcazou@adacore.com>
103
104 PR ada/41929
105 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
106 add CFA. Revert back to old code for Solaris 8+ multi-threaded.
107 (sparc_is_sighandler): Likewise.
108 (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
109
1ab3568b
TG
1102012-01-06 Tristan Gingold <gingold@adacore.com>
111
112 * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
113 compatibility thunks...
114 (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
115 (crtbeginS.o, crtendS.o): ... and these to ...
116 * config/ia64/t-ia64-elf: ... this new file.
117 * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
118 (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
119
925b0ed8
AK
1202012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
121
122 * configure: Regenerate.
123 * config/s390/t-crtstuff: Remove -fPIC.
124
a99ad737
JW
1252012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
126
127 PR bootstrap/51006
128 * enable-execute-stack-mprotect.c (getpagesize): Do not define
129 for NetBSD.
130
884f56d1
GJL
1312012-01-02 Georg-Johann Lay <avr@gjlay.de>
132
133 PR target/51345
134 * config/avr/lib1funcs.S: Remove FIXME comments.
135 (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
136
8c57e547
GJL
1372012-01-02 Georg-Johann Lay <avr@gjlay.de>
138
139 Implement light-weight DImode support.
140 * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
141 _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
142 * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
143 __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
144
04dbc287
NS
1452011-12-30 Nathan Sidwell <nathan@acm.org>
146
147 * libgcov.c (gcov_crc32): Remove global var.
148 (free_fn_data): New function.
149 (buffer_fn_data): Pass in filename, more robust error recovery.
150 (crc32_unsigned): New function.
151 (gcov_exit): More robust detection of new program. More robust
152 error recovery.
153 (__gcov_init): Do not update program's crc here.
154
8e1d97d4
TG
1552011-12-21 Tristan Gingold <gingold@adacore.com>
156
157 * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
158
9ffaf4bc
ILT
1592011-12-21 Ian Lance Taylor <iant@google.com>
160
161 * config/i386/morestack.S: Simplify CFI opcodes throughout.
162
a0c8d0c1
ILT
1632011-12-20 Ian Lance Taylor <iant@google.com>
164
165 * config/i386/morestack.S (__morestack_non_split): If there is
166 enough stack space already, don't split. Ask for more stack space
167 than we required.
168
69048898
SDJ
1692011-12-20 Sergio Durigan Junior <sergiodj@redhat.com>
170
171 * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
172 `sys/sdt.h'.
173 (_Unwind_DebugHook): New function.
174 (uw_restore_core_regs): New define.
175 (unwind_phase2): Use uw_restore_core_regs instead of
176 restore_core_regs.
177 (unwind_phase2_forced): Likewise.
178 (__gnu_Unwind_Resume): Likewise.
179
1bb4b6a3
UB
1802011-12-20 Uros Bizjak <ubizjak@gmail.com>
181
182 * config/alpha/linux-unwind.h: Update copyright years.
183 (MD_FROB_UPDATE_CONTEXT): New define.
184 (alpha_frob_update_context): New function.
185
eb028768
RS
1862011-12-17 Richard Sandiford <rdsandiford@googlemail.com>
187
188 * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
189 tmake_file rather replacing it.
190
6a2045bf
IS
1912011-12-15 Iain Sandoe <iains@gcc.gnu.org>
192
193 * config/rs6000/darwin-world.S (toplevel): Make it clear that this
1bb4b6a3 194 function is not used for PPC64.
6a2045bf
IS
195 (save_world): Amend comments. Update the VRsave mask to reflect the
196 saved regs.
197 (rest_world): Update comments, do not clobber r10, do not use r8.
198 (eh_rest_world_r10): Amend comments, do not use r8.
199 (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
200 no longer used, move restore of CR and target address to the end of
201 the routine.
202
a13780a6
L
2032011-12-14 H.J. Lu <hongjiu.lu@intel.com>
204
205 * generic-morestack.c (__generic_morestack_set_initial_sp): Check
206 __GLIBC__ instead of __linux__ when using __SIGRTMIN.
207
d7288dfb
GJL
2082011-12-14 Georg-Johann Lay <avr@gjlay.de>
209
210 PR target/49313
211 * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
212 * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
213
8d2c862d
EB
2142011-12-11 Eric Botcazou <ebotcazou@adacore.com>
215
216 * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
217
3447cae6
GJL
2182011-12-09 Georg-Johann Lay <avr@gjlay.de>
219
220 PR target/49313
221 * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
222 * config/avr/lib1funcs.S (__muldi3): New function.
223
806fc6aa
AP
2242011-12-06 Andrew Pinski <apinski@cavium.com>
225
226 * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
227 size of func_ptr.
228 (__frame_dummy_init_array_entry): Likewise.
229
28c5e6b5
GJL
2302011-12-06 Georg-Johann Lay <avr@gjlay.de>
231
232 Forward-port from gcc-4_6-branch r181936 2011-12-02.
233
234 PR target/51345
235 PR target/51002
236 * config/avr/lib1funcs.S (__prologue_saves__,
237 __epilogue_restores__, __divdi3_moddi3): Enclose parts using
238 __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__). Add FIXME comments.
239
8f90394a
IS
2402011-12-04 Iain Sandoe <iains@gcc.gnu.org>
241
242 * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
243
06dd33ac
JDA
2442011-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
245
246 PR other/51272
247 * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
248 (_ITM_deregisterTMCloneTable): Likewise.
249 (__register_frame_info): Fix unused warning.
250 (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
251 pthread_default_stacksize_np): Likewise.
252 * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
1bb4b6a3 253
85b8555e
DD
2542011-11-29 DJ Delorie <dj@redhat.com>
255
256 * config.host (rl78-*-elf): New case.
257 * config/rl78: New directory for the Renesas RL78.
258
4d5ae4ea
BS
2592011-11-29 Bernd Schmidt <bernds@codesourcery.com>
260
261 * config.host (tic6x-*-uclinux): Append to extra_parts. Fix
262 formatting.
263
f9c55897
RO
2642011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
265
266 PR other/51022
267 * config/rs6000/t-savresfgpr: New file.
268 * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
269 $(srcdir)/config/rs6000/eabi.S.
270 * config/rs6000/t-ppccomm-ldbl: Remove.
271 * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
272 tmake_file.
273 (powerpc-*-eabispe*): Likewise.
274 (powerpc-*-eabi*): Likewise.
275 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
276 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
277 to tmake_file, remove rs6000/t-ppccomm-ldbl.
278 (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
279 tmake_file.
280 (powerpc-*-eabisim*): Likewise.
281 (powerpc-*-elf*): Likewise.
282 (powerpc-*-eabialtivec*): Likewise.
283 (powerpc-xilinx-eabi*): Likewise.
284 (powerpc-*-rtems*): Likewise.
285 (powerpcle-*-elf*): Likewise.
286 (powerpcle-*-eabisim*): Likewise.
287 (powerpcle-*-eabi*): Likewise.
288
a01207c4
ILT
2892011-11-27 Ian Lance Taylor <iant@google.com>
290
291 * generic-morestack.c (__splitstack_find): Check for NULL old
292 stack value.
293 (__splitstack_resetcontext): New function.
294 (__splitstack_releasecontext): New function.
295 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
296
2b0b8ab2
IS
2972011-11-27 Iain Sandoe <iains@gcc.gnu.org>
298
299 * config/darwin-crt-tm.c: Correct comments, use correct licence.
300
c1d8101c
IS
3012011-11-27 Iain Sandoe <iains@gcc.gnu.org>
302
303 * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
304
8b281334
RH
3052011-11-26 Richard Henderson <rth@redhat.com>
306
307 * config/m68k/linux-atomic.c: New file.
308 * config/m68k/t-linux: New file.
309 * config.host (m68k-uclinux, m68k-linux): Use it.
310
7546aa9d
RH
3112011-11-26 Richard Henderson <rth@redhat.com>
312
313 * crtstuff.c (__TMC_LIST__): Mark used not unused.
314 (__TMC_END__): Only declare if hidden is available; in the definition,
315 if hidden is unavailable add a null record.
316 (deregister_tm_clones, register_tm_clones): New.
317 (__do_global_dtors_aux, frame_dummy): Use them.
318 (__do_global_dtors, __do_global_ctors_1): Likewise.
319
e2362f5d
IS
3202011-11-22 Iain Sandoe <iains@gcc.gnu.org>
321
322 * config/darwin-crt-tm.c: New file.
323 * config.host (darwin): Build crttms.o crttme.o to provide
324 startup and shutdown for tm clones.
325 * config/t-darwin (crttms.o): New build rule.
326 (crttme.o): Likewise.
327
6685dd96
HPN
3282011-11-21 Hans-Peter Nilsson <hp@axis.com>
329
330 * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
331 et al.
332
b0dc7e4c
RH
3332011-11-21 Richard Henderson <rth@redhat.com>
334
335 * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
336 (__TMC_LIST__, __TMC_END__): New.
337 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
338 (__do_global_dtors): Likewise.
339 (frame_dummy): Call _ITM_registerTMCloneTable.
340 (__do_global_ctors_1): Likewise.
341
d4b4b542
RO
3422011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
343
344 * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
345 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
346 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
347 (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
348 * config/i386/t-darwin64: Remove.
349 * config/sh/t-netbsd (LIB2ADD): Remove.
350
989bdb74
GJL
3512011-11-21 Georg-Johann Lay <avr@gjlay.de>
352
353 PR target/49313
354 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
355 (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
356 * config/avr/lib1funcs.S (wmov): New assembler macro.
357 (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
358 (__moddi3, __divdi3, __divdi3_moddi3): New functions.
359 (__udivmod64): New function.
360 (__negdi2): New function.
361
515a0cfc
GP
3622011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
363
364 * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
365 *-*-freebsd*aout*): Remove.
366
0115d17f
HPN
3672011-11-20 Hans-Peter Nilsson <hp@axis.com>
368
369 * static-object.mk (c_flags-$o): Save c_flags.
370 ($(base)$(objext)): Use it.
371
93aeb62b
SE
3722011-11-18 Steve Ellcey <sje@cup.hp.com>
373
374 * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
375
7bc6df2c
GJL
3762011-11-18 Georg-Johann Lay <avr@gjlay.de>
377
378 PR target/49868
379 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
380 * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
381 New functions.
382
425d737b
MGD
3832011-11-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
384
385 * config/arm/lib1funcs.asm (udivsi3): Add support for divide
386 functions.
1bb4b6a3 387 (aeabi_uidivmod): Likewise.
425d737b
MGD
388 (umodsi3): Likewise.
389 (divsi3): Likewise.
390 (aeabi_idivmod): Likewise.
391 (modsi3): Likewise.
392
f2a176dc
TG
3932011-11-16 Tristan Gingold <gingold@adacore.com>
394
395 * config/alpha/qrnnd.S: Use specific pseudos for VMS.
396
7c209481
GJL
3972011-11-15 Georg-Johann Lay <avr@gjlay.de>
398
399 PR target/49868
400 * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3, _load_4.
401 * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
402
9dfd5832
JDA
4032011-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
404
405 * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
406 tmake_file list.
407 * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
408 * config/pa/t-stublib64: Delete.
409
f77dca5d
RH
4102011-11-12 Richard Henderson <rth@redhat.com>
411
412 * config/rs6000/linux-unwind.h (frob_update_context): Properly
413 cast the pointer argument to _Unwind_SetGRPtr.
414
902828f0
RO
4152011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
416
417 * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
418
e14304ef
ILT
4192011-11-09 Ian Lance Taylor <iant@google.com>
420
421 * generic-morestack.c: Include <string.h>.
422 (uintptr_type): Define.
423 (struct initial_sp): Add dont_block_signals field. Reduce size of
424 extra array by 1.
425 (allocate_segment): Set prev field to NULL. Don't set
426 __morestack_current_segment or __morestack_segments.
427 (__generic_morestack): Update current->prev and *pp after calling
428 allocate_segment.
429 (__morestack_block_signals): Don't do anything if
430 dont_block_signals is set.
431 (__morestack_unblock_signals): Likewise.
432 (__generic_findstack): Check for initial_sp == NULL. Add casts to
433 uintptr_type.
434 (__splitstack_block_signals): New function.
435 (enum __splitstack_content_offsets): Define.
436 (__splitstack_getcontext, __splitstack_setcontext): New functions.
437 (__splitstack_makecontext): New function.
438 (__splitstack_block_signals_context): New function.
439 (__splitstack_find_context): New function.
440 * config/i386/morestack.S (__morestack_get_guard): New function.
441 (__morestack_set_guard, __morestack_make_guard): New functions.
442 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
443
e3d871e4
RO
4442011-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
445
446 * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
447 (i[34567]86-*-mingw*): ... here.
448 (x86_64-*-mingw*): ... here.
449
e55cef40
RO
4502011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
451
452 * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
453
5366b186
NS
4542011-11-07 Nathan Sidwell <nathan@acm.org>
455
456 * libgcov.c (struct gcov_fn_buffer): New struct.
457 (buffer_fn_data): New helper.
458 (gcov_exit): Rework for new gcov data structures.
459
74155a6f
GJL
4602011-11-07 Georg-Johann Lay <avr@gjlay.de>
461
462 PR target/49313
463 * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
464
200feb07
RO
4652011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
466
467 * config.host (tmake_file): Correct comment.
468 (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
469 t-libgcc-pic.
470 (bfin*-uclinux*): Likewise.
471 (bfin*-linux-uclibc*): Likewise.
472 (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
473
474 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
475 assigning.
476 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
477 * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
478 * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
479 * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
480 * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
481 * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
482 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
483 * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
484 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
485 * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
486 * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
487 * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
488 * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
489
490 * config/bfin/t-elf: Remove.
491 * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
492
c9cd1a07
RO
4932011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
494
495 * config.host (*-*-rtems*): Add t-rtems to tmake_file.
496 (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
497 (lm32-*-elf*, lm32-*-rtems*): Split into ...
498 (lm32-*-elf*): ... this.
499 (lm32-*-rtems*): ... and this.
500 Add to tmake_file.
501 (m32r-*-rtems*): Add to tmake_file.
502 (moxie-*-rtems*): Likewise.
503 (sparc-*-rtems*): Likewise.
504 Remove t-rtems from tmake_file.
505 (sparc64-*-rtems*): Likewise.
506 * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
507 instead.
508
9fbcc75d
RO
5092011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
510
511 PR bootstrap/50982
512 * config/gthr-posix.h: Move ...
513 * gthr-posix.h: ... here.
514 * config/gthr-lynx.h: Reflect this.
515 * config/gthr-vxworks.h: Likewise.
516 * config/rs6000/gthr-aix.h: Likewise.
517 * configure.ac (target_thread_file): Likewise.
518 * configure: Regenerate.
519
76644b68
SH
5202011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
521
522 * config.host (arm*-*-rtemseabi*): New target.
523
5e490f2a
JDA
5242011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
525
526 PR other/50991
527 * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
528 extra-parts.
529
feeeff5c
JR
5302011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
531
532 * config.host (epiphany-*-elf*): New configuration.
533 * config/epiphany: New Directory.
534
d618bb2c
RC
5352011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
536
537 * config.host (avr-*-rtems*): Add config/avr/t-rtems.
538 * config/avr/t-rtems: New.
539 Filter out _exit from LIB1ASMFUNCS.
540
1bb6f778
DM
5412011-11-04 David S. Miller <davem@davemloft.net>
542
543 * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
544 * configure: Rebuild.
545
9a7f7422
AK
5462011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
547
548 * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
549 variable.
550
e4fe948a
GJL
5512011-11-04 Georg-Johann Lay <avr@gjlay.de>
552
553 PR target/50931
554 * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
555 * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
556
7084e037
JS
5572011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
558
559 PR target/50989
560 * config.host (sparc-*-rtems*): Add sparc/t-softmul.
561
1a032034
RO
5622011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
563
564 * config/c6x/t-elf (LIB2ADDEH): Set.
565 * config/c6x/t-c6x-elf: Remove.
566
d385f772
RO
5672011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
568
569 * config/i386/sol2-ci.S: Rename to ...
570 * config/i386/crti.S: ... this.
571 * config/i386/sol2-cn.S: Rename to ...
572 * config/i386/crtn.S: ... this.
573 * config/sparc/sol2-ci.S: Rename to ...
574 * config/sparc/crti.S: ... this.
575 * config/sparc/sol2-cn.S: Rename to ...
576 * config/sparc/crtn.S: ... this.
577 * config/t-sol2 (CUSTOM_CRTIN): Remove.
578 (crti.o, crtn.o): Remove.
579
1ba878a9
TG
5802011-11-04 Tristan Gingold <gingold@adacore.com>
581
582 * config/ia64/fde-vms.c: Do not include md-unwind-support.h
583
02750c15
KK
5842011-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
585
586 * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
587
bf86b067
HPN
5882011-11-03 Hans-Peter Nilsson <hp@axis.com>
589
590 * config.host (crisv32-*-none, cris-*-none): Remove.
591 (crisv32-*-elf): Append to tmake_file, don't just set it.
592 (cris-*-elf): Add missing t-fdpbit to tmake_file.
593
d0bc53bd
RO
5942011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
595
596 * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
597 (ecrtn$(objext)): Likewise.
598 (ncrti$(objext)): Likewise.
599 (ncrtn$(objext)): Likewise.
600
036da830
AS
6012011-11-03 Andreas Schwab <schwab@redhat.com>
602
603 * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
604
d2a7d041
DM
6052011-11-02 David S. Miller <davem@davemloft.net>
606
607 * configure.ac: Set host_address on sparc too.
608 * configure: Regenerate.
609 * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
610 based upon host_address.
611 * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
612
af8ed618
JM
6132011-11-02 Jason Merrill <jason@redhat.com>
614
615 * config/rs6000/t-ppccomm: Add missing \.
616
5d1c8e77
RO
6172011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
618
619 * gthr-single.h, gthr.h: New files.
620 * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
621 config/gthr-vxworks.h, config/i386/gthr-win32.h,
622 config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
623 config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
624 * config/i386/gthr-win32.c: Include "gthr-win32.h".
625 * configure.ac (thread_header): New variable.
626 Set it depending on target_thread_file.
627 (gthr-default.h): Link from $thread_header.
628 * configure: Regenerate.
629 * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
630
852b75ed
RO
6312011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
632
633 * configure.ac (tm_file_): New variable.
634 Determine from tm_file.
635 (tm_file, tm_defines): Substitute.
636 * configure: Regenerate.
637 * mkheader.sh: New file.
638 * Makefile.in (clean): Remove libgcc_tm.h.
639 ($(objects)): Depend on libgcc_tm.h.
640 (libgcc_tm_defines, libgcc_tm_file): New variables.
641 (libgcc_tm.h, libgcc_tm.stamp): New targets.
642 ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
643 ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
644 ($(extra-parts)): Depend on libgcc_tm.h.
645 * config.host (tm_defines, tm_file): New variable.
646 (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
647 (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
648 (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
649 (avr-*-rtems*): Likewise.
650 (avr-*-*): Likewise.
651 (frv-*-elf): Likewise.
652 (frv-*-*linux*): Likewise.
653 (h8300-*-rtems*): Likewise.
654 (h8300-*-elf*): Likewise.
655 (i[34567]86-*-darwin*): Likewise.
656 (x86_64-*-darwin*): Likewise.
657 (rx-*-elf): Likewise.
658 (tic6x-*-uclinux): Likewise.
659 (tic6x-*-elf): Likewise.
660 (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
661 * config/alpha/gthr-posix.c: Include libgcc_tm.h.
662 * config/i386/cygming-crtbegin.c: Likewise.
663 * config/i386/cygming-crtend.c: Likewise.
664 * config/ia64/fde-vms.c: Likewise.
665 * config/ia64/unwind-ia64.c: Likewise.
666 * config/libbid/bid_gcc_intrinsics.h: Likewise.
667 * config/rs6000/darwin-fallback.c: Likewise.
668 * config/stormy16/lib2funcs.c: Likewise.
669 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
670 * crtstuff.c: Likewise.
671 * dfp-bit.h: Likewise.
672 * emutls.c: Likewise.
673 * fixed-bit.c: Likewise.
674 * fp-bit.c: Likewise.
675 * generic-morestack-thread.c: Likewise.
676 * generic-morestack.c: Likewise.
677 * libgcc2.c: Likewise.
678 * libgcov.c: Likewise.
679 * unwind-dw2-fde-dip.c: Likewise.
680 * unwind-dw2-fde.c: Likewise.
681 * unwind-dw2.c: Likewise.
682 * unwind-sjlj.c: Likewise.
683
f9989b51
RO
6842011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
685
686 * configure.ac: Include ../config/picflag.m4.
687 (GCC_PICFLAG): Call it.
688 Substitute.
689 * configure: Regenerate.
690 * Makefile.in (gcc_srcdir): Remove.
691 (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
692 (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
693 (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
694 ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
695 ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
696 Use $<.
697 Remove comment.
698 * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
699 * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
700 to refer to libgcc2.c.
701 Use $<.
702 * config/darwin-64.c: New file.
703 * config/darwin-crt3.c: Remove comment.
704 * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
705 config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
706 config/udivmodsi4.c: New files.
707 * config/memcmp.c, config/memcpy.c, config/memmove.c,
708 config/memset.c: New files.
709 * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
710 * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
711 * config/t-freebsd-thread, config/t-libgcc-pic: New files.
712 * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
713 * config/t-openbsd-thread: New file.
714 * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
715 * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
716 * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
717 * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
718 qrnnd.S.
719 Adapt filename.
720 * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
721 to refer to gthr-posix.c.
722 * config/alpha/t-vms (LIB2ADD): Set.
723 * config/alpha/vms-gcc_shell_handler.c: New file.
724 * config/arm/bpabi.c, config/arm/fp16.c,
725 config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
726 config/arm/unaligned-funcs.c: New files.
727 * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
728 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
729 * config/arm/t-linux: Likewise.
730 * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
731 * config/arm/t-netbsd: New file.
732 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
733 * config/arm/t-symbian (LIB2ADD_ST): Set.
734 * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
735 * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
736 * config/bfin/t-elf: New file.
737 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
738 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
739 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
740 config/c6x/ltf.c: New files.
741 * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
742 (HOST_LIBGCC2_CFLAGS): Set.
743 * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
744 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
745 * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
746 New files.
747 * config/cris/t-elfmulti (LIB2ADD_ST): Set.
748 * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
749 * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
750 config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
751 config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
752 files.
753 * config/frv/t-frv (LIB2ADD): Set.
754 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
755 * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
756 config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
757 config/h8300/popcounthi2.c: New files.
758 * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
759 * config/i386/gthr-win32.c: New file.
760 * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
761 * config/i386/t-cygwin: Likewise.
762 * config/i386/t-darwin, config/i386/t-darwin64,
763 config/i386/t-gthr-win32, config/i386/t-interix: New files.
764 * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
765 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
766 * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
767 * config/ia64/quadlib.c: New file.
768 * config/ia64/t-hpux (LIB2ADD): Set.
769 * config/ia64/t-ia64: Add comment.
770 * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
771 * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
772 (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
773 * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
774 * config/m32c/t-m32c (LIB2ADD): Set.
775 * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
776 * config/m32r/t-m32r: Likewise.
777 * config/m68k/fpgnulib.c: New file.
778 * config/m68k/t-floatlib (LIB2ADD): Set.
779 (xfgnulib.c): New target.
780 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
781 * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
782 * config/mep/t-mep (LIB2ADD): Set.
783 * config/microblaze/divsi3.asm: Rename to divsi3.S.
784 * config/microblaze/moddi3.asm: Rename to moddi3.S.
785 * config/microblaze/modsi3.asm: Rename to modsi3.S.
786 * config/microblaze/muldi3_hard.asm: Rename to hard.S.
787 * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
788 * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
789 * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
790 * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
791 * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
792 * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
793 New files.
794 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
795 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
796 * config/pa/fptr.c, config/pa/lib2funcs.S,
797 config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
798 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
799 (LIB2ADD, LIB2ADD_ST): Set.
800 * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
801 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
802 Set.
803 * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
804 * config/pdp11/t-pdp11: New file.
805 * config/picochip/libgccExtras/adddi3.S,
806 config/picochip/libgccExtras/ashlsi3.S,
807 config/picochip/libgccExtras/ashrsi3.S,
808 config/picochip/libgccExtras/clzsi2.S,
809 config/picochip/libgccExtras/cmpsi2.S,
810 config/picochip/libgccExtras/divmod15.S,
811 config/picochip/libgccExtras/divmodhi4.S,
812 config/picochip/libgccExtras/divmodsi4.S,
813 config/picochip/libgccExtras/lshrsi3.S,
814 config/picochip/libgccExtras/parityhi2.S,
815 config/picochip/libgccExtras/popcounthi2.S,
816 config/picochip/libgccExtras/subdi3.S,
817 config/picochip/libgccExtras/ucmpsi2.S,
818 config/picochip/libgccExtras/udivmodhi4.S,
819 config/picochip/libgccExtras/udivmodsi4.S: New files.
820 * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
821 (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
822 * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
823 config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
824 config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
825 config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
826 config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
827 config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
828 files.
829 * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
830 (HOST_LIBGCC2_CFLAGS): Set.
831 * config/rs6000/t-darwin64: New file.
832 * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
833 * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
834 * config/rs6000/t-ppccomm (LIB2ADD): Add
835 $(srcdir)/config/rs6000/tramp.S.
836 (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
837 Add $(srcdir)/config/rs6000/eabi.S.
838 (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
839 (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
840 (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
841 (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
842 (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
843 (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
844 * config/rs6000/tramp.S: New file.
845 * config/s390/t-tpf: Remove.
846 * config/sh/linux-atomic.S: New file.
847 * config/sh/t-linux (LIB2ADD): Set.
848 (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
849 * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
850 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
851 to unwind-dw2.c.
852 (HOST_LIBGCC2_CFLAGS): Set.
853 * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
854 * config/spu/divmodti4.c, config/spu/divv2df3.c,
855 config/spu/float_disf.c, config/spu/float_unsdidf.c,
856 config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
857 config/spu/mfc_multi_tag_release.c,
858 config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
859 config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
860 config/spu/multi3.c: New files.
861 * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
862 (HOST_LIBGCC2_CFLAGS): Set.
863 * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
864 config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
865 config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
866 config/stormy16/ffshi2.c, config/stormy16/lib2.c,
867 config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
868 config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
869 config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
870 config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
871 config/stormy16/umodsi3.c: New files.
872 * config/xtensa/lib2funcs.S: New file.
873 * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
874 * config/xtensa/t-xtensa (LIB2ADD): Set.
875 * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
876 (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
877 Add t-freebsd-thread to tmake_file for posix threads.
878 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
879 (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
880 (*-*-lynxos*): Likewise.
881 (*-*-netbsd*): Likewise.
882 (*-*-openbsd*): Likewise.
883 Add t-openbsd-thread to tmake_file for posix threads.
884 (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
885 (*-*-vxworks*): Set tmake_file.
886 (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
887 (alpha*-*-freebsd*): Likewise.
888 (alpha*-*-netbsd*): Likewise.
889 (alpha*-*-openbsd*): Likewise.
890 (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
891 (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
892 (alpha*-dec-*vms*): Likewise.
893 (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
894 (bfin*-elf*): Add bfin/t-elf to tmake_file.
895 (bfin*-uclinux*): Likewise.
896 (bfin*-linux-uclibc*): Likewise.
897 (crisv32-*-elf): Add cris/t-cris to tmake_file.
898 (crisv32-*-none): Likewise.
899 (cris-*-elf): Likewise.
900 (cris-*-none): Likewise.
901 (cris-*-linux*, crisv32-*-linux*): Likewise.
902 (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
903 tmake_file.
904 (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
905 tmake_file.
906 (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
907 (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
908 (x86_64-*-elf*): Likewise.
909 (i[34567]86-*-nto-qnx*): Likewise.
910 (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
911 win32 threads.
912 (x86_64-*-mingw*): Likewise.
913 (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
914 (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
915 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
916 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
917 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
918 tmake_file.
919 (mipsisa64sr71k-*-elf*): Likewise.
920 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
921 (mips-*-elf*, mipsel-*-elf*): Likewise.
922 (mips64-*-elf*, mips64el-*-elf*): Likewise.
923 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
924 (mips*-*-rtems*): Likewise.
925 (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
926 to tmake_file.
927 (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
928 (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
929 (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
930 (spu-*-elf*): Likewise.
931 (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
932
45b86625
RO
9332011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
934
935 * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
936 $(srcdir) to refer to $(LIB1ASMSRC).
937 Use $<.
938 * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
939 config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
940 config/arm/lib1funcs.S: New files.
941 * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
942 * config/arm/t-arm: New file.
943 * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
944 * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
945 config/arm/t-strongarm-elf: New files.
946 * config/arm/t-symbian (LIB1ASMFUNCS): Set.
947 * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
948 * config/avr/lib1funcs.S: New file.
949 * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
950 * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
951 * config/c6x/lib1funcs.S: New file.
952 * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
953 * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
954 * config/frv/lib1funcs.S: New file.
955 * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
956 * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
957 * config/i386/cygwin.S, config/i386/t-chkstk: New files.
958 * config/ia64/__divxf3.asm: Rename to ...
959 * config/ia64/__divxf3.S: ... this.
960 Adapt lib1funcs.asm filename.
961 * config/ia64/_fixtfdi.asm: Rename to ...
962 * config/ia64/_fixtfdi.S: ... this.
963 Adapt lib1funcs.asm filename.
964 * config/ia64/_fixunstfdi.asm: Rename to ...
965 * config/ia64/_fixunstfdi.S: ... this.
966 Adapt lib1funcs.asm filename.
967 * config/ia64/_floatditf.asm: Rename to ...
968 * config/ia64/_floatditf.S: ... this.
969 Adapt lib1funcs.asm filename.
970 * config/ia64/lib1funcs.S: New file.
971 * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
972 * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
973 * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
974 * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
975 * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
976 * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
977 * config/mep/lib1funcs.S: New file.
978 * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
979 * config/mips/mips16.S: New file.
980 * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
981 * config/pa/milli64.S: New file.
982 * config/pa/t-linux, config/pa/t-linux64: New files.
983 * config/picochip/lib1funcs.S: New file.
984 * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
985 * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
986 * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
987 * config/sh/t-netbsd: New file.
988 * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
989 Use $(srcdir) to refer to lib1funcs.S, adapt filename.
990 * config/sh/t-sh64: New file.
991 * config/sparc/lb1spc.S: New file.
992 * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
993 filename.
994 * config/v850/lib1funcs.S, config/v850/t-v850: New files.
995 * config/vax/lib1funcs.S, config/vax/t-linux: New files.
996 * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
997 config/xtensa/lib1funcs.S: New files.
998 * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
999 * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
1000 tmake_file.
1001 (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
1002 (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
1003 (arm*-*-linux*): Likewise.
1004 Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
1005 arm*-*-linux-*eabi, add arm/t-linux otherwise.
1006 (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
1007 (arm*-*-ecos-elf): Likewise.
1008 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
1009 (arm*-*-rtems*): Likewise.
1010 (arm*-*-elf): Likewise.
1011 (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
1012 (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
1013 (bfin*-elf*): Add bfin/t-bfin to tmake_file.
1014 (bfin*-uclinux*): Likewise.
1015 (bfin*-linux-uclibc*): Likewise.
1016 (bfin*-rtems*): Likewise.
1017 (bfin*-*): Likewise.
1018 (fido-*-elf): Merge into m68k-*-elf*.
1019 (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
1020 (frv-*-*linux*): Add frv/t-frv to tmake_file.
1021 (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
1022 (h8300-*-elf*): Likewise.
1023 (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
1024 (hppa*-*-linux*): Add pa/t-linux to tmake_file.
1025 (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
1026 (i[34567]86-*-mingw*): Likewise.
1027 (x86_64-*-mingw*): Likewise.
1028 (i[34567]86-*-interix3*): Likewise.
1029 (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
1030 (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
1031 (m68k-*-elf*): Also handle fido-*-elf.
1032 Add m68k/t-floatlib to tmake_file.
1033 (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
1034 (m68k-*-linux*): Likewise.
1035 (m68k-*-rtems*): Likewise.
1036 (mcore-*-elf): Add mcore/t-mcore to tmake_file.
1037 (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
1038 sh64*-*-*.
1039 (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
1040 Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
1041 (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
1042 (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
1043 sh/t-netbsd to tmake_file.
1044 Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
1045 (sh-*-rtems*): Add sh/t-sh to tmake_file.
1046 (sh-wrs-vxworks): Likewise.
1047 (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
1048 *-leon[3-9]*.
1049 (v850*-*-*): Add v850/t-v850 to tmake_file.
1050 (vax-*-linux*): Add vax/t-linux to tmake_file.
1051 (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
1052
5f73c6cc
RO
10532011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1054
1055 * crtstuff.c: New file.
1056 * Makefile.in (CRTSTUFF_CFLAGS): Define.
1057 (CRTSTUFF_T_CFLAGS): Define.
1058 (extra-parts, INSTALL_PARTS): Remove conditional assignments.
1059 (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
1060 (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
1061 crtstuff.c.
1062 Use $<.
1063 (crtbeginT.o): Use $(objext).
1064 [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
1065 (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
1066 (gcc-extra-parts): Remove.
1067 * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
1068 Set extra_parts.
1069 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
1070 *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
1071 Add t-crtstuff-pic to tmake_file.
1072 (*-*-lynxos*): New case.
1073 Set tmake_file, extra_parts.
1074 (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
1075 Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
1076 *-*-netbsdelf[2-9]*.
1077 (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
1078 (*-*-rtems*): Set extra_parts.
1079 (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
1080 (*-*-uclinux*): New case.
1081 Set extra_parts.
1082 (*-*-vms*): New case.
1083 Set tmake_file, extra_parts.
1084 (*-*-elf): Set extra_parts.
1085 (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
1086 (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
1087 vms/t-vms64.
1088 Set extra_parts.
1089 (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
1090 Set extra_parts.
1091 (arm*-*-freebsd*): Add t-crtin to tmake_file.
1092 Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
1093 (arm-wrs-vxworks): Append to tmake_file.
1094 Set extra_parts.
1095 (arm*-*-uclinux*): Set extra_parts.
1096 (arm*-*-ecos-elf): Likewise.
1097 (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
1098 arm*-*-eabi*.
1099 (arm*-*-rtems*): Set extra_parts.
1100 (arm*-*-elf): Likewise.
1101 (avr-*-rtems*): Clear extra_parts.
1102 (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
1103 Set extra_parts.
1104 (bfin*-uclinux*): Likewise.
1105 (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
1106 (bfin*-rtems*): Append to tmake_file.
1107 Set extra_parts.
1108 (bfin*-*): Likewise.
1109 (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
1110 (crisv32-*-elf): ... this.
1111 (crisv32-*-none): ... this.
1112 (cris-*-elf, cris-*-none): New cases.
1113 Add cris/t-elfmulti to tmake_file.
1114 (fr30-*-elf): Append to tmake_file.
1115 Set extra_parts.
1116 (frv-*-elf): Append to tmake_file, add frv/t-frv.
1117 Set extra_parts.
1118 (h8300-*-rtems*): Append to tmake_file.
1119 Set extra_parts.
1120 (h8300-*-elf*): Likewise.
1121 (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
1122 Set extra_parts.
1123 (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
1124 Set extra_parts.
1125 (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
1126 (x86_64-*-elf*): Likewise.
1127 (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
1128 (x86_64-*-freebsd*): Likewise.
1129 (x86_64-*-netbsd*): Likewise.
1130 (i[34567]86-*-linux*): Likewise.
1131 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
1132 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
1133 (x86_64-*-linux*): Likewise.
1134 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
1135 (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
1136 tmake_file.
1137 Set extra_parts.
1138 (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
1139 (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
1140 Append to extra_parts, remove crtbegin.o, crtend.o.
1141 (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
1142 (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
1143 crtend.o, crtbeginS.o, crtendS.o.
1144 (ia64*-*-linux*): Comment extra_parts.
1145 (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
1146 Set extra_parts.
1147 (iq2000*-*-elf*): Clear extra_parts.
1148 (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
1149 (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
1150 (m32r-*-elf*, m32r-*-rtems*): Split off ...
1151 (m32r-*-rtems*): ... this.
1152 Add m32r/t-m32r to tmake_file.
1153 (m68k-*-elf*): Add t-crtin to tmake_file.
1154 (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
1155 (mcore-*-elf): Likewise.
1156 (microblaze*-*-*): Set extra_parts.
1157 (mips*-sde-elf*): New case.
1158 Set tmake_file, extra_parts.
1159 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
1160 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
1161 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
1162 tmake_file.
1163 Set extra_parts.
1164 (mipsisa64sr71k-*-elf*): Likewise.
1165 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
1166 (mips-*-elf*, mipsel-*-elf*): Likewise.
1167 (mips64-*-elf*, mips64el-*-elf*): Likewise.
1168 (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
1169 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
1170 (mips*-*-rtems*): Likewise.
1171 (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
1172 (moxie-*-*): Split into ...
1173 (moxie-*-elf, moxie-*-uclinux*): ... this.
1174 Add to extra_parts, remove crtbegin.o, crtend.o.
1175 (moxie-*-rtems*): New case.
1176 Set tmake_file.
1177 Clear extra_parts.
1178 (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
1179 Set extra_parts.
1180 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
1181 (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
1182 tmake_file.
1183 Set extra_parts.
1184 (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
1185 rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
1186 Set extra_parts.
1187 (powerpc-*-eabisim*): Likewise.
1188 (powerpc-*-elf*): Likewise.
1189 (powerpc-*-eabialtivec*): Likewise.
1190 (powerpc-xilinx-eabi*): Likewise.
1191 (powerpc-*-eabi*): Likewise.
1192 (powerpc-*-rtems*): Likewise.
1193 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
1194 tmake_file.
1195 Set extra_parts.
1196 (powerpc-*-lynxos*): Add to tmake_file.
1197 (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
1198 rs6000/t-crtstuff, t-crtstuff-pic.
1199 Set extra_parts.
1200 (powerpcle-*-eabisim*): Likewise.
1201 (powerpcle-*-eabi*): Likewise.
1202 (rx-*-elf): Remove extra_parts.
1203 (s390x-ibm-tpf*): Set extra_parts.
1204 (score-*-elf): Set extra_parts.
1205 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1206 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1207 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1208 (sh64l*-*-netbsd*): Split into ...
1209 (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
1210 Add t-crtstuff-pic to tmake_file.
1211 Set extra_parts.
1212 (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
1213 Set extra_parts.
1214 (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
1215 (sparc-*-elf*): Remove t-crtin from tmake_file.
1216 Add to extra_parts, remove crtbegin.o, crtend.o.
1217 (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
1218 (sparc64-*-linux*): Likewise.
1219 (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
1220 Add to extra_parts, remove crtbegin.o, crtend.o.
1221 (sparc64-*-elf*): Remove t-crtin from tmake_file.
1222 Add to extra_parts, remove crtbegin.o, crtend.o.
1223 (sparc64-*-rtems*): Remove t-crtin from tmake_file.
1224 Add to extra_parts, remove crtbegin.o, crtend.o.
1225 (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
1226 (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
1227 (spu-*-elf*): Add to tmake_file, add spu/t-elf.
1228 Set extra_parts.
1229 (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
1230 Set extra_parts.
1231 (tic6x-*-*): Change to ...
1232 (tic6x-*-elf): ... this.
1233 Set extra_parts.
1234 (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
1235 Set extra_parts.
1236 (am33_2.0-*-linux*): Add comment.
1237 (mep*-*-*): Add mep/t-mep to tmake_file.
1238 Set extra_parts.
1239 * config/alpha/t-vms: New file.
1240 * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
1241 * config/arm/crti.S, config/arm/crtn.S: New files.
1242 * config/bfin/crti.S, config/bfin/crtn.S: New files.
1243 * config/bfin/crtlibid.S: New file.
1244 * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
1245 * config/c6x/crti.S, config/c6x/crtn.S: New files.
1246 * config/c6x/t-elf (CUSTOM_CRTIN): Set.
1247 (crti.o, crtin.o): New rules.
1248 (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
1249 * config/c6x/t-uclinux: New file.
1250 * config/cris/t-elfmulti: New file.
1251 * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
1252 * config/fr30/crti.S, config/fr30/crtn.S: New files.
1253 * config/frv/frvbegin.c, config/frv/frvend.c: New files.
1254 * config/frv/t-frv: New file.
1255 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
1256 * config/h8300/crti.S, config/h8300/crtn.S: New files.
1257 * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
1258 New files.
1259 * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
1260 refer to cygming-crtbegin.c, cygming-crtend.c.
1261 Use $<.
1262 * config/i386/t-nto: New file.
1263 * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
1264 * config/ia64/crti.S, config/ia64/crtn.S: New files.
1265 * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
1266 crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
1267 Use .S extension.
1268 Use $<.
1269 * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
1270 (crtinitS.o): New rule.
1271 * config/ia64/vms-crtinit.S: New file.
1272 * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
1273 * config/m32r/initfini.c: New file.
1274 * config/m32r/t-linux, config/m32r/t-m32r: New files.
1275 * config/m68k/crti.S, config/m68k/crtn.S: New files.
1276 * config/mcore/crti.S, config/mcore/crtn.S: New files.
1277 * config/mep/t-mep: New file.
1278 * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
1279 * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
1280 * config/mips/crti.S, config/mips/crtn.S: New files.
1281 * config/mips/t-crtstuff: New file.
1282 * config/mmix/crti.S, config/mmix/crtn.S: New files.
1283 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
1284 (CUSTOM_CRTIN): Set.
1285 ($(T)crti.o, $(T)crtn.o): Remove $(T),
1286 dependencies.
1287 Use $(srcdir) to refer to crti.S, crtn.S.
1288 Use .S extension, $<.
1289 * config/moxie/crti.asm: Rename to ...
1290 * config/moxie/crti.S: ... this.
1291 * config/moxie/crtn.asm: Rename to ...
1292 * config/moxie/crtn.S: ... this.
1293 * config/moxie/t-moxie: Remove.
1294 * config/pa/stublib.c: New file.
1295 * config/pa/t-stublib, config/pa/t-stublib64: New files.
1296 * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
1297 * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
1298 * config/rs6000/t-crtstuff: New file.
1299 * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
1300 (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
1301 (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
1302 Make output file explicit.
1303 (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
1304 Make output file explicit.
1305 (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
1306 Make output file explicit.
1307 (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
1308 Make output file explicit.
1309 * config/score/crti.S, config/score/crtn.S: New files.
1310 * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
1311 * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
1312 files.
1313 * config/sh/t-sh, config/sh/t-superh: New files.
1314 * config/sparc/t-linux64: New file.
1315 * config/spu/cache.S, config/spu/cachemgr.c: New files.
1316 * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
1317 (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
1318 (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
1319 * config/t-crtin: Remove.
1320 * config/t-crtstuff-pic: New file.
1321 * config/t-sol2 (CUSTOM_CRTIN): Set.
1322 (crti.o, crtn.o): New rules.
1323 * config/vms/t-vms: New file.
1324 * config/vms/vms-ucrt0.c: New file.
1325 * config/xtensa/t-elf: New file.
1326
b040f2be
RO
13272011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1328
1329 * Makefile.in (SHLIB_NM_FLAGS): Set.
1330 * mkmap-flat.awk, mkmap-symver.awk: New files.
1331 * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
1332 exceptions.
1333 * configure: Regenerate.
1334 * config/libgcc-glibc.ver: New file.
1335 * config/libgcc-libsystem.ver: New file.
1336 * config/t-libunwind (SHLIB_LC): Set.
1337 * config/t-linux: New file.
1338 * config/t-slibgcc (INSTALL_SHLIB): New.
1339 (SHLIB_INSTALL): Use it.
1340 * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
1341 to mkmap-symver.awk.
1342 (SHLIB_MAPFILES): Don't append, adapt pathname.
1343 (SHLIB_VERPFX): Set.
1344 * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
1345 to mkmap-symver.awk.
1346 * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
1347 config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
1348 * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
1349 * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
1350 to mkmap-flat.awk.
1351 * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
1352 * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
1353 * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
1354 * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
1355 * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
1356 * config/i386/libgcc-darwin.10.4.ver,
1357 config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
1358 New files.
1359 * config/i386/t-darwin: Remove.
1360 * config/i386/t-darwin64: Likewise.
1361 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
1362 * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
1363 config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
1364 * config/i386/t-linux: New file.
1365 * config/i386/t-mingw32: New file.
1366 * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
1367 * config/ia64/t-glibc: Rename to ...
1368 * config/ia64/t-linux: ... this.
1369 (SHLIB_MAPFILES): Set.
1370 * config/ia64/t-glibc-libunwind: Rename to ...
1371 * config/ia64/t-linux-libunwind: ... this.
1372 * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
1373 * config/ia64/t-slibgcc-hpux: New file.
1374 * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
1375 * config/m68k/t-slibgcc-elf-ver: New file.
1376 * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
1377 * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
1378 to mkmap-flat.awk.
1379 * config/pa/t-slibgcc-hpux: New file.
1380 * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
1381 files.
1382 * config/rs6000/libgcc-darwin.10.4.ver,
1383 config/rs6000/libgcc-darwin.10.5.ver: New files.
1384 * config/rs6000/libgcc-ppc-glibc.ver: Rename to
1385 config/rs6000/libgcc-glibc.ver.
1386 * config/rs6000/libgcc-ppc64.ver: Rename to
1387 config/rs6000/libgcc-ibm-ldouble.ver.
1388 * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
1389 * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
1390 * config/rs6000/t-ldbl128: Rename to ...
1391 * config/rs6000/t-linux: ... this.
1392 (SHLIB_MAPFILES): Adapt filename.
1393 * config/rs6000/t-slibgcc-aix: New file.
1394 * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
1395 * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
1396 libgcc-excl.ver, libgcc-glibc.ver.
1397 (SHLIB_LINK, SHLIB_INSTALL): Remove.
1398 * config/sparc/libgcc-glibc.ver: New file.
1399 * config/sparc/t-linux: New file.
1400 * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
1401 * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
1402 t-slibgcc-elf-ver to tmake_file.
1403 Add t-slibgcc-nolc-override to tmake_file for posix threads on
1404 *-*-freebsd[34].
1405 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
1406 *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
1407 t-slibgcc-elf-ver, t-linux to tmake_file.
1408 (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
1409 tmake_file.
1410 (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
1411 (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
1412 (alpha*-dec-*vms*): Likewise.
1413 (arm*-*-freebsd*): Append to tmake_file.
1414 (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
1415 (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
1416 arm*-*-linux-*eabi.
1417 (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
1418 tmake_file for arm*-*-symbianelf*.
1419 (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
1420 (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
1421 cris/t-linux.
1422 (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
1423 (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
1424 pa/t-slibgcc-dwarf-ver to tmake_file.
1425 (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
1426 pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
1427 (hppa*64*-*-hpux11*): Likewise.
1428 (hppa[12]*-*-hpux11*): Likewise.
1429 (x86_64-*-darwin*): Don't override tmake_file, but only keep
1430 i386/t-crtpc, i386/t-crtfm.
1431 (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
1432 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
1433 to tmake_file.
1434 Add i386/t-cygwin to tmake_file.
1435 Prepent i386/t-mingw-pthread to tmake_file for posix threads.
1436 (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
1437 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
1438 to tmake_file.
1439 Add i386/t-mingw32 to tmake_file.
1440 (x86_64-*-mingw*): Likewise.
1441 (ia64*-*-freebsd*): Append to tmake_file.
1442 (ia64*-*-linux*): Append to tmake_file.
1443 Replace ia64/t-glibc by ia64/t-linux.
1444 Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
1445 system libunwind.
1446 (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
1447 t-slibgcc-hpux to tmake_file.
1448 (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
1449 (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
1450 (m32rle-*-linux*): Likewise.
1451 (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
1452 sjlj exceptions.
1453 (microblaze*-linux*): New case.
1454 Append to tmake_file, add t-slibgcc-nolc-override.
1455 (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
1456 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
1457 Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
1458 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
1459 rs6000/t-slibgcc-aix to tmake_file.
1460 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1461 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1462 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1463 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1464 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1465 (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
1466 sh*-*-linux*.
1467 (sparc-*-linux*): Append to tmake_file for *-leon*.
1468 Add sparc/t-linux to tmake_file for non-Leon targets.
1469 (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
1470 (tic6x-*-uclinux): New case.
1471 Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
1472 (tic6x-*-*): Add c6x/t-elf to tmake_file.
1473 (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
1474 (am33_2.0-*-linux*): Append to tmake_file.
1475 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
1476 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
1477 x86_64-*-kfreebsd*-gnu.
1478 Add i386/t-linux to tmake_file.
1479
18b4bd7b
ILT
14802011-10-28 Ian Lance Taylor <iant@google.com>
1481
1482 * config/i386/morestack.S: Correct CFI information to do proper
1483 returns throughout function. In 32-bit mode, save %ebx so that it
1484 is restored on unwind.
1485
5b2d9d90
BS
14862011-10-25 Bernd Schmidt <bernds@codesourcery.com>
1487
1488 * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
1489 case where B3 isn't the return register.
1490
0d53e346
BS
1491 * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
1492 logic for doubleword pops.
1493
cbffbd59
AT
14942011-10-25 Andreas Tobler <andreast@fgznet.ch>
1495
1496 * config/rs6000/t-freebsd: Add wildcard.
1497
56dc349e
PB
14982011-10-21 Paul Brook <paul@codesourcery.com>
1499
1500 * unwind-arm-common.inc: Handle ID3/4 unwinding data.
1501
1e06b07d
UB
15022011-10-16 Uros Bizjak <ubizjak@gmail.com>
1503 Eric Botcazou <ebotcazou@adacore.com>
1504
1505 PR target/50737
1506 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
1507 fs->signal_frame to 1.
1508
b5204884
ILT
15092011-10-07 Ian Lance Taylor <iant@google.com>
1510
1511 * generic-morestack-thread.c: #include <errno.h>.
1512
91a639a1
ILT
15132011-10-07 Ian Lance Taylor <iant@google.com>
1514
1515 PR target/46093
1516 * generic-morestack.c (__generic_morestack): Make sure the segment
1517 is large enough for both the stack frame and the copied
1518 parameters.
1519
cc49116d
RO
15202011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1521
1522 PR bootstrap/49804
1523 * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
1524 extra_parts.
1525
2996d8c3
NC
15262011-09-28 Nick Clifton <nickc@redhat.com>
1527
1528 * config/rx/rx-lib.h: Always restrict doubles to the SF type when
1529 64-bit doubles are not enabled.
1530 * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
1531 and floatunsisf functions.
1532
1e874273 15332011-09-13 Paul Brook <paul@codesourcery.com>
2996d8c3 1534
1e874273
PB
1535 * config.host (tic6x-*-*): Add c6x/t-c6x-elf. Set unwind_header.
1536 * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
1537 * unwind-arm-common.inc: New file.
1538 * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
1539 * config/arm/unwind-arm.h: Use unwind-arm-common.h.
1540 (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
1541 * config/c6x/libunwind.S: New file.
1542 * config/c6x/pr-support.c: New file.
1543 * config/c6x/unwind-c6x.c: New file.
1544 * config/c6x/unwind-c6x.h: New file.
1545 * config/c6x/t-c6x-elf: New file.
1546
f70c879a
UB
15472011-08-23 Uros Bizjak <ubizjak@gmail.com>
1548
1549 * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
1550 (ASM_DIVZERO): Ditto.
1551 (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
1552
c55b374b
RS
15532011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
1554
1555 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
1556
1e138510
RS
15572011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
1558
1559 PR target/50090
1560 * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
1561 instead of an assembly one.
1562
1563503d
PB
15632011-08-12 Paolo Bonzini <bonzini@gnu.org>
1564
1565 PR bootstrap/50047
1566 * Makefile.in (install-unwind_h): Create
1567 $(gcc_objdir)/include/unwind.h atomically.
1568
3627ac1a
RO
15692011-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1570
1571 * Makefile.in (install-unwind_h): Remove destination file first.
1572
c6412d86
RO
15732011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1574
1575 * sync.c: New file.
1576 * config/mips/t-mips16: New file.
1577 * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
1578 (mips*-*-linux*): Likewise.
1579 (mips*-sde-elf*): Likewise.
1580 (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
1581 mipsisa64-*-elf*, mipsisa64r2-*-elf*.
1582 Add mips/t-mips16 to tmake_file.
1583 (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
1584 (mips-*-elf*): Likewise.
1585 (mips64-*-elf*): Likewise.
1586 (mips64orion-*-elf*): Likewise.
1587 (mips*-*-rtems*): Likewise.
1588 (mipstx39-*-elf*): Likewise.
1589 * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
1590 ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
1591 LIBGCC_SYNC_CFLAGS.
1592 Use $(srcdir) to refer to sync.c.
1593 Use $<.
1594 ($(libgcc-sync-funcs-o)): Likewise.
1595 ($(libgcc-sync-size-funcs-s-o)): Likewise.
1596 ($(libgcc-sync-funcs-s-o)): Likewise.
1597
3cb6e5bd
AS
15982011-08-09 Andreas Schwab <schwab@linux-m68k.org>
1599
1600 * config.host (ia64*-*-linux*): Move ia64/t-glibc after
1601 t-libunwind.
1602
cca2207a
L
16032011-08-08 H.J. Lu <hongjiu.lu@intel.com>
1604
1605 PR other/48007
1606 * config/i386/value-unwind.h: New.
1607
ed39fbad
RS
16082011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
1609
1610 * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
1611 (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
1612 Add to tmake_file rather than overriding it.
1613
aca0b0b3
RO
16142011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1615
1616 * config/t-softfp: Remove.
1617 * soft-fp: Moved from ../gcc/config.
1618 * soft-fp/README: Remove t-softfp reference.
1619 * soft-fp/t-softfp: Move to config/t-softfp.
1620 (softfp_machine_header): Remove.
1621 (softfp_file_list): Remove config subdir.
1622 (soft-fp-objects): New variable.
1623 ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
1624 (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
1625 (SFP_MACHINE, $(SFP_MACHINE)): Remove.
1626 * config/t-softfp-excl: New file.
1627 * config/t-softfp-sfdf: New file.
1628 * config/t-softfp-tf: New file.
1629 * config/no-sfp-machine.h: New file.
1630 * config/arm/sfp-machine.h: New file.
1631 * config/arm/t-softfp: New file.
1632 * config/c6x/sfp-machine.h: New file.
1633 * config/i386/32/t-fprules-softfp: Rename to ...
1634 * config/i386/32/t-softfp: ... this.
1635 (tifunctions, LIB2ADD): Remove.
1636 (softfp_int_modes): Override.
1637 * config/i386/64/t-softfp-compat (tf-functions): Remove config
1638 subdir.
1639 * config/i386/64/eqtf2.c: Likewise.
1640 * config/i386/64/getf2.c: Likewise.
1641 * config/i386/64/letf2.c: Likewise.
1642 * config/ia64/sft-machine.h: New file.
1643 * config/ia64/t-fprules-softfp: Rename to ...
1644 * config/ia64/t-softfp: ... this.
1645 * config/lm32/sfp-machine.h: New file.
1646 * config/moxie/t-moxie-softfp: Remove.
1647 * config/rs6000/ibm-ldouble-format: New file.
1648 * config/rs6000/ibm-ldouble.c: New file.
1649 * config/rs6000/libgcc-ppc-glibc.ver: New file
1650 * config/rs6000/libgcc-ppc64.ver: New file
1651 * config/rs6000/sfp-machine.h: New file.
1652 * config/rs6000/t-freebsd: New file.
1653 * config/rs6000/t-ibm-ldouble: New file.
1654 * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
1655 libgcc-ppc-glibc.ver.
1656 * config/rs6000/t-linux64: New file.
1657 * config/rs6000/t-ppccomm (LIB2ADD): Add
1658 $(srcdir)/config/rs6000/ibm-ldouble.c.
1659 * config/rs6000/t-ppccomm-ldbl: New file.
1660 * config/score/sfp-machine.h: New file.
1661 * config.host (sfp_machine_header): Explain.
1662 (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
1663 t-softfp to tmake_file.
1664 (arm*-*-uclinux*): Likewise.
1665 (arm*-*-ecos-elf): Likewise.
1666 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
1667 (arm*-*-rtems*): Likewise.
1668 (arm*-*-elf): Likewise.
1669 (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
1670 in tmake_file.
1671 Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
1672 (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
1673 (lm32-*-uclinux*): Likewise.
1674 (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
1675 t-softfp-excl, t-softfp.
1676 (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
1677 (powerpc64-*-darwin*): Likewise.
1678 (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
1679 to tmake_file.
1680 (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
1681 tmake_file.
1682 (powerpc-*-eabisim*): Likewise.
1683 (powerpc-*-elf*): Likewise.
1684 (powerpc-*-eabialtivec*): Likewise.
1685 (powerpc-xilinx-eabi*): Likewise.
1686 (powerpc-*-rtems*): Likewise.
1687 (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
1688 t-softfp-excl, t-softfp to tmake_file.
1689 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
1690 rs6000/t-ppccomm-ldbl to tmake_file.
1691 (powerpcle-*-elf*): Likewise.
1692 (powerpcle-*-eabisim*): Likewise.
1693 (powerpcle-*-eabi*): Likewise.
1694 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
1695 rs6000/t-ibm-ldouble to tmake_file.
1696 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1697 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1698 (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
1699 (tic6x-*-*): Likewise.
1700 (i[34567]86-*-darwin*, x86_64-*-darwin*,
1701 i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
1702 i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
1703 i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
1704 i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
1705 i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
1706 t-softfp to tmake_file.
1707 * configure.ac (sfp_machine_header): Provide default if unset.
1708 Substitute.
1709 Link sfp-machine.h to config/$sfp_machine_header.
1710 * configure: Regenerate.
1711
569dc494
RO
17122011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1713
1714 * Makefile.in (double_type_size, long_double_type_size): Set.
1715 Remove $(fpbit-in-libgcc) support.
1716 (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
1717 (fpbit-src): New variable.
1718 ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
1719 Compile with -DFLOAT $(FPBIT_CFLAGS).
1720 Use $<.
1721 ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
1722 Compile with $(FPBIT_CFLAGS).
1723 Use $<.
1724 ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
1725 Compile with -DFLOAT $(TPBIT_CFLAGS).
1726 Use $<.
1727 * configure.ac (double_type_size, long_double_type_size):
1728 Determine and substitute.
1729 * configure: Regenerate.
1730 * fp-bit.c, fp-bit.h: New files.
1731 * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
1732 * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
1733 * config/mips/t-mips: New file.
1734 * config/mips/t-sdemtk: New file.
1735 * config/rs6000/ppc64-fp.c: New file.
1736 * config/rs6000/t-darwin (LIB2ADD): Add
1737 $(srcdir)/config/rs6000/ppc64-fp.c.
1738 * config/rs6000/t-ppc64-fp: New file.
1739 * config/rx/rx-lib.h: New file.
1740 * config/rx/t-rx (FPBIT): Set to true.
1741 ($(gcc_objdir)/fp-bit.c): Remove.
1742 (DPBIT): Set to true only with -m64bit-doubles.
1743 ($(gcc_objdir)/dp-bit.c): Remove.
1744 * config/sparc/t-softfp: Remove.
1745 * config/spu/t-elf: New file.
1746 * config/t-fdpbit, config/t-fpbit: New files.
1747 * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
1748 (mips*-*-*): Likewise.
1749 (arm-wrs-vxworks): Likewise.
1750 (arm*-*-freebsd*): Likewise.
1751 (avr-*-rtems*): Add t-fpbit to tmake_file.
1752 (avr-*-*): Likewise.
1753 (bfin*-elf*): Add t-fdpbit to tmake_file.
1754 (bfin*-uclinux*): Likewise.
1755 (bfin*-linux-uclibc*): Likewise.
1756 (bfin*-rtems*): New case.
1757 Add t-fdpbit to tmake_file.
1758 (bfin*-*): Add t-fdpbit to tmake_file.
1759 (crisv32-*-elf): Likewise.
1760 (cris-*-linux*): Likewise.
1761 (fr30-*-elf): Likewise.
1762 (frv-*-elf, frv-*-*linux*): Likewise.
1763 (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
1764 (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
1765 (m32r-*-elf*): Likewise.
1766 (m32rle-*-elf*): Likewise.
1767 (m32r-*-linux*): Likewise.
1768 (m32rle-*-linux*): Likewise.
1769 (mcore-*-elf): Add t-fdpbit to tmake_file.
1770 (microblaze*-*-*): Likewise.
1771 (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
1772 (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
1773 (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
1774 Fix typo.
1775 Add mips/t-tpbit to tmake-file.
1776 (mips*-*-linux*): Fix typo.
1777 (mips*-sde-elf*): New case
1778 Add mips/t-sdemtk unless using newlib.
1779 (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
1780 (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
1781 (mn10300-*-*): Likewise.
1782 (pdp11-*-*): Likewise.
1783 (picochip-*-*): Add t-fpbit to tmake_file.
1784 (powerpc-*-eabisimaltivec*): Likewise.
1785 (powerpc-*-eabisim*): Likewise.
1786 (powerpc-*-elf*): Likewise.
1787 (powerpc-*-eabialtivec*): Likewise.
1788 (powerpc-xilinx-eabi*): New case.
1789 Add t-fdpbit to tmake_file.
1790 (powerpc-*-eabi*): Add t-fdpbit to tmake_file.
1791 (powerpc-*-rtems*): Likewise.
1792 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
1793 tmake_file.
1794 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
1795 tmake_file.
1796 (powerpc-*-lynxos*): Likewise.
1797 (powerpcle-*-elf*): Likewise.
1798 (powerpcle-*-eabisim*): Likewise.
1799 (powerpcle-*-eabi*): Likewise.
1800 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
1801 t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
1802 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1803 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1804 (rx-*-elf): Add t-fdpbit to tmake_file.
1805 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1806 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1807 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1808 (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
1809 sh*-*-netbsd*.
1810 (sh-*-rtems*): Add t-fdpbit to tmake_file.
1811 (sh-wrs-vxworks): Likewise.
1812 (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
1813 (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
1814 (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
1815 (sparc64-*-rtems*): ... new case.
1816 (sparc-*-rtems*): Add t-fdpbit to tmake_file.
1817 (spu-*-elf*): Likewise.
1818 Add spu/t-elf to tmake_file.
1819 (v850*-*-*): Add t-fdpbit to tmake_file.
1820 (xstormy16-*-elf): Likewise.
1821 (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
1822 (mep*-*-*): Likewise.
1823
201cdb74
RO
18242011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1825
1826 * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
1827 variables.
1828 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
1829 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
1830 (install-unwind_h): New target.
1831 (all): Depend on it.
1832 * config.host (unwind_header): New variable.
1833 (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
1834 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
1835 *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
1836 (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
1837 (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
1838 Set unwind_header.
1839 (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
1840 Set unwind_header.
1841 (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
1842 arm*-*-eabi*.
1843 Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
1844 Set unwind_header.
1845 (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
1846 (ia64*-*-freebsd*): Likewise.
1847 (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
1848 tmake_file.
1849 Add t-libunwind-elf, ia64/t-glibc-libunwind unless
1850 $with_system_libunwind.
1851 (ia64*-*-hpux*): Set tmake_file.
1852 (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
1853 (picochip-*-*): Set tmake_file.
1854 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
1855 md_unwind_header.
1856 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1857 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1858 (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
1859 (xtensa*-*-elf*): Set tmake_file.
1860 (xtensa*-*-linux*): Likewise.
1861 * configure.ac: Include ../config/unwind_ipinfo.m4.
1862 Call GCC_CHECK_UNWIND_GETIPINFO.
1863 Link unwind.h to $unwind_header.
1864 * configure: Regenerate.
1865 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
1866 unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
1867 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
1868 unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
1869 * config/unwind-dw2-fde-darwin.c: New file.
1870 * config/arm/libunwind.S, config/arm/pr-support.c,
1871 config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
1872 config/arm/unwind-arm.h,: New files.
1873 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
1874 config/ia64/t-eh-ia64, config/ia64/t-glibc,
1875 config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
1876 config/ia64/t-vms, config/ia64/unwind-ia64.c,
1877 config/ia64/unwind-ia64.h: New files.
1878 * config/picochip/t-picochip: New file.
1879 * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
1880 files.
1881 * config/rs6000/t-darwin (LIB2ADDEH): Set.
1882 * config/s390/t-tpf (LIB2ADDEH): Remove.
1883 * config/t-darwin (LIB2ADDEH): Set.
1884 * config/t-eh-dw2-dip: New file.
1885 * config/t-libunwind, config/t-libunwind-elf: New files.
1886 * config/t-sol2 (LIB2ADDEH): Remove.
1887 * config/xtensa/t-xtensa: New file.
1888
40f2f11f
L
18892011-08-02 H.J. Lu <hongjiu.lu@intel.com>
1890
1891 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
1892 (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
1893 long long to check rt_sigreturn syscall.
1894
bd15e32c
AM
18952011-08-02 Alan Modra <amodra@gmail.com>
1896
1897 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
1898 Restore for indirect call bcrtl from correct stack slot, and only
1899 if cfa+40 isn't valid.
1900
655b30bf
JB
19012011-08-01 Julian Brown <julian@codesourcery.com>
1902
1903 * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
1904 (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
1905 * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
1906
247eb06f
JB
19072011-08-01 Julian Brown <julian@codesourcery.com>
1908
1909 * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
1910 (libgcc-std.ver.in): Use above.
1911 * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
1912 LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
1913 throughout file.
1914 * config/t-fixedpoint-gnu-prefix: New file.
1915 * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
1916 * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
1917 instead of __PFX__.
1918
02a8fe00
L
19192011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1920
1921 * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
1922 Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
1923 for x86-64. Properly check __x86_64__ and __LP64__.
1924
5fce9126
L
19252010-07-28 H.J. Lu <hongjiu.lu@intel.com>
1926
1927 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
1928 version.
1929 (_FP_WS_TYPE): Likewise.
1930 (_FP_I_TYPE): Likewise.
1931
2374a88a
AM
19322011-07-28 Alan Modra <amodra@gmail.com>
1933
1934 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
1935 Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
1936 in a plt call stub. Do restore r2 if stopped on bctrl.
1937
e44dbbe1
RO
19382011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1939
1940 * config.host (i[3456x]86-*-netware*): Remove.
1941 * config/i386/netware-crt0.c, config/i386/t-nwld,
1942 config/i386/t-slibgcc-nwld: Remove.
1943
bcead286
BS
19442011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1945
1946 * config.host: Handle tic6x-*-*.
1947 * config/c6x/c6x-abi.h: New file.
1948
b3fe1584
RO
19492011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1950
1951 * config/i386/crtprec.c: New file.
1952 * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
1953 * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
1954 Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
1955 (x86_64-*-darwin*): Likewise.
1956 (i[34567]86-*-solaris2*: Likewise.
1957
35d8090d
RO
19582011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1959
1960 * config/alpha/crtfastmath.c: New file.
1961 * config/i386/crtfastmath.c: New file.
1962 * config/ia64/crtfastmath.c: New file.
1963 * config/mips/crtfastmath.c: New file.
1964 * config/sparc/crtfastmath.c: New file.
1965
1966 * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
1967 crtfastmath.c.
1968 Add -frandom-seed=gcc-crtfastmath.
1969 * config/alpha/t-crtfm: Remove.
1970 * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
1971 * config/ia64/t-ia64 (crtfastmath.o): Remove.
1972
1973 * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
1974 (alpha*-dec-osf5.1*): Likewise.
1975 (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
1976 Add crtfastmath.o to extra_parts.
1977 (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
1978 Add crtfastmath.o to extra_parts.
1979 (x86_64-*-darwin*): Likewise.
1980 (x86_64-*-mingw*): Likewise.
1981 (ia64*-*-elf*): Add t-crtfm to tmake_file.
1982 (ia64*-*-freebsd*): Likewise.
1983 (ia64*-*-linux*): Likewise.
1984 (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
1985 Add crtfastmath.o to extra_parts.
1986
e141542e
RO
19872011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1988
1989 * config/darwin-crt3.o: New file.
1990 * config/rs6000/darwin-crt2.c: New file.
1991 * config/t-darwin: New file.
1992 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
1993 (crt2.o): New rule.
1994 * config.host (*-*-darwin*): Add crt3.o to extra_parts.
1995 (powerpc-*-darwin*): Add crt2.o to extra_parts.
1996 (powerpc64-*-darwin*): Likewise.
1997
2d1efe2d
RO
19982011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1999
2000 * config/i386/netware-crt0.c: New file.
2001 * config/i386/t-nwld: Rename to ...
2002 * config/i386/t-slibgcc-nwld: ... this.
2003 * config/i386/t-nwld: New file.
2004 * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
2005 tmake_file.
2006 Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
2007 extra_parts.
2008
4a8bb046
RO
20092011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2010
2011 * configure.ac (i?86-*-solaris2*): Use libgcc copy of
2012 i386/t-crtstuff.
2013 * configure: Regenerate.
2014
2d8d5935
RO
20152011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2016
2017 * dfp-bit.c, dfp-bit.h: New files.
2018 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
2019 variables.
2020 ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
2021 ($(d64pbit-o)): Likewise.
2022 ($(d128pbit-o)): Likewise.
2023 * config/t-dfprules: New file.
2024 * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
2025 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
2026 i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
2027 (x86_64-*-linux*): Likewise.
2028 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
2029 (i[34567]86-*-cygwin*): Likewise.
2030 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
2031 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
2032
2c50b2c3
RO
20332011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2034
2035 * Makfile.in (LIBGCOV): New variable.
2036 ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
2037 * libgcov.c: New file.
2038
a039d7c2
RO
20392011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2040
2041 * fixed-bit.c, fixed-bit.h: New files.
2042 * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
2043 refer to fixed-bit.c.
2044
1e4b2746
JM
20452011-07-07 Joseph Myers <joseph@codesourcery.com>
2046
2047 * config.host (*local*): Remove.
2048
fbdd5d87
RO
20492011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2050
2051 PR target/39150
2052 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
2053 like i?86-*-solaris2.1[0-9]*.
2054 (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
2055 * configure.ac (i?86-*-solaris2*): Likewise.
2056 * configure: Regenerate.
2057
9e7714f4
TS
20582011-07-06 Thomas Schwinge <thomas@schwinge.name>
2059
2060 * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
2061 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
2062 md_unwind_header by splitting out of...
2063 (i[34567]86-*-linux*): ... this.
2064 * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
2065 Remove md_unwind_header by splitting out of...
2066 (x86_64-*-linux*): ... this.
2067
6dab9931
GJL
20682011-07-04 Georg-Johann Lay <avr@gjlay.de>
2069
2070 * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
2071
4be46d19
NC
20722011-06-28 Nick Clifton <nickc@redhat.com>
2073
2074 * config.host: Recognize all V850 variants.
2075
1da9434b
UB
20762011-06-22 Uros Bizjak <ubizjak@gmail.com>
2077
2078 * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
2079
e4d48a4d
RO
20802011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2081
2082 * shared-object.mk (c_flags-$o): Save c_flags.
2083 ($(base)$(objext)): Use it.
2084 ($(base)_s$(objext)): Likewise.
2085
3801c801
BS
20862011-06-21 Bernd Schmidt <bernds@codesourcery.com>
2087
2088 * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
2089 * libgcc-std.ver.in (GCC_4.7.0): New section.
2090
0ad8bb3b 20912011-06-16 Georg-Johann Lay <avr@gjlay.de>
1da9434b 2092
0ad8bb3b
GJL
2093 PR target/49313
2094 PR target/29524
2095 * config/avr/t-avr: Fix line endings.
2096 (intfuncs16): Remove _ffsXX2, _clzXX2, _ctzXX2, _popcountXX2,
2097 _parityXX2.
2098
ea963999
OH
20992011-06-14 Olivier Hainque <hainque@adacore.com>
2100 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2101
2102 * config/mips/irix6-unwind.h: New file.
2103 * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
2104
b11b0904
EB
21052011-06-10 Eric Botcazou <ebotcazou@adacore.com>
2106
2107 * config/sparc/linux-unwind.h (STACK_BIAS): Define.
2108 (sparc64_fallback_frame_state): Use it.
2109 (sparc64_frob_update_context): Further adjust context.
2110 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
2111 * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
2112 * config/sparc/sol2-cn.S: Likewise.
2113
10e48e39
RO
21142011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2115
2116 * enable-execute-stack-empty.c: New file.
2117 * enable-execute-stack-mprotect.c: New file.
2118 * config/i386/enable-execute-stack-mingw32.c: New file.
2119 * config.host (enable_execute_stack): New variable.
2120 Select appropriate variants.
2121 * configure.ac: Link enable-execute-stack.c to
2122 $enable_execute_stack.
2123 * configure: Regenerate.
2124 * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
2125 (lib2funcs): Remove _enable_execute_stack.
2126
10c4cabc
DM
21272011-06-09 David S. Miller <davem@davemloft.net>
2128 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2129
2130 * config.host (sparc-*-linux*): Correct md_unwind_header
2131 filename.
2132 (s390x-ibm-tpf*): Fix typo.
2133
aa4203e7
RO
21342011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2135
2136 * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
2137 Add crtfastmath.o to extra_parts.
2138 (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
2139 mips/t-crtfm.
2140 * config/mips/t-crtfm: Remove.
2141
0defd786
JDA
21422011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2143
2144 * config.host (hppa*-*-linux*): Correct md_unwind_header name.
2145
82f247af
KK
21462011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
2147
2148 * config.host (sh*-*-linux*): Fix typo.
2149
58cd1d70
RO
21502011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2151
2152 * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
2153 * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
2154 * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
2155 * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
2156 * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
2157 * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
2158 * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
2159 Wrap in !__MINGW64__.
2160 * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
2161 * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
2162 * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
2163 * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
2164 * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
2165 * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
2166 * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
2167 Wrap in !__LP64__.
2168 * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
2169 * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
2170 * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
2171 * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
2172 * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
2173 * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
2174 * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
2175 * config/no-unwind.h: New file.
2176 * config.host (md_unwind_header): Document.
2177 Define.
2178 (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
2179 alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
2180 hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
2181 hppa[12]*-*-hpux11*): Set md_unwind_header.
2182 (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
2183 Set md_unwind_header.
2184 (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
2185 (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
2186 (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
2187 m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
2188 powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
2189 s390x-*-linux*, s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
2190 sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
2191 md_unwind_header.
2192 * configure.ac: Link md-unwind-support.h to $md_unwind_header.
2193 * configure: Regenerate.
2194
737346fa
RO
21952011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2196
2197 * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
2198 Set tmake_file, extra_parts.
2199 * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
2200 Remove O32 support.
2201 * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
2202 Remove O32 support.
2203 * config/mips/t-irix6: New file.
2204 * config/mips/t-slibgcc-irix: New file.
2205
c192cee6
RO
22062011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2207
2208 * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
2209 * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
2210
ee33b5f0
RO
22112011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2212
2213 * configure.ac (target_thread_file): Determine thread model.
2214 * configure: Regenerate.
2215 * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
2216 * config/alpha/t-alpha: New file.
2217 * config/alpha/t-crtfm: Use $<.
2218 * config/alpha/t-ieee: New file.
2219 * config/alpha/t-osf-pthread: New file.
2220 * config/alpha/t-slibgcc-osf: New file.
2221 * config/alpha/libgcc-osf5.ver: New file.
2222
0699e415
RO
22232011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2224
2225 * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
2226 tmake_file.
2227 Add crtfastmath.o to extra_parts.
2228
a3fab9c2
RO
22292011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2230
2231 * config/gmon-sol2.c: Reindent.
2232 Cleanup comments.
2233 Remove, correct casts.
2234 Use STDERR_FILENO, NULL.
2235 (BASEADDRESS): Remove.
2236 (minbrk): Remove.
2237 (errno, sbrk): Remove declarations.
2238 (monstartup) [hp300]: Remove.
2239 (mcount): Remove.
2240
ca24c5ad
RO
22412011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2242
2243 * Makefile.in (cpu_type): Define.
2244 * config.host (i[34567]86-*-rtems*): Handle it.
2245 (i[34567]86-*-solaris2*): Move body ...
2246 (*-*-solaris2*): ... here.
2247 New case, generalize.
2248 (sparc-*-elf*): Handle it.
2249 (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
2250 (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
2251 (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
2252 Fold into ...
2253 (sparc*-*-solaris2*): ... this.
2254 New case.
2255 (sparc64-*-elf*): Handle it.
2256 * config/gmon-sol2.c: Move from ../gcc/config/sparc.
2257 Merge ../gcc/config/i386/gmon-sol2.c.
2258 * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
2259 Use C comments.
2260 Merge ../gcc/config/i386/sol2-gc1.asm.
2261 * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
2262 Use C comments.
2263 * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
2264 Use C comments.
2265 * config/i386/t-crtfm (crtfastmath.o): Use $<.
2266 * config/i386/t-crtstuff: New file.
2267 * config/i386/t-softfp: New file.
2268 * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
2269 $(T)crti.o, $(T)crtn.o): Remove.
2270 (gcrt1.o): New rule.
2271 (TARGET_LIBGCC2_CFLAGS): Remove.
2272 * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
2273 * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
2274 * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
2275 * config/sparc/t-sol2: New file.
2276 * config/sparc/t-crtfm: Move to ...
2277 * config/t-crtfm: ... this.
2278 Use $(cpu_type), $<.
2279 * config/t-crtin: New file.
2280 * config/sparc/t-softfp: New file.
2281 * config/sparc/t-softmul: New file.
2282 * config/t-rtems: New file.
2283 * config/t-slibgcc: New file.
2284 * config/t-slibgcc-elf-ver: New file.
2285 * config/t-slibgcc-gld: New file.
2286 * config/t-slibgcc-sld: New file.
2287 * config/t-sol2: New file.
2288 * configure.ac: Include ../config/lib-ld.m4.
2289 Call AC_LIB_PROG_LD_GNU.
2290 Substitute cpu_type.
2291 * configure: Regenerate.
2292
ad5f3d7b
BS
22932011-05-27 Bernd Schmidt <bernds@codesourcery.com>
2294
2295 PR bootstrap/49173
2296 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
2297 libgcc-std.ver in the build directory.
2298 * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
2299 * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
2300
cdbf4541
BS
23012011-05-25 Bernd Schmidt <bernds@codesourcery.com>
2302
2303 * libgcc-std.ver.in: New file.
2304 * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
2305 variables.
2306 (libgcc-std.ver): New rule.
2307 * config/t-gnu-prefix: New file.
2308
c8028650
RO
23092011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2310
2311 * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
2312
4a68b4ca
JM
23132011-05-10 Joseph Myers <joseph@codesourcery.com>
2314
2315 * config/i386/darwin-lib.h: New file.
2316
80cf2e08
JM
23172011-05-10 Joseph Myers <joseph@codesourcery.com>
2318
2319 * config/arm/symbian-lib.h: New.
2320
a3330c9d
CD
23212011-05-04 Chris Demetriou <cgd@google.com>
2322
2323 * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
2324 (__x86.get_pc_thunk.bx): ...this.
2325 (__morestack): Adjust for rename, remove undef of __i686.
2326
6ace0756
CD
23272011-05-03 Chris Demetriou <cgd@google.com>
2328
2329 * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
2330
ebb9f8b0
JM
23312011-03-22 Joseph Myers <joseph@codesourcery.com>
2332
2333 * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
2334 arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
2335 m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
2336 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
2337 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
2338 Remove cases.
2339
9cfa1499
AT
23402011-03-14 Andreas Tobler <andreast@fgznet.ch>
2341
2342 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
2343 Adjust copyright year.
2344
457186f6
ILT
23452011-03-07 Ian Lance Taylor <iant@google.com>
2346
2347 * generic-morestack.c (__splitstack_find): Adjust returned stack
2348 pointer to include all registers pushed by __morestack.
2349
58c741a6
DK
23502011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
2351
2352 PR target/40125
2353 * configure.ac: Call ACX_NONCANONICAL_TARGET.
2354 (toolexecdir): Calculate and AC_SUBST.
2355 (toolexeclibdir): Likewise.
2356 * Makefile.in (target_noncanonical): Import.
2357 (toolexecdir): Likewise.
2358 (toolexeclibdir): Likewise.
2359 * configure: Regenerate.
2360
26716c44
NF
23612010-12-13 Nathan Froyd <froydnj@codesourcery.com>
2362
2363 PR target/46040
2364 * config/arm/bpabi.h: Rename to...
2365 * config/arm/bpabi-lib.h: ...this.
2366
b595b1a1
RO
23672010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2368
2369 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
2370 appropriate.
2371 * configure: Regenerate.
2372
a3abe41c
NF
23732010-11-24 Nathan Froyd <froydnj@codesourcery.com>
2374
2375 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
2376 __FLOAT_WORD_ORDER__.
2377 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
2378 Delete.
2379
455c8f48
RW
23802010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2381
2382 PR other/46202
2383 * Makefile.in (install-strip): New phony target.
2384
f3824a8b
ILT
23852010-11-07 Ian Lance Taylor <iant@google.com>
2386
2387 PR target/46089
2388 * config/i386/morestack.S (__morestack_large_model): New
2389 function.
2390
18ed6ee4
NF
23912010-10-23 Nathan Froyd <froydnj@codesourcery.com>
2392
2393 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
2394 Delete.
2395 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
2396
8ac7fdcb
NF
23972010-10-14 Nathan Froyd <froydnj@codesourcery.com>
2398
2399 * config/arm/bpabi.h: New file.
2400 * config/frv/frv-abi.h: New file.
2401
cdb388c2
ILT
24022010-10-01 Ian Lance Taylor <iant@google.com>
2403
2404 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
2405 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
2406
ef7c141c
L
24072010-10-01 H.J. Lu <hongjiu.lu@intel.com>
2408
2409 PR target/45858
2410 * config.host: Add the missing `$'.
2411
80920132
ME
24122010-09-30 Michael Eager <eager@eagercon.com>
2413
2414 * config.host: Add microblaze*-*-*.
2415 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
2416 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
2417 udivsi3.asm,umodsi3.asm}: New.
2418
6dace308
ILT
24192010-09-28 Ian Lance Taylor <iant@google.com>
2420
2421 * configure.ac: Adjust CFI test to test assembler directly rather
2422 than checking gcc preprocessor macro.
2423 * configure: Rebuild.
2424
b6110d6d
ILT
24252010-09-27 Ian Lance Taylor <iant@google.com>
2426
2427 * configure.ac: Test whether assembler supports CFI directives.
2428 * config.host: Only add t-stack and i386/t-stack-i386 to
2429 tmake_file if libgcc_cv_cfi is "yes".
2430 * configure: Rebuild.
2431
7458026b
ILT
24322010-09-27 Ian Lance Taylor <iant@google.com>
2433
2434 * generic-morestack.h: New file.
2435 * generic-morestack.c: New file.
2436 * generic-morestack-thread.c: New file.
2437 * config/i386/morestack.S: New file.
2438 * config/t-stack: New file.
2439 * config/i386/t-stack-i386: New file.
2440 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
2441 i386/t-stack-i386 to tmake_file.
2442
5b50fc0c
IS
24432010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2444
2445 * Makefile.in (libgcc-extra-parts): Check for static archives and
2446 invoke ranlib after installing them.
2447 (gcc-extra-parts): Likewise.
2448 (install-leaf): Likewise.
2449
b93cf342
L
24502010-09-14 H.J. Lu <hongjiu.lu@intel.com>
2451
2452 * configure: Regenerated.
2453
996b42ef
KT
24542010-09-10 Kai Tietz <kai.tietz@onevision.com>
2455
b93cf342 2456 * configure: Regenerated.
996b42ef 2457
be1c764e
GP
24582010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
2459 Andrew Pinski <pinskia@gmail.com>
2460
1da9434b 2461 PR target/40959
be1c764e
GP
2462 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
2463
cc0ae0ca
L
24642010-09-06 H.J. Lu <hongjiu.lu@intel.com>
2465
2466 PR target/45524
2467 * configure: Regenerated.
2468
84f47d20
AS
24692010-09-06 Andreas Schwab <schwab@redhat.com>
2470
2471 * configure: Regenerate.
2472
4159fb8d
UB
24732010-09-03 Uros Bizjak <ubizjak@gmail.com>
2474
2475 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
2476 64bit targets.
2477 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
2478 for 64bit targets.
2479
0df8fcc8
UB
24802010-09-03 Uros Bizjak <ubizjak@gmail.com>
2481 Iain Sandoe <iains@gcc.gnu.org>
2482
2483 PR target/45476
2484 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
2485 LIB2FUNCS_EXCLUDE functions.
2486
3c39bca6
AK
24872010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2488
2489 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
2490 Include dfp.m4.
2491 * configure: Regenerate.
2492
d78552bd
UB
24932010-09-01 Uros Bizjak <ubizjak@gmail.com>
2494
2495 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
2496 i386/t-freebsd to tmake_file.
2497 * config/i386/t-freebsd: New file.
2498 * config/i386/libgcc-bsd.ver: New file.
2499
c5b79d4e
NF
25002010-07-23 Nathan Froyd <froydnj@codesourcery.com>
2501
2502 * config.host (powerpc*-eabispe*): Set tmake_file.
2503 (powerpc*-eabi*): Likewise.
2504 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
2505 crtbeginS, crtendS, crtbeginT.
2506
48b09a92
KH
25072010-06-12 Kazu Hirata <kazu@codesourcery.com>
2508
2509 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
2510 to tmake_file. Add crtfastmath.o to extra_parts.
2511 * config/mips/t-crtfm: New.
2512
a4389204
JS
25132010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
2514
2515 * config.host (sparc64-*-rtems*): New target.
2516
ed104137
RO
25172010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2518
2519 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
2520 assembler syntax.
2521
3f56ef8b
TS
25222010-04-15 Thomas Schwinge <tschwinge@gnu.org>
2523
2524 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
2525
8c200350
RO
25262010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2527
2528 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
2529 alpha-dec-osf5.0* support.
2530
80a61cb4 25312010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
c1b14424
RC
2532
2533 * config.host: Add lm32-*-rtems*.
2534
f128db92
RO
25352010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2536 Uros Bizjak <ubizjak@gmail.com>
2537
2538 PR target/39048
2539 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
2540 like other remaining 32-bit x86 OSes.
2541 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
2542 assembler syntax.
2543 * config/i386/libgcc-sol2.ver: New file.
2544 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
2545
368fabd5
JH
25462010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
2547
2548 PR c/43553
2549 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
2550 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
2551 is used and substitute set_use_emutls.
2552 * configure: Regenerated.
2553
15baf7f8
TG
25542010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
2555
2556 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
2557
7f5441df
RO
25582010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2559
2560 PR target/38085
2561 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
2562 MULTILIB_CFLAGS.
2563 ($(T)gcrt1.o): Likewise.
2564 ($(T)crt1.o): Likewise.
2565 ($(T)crti.o): Likewise.
2566 ($(T)crtn.o): Likewise.
2567
ef74edbd
RW
25682010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2569
2570 PR other/42980
2571 * Makefile.in (install): Use $(MAKE) string in rule, for
2572 parallel make.
2573
e7c914db
HPN
25742010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
2575
2576 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
2577 * config/mmix/t-mmix: New file.
2578 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
2579
1bcb71c4
JH
25802010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
2581
2582 PR java/41991
2583 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
2584 SHLIB_MAPFILES.
2585
e6e50811
AG
25862010-01-04 Anthony Green <green@moxielogic.com>
2587
2588 * config/moxie/crti.asm, config/moxie/crtn.asm,
2589 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
2590 config/moxie/t-moxie: New files.
2591 * config.host: Add t-moxie-softfp reference.
2592
ca8520ad
IS
25932009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
2594
2595 PR other/39888
2596 * config/t-slibgcc-darwin: Fix embedded rpaths for
2597 --enable-version-specific-runtime-libs, build extension stub
2598 libs exposing features available from current libgcc_s.
2599
aa4945c1
JB
26002009-11-11 Jon Beniston <jon@beniston.com>
2601
d78552bd
UB
2602 * config.host: Add lm32 targets.
2603 * config/lm32: New directory.
2604 * config/lm32/libgcc_lm32.h: New file.
2605 * config/lm32/_mulsi3.c: New file.
2606 * config/lm32/_udivmodsi4.c: New file.
2607 * config/lm32/_divsi3.c: New file.
2608 * config/lm32/_modsi3.c: New file.
2609 * config/lm32/_udivsi3.c: New file.
2610 * config/lm32/_umodsi3.c: New file.
2611 * config/lm32/_lshrsi3.S: New file.
2612 * config/lm32/_ashrsi3.S: New file.
2613 * config/lm32/_ashlsi3.S: New file.
2614 * config/lm32/crti.S: New file.
2615 * config/lm32/crtn.S: New file.
2616 * config/lm32/t-lm32: New file.
2617 * config/lm32/t-elf: New file.
2618 * config/lm32/t-uclinux: New file.
aa4945c1 2619
65a324b4
NC
26202009-10-26 Nick Clifton <nickc@redhat.com>
2621
2622 * config.host: Add support for RX target.
2623 * config/rx: New directory.
2624 * config/rx/rx-abi-functions.c: New file. Supplementary
2625 functions for libgcc to support the RX ABI.
2626 * config/rx/rx-abi.h: New file. Supplementary header file for
2627 libgcc RX ABI functions.
2628 * config/rx/t-rx: New file: Makefile fragment for building
2629 libgcc for the RX.
2630
dfb3b0e3
UB
26312009-10-09 Uros Bizjak <ubizjak@gmail.com>
2632
2633 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
2634 constraint of y0 to "g".
2635
81dd9fd7
AK
26362009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2637
2638 * config.host: Include the s390 makefile fragments.
2639 * config/s390/32/_fixdfdi.c: New file.
2640 * config/s390/32/_fixsfdi.c: New file.
2641 * config/s390/32/_fixtfdi.c: New file.
2642 * config/s390/32/_fixunsdfdi.c: New file.
2643 * config/s390/32/_fixunssfdi.c: New file.
2644 * config/s390/32/_fixunstfdi.c: New file.
2645 * config/s390/32/t-floattodi: New file.
2646 * config/s390/libgcc-glibc.ver: New file.
2647 * config/s390/t-crtstuff: New file.
2648 * config/s390/t-linux: New file.
2649 * config/s390/t-tpf: New file.
2650
df58e648
RW
26512009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2652
2653 * configure.ac (AC_PREREQ): Bump to 2.64.
2654
79052be3
KK
26552009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
2656
2657 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
2658
5213506e
RW
26592009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2660
2661 * configure: Regenerate.
2662
a9a25daa
DR
26632009-08-09 Douglas B Rupp <rupp@gnat.com>
2664
2665 * config.host (ia64-hp-*vms*): New target.
2666 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
2667 with ia64-hp-*vms*.
2668
6efbd53f
RW
26692009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2670
2671 * configure.ac: Add snippet for maintainer-mode.
2672 * configure: Regenerate.
2673 * Makefile.in (AUTOCONF, configure_deps): New variables.
2674 ($(srcdir)/configure)): New rule, active only with maintainer
2675 mode turned on.
2676
7acf4da6
DD
26772009-06-23 DJ Delorie <dj@redhat.com>
2678
2679 Add MeP port.
2680 * config.host: Add mep support.
2681
54f549af
KT
26822009-06-22 Kai Tietz <kai.tietz@onevision.com>
2683
34481f28 2684 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 2685 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
34481f28
UB
2686
2687 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
2688 for mingw targets.
54f549af
KT
2689 * config/i386/64/_multc3.c: Likewise.
2690 * config/i386/64/_powitf2.c: Likewise.
2691 * config/i386/64/eqtf2.c: Likewise.
2692 * config/i386/64/getf2.c: Likewise.
2693 * config/i386/64/letf2.c: Likewise.
2694 * config/i386/64/letf2.c: Likewise.
34481f28
UB
2695 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
2696 unsigned long long for x64 mingw targets.
2697 (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
2698 (_FP_I_TYPE): Define as long long for x64 mingw target.
54f549af 2699
fea96e25
MR
27002009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
2701
2702 * config.host (vax-*-linux*): New.
2703
cceb575c
AG
27042009-05-31 Anthony Green <green@moxielogic.com>
2705
2706 * config.host: Add moxie support.
2707 * config/moxie/t-moxie: New file.
2708
e997fb9c
DB
27092009-05-29 David Billinghurst <billingd@gcc.gnu.org>
2710
2711 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 2712 t-softfp to tmake_file for i[34567]86-*-cygwin*.
e997fb9c 2713
532bfb0a
AJ
27142009-04-17 Aurelien Jarno <aurelien@aurel32.net>
2715
2716 * config.host: Add i386/${host_address}/t-fprules-softfp to
2717 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
2718
748086b7
JJ
27192009-04-09 Nick Clifton <nickc@redhat.com>
2720
2721 * config/ia64/tf-signs.c: Change copyright header to refer to
2722 version 3 of the GNU General Public License with version 3.1
2723 of the GCC Runtime Library Exception and to point readers at
2724 the COPYING3 and COPYING3.RUNTIME files and the FSF's license
2725 web page.
2726 * config/i386/32/tf-signs.c: Likewise.
2727 * config/libbid/_addsub_dd.c: Likewise.
2728 * config/libbid/_addsub_sd.c: Likewise.
2729 * config/libbid/_addsub_td.c: Likewise.
2730 * config/libbid/_dd_to_df.c: Likewise.
2731 * config/libbid/_dd_to_di.c: Likewise.
2732 * config/libbid/_dd_to_sd.c: Likewise.
2733 * config/libbid/_dd_to_sf.c: Likewise.
2734 * config/libbid/_dd_to_si.c: Likewise.
2735 * config/libbid/_dd_to_td.c: Likewise.
2736 * config/libbid/_dd_to_tf.c: Likewise.
2737 * config/libbid/_dd_to_udi.c: Likewise.
2738 * config/libbid/_dd_to_usi.c: Likewise.
2739 * config/libbid/_dd_to_xf.c: Likewise.
2740 * config/libbid/_df_to_dd.c: Likewise.
2741 * config/libbid/_df_to_sd.c: Likewise.
2742 * config/libbid/_df_to_td.c: Likewise.
2743 * config/libbid/_di_to_dd.c: Likewise.
2744 * config/libbid/_di_to_sd.c: Likewise.
2745 * config/libbid/_di_to_td.c: Likewise.
2746 * config/libbid/_div_dd.c: Likewise.
2747 * config/libbid/_div_sd.c: Likewise.
2748 * config/libbid/_div_td.c: Likewise.
2749 * config/libbid/_eq_dd.c: Likewise.
2750 * config/libbid/_eq_sd.c: Likewise.
2751 * config/libbid/_eq_td.c: Likewise.
2752 * config/libbid/_ge_dd.c: Likewise.
2753 * config/libbid/_ge_sd.c: Likewise.
2754 * config/libbid/_ge_td.c: Likewise.
2755 * config/libbid/_gt_dd.c: Likewise.
2756 * config/libbid/_gt_sd.c: Likewise.
2757 * config/libbid/_gt_td.c: Likewise.
2758 * config/libbid/_isinfd128.c: Likewise.
2759 * config/libbid/_isinfd32.c: Likewise.
2760 * config/libbid/_isinfd64.c: Likewise.
2761 * config/libbid/_le_dd.c: Likewise.
2762 * config/libbid/_le_sd.c: Likewise.
2763 * config/libbid/_le_td.c: Likewise.
2764 * config/libbid/_lt_dd.c: Likewise.
2765 * config/libbid/_lt_sd.c: Likewise.
2766 * config/libbid/_lt_td.c: Likewise.
2767 * config/libbid/_mul_dd.c: Likewise.
2768 * config/libbid/_mul_sd.c: Likewise.
2769 * config/libbid/_mul_td.c: Likewise.
2770 * config/libbid/_ne_dd.c: Likewise.
2771 * config/libbid/_ne_sd.c: Likewise.
2772 * config/libbid/_ne_td.c: Likewise.
2773 * config/libbid/_sd_to_dd.c: Likewise.
2774 * config/libbid/_sd_to_df.c: Likewise.
2775 * config/libbid/_sd_to_di.c: Likewise.
2776 * config/libbid/_sd_to_sf.c: Likewise.
2777 * config/libbid/_sd_to_si.c: Likewise.
2778 * config/libbid/_sd_to_td.c: Likewise.
2779 * config/libbid/_sd_to_tf.c: Likewise.
2780 * config/libbid/_sd_to_udi.c: Likewise.
2781 * config/libbid/_sd_to_usi.c: Likewise.
2782 * config/libbid/_sd_to_xf.c: Likewise.
2783 * config/libbid/_sf_to_dd.c: Likewise.
2784 * config/libbid/_sf_to_sd.c: Likewise.
2785 * config/libbid/_sf_to_td.c: Likewise.
2786 * config/libbid/_si_to_dd.c: Likewise.
2787 * config/libbid/_si_to_sd.c: Likewise.
2788 * config/libbid/_si_to_td.c: Likewise.
2789 * config/libbid/_td_to_dd.c: Likewise.
2790 * config/libbid/_td_to_df.c: Likewise.
2791 * config/libbid/_td_to_di.c: Likewise.
2792 * config/libbid/_td_to_sd.c: Likewise.
2793 * config/libbid/_td_to_sf.c: Likewise.
2794 * config/libbid/_td_to_si.c: Likewise.
2795 * config/libbid/_td_to_tf.c: Likewise.
2796 * config/libbid/_td_to_udi.c: Likewise.
2797 * config/libbid/_td_to_usi.c: Likewise.
2798 * config/libbid/_td_to_xf.c: Likewise.
2799 * config/libbid/_tf_to_dd.c: Likewise.
2800 * config/libbid/_tf_to_sd.c: Likewise.
2801 * config/libbid/_tf_to_td.c: Likewise.
2802 * config/libbid/_udi_to_dd.c: Likewise.
2803 * config/libbid/_udi_to_sd.c: Likewise.
2804 * config/libbid/_udi_to_td.c: Likewise.
2805 * config/libbid/_unord_dd.c: Likewise.
2806 * config/libbid/_unord_sd.c: Likewise.
2807 * config/libbid/_unord_td.c: Likewise.
2808 * config/libbid/_usi_to_dd.c: Likewise.
2809 * config/libbid/_usi_to_sd.c: Likewise.
2810 * config/libbid/_usi_to_td.c: Likewise.
2811 * config/libbid/_xf_to_dd.c: Likewise.
2812 * config/libbid/_xf_to_sd.c: Likewise.
2813 * config/libbid/_xf_to_td.c: Likewise.
2814 * config/libbid/bid128.c: Likewise.
2815 * config/libbid/bid128_2_str.h: Likewise.
2816 * config/libbid/bid128_2_str_macros.h: Likewise.
2817 * config/libbid/bid128_2_str_tables.c: Likewise.
2818 * config/libbid/bid128_add.c: Likewise.
2819 * config/libbid/bid128_compare.c: Likewise.
2820 * config/libbid/bid128_div.c: Likewise.
2821 * config/libbid/bid128_fma.c: Likewise.
2822 * config/libbid/bid128_logb.c: Likewise.
2823 * config/libbid/bid128_minmax.c: Likewise.
2824 * config/libbid/bid128_mul.c: Likewise.
2825 * config/libbid/bid128_next.c: Likewise.
2826 * config/libbid/bid128_noncomp.c: Likewise.
2827 * config/libbid/bid128_quantize.c: Likewise.
2828 * config/libbid/bid128_rem.c: Likewise.
2829 * config/libbid/bid128_round_integral.c: Likewise.
2830 * config/libbid/bid128_scalb.c: Likewise.
2831 * config/libbid/bid128_sqrt.c: Likewise.
2832 * config/libbid/bid128_string.c: Likewise.
2833 * config/libbid/bid128_to_int16.c: Likewise.
2834 * config/libbid/bid128_to_int32.c: Likewise.
2835 * config/libbid/bid128_to_int64.c: Likewise.
2836 * config/libbid/bid128_to_int8.c: Likewise.
2837 * config/libbid/bid128_to_uint16.c: Likewise.
2838 * config/libbid/bid128_to_uint32.c: Likewise.
2839 * config/libbid/bid128_to_uint64.c: Likewise.
2840 * config/libbid/bid128_to_uint8.c: Likewise.
2841 * config/libbid/bid32_to_bid128.c: Likewise.
2842 * config/libbid/bid32_to_bid64.c: Likewise.
2843 * config/libbid/bid64_add.c: Likewise.
2844 * config/libbid/bid64_compare.c: Likewise.
2845 * config/libbid/bid64_div.c: Likewise.
2846 * config/libbid/bid64_fma.c: Likewise.
2847 * config/libbid/bid64_logb.c: Likewise.
2848 * config/libbid/bid64_minmax.c: Likewise.
2849 * config/libbid/bid64_mul.c: Likewise.
2850 * config/libbid/bid64_next.c: Likewise.
2851 * config/libbid/bid64_noncomp.c: Likewise.
2852 * config/libbid/bid64_quantize.c: Likewise.
2853 * config/libbid/bid64_rem.c: Likewise.
2854 * config/libbid/bid64_round_integral.c: Likewise.
2855 * config/libbid/bid64_scalb.c: Likewise.
2856 * config/libbid/bid64_sqrt.c: Likewise.
2857 * config/libbid/bid64_string.c: Likewise.
2858 * config/libbid/bid64_to_bid128.c: Likewise.
2859 * config/libbid/bid64_to_int16.c: Likewise.
2860 * config/libbid/bid64_to_int32.c: Likewise.
2861 * config/libbid/bid64_to_int64.c: Likewise.
2862 * config/libbid/bid64_to_int8.c: Likewise.
2863 * config/libbid/bid64_to_uint16.c: Likewise.
2864 * config/libbid/bid64_to_uint32.c: Likewise.
2865 * config/libbid/bid64_to_uint64.c: Likewise.
2866 * config/libbid/bid64_to_uint8.c: Likewise.
2867 * config/libbid/bid_b2d.h: Likewise.
2868 * config/libbid/bid_binarydecimal.c: Likewise.
2869 * config/libbid/bid_conf.h: Likewise.
2870 * config/libbid/bid_convert_data.c: Likewise.
2871 * config/libbid/bid_decimal_data.c: Likewise.
2872 * config/libbid/bid_decimal_globals.c: Likewise.
2873 * config/libbid/bid_div_macros.h: Likewise.
2874 * config/libbid/bid_dpd.c: Likewise.
2875 * config/libbid/bid_flag_operations.c: Likewise.
2876 * config/libbid/bid_from_int.c: Likewise.
2877 * config/libbid/bid_functions.h: Likewise.
2878 * config/libbid/bid_gcc_intrinsics.h: Likewise.
2879 * config/libbid/bid_inline_add.h: Likewise.
2880 * config/libbid/bid_internal.h: Likewise.
2881 * config/libbid/bid_round.c: Likewise.
2882 * config/libbid/bid_sqrt_macros.h: Likewise.
2883
28842009-04-09 Jakub Jelinek <jakub@redhat.com>
2885
2886 * Makefile.in: Change copyright header to refer to version
2887 3 of the GNU General Public License and to point readers at the
2888 COPYING3 file and the FSF's license web page.
2889 * config.host: Likewise.
2890
633dd061
AM
28912009-04-07 Alan Modra <amodra@bigpond.net.au>
2892
2893 * config.host: Reorder and merge to match config.gcc change.
2894
457d1d00
AM
28952009-04-03 Alan Modra <amodra@bigpond.net.au>
2896
2897 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
2898
52c0e446
JM
28992009-03-28 Joseph Myers <joseph@codesourcery.com>
2900
2901 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
2902 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
2903 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
2904 powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
2905
ba181049
UB
29062009-02-12 Uros Bizjak <ubizjak@gmail.com>
2907
2908 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
2909 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
2910
c252db20
L
29112009-02-12 H.J. Lu <hongjiu.lu@intel.com>
2912
ba181049
UB
2913 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
2914 ia64/t-softfp-compat to tmake_file.
c252db20
L
2915
2916 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
2917
2918 * config/ia64/__divxf3.asm: New.
2919 * config/ia64/_fixtfdi.asm: Likewise.
2920 * config/ia64/_fixunstfdi.asm: Likewise.
2921 * config/ia64/_floatditf.asm: Likewise.
2922 * config/ia64/t-fprules-softfp: Likewise.
2923 * config/ia64/t-softfp-compat: Likewise.
2924 * config/ia64/tf-signs.c: Likewise.
2925
c60535f9
BE
29262009-01-18 Ben Elliston <bje@au.ibm.com>
2927
2928 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
2929
ce16861e
BE
29302009-01-16 Ben Elliston <bje@au.ibm.com>
2931
2932 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
2933 to tmake_file.
2934
bcf4713b
BE
29352009-01-13 Ben Elliston <bje@au.ibm.com>
2936
2937 * config/t-softfp: New file.
2938 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
2939 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
2940
2042cb04
JS
29412009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
2942
2943 * config.host: Add m32r*-*-rtems*.
2944
541ed00e
JS
29452008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
2946
2947 * config.host: Add m32c*-*-rtems*.
2948
19523300
RO
29492008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2950
2951 PR bootstrap/33100
2952 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
2953 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
2954 * configure: Regenerate.
2955 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
2956 tmake_file here from gcc/config.gcc.
2957 Move extra_parts here from gcc/config.gcc.
2958 * config/i386/t-sol2: Move here from gcc/config/i386.
2959 Use gcc_srcdir instead of srcdir.
2960
0a4a51c7
AN
29612008-11-18 Adam Nemet <anemet@caviumnetworks.com>
2962
2963 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
2964 case.
2965
2a761e46
TS
29662008-11-09 Thomas Schwinge <tschwinge@gnu.org>
2967
2968 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
2969
c0451df7
TS
29702008-10-08 Thomas Schwinge <tschwinge@gnu.org>
2971
2972 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
2973
358da97e
HS
29742008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2975
2976 Add picoChip port.
2977 * config.host: Add picochip-*-*.
2978
c660f132
BW
29792008-08-06 Bob Wilson <bob.wilson@acm.org>
2980
2981 * config.host: Match more processor names for Xtensa.
2982
d1349557
L
29832008-07-08 H.J. Lu <hongjiu.lu@intel.com>
2984
2985 * config/i386/64/t-softfp-compat: Update comments.
2986
dd7b73c0
L
29872008-07-07 H.J. Lu <hongjiu.lu@intel.com>
2988
2989 * config/i386/64/_divtc3-compat.c: Moved to ...
2990 * config/i386/64/_divtc3.c: Here.
2991
2992 * config/i386/64/_multc3-compat.c: Moved to ...
2993 * config/i386/64/_multc3.c: Here.
2994
2995 * config/i386/64/_powitf2-compat.c: Moved to ...
2996 * config/i386/64/_powitf2.c: Here.
2997
2998 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
2999 .c suffix instead of -compat.c.
3000
6e1fab3d
UB
30012008-07-05 Uros Bizjak <ubizjak@gmail.com>
3002
3003 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
3004 (_FP_MUL_MEAT_D): Ditto.
3005 (_FP_DIV_MEAT_S): Ditto.
3006 (_FP_DIV_MEAT_D): Ditto.
3007
f92518d7
RS
30082008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
3009
3010 * Makefile.in: Add support for __sync_* libgcc functions.
3011
d0aede14
L
30122008-07-03 H.J. Lu <hongjiu.lu@intel.com>
3013
3014 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
3015
c174f11c
L
30162008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3017
3018 PR boostrap/36702
3019 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
3020 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
3021
3022 * config/i386/64/t-fprules-softfp: Moved to ...
3023 * config/i386/64/t-softfp-compat: This. New.
3024
5f464fa2
UB
30252008-07-02 Uros Bizjak <ubizjak@gmail.com>
3026
3027 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
3028 Initialize f with 0.0.
3029
ff473280
L
30302008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3031
3032 PR target/36669
3033 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
3034
3035 * config/i386/64/_divtc3-compat.c: New.
3036 * config/i386/64/_multc3-compat.c: Likewise.
3037 * config/i386/64/_powitf2-compat.c: Likewise.
3038 * config/i386/64/eqtf2.c: Likewise.
3039 * config/i386/64/getf2.c: Likewise.
3040 * config/i386/64/letf2.c: Likewise.
3041 * config/i386/64/t-fprules-softfp: Likewise.
3042
30432008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3044
3045 * config.host: Add i386/${host_address}/t-fprules-softfp to
3046 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
dfb3b0e3 3047 i[34567]86-*-linux*, x86_64-*-linux*.
ff473280
L
3048
3049 * configure.ac: Set host_address to 64 or 32 for x86.
3050 * configure: Regenerated.
3051
3052 * Makefile.in (config.status): Also depend on
3053 $(srcdir)/config.host.
3054
3055 * config/i386/32/t-fprules-softfp: New.
3056 * config/i386/32/tf-signs.c: Likewise.
3057
3058 * config/i386/64/sfp-machine.h: New. Moved from gcc.
3059
30602008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3061 Uros Bizjak <ubizjak@gmail.com>
3062
3063 * config/i386/32/sfp-machine.h: New.
3064
30551d99
NF
30652008-06-26 Nathan Froyd <froydnj@codesourcery.com>
3066
3067 * config/rs6000/t-ppccomm: Remove rules that conflict with
3068 auto-generated rules.
3069
18c04407
RW
30702008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3071
3072 * configure.ac: sinclude override.m4.
3073 * configure: Regenerate.
3074
10fbe77a
BRF
30752008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
3076
3077 * configure: Regenerate.
3078
bc6d4c3f
JM
30792008-06-10 Joseph Myers <joseph@codesourcery.com>
3080
3081 * Makefile.in (DECNUMINC): Remove
3082 -I$(MULTIBUILDTOP)../../libdecnumber.
3083 * gstdint.h: New.
3084
cd985f66
JM
30852008-06-07 Joseph Myers <joseph@codesourcery.com>
3086
3087 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
3088 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
3089 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
3090 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
3091 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
3092 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
3093 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
3094 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
3095 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
3096 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
3097 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
3098 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
3099 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
3100 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
3101
93fea8d3
AL
31022008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
3103
3104 * config.host (sh2[lbe]*-*-linux*): Allow target.
3105
18724e30
NF
31062008-04-30 Nathan Froyd <froydnj@codesourcery.com>
3107
3108 * config/rs6000/t-ppccomm: Add build rules for new files.
3109 (LIB2ADD_ST): New variable.
3110
47583040
AH
31112008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
3112
3113 PR target/34210
3114 PR target/35508
3115 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
3116 * config/t-avr: New file. Build 16bit libgcc functions.
3117
cf8e67fe
JJ
31182008-03-02 Jakub Jelinek <jakub@redhat.com>
3119
3120 PR target/35401
3121 * config/t-slibgcc-darwin: Make install-leaf dependent on
3122 install-darwin-libgcc-stubs instead of install.
3123
8d8da227
JM
31242008-01-25 Joseph Myers <joseph@codesourcery.com>
3125
3126 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
3127 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
3128 sh-*-rtemscoff*): Remove cases.
3129
edbf8b16
RS
31302007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
3131
3132 * Makefile.in (all): Use install-leaf rather than install.
3133 (install): Split most of the rule into...
3134 (install-leaf): ...this new one.
3135
89deeaff
EK
31362007-12-19 Etsushi Kato <ek.kato@gmail.com>
3137 Paolo Bonzini <bonzini@gnu.org>
3138
3139 PR target/30572
5f464fa2
UB
3140 * Makefile.in: Use @shlib_slibdir@ substitution to get
3141 correct install name on darwin.
89deeaff 3142 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
dfb3b0e3 3143
4081d704
HPN
31442007-12-15 Hans-Peter Nilsson <hp@axis.com>
3145
3146 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
3147 cris-*-elf and cris-*-none.
3148 (crisv32-*-linux*): Similar, as cris-*-linux*.
3149
f43e89a3
RIL
31502007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
3151
3152 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
3153
b4e9c2c6
L
31542007-10-27 H.J. Lu <hongjiu.lu@intel.com>
3155
3156 PR regression/33926
3157 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
3158 * configure: Regenerated.
3159
b2a00c89
L
31602007-09-27 H.J. Lu <hongjiu.lu@intel.com>
3161
3162 * Makefile.in (dfp-filenames): Replace decimal_globals,
3163 decimal_data, binarydecimal and convert_data with
3164 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
3165 and bid_convert_data, respectively.
3166
8d2a9e0e
CF
31672007-09-17 Chao-ying Fu <fu@mips.com>
3168 Nigel Stephens <nigel@mips.com>
3169
3170 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
3171 * Makefile.in (fixed_point): Define.
3172 Check if fixed_point is yes to build support functions.
3173 * configure.ac: Check for fixed_point support.
3174 * configure: Regenerated.
3175 * gen-fixed.sh: New file to generate lists of fixed-point labels,
3176 funcs, modes, from, to.
3177
2b53935d
JJ
31782007-09-11 Janis Johnson <janis187@us.ibm.com
3179
3180 * Makefile.in (dfp-filenames): Add bid128_noncomp.
3181
2533577f
JJ
31822007-09-10 Janis Johnson <janis187@us.ibm.com>
3183
3184 * Makefile.in (dfp-filenames): Remove decUtility, add
3185 decDouble, decPacked, decQuad, decSingle.
3186
3ae3dbd6
HK
31872007-08-27 Hans Kester <hans.kester@ellips.nl>
3188
3189 * config.host : Add x86_64-elf target.
3190
22867d02
L
31912007-07-06 H.J. Lu <hongjiu.lu@intel.com>
3192
3193 * configure.ac (set_have_cc_tls): Add a missing =.
3194 * configure: Regenerated.
3195
6f461e76
L
31962007-07-06 H.J. Lu <hongjiu.lu@intel.com>
3197
3198 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
3199 and x86_64-*-linux*.
3200
3201 * config/t-tls: New file.
3202
dfb3b0e3 3203 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
6f461e76
L
3204
3205 * configure.ac: Include ../config/enable.m4 and
3206 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
3207 supports TLS and substitute set_have_cc_tls.
3208 * configure: Regenerated.
3209
200359e8
L
32102007-07-04 H.J. Lu <hongjiu.lu@intel.com>
3211
3212 * Makefile.in: Use libbid for DFP when BID is enabled.
3213
76f5e200
DS
32142007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
3215
3216 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
dfb3b0e3 3217 extra_parts. Add config/i386/t-cygming to tmake_file.
76f5e200
DS
3218 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
3219
9bd196f0 32202007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
200359e8 3221 Danny Smith <dannysmith@users.sourceforge.net>
9bd196f0
ZM
3222
3223 PR target/29498
3224 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
3225 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
3226 * config/i386/t-crtfm: Compile crtfastmath.o with
3227 -minline-all-stringops.
3228
1910440e
RS
32292007-05-10 Richard Sandiford <richard@codesourcery.com>
3230
3231 * config.host (sparc-wrs-vxworks): New target.
3232
7d33c31d
KH
32332007-04-14 Kazu Hirata <kazu@codesourcery.com>
3234
3235 * config.host: Recognize fido.
3236
96fccd0d
JJ
32372007-04-04 Janis Johnson <janis187@us.ibm.com>
3238
3239 * configure: Check host, not target, for decimal float support.
3240
577565f9
UB
32412007-04-03 Uros Bizjak <ubizjak@gmail.com>
3242
3243 * config/i386/t-crtpc: New file.
3244 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
5f464fa2 3245 (x86_64-*-linux*): Ditto.
577565f9 3246
ccf8e764
RH
32472007-02-30 Kai Tietz <kai.tietz@onevision.com>
3248
3249 * config.host (x86_64-*-mingw*): New target.
3250
79b87c74
MM
32512007-03-23 Michael Meissner <michael.meissner@amd.com>
3252 H.J. Lu <hongjiu.lu@intel.com>
3253
3254 * Makefile.in (enable_decimal_float): New.
3255 (DECNUMINC): Add
3256 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
3257 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
3258 (decbits-filenames): This.
3259 (decbits-objects): New.
3260 (libgcc-objects): Add $(decbits-objects).
3261
3262 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
3263 Substitute enable_decimal_float.
3264 * configure: Regenerated.
3265
8fce4e31
HPN
32662007-03-19 Hans-Peter Nilsson <hp@axis.com>
3267
3268 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
3269
e8bb4597
BM
32702007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3271
3272 * Makefile.in (install-info): New dummy target.
3273
344189f9
BS
32742007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
3275
3276 * config.host (bfin*-linux-uclibc*): Set extra_parts.
3277
ac84c172
BM
32782007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3279
3280 * Makefile.in: Add install-html and install-pdf dummy
3281 targets.
3282
cd5c2357
RS
32832007-02-05 Roger Sayle <roger@eyesopen.com>
3284 Daniel Jacobowitz <dan@codesourcery.com>
3285
3286 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
3287 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
3288 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
3289
d9a66f98
JJ
32902007-01-29 Janis Johnson <janis187@us.ibm.com>
3291
3292 * Makefile.in (dec-filenames): Add decExcept.
3293
9891ec5f
DJ
32942007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3295
3296 PR bootstrap/30469
3297 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
3298 -fprofile-use.
3299
d6efbf5a
DJ
33002007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
3301
3302 * configure.ac: Add --enable-version-specific-runtime-libs.
3303 Correct $slibdir default.
3304 * configure: Regenerated.
3305
17caeff2
JM
33062007-01-23 Joseph Myers <joseph@codesourcery.com>
3307
3308 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
3309
5ea41e3a
AP
33102007-01-21 Andrew Pinski <pinskia@gmail.com>
3311
3312 PR target/30519
3313 * config.host (alpha*-*-linux*): Set extra_parts.
3314
26900826
KK
33152007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
3316
3317 * config/sh/t-linux: New.
3318 * config.host (sh*-*-linux*): Set tmake_file.
3319
97af925b
DJ
33202007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3321
3322 * Makefile.in (install): Handle multilibs.
3323
b0088af7
BM
33242007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
3325
3326 * Makefile.in: Added .PHONY entry for documentation targets.
3327
e0a9456a
BM
33282007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
3329
3330 * Makefile.in: Add empty info, html, dvi, pdf targets.
3331
7fd453b4
MS
33322007-01-04 Mike Stump <mrs@apple.com>
3333
3334 * Makefile.in (MAKEINFO): Remove.
3335 (PERL): Likewise.
3336
14e8fc8b
PB
33372007-01-04 Paolo Bonzini <bonzini@gnu.org>
3338
3339 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
3340 * configure: Regenerate.
3341 * Makefile.in (host_subdir): Substitute it.
dfb3b0e3 3342 (gcc_objdir): Use it.
14e8fc8b 3343
1555beba
DJ
33442007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3345
3346 * config.host (ia64*-*-linux*): Set tmake_file.
3347
79e6eaeb
DJ
33482007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3349
3350 * Makefile.in (version): Define.
3351
fa958513
DJ
33522007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3353 Paolo Bonzini <bonzini@gnu.org>
3354
3355 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
3356 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
3357 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
3358 config/sparc/t-crtfm, config/t-slibgcc-darwin,
3359 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
3360 shared-object.mk, siditi-object.mk, static-object.mk: New files.
3361 * configure: Generated.