]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/ChangeLog
tree-vrp.c (vrp_meet): Properly meet equivalent ranges.
[thirdparty/gcc.git] / libgcc / ChangeLog
CommitLineData
91fe5efb
ST
12012-06-11 Sriraman Tallam <tmsriram@google.com>
2
3 * config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
4 * config/i386/libgcc-sol2.ver: Ditto.
5 * config/i386/libgcc-glibc.ver: Ditto.
6
67a218c5
RM
72012-06-11 Roland McGrath <mcgrathr@google.com>
8
9 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
10 If __GLIBC__ is defined, refer to __pthread_key_create instead of
11 pthread_cancel.
12
492fbea1
UB
132012-06-09 Uros Bizjak <ubizjak@gmail.com>
14
15 * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
16 _FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
17 FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
18 FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
19 FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
20 __LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
21 * config/i386/64/sfp-machine: ... (delete here) ...
22 * config/i386/sfp-machine.h: ... to here.
23 (FP_EX_MASK): New.
24 (__sfp_handle_exceptions): New function declaration.
25 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
26 * config/i386/sfp-exceptions.c: New.
27 * config/i386/t-softfp: New.
28 * config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
29 i386/t-softfp to tmake_file.
30
7b4cf266
DM
312012-06-03 David S. Miller <davem@davemloft.net>
32
33 * longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
34 change.
35
0de0d5c6
DM
362012-05-31 David S. Miller <davem@davemloft.net>
37
38 * longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
39 multiply and divide instructions on 32-bit when V9.
40 (add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
41
d8c9d391
JM
422012-05-29 Joseph Myers <joseph@codesourcery.com>
43
44 * config/arm/ieee754-df.S: Fix typos.
45 * config/arm/ieee754-sf.S: Fix typos.
46 * config/c6x/libunwind.S: Fix typos.
47 * config/epiphany/udivsi3-float.c: Fix typos.
48 * config/microblaze/muldi3_hard.S: Fix typos.
49 * config/picochip/adddi3.S: Fix typos.
50 * config/picochip/ashlsi3.S: Fix typos.
51 * config/picochip/ashrsi3.S: Fix typos.
52 * config/picochip/clzsi2.S: Fix typos.
53 * config/picochip/cmpsi2.S: Fix typos.
54 * config/picochip/divmod15.S: Fix typos.
55 * config/picochip/divmodhi4.S: Fix typos.
56 * config/picochip/divmodsi4.S: Fix typos.
57 * config/picochip/longjmp.S: Fix typos.
58 * config/picochip/lshrsi3.S: Fix typos.
59 * config/picochip/parityhi2.S: Fix typos.
60 * config/picochip/popcounthi2.S: Fix typos.
61 * config/picochip/setjmp.S: Fix typos.
62 * config/picochip/subdi3.S: Fix typos.
63 * config/picochip/ucmpsi2.S: Fix typos.
64 * config/picochip/udivmodhi4.S: Fix typos.
65 * config/picochip/udivmodsi4.S: Fix typos.
66 * config/spu/divv2df3.c: Fix typos.
67 * config/spu/mfc_multi_tag_release.c: Fix typos.
68 * config/spu/mfc_tag_release.c: Fix typos.
69 * configure.ac: Fix typos.
70 * configure: Regenerate.
71
31a18a7e
ILT
722012-05-25 Ian Lance Taylor <iant@google.com>
73
74 * config/i386/morestack.S (__morestack_non_split): Check whether
75 caller is varargs and needs %bp to hold the stack frame on return.
76
c5768510
OH
772012-05-25 Olivier Hainque <hainque@adacore.com>
78
79 * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
80 sequence in the non pic case on VxWorks.
81
7c7c339b
OH
822012-05-24 Olivier Hainque <hainque@adacore.com>
83
73fb7630 84 * Makefile.in: Move dependency on install-unwind_h from
7c7c339b
OH
85 "install-leaf" to "install".
86
fdc1b7d3
OH
872012-05-24 Olivier Hainque <hainque@adacore.com>
88
89 * Makefile.in (clean): Remove libgcc_tm.stamp as well.
90 Use a separate command for stamp removals.
91
07ba94b9
AP
922012-05-21 Andrew Pinski <apinski@cavium.com>
93
94 PR bootstrap/53183
95 * configure.ac: Define the default includes to being none.
96 * configure: Regenerate.
97
4677d2eb
OH
982012-05-16 Olivier Hainque <hainque@adacore.com>
99
100 * Makefile.in (install-unwind_h): Rename into ...
101 (install-unwind_h-forbuild): New target.
102 (all): Use it instead of the former install-unwind_h.
103 (install-unwind_h): Reinstate, copy to user install destination
104 for include files, not to the internal gcc object directory one.
105 (install-leaf): Depend on it.
106
7d67c380
OH
1072012-05-15 Olivier Hainque <hainque@adacore.com>
108
109 * config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
110 register numbers. LR_REGNO replaces R_LR.
111 (ucontext_for): New, helper for ...
112 (ppc_aix_fallback_frame_state): New, implementation for aix 5.2
113 and 5.3 of ...
114 (MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
115
aca06c90
RO
1162012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
117
118 * config.host (i[34567]86-*-linux*, x86_64-*-linux*)
119 (i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
120 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
121 i386/t-cpuinfo ...
122 (i[34567]86-*-*, x86_64-*-*): ... here.
123
124 * config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
125 * config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
126
127 * config/i386/i386-cpuinfo.c: Rename to ...
128 * config/i386/cpuinfo.c: ... this.
129 * config/i386/t-cpuinfo (LIB2ADD): Reflect this.
130
131 * configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
132 (libgcc_cv_init_priority): New test.
133 * configure: Regenerate.
134 * config.in: New file.
135 * Makefile.in (clean): Rename config.h to auto-target.h.
136 (config.h): Likewise.
137 (stamp-h): Likewise.
138
139 * config/i386/cpuinfo.c (auto-target.h): Include.
140 (CONSTRUCTOR_PRIORITY): Define.
141 (__cpu_indicator_init): Use it.
142
0d03ac1b
L
1432012-05-09 H.J. Lu <hongjiu.lu@intel.com>
144
145 * longlong.h: Use a URL instead of an FSF postal address.
146 Replace spaces with tab.
147
4e8ee9cb
TJ
1482012-05-08 Teresa Johnson <tejohnson@google.com>
149
150 * libgcov.c (gcov_clear, __gcov_reset): New functions.
151 (__gcov_dump): Ditto.
152 (gcov_dump_complete): New global variable.
153 (gcov_exit): Export hidden to enable use in L_gcov_dump.
154 (__gcov_flush): Outline functionality now in gcov_clear.
155 * Makefile.in (L_gcov_reset, L_gcov_dump): Define.
156
e4bb767e
AJ
1572012-04-28 Aurelien Jarno <aurelien@aurel32.net>
158
31a18a7e
ILT
159 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
160 (mips*-*-linux*): Include mips/t-tpbit when long double is
161 16 bytes long.
e4bb767e 162
5ddecff9
ST
1632012-04-25 Sriraman Tallam <tmsriram@google.com>
164
165 * config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
166 (get_available_features): New argument. Check for AVX2.
167 (__cpu_indicator_init): Modify call to get_available_features.
168
b427dd7a
AM
1692012-04-25 Alan Modra <amodra@gmail.com>
170
171 * config/rs6000/crtsavevr.S: New file.
172 * config/rs6000/crtrestvr.S: New file.
173 * config/rs6000/t-savresfgpr: Build the above.
174 * config/rs6000/t-netbsd: Likewise.
175
ad491329
ST
1762012-04-24 Sriraman Tallam <tmsriram@google.com>
177
178 * libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
179
792317cc
ST
1802012-04-24 Sriraman Tallam <tmsriram@google.com>
181
182 * libgcc/config/i386/i386-cpuinfo.c: New file.
183 * libgcc/config/i386/t-cpuinfo: New file.
184 * libgcc/config.host: Include t-cpuinfo.
185 * libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
186
e1be98a4
CF
1872012-04-24 Chao-ying Fu <fu@mips.com>
188
189 * unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
190
1bde7dab
TS
1912012-04-20 Thomas Schwinge <thomas@codesourcery.com>
192
193 struct siginfo vs. siginfo_t
194
195 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
196 siginfo_t instead of struct siginfo.
197 * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
198 * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
199 * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
200 (ia64_handle_unwabi): Likewise.
201 * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
202 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
203 * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
204 (sh_fallback_frame_state): Likewise.
205 * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
206 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
207
24590f66
L
2082012-04-02 H.J. Lu <hongjiu.lu@intel.com>
209
210 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
211 system call number.
212
9a9dcce8
EB
2132012-03-31 Eric Botcazou <ebotcazou@adacore.com>
214
215 * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
216 if it hasn't been previously saved.
217
6401aaf5
L
2182012-03-29 H.J. Lu <hongjiu.lu@intel.com>
219
220 * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
221 only for glibc.
222
7fd6378e
GJL
2232012-03-28 Georg-Johann Lay <avr@gjlay.de>
224
225 PR target/52737
226 * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
227 instead of __AVR_HAVE_8BIT_SP__.
228
9e916de7
TG
2292012-03-26 Tristan Gingold <gingold@adacore.com>
230
231 * config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
232 (unw_table_entry): Use unw_word instead of unsigned long.
233 (_Unwind_FindTableEntry): Likewise.
234 * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
235 * config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
236 (_Unwind_FindTableEntry): Likewise.
237 * config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
238 (unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
239 (set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
240 (ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
241 (ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
242 (uw_frame_state_for, uw_update_reg_address, uw_update_context)
243 (uw_init_context_1, uw_install_context): Likewise.
244 (unw_word): Move to unwind-ia64.h
245
4b12e93d
TG
2462012-03-26 Tristan Gingold <gingold@adacore.com>
247
248 * config/vms/vms-ucrt0.c: Update copyright years.
249 Add a sanity check.
250 (___gcc_main_flags): Declare.
251 (__main): Check flags to remap argv and exit code.
252 * config.host (*-*-*vms*): Adjust extra_parts.
253 * config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
254 (crt0.o): Add.
255
06ea7371
RE
2562012-03-22 Richard Earnshaw <rearnsha@arm.com>
257
258 * arm/lib1funcs.asm (ctzsi2): New function.
259 * arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
260 * arm/t-linux (LIB1ASMFUNCS): Likewise.
261 * arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
262 * arm/t-symbian (LIB1ASMFUNCS): Likewise.
263 * arm/t-vxworks (LIB1ASMFUNCS): Likewise.
264 * arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
265
d82ad50d
AT
2662012-03-21 Andreas Tobler <andreast@fgznet.ch>
267
268 * config.host: Add bits to support powerpc64-*-freebsd*.
269 * config/rs6000/freebsd-unwind.h: New file.
270 * config/rs6000/t-freebsd64: New file.
271
b260a8c0
RG
2722012-03-20 Richard Guenther <rguenther@suse.de>
273
274 PR gcov-profile/52627
275 * libgcov.c (init_mx): Fix mutex name.
276
86286a8a
TG
2772012-03-16 Tristan Gingold <gingold@adacore.com>
278
279 * config/ia64/vms-unwind.h: Remove ulong (and replace
280 it by unw_reg where used). Define unw_reg with __int64.
281
7888f266
RO
2822012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
283
284 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
285 Solaris 8 handling.
286 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
287 Solaris 8 handling.
288 (sparc_is_sighandler): Likewise.
289
f155bc64
L
2902012-03-13 H.J. Lu <hongjiu.lu@intel.com>
291
292 * unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
293 <= saved reg size.
294
d47657bd
RO
2952012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
296
297 * config/arm/crtn.S: Fix typo.
298
5bef73a1
RG
2992012-03-13 Richard Guenther <rguenther@suse.de>
300
301 * libgcov.c: Remove stdio.h include and NULL un-define.
302
9c4271f3
RG
3032012-03-13 Richard Guenther <rguenther@suse.de>
304
305 PR target/52569
306 * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
307
c6d10e7c
RG
3082012-03-13 Richard Guenther <rguenther@suse.de>
309
310 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
311
074a385f
RG
3122012-03-13 Richard Guenther <rguenther@suse.de>
313
314 * gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
315 and __gthread_mutex_init_function definitions.
316
c4bc5c25
RO
3172012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
318
319 * config.host (mips*-*-openbsd*): Remove.
320
5c30094f
RO
3212012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
322
323 * config.host: Remove alpha*-dec-osf5.1* handling.
324 * config/alpha/gthr-posix.c: Remove.
325 * config/alpha/libgcc-osf5.ver: Remove.
326 * config/alpha/osf5-unwind.h: Remove.
327 * config/alpha/t-osf-pthread: Remove.
328 * config/alpha/t-slibgcc-osf: Remove.
329 * config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
330 * gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
331 [__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
332 * mkmap-flat.awk: Remove osf_export handling.
333
33e3e24d
RG
3342012-03-12 Richard Guenther <rguenther@suse.de>
335
336 * gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
337 * gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
338 (__gthread_mutex_init_function): New function.
339 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
340
341 PR gcov/49484
342 * libgcov.c: Include gthr.h.
343 (__gcov_flush_mx): New global variable.
344 (init_mx, init_mx_once): New functions.
345 (__gcov_flush): Protect self with a mutex.
346 (__gcov_fork): Re-initialize mutex after forking.
347 * unwind-dw2-fde.c: Change condition under which to use
348 __GTHREAD_MUTEX_INIT_FUNCTION.
349
d8aba32a
TG
3502012-03-12 Tristan Gingold <gingold@adacore.com>
351
352 * config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
353 * config/ia64/t-vms: Likewise.
354
75ffafdc
MH
3552012-03-11 Michael Hope <michael.hope@linaro.org>
356
357 * longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
358 for Thumb-2.
359
ef6c2c53
WL
3602012-03-07 Walter Lee <walt@tilera.com>
361
362 * config/tilepro/atomic.c: Rename "atomic_" prefix to
363 "arch_atomic_".
364 (atomic_xor): Rename and move definition to
365 config/tilepro/atomic.h.
366 (atomic_nand): Ditto.
367 * config/tilepro/atomic.h: Rename "atomic_" prefix to
368 "arch_atomic_".
369 (arch_atomic_xor): Move from config/tilepro/atomic.c.
370 (arch_atomic_nand): Ditto.
371
4e30d980
GJL
3722012-03-07 Georg-Johann Lay <avr@gjlay.de>
373
374 PR target/52507
375 * config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
376
61108225
GJL
3772012-03-07 Georg-Johann Lay <avr@gjlay.de>
378
379 PR target/52505
380 * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
381 from RAM.
382
b30e10ab
GJL
3832012-03-07 Georg-Johann Lay <avr@gjlay.de>
384
385 PR target/52461
386 PR target/52508
387 * config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
388 if RAMPZ affects reading from RAM.
389 (__tablejump_elpm__): Ditto.
390 (.xload): Ditto.
391 (__movmemx_hi): Ditto.
392 (__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
393 (__do_global_dtors): Ditto.
394 (__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
395 (__movmemx_hi): Ditto.
396
8993fde4
RH
3972012-03-05 Richard Henderson <rth@redhat.com>
398
399 * longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
400 [ARM] (count_trailing_zeros): Use the builtin.
401
b7633ee3
KT
4022012-03-01 Kai Tietz <ktietz@redhat.com>
403
404 * soft-fp: Imported from glibc upstream.
405
fbd3340c
KT
4062012-02-28 Kai Tietz <ktietz@redhat.com>
407
408 * config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
409 for mingw-targets as attribute gcc_struct.
410
e9e053eb
ILT
4112012-02-28 Ian Lance Taylor <iant@google.com>
412
413 * generic-morestack.c (__splitstack_releasecontext): Correct call
414 to __morestack_release_segments.
415
d80c632e
ST
4162012-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
417
418 PR target/52390
419 * generic-morestack.c (__generic_morestack_set_initial_sp): Test
420 for __linux__ when removing signals from __morestack_fullmask.
421
0253a8b1
GJL
4222012-02-23 Georg-Johann Lay <avr@gjlay.de>
423
424 PR target/52261
425 * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
426
e10e461e
UW
4272012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
428
429 * config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
430 instead of HAVE_INITFINI_ARRAY.
431 * config/ia64/crtend.S: Likewise.
432
0c0c6398
KT
4332012-02-20 Kai Tietz <ktietz@redhat.com>
434
d7470374
KT
435 PR libstdc++/52300
436 * gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
437
0c0c6398
KT
438 * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
439 to w32-unwind.h header.
440
78c27266
RS
4412012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
442
443 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
444 (mips*-*-linux*): Remove t-slibgcc-libgcc.
445 * config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
446 * config/mips/mips16.S (__mips16_rdhwr): Delete.
447
5adeb246
RS
4482012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
449
450 * config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
451
672ed313
IS
4522012-02-15 Iain Sandoe <iains@gcc.gnu.org>
453
454 PR libitm/52220
455 * config/darwin-crt-tm.c: Correct typo.
e9e053eb 456
e948a1fb
IS
4572012-02-15 Iain Sandoe <iains@gcc.gnu.org>
458 Patrick Marlier <patrick.marlier@gmail.com>
459
460 PR libitm/52220
461 * config/darwin-crt-tm.c: Generate dummy functions.
462
6017aed3
IS
4632012-02-15 Iain Sandoe <iains@gcc.gnu.org>
464 Patrick Marlier <patrick.marlier@gmail.com>
465
466 PR libitm/52042
467 * config/darwin-crt-tm.c (getTMCloneTable): New function.
468 (__doTMRegistrations): Call it.
e9e053eb 469 (__doTMdeRegistrations): Likewise.
6017aed3 470
2da8c1ad
GJL
4712012-01-15 Georg-Johann Lay <avr@gjlay.de>
472 Anatoly Sokolov <aesok@post.ru>
473 Eric Weddington <eric.weddington@atmel.com>
474
475 PR target/52261
476 * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
477 (__epilogue_restores__): Ditto.
478
0f952eb4
EB
4792012-02-15 Eric Botcazou <ebotcazou@adacore.com>
480
481 PR target/51921
482 PR target/52205
483 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
484 Solaris 11 and slightly reformat.
485 (sparc_is_sighandler): Likewise.
486
dd552284
WL
4872012-02-14 Walter Lee <walt@tilera.com>
488
489 * config.host: Handle tilegx and tilepro.
490 * config/tilegx/sfp-machine.h: New file.
491 * config/tilegx/sfp-machine32.h: New file.
492 * config/tilegx/sfp-machine64.h: New file.
493 * config/tilegx/t-crtstuff: New file.
494 * config/tilegx/t-softfp: New file.
495 * config/tilegx/t-tilegx: New file.
496 * config/tilepro/atomic.c: New file.
497 * config/tilepro/atomic.h: New file.
498 * config/tilepro/linux-unwind.h: New file.
499 * config/tilepro/sfp-machine.h: New file.
500 * config/tilepro/softdivide.c: New file.
501 * config/tilepro/softmpy.S: New file.
502 * config/tilepro/t-crtstuff: New file.
503 * config/tilepro/t-tilepro: New file.
504
b59cbd50
JW
5052012-02-07 Jonathan Wakely <jwakely.gcc@gmail.com>
506
507 PR libstdc++/51296
508 PR libstdc++/51906
509 * gthr-posix.h: Allow static initializer macros to be disabled.
510 (__gthrw_pthread_cond_init): Define weak reference unconditionally.
511
6caf807f
CLT
5122012-02-05 Chung-Lin Tang <cltang@codesourcery.com>
513
514 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
515 Add t-slibgcc-libgcc to tmake_file.
516 * config/mips/libgcc-mips16.ver: Revert previous patch.
517 * config/mips/mips16.S (__mips16_rdhwr): Hide.
518
b25364a0
S
5192012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
520 Jayant R Sonar <jayant.sonar@kpitcummins.com>
521
522 * config.host: Add National Semiconductor CR16 target (cr16-*-*).
523 * config/cr16/crti.S: New file.
524 * config/cr16/crtlibid.S: New file.
525 * config/cr16/crtn.S: New file.
526 * config/cr16/lib1funcs.S: New file.
527 * config/cr16/t-cr16: New file.
528 * config/cr16/t-crtlibid: New file.
529 * config/cr16/unwind-dw2.h: New file.
530 * config/cr16/unwind-cr16.c: New file.
531 * config/cr16/divmodhi3.c: New file.
532
8ef03aa7
AM
5332012-01-25 Alan Modra <amodra@gmail.com>
534
535 * config/rs6000/t-linux64: Delete. Move..
536 * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
537 * config/rs6000/t-linux: ..and libgcc flags to here.
538
daecebc8
DR
5392012-01-22 Douglas B Rupp <rupp@gnat.com>
540
541 * config.host (i[34567]86-*-interix3*):
8ef03aa7 542 Change triplet to i[34567]86-*-interix[3-9]*.
daecebc8
DR
543 * configure: Regenerate.
544
ddaf8125
RS
5452012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
546 Richard Sandiford <rdsandiford@googlemail.com>
547
548 * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
549 * config/mips/mips16.S (__mips16_rdhwr): New function.
550 * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
551
2cd8b32c
NS
5522012-01-11 Nathan Sidwell <nathan@acm.org>
553
554 * libgcov.c (__gcov_init): Ignore objects with no functions.
555
cba300dd
GJL
5562012-01-10 Georg-Johann Lay <avr@gjlay.de>
557
558 PR target/49868
559 Extend __pgmx semantics to linearize memory.
560 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
561 * config/avr/lib1funcs.S (__xload_1): New function.
562 (__movmemx_qi, __movmemx_hi): New functions.
563 (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
564 semantics.
9ffaf4bc 565
3d137660
EB
5662012-01-09 Eric Botcazou <ebotcazou@adacore.com>
567
568 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
569 purported sigacthandler address isn't null before dereferencing it.
570 (sparc_is_sighandler): Likewise.
571
bf4db96c
EB
5722012-01-09 Eric Botcazou <ebotcazou@adacore.com>
573
574 PR ada/41929
575 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
576 add CFA. Revert back to old code for Solaris 8+ multi-threaded.
577 (sparc_is_sighandler): Likewise.
578 (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
579
1ab3568b
TG
5802012-01-06 Tristan Gingold <gingold@adacore.com>
581
582 * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
583 compatibility thunks...
584 (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
585 (crtbeginS.o, crtendS.o): ... and these to ...
586 * config/ia64/t-ia64-elf: ... this new file.
587 * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
588 (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
589
925b0ed8
AK
5902012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
591
592 * configure: Regenerate.
593 * config/s390/t-crtstuff: Remove -fPIC.
594
a99ad737
JW
5952012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
596
597 PR bootstrap/51006
598 * enable-execute-stack-mprotect.c (getpagesize): Do not define
599 for NetBSD.
600
884f56d1
GJL
6012012-01-02 Georg-Johann Lay <avr@gjlay.de>
602
603 PR target/51345
604 * config/avr/lib1funcs.S: Remove FIXME comments.
605 (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
606
8c57e547
GJL
6072012-01-02 Georg-Johann Lay <avr@gjlay.de>
608
609 Implement light-weight DImode support.
610 * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
611 _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
612 * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
613 __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
614
04dbc287
NS
6152011-12-30 Nathan Sidwell <nathan@acm.org>
616
617 * libgcov.c (gcov_crc32): Remove global var.
618 (free_fn_data): New function.
619 (buffer_fn_data): Pass in filename, more robust error recovery.
620 (crc32_unsigned): New function.
621 (gcov_exit): More robust detection of new program. More robust
622 error recovery.
623 (__gcov_init): Do not update program's crc here.
624
8e1d97d4
TG
6252011-12-21 Tristan Gingold <gingold@adacore.com>
626
627 * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
628
9ffaf4bc
ILT
6292011-12-21 Ian Lance Taylor <iant@google.com>
630
631 * config/i386/morestack.S: Simplify CFI opcodes throughout.
632
a0c8d0c1
ILT
6332011-12-20 Ian Lance Taylor <iant@google.com>
634
635 * config/i386/morestack.S (__morestack_non_split): If there is
636 enough stack space already, don't split. Ask for more stack space
637 than we required.
638
69048898
SDJ
6392011-12-20 Sergio Durigan Junior <sergiodj@redhat.com>
640
641 * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
642 `sys/sdt.h'.
643 (_Unwind_DebugHook): New function.
644 (uw_restore_core_regs): New define.
645 (unwind_phase2): Use uw_restore_core_regs instead of
646 restore_core_regs.
647 (unwind_phase2_forced): Likewise.
648 (__gnu_Unwind_Resume): Likewise.
649
1bb4b6a3
UB
6502011-12-20 Uros Bizjak <ubizjak@gmail.com>
651
652 * config/alpha/linux-unwind.h: Update copyright years.
653 (MD_FROB_UPDATE_CONTEXT): New define.
654 (alpha_frob_update_context): New function.
655
eb028768
RS
6562011-12-17 Richard Sandiford <rdsandiford@googlemail.com>
657
658 * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
659 tmake_file rather replacing it.
660
6a2045bf
IS
6612011-12-15 Iain Sandoe <iains@gcc.gnu.org>
662
663 * config/rs6000/darwin-world.S (toplevel): Make it clear that this
1bb4b6a3 664 function is not used for PPC64.
6a2045bf
IS
665 (save_world): Amend comments. Update the VRsave mask to reflect the
666 saved regs.
667 (rest_world): Update comments, do not clobber r10, do not use r8.
668 (eh_rest_world_r10): Amend comments, do not use r8.
669 (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
670 no longer used, move restore of CR and target address to the end of
671 the routine.
672
a13780a6
L
6732011-12-14 H.J. Lu <hongjiu.lu@intel.com>
674
675 * generic-morestack.c (__generic_morestack_set_initial_sp): Check
676 __GLIBC__ instead of __linux__ when using __SIGRTMIN.
677
d7288dfb
GJL
6782011-12-14 Georg-Johann Lay <avr@gjlay.de>
679
680 PR target/49313
681 * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
682 * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
683
8d2c862d
EB
6842011-12-11 Eric Botcazou <ebotcazou@adacore.com>
685
686 * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
687
3447cae6
GJL
6882011-12-09 Georg-Johann Lay <avr@gjlay.de>
689
690 PR target/49313
691 * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
692 * config/avr/lib1funcs.S (__muldi3): New function.
693
806fc6aa
AP
6942011-12-06 Andrew Pinski <apinski@cavium.com>
695
696 * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
697 size of func_ptr.
698 (__frame_dummy_init_array_entry): Likewise.
699
28c5e6b5
GJL
7002011-12-06 Georg-Johann Lay <avr@gjlay.de>
701
702 Forward-port from gcc-4_6-branch r181936 2011-12-02.
703
704 PR target/51345
705 PR target/51002
706 * config/avr/lib1funcs.S (__prologue_saves__,
707 __epilogue_restores__, __divdi3_moddi3): Enclose parts using
708 __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__). Add FIXME comments.
709
8f90394a
IS
7102011-12-04 Iain Sandoe <iains@gcc.gnu.org>
711
712 * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
713
06dd33ac
JDA
7142011-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
715
716 PR other/51272
717 * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
718 (_ITM_deregisterTMCloneTable): Likewise.
719 (__register_frame_info): Fix unused warning.
720 (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
721 pthread_default_stacksize_np): Likewise.
722 * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
1bb4b6a3 723
85b8555e
DD
7242011-11-29 DJ Delorie <dj@redhat.com>
725
726 * config.host (rl78-*-elf): New case.
727 * config/rl78: New directory for the Renesas RL78.
728
4d5ae4ea
BS
7292011-11-29 Bernd Schmidt <bernds@codesourcery.com>
730
731 * config.host (tic6x-*-uclinux): Append to extra_parts. Fix
732 formatting.
733
f9c55897
RO
7342011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
735
736 PR other/51022
737 * config/rs6000/t-savresfgpr: New file.
738 * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
739 $(srcdir)/config/rs6000/eabi.S.
740 * config/rs6000/t-ppccomm-ldbl: Remove.
741 * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
742 tmake_file.
743 (powerpc-*-eabispe*): Likewise.
744 (powerpc-*-eabi*): Likewise.
745 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
746 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
747 to tmake_file, remove rs6000/t-ppccomm-ldbl.
748 (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
749 tmake_file.
750 (powerpc-*-eabisim*): Likewise.
751 (powerpc-*-elf*): Likewise.
752 (powerpc-*-eabialtivec*): Likewise.
753 (powerpc-xilinx-eabi*): Likewise.
754 (powerpc-*-rtems*): Likewise.
755 (powerpcle-*-elf*): Likewise.
756 (powerpcle-*-eabisim*): Likewise.
757 (powerpcle-*-eabi*): Likewise.
758
a01207c4
ILT
7592011-11-27 Ian Lance Taylor <iant@google.com>
760
761 * generic-morestack.c (__splitstack_find): Check for NULL old
762 stack value.
763 (__splitstack_resetcontext): New function.
764 (__splitstack_releasecontext): New function.
765 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
766
2b0b8ab2
IS
7672011-11-27 Iain Sandoe <iains@gcc.gnu.org>
768
769 * config/darwin-crt-tm.c: Correct comments, use correct licence.
770
c1d8101c
IS
7712011-11-27 Iain Sandoe <iains@gcc.gnu.org>
772
773 * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
774
8b281334
RH
7752011-11-26 Richard Henderson <rth@redhat.com>
776
777 * config/m68k/linux-atomic.c: New file.
778 * config/m68k/t-linux: New file.
779 * config.host (m68k-uclinux, m68k-linux): Use it.
780
7546aa9d
RH
7812011-11-26 Richard Henderson <rth@redhat.com>
782
783 * crtstuff.c (__TMC_LIST__): Mark used not unused.
784 (__TMC_END__): Only declare if hidden is available; in the definition,
785 if hidden is unavailable add a null record.
786 (deregister_tm_clones, register_tm_clones): New.
787 (__do_global_dtors_aux, frame_dummy): Use them.
788 (__do_global_dtors, __do_global_ctors_1): Likewise.
789
e2362f5d
IS
7902011-11-22 Iain Sandoe <iains@gcc.gnu.org>
791
792 * config/darwin-crt-tm.c: New file.
793 * config.host (darwin): Build crttms.o crttme.o to provide
794 startup and shutdown for tm clones.
795 * config/t-darwin (crttms.o): New build rule.
796 (crttme.o): Likewise.
797
6685dd96
HPN
7982011-11-21 Hans-Peter Nilsson <hp@axis.com>
799
800 * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
801 et al.
802
b0dc7e4c
RH
8032011-11-21 Richard Henderson <rth@redhat.com>
804
805 * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
806 (__TMC_LIST__, __TMC_END__): New.
807 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
808 (__do_global_dtors): Likewise.
809 (frame_dummy): Call _ITM_registerTMCloneTable.
810 (__do_global_ctors_1): Likewise.
811
d4b4b542
RO
8122011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
813
814 * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
815 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
816 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
817 (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
818 * config/i386/t-darwin64: Remove.
819 * config/sh/t-netbsd (LIB2ADD): Remove.
820
989bdb74
GJL
8212011-11-21 Georg-Johann Lay <avr@gjlay.de>
822
823 PR target/49313
824 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
825 (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
826 * config/avr/lib1funcs.S (wmov): New assembler macro.
827 (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
828 (__moddi3, __divdi3, __divdi3_moddi3): New functions.
829 (__udivmod64): New function.
830 (__negdi2): New function.
831
515a0cfc
GP
8322011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
833
834 * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
835 *-*-freebsd*aout*): Remove.
836
0115d17f
HPN
8372011-11-20 Hans-Peter Nilsson <hp@axis.com>
838
839 * static-object.mk (c_flags-$o): Save c_flags.
840 ($(base)$(objext)): Use it.
841
93aeb62b
SE
8422011-11-18 Steve Ellcey <sje@cup.hp.com>
843
844 * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
845
7bc6df2c
GJL
8462011-11-18 Georg-Johann Lay <avr@gjlay.de>
847
848 PR target/49868
849 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
850 * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
851 New functions.
852
425d737b
MGD
8532011-11-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
854
855 * config/arm/lib1funcs.asm (udivsi3): Add support for divide
856 functions.
1bb4b6a3 857 (aeabi_uidivmod): Likewise.
425d737b
MGD
858 (umodsi3): Likewise.
859 (divsi3): Likewise.
860 (aeabi_idivmod): Likewise.
861 (modsi3): Likewise.
862
f2a176dc
TG
8632011-11-16 Tristan Gingold <gingold@adacore.com>
864
865 * config/alpha/qrnnd.S: Use specific pseudos for VMS.
866
7c209481
GJL
8672011-11-15 Georg-Johann Lay <avr@gjlay.de>
868
869 PR target/49868
870 * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3, _load_4.
871 * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
872
9dfd5832
JDA
8732011-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
874
875 * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
876 tmake_file list.
877 * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
878 * config/pa/t-stublib64: Delete.
879
f77dca5d
RH
8802011-11-12 Richard Henderson <rth@redhat.com>
881
882 * config/rs6000/linux-unwind.h (frob_update_context): Properly
883 cast the pointer argument to _Unwind_SetGRPtr.
884
902828f0
RO
8852011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
886
887 * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
888
e14304ef
ILT
8892011-11-09 Ian Lance Taylor <iant@google.com>
890
891 * generic-morestack.c: Include <string.h>.
892 (uintptr_type): Define.
893 (struct initial_sp): Add dont_block_signals field. Reduce size of
894 extra array by 1.
895 (allocate_segment): Set prev field to NULL. Don't set
896 __morestack_current_segment or __morestack_segments.
897 (__generic_morestack): Update current->prev and *pp after calling
898 allocate_segment.
899 (__morestack_block_signals): Don't do anything if
900 dont_block_signals is set.
901 (__morestack_unblock_signals): Likewise.
902 (__generic_findstack): Check for initial_sp == NULL. Add casts to
903 uintptr_type.
904 (__splitstack_block_signals): New function.
905 (enum __splitstack_content_offsets): Define.
906 (__splitstack_getcontext, __splitstack_setcontext): New functions.
907 (__splitstack_makecontext): New function.
908 (__splitstack_block_signals_context): New function.
909 (__splitstack_find_context): New function.
910 * config/i386/morestack.S (__morestack_get_guard): New function.
911 (__morestack_set_guard, __morestack_make_guard): New functions.
912 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
913
e3d871e4
RO
9142011-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
915
916 * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
917 (i[34567]86-*-mingw*): ... here.
918 (x86_64-*-mingw*): ... here.
919
e55cef40
RO
9202011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
921
922 * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
923
5366b186
NS
9242011-11-07 Nathan Sidwell <nathan@acm.org>
925
926 * libgcov.c (struct gcov_fn_buffer): New struct.
927 (buffer_fn_data): New helper.
928 (gcov_exit): Rework for new gcov data structures.
929
74155a6f
GJL
9302011-11-07 Georg-Johann Lay <avr@gjlay.de>
931
932 PR target/49313
933 * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
934
200feb07
RO
9352011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
936
937 * config.host (tmake_file): Correct comment.
938 (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
939 t-libgcc-pic.
940 (bfin*-uclinux*): Likewise.
941 (bfin*-linux-uclibc*): Likewise.
942 (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
943
944 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
945 assigning.
946 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
947 * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
948 * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
949 * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
950 * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
951 * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
952 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
953 * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
954 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
955 * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
956 * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
957 * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
958 * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
959
960 * config/bfin/t-elf: Remove.
961 * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
962
c9cd1a07
RO
9632011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
964
965 * config.host (*-*-rtems*): Add t-rtems to tmake_file.
966 (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
967 (lm32-*-elf*, lm32-*-rtems*): Split into ...
968 (lm32-*-elf*): ... this.
969 (lm32-*-rtems*): ... and this.
970 Add to tmake_file.
971 (m32r-*-rtems*): Add to tmake_file.
972 (moxie-*-rtems*): Likewise.
973 (sparc-*-rtems*): Likewise.
974 Remove t-rtems from tmake_file.
975 (sparc64-*-rtems*): Likewise.
976 * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
977 instead.
978
9fbcc75d
RO
9792011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
980
981 PR bootstrap/50982
982 * config/gthr-posix.h: Move ...
983 * gthr-posix.h: ... here.
984 * config/gthr-lynx.h: Reflect this.
985 * config/gthr-vxworks.h: Likewise.
986 * config/rs6000/gthr-aix.h: Likewise.
987 * configure.ac (target_thread_file): Likewise.
988 * configure: Regenerate.
989
76644b68
SH
9902011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
991
992 * config.host (arm*-*-rtemseabi*): New target.
993
5e490f2a
JDA
9942011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
995
996 PR other/50991
997 * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
998 extra-parts.
999
feeeff5c
JR
10002011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
1001
1002 * config.host (epiphany-*-elf*): New configuration.
1003 * config/epiphany: New Directory.
1004
d618bb2c
RC
10052011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
1006
1007 * config.host (avr-*-rtems*): Add config/avr/t-rtems.
1008 * config/avr/t-rtems: New.
1009 Filter out _exit from LIB1ASMFUNCS.
1010
1bb6f778
DM
10112011-11-04 David S. Miller <davem@davemloft.net>
1012
1013 * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
1014 * configure: Rebuild.
1015
9a7f7422
AK
10162011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1017
1018 * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
1019 variable.
1020
e4fe948a
GJL
10212011-11-04 Georg-Johann Lay <avr@gjlay.de>
1022
1023 PR target/50931
1024 * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
1025 * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
1026
7084e037
JS
10272011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
1028
1029 PR target/50989
1030 * config.host (sparc-*-rtems*): Add sparc/t-softmul.
1031
1a032034
RO
10322011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1033
1034 * config/c6x/t-elf (LIB2ADDEH): Set.
1035 * config/c6x/t-c6x-elf: Remove.
1036
d385f772
RO
10372011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1038
1039 * config/i386/sol2-ci.S: Rename to ...
1040 * config/i386/crti.S: ... this.
1041 * config/i386/sol2-cn.S: Rename to ...
1042 * config/i386/crtn.S: ... this.
1043 * config/sparc/sol2-ci.S: Rename to ...
1044 * config/sparc/crti.S: ... this.
1045 * config/sparc/sol2-cn.S: Rename to ...
1046 * config/sparc/crtn.S: ... this.
1047 * config/t-sol2 (CUSTOM_CRTIN): Remove.
1048 (crti.o, crtn.o): Remove.
1049
1ba878a9
TG
10502011-11-04 Tristan Gingold <gingold@adacore.com>
1051
1052 * config/ia64/fde-vms.c: Do not include md-unwind-support.h
1053
02750c15
KK
10542011-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
1055
1056 * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
1057
bf86b067
HPN
10582011-11-03 Hans-Peter Nilsson <hp@axis.com>
1059
1060 * config.host (crisv32-*-none, cris-*-none): Remove.
1061 (crisv32-*-elf): Append to tmake_file, don't just set it.
1062 (cris-*-elf): Add missing t-fdpbit to tmake_file.
1063
d0bc53bd
RO
10642011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1065
1066 * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
1067 (ecrtn$(objext)): Likewise.
1068 (ncrti$(objext)): Likewise.
1069 (ncrtn$(objext)): Likewise.
1070
036da830
AS
10712011-11-03 Andreas Schwab <schwab@redhat.com>
1072
1073 * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
1074
d2a7d041
DM
10752011-11-02 David S. Miller <davem@davemloft.net>
1076
1077 * configure.ac: Set host_address on sparc too.
1078 * configure: Regenerate.
1079 * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
1080 based upon host_address.
1081 * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
1082
af8ed618
JM
10832011-11-02 Jason Merrill <jason@redhat.com>
1084
1085 * config/rs6000/t-ppccomm: Add missing \.
1086
5d1c8e77
RO
10872011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1088
1089 * gthr-single.h, gthr.h: New files.
1090 * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
1091 config/gthr-vxworks.h, config/i386/gthr-win32.h,
1092 config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
1093 config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
1094 * config/i386/gthr-win32.c: Include "gthr-win32.h".
1095 * configure.ac (thread_header): New variable.
1096 Set it depending on target_thread_file.
1097 (gthr-default.h): Link from $thread_header.
1098 * configure: Regenerate.
1099 * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
1100
852b75ed
RO
11012011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1102
1103 * configure.ac (tm_file_): New variable.
1104 Determine from tm_file.
1105 (tm_file, tm_defines): Substitute.
1106 * configure: Regenerate.
1107 * mkheader.sh: New file.
1108 * Makefile.in (clean): Remove libgcc_tm.h.
1109 ($(objects)): Depend on libgcc_tm.h.
1110 (libgcc_tm_defines, libgcc_tm_file): New variables.
1111 (libgcc_tm.h, libgcc_tm.stamp): New targets.
1112 ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
1113 ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
1114 ($(extra-parts)): Depend on libgcc_tm.h.
1115 * config.host (tm_defines, tm_file): New variable.
1116 (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
1117 (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
1118 (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
1119 (avr-*-rtems*): Likewise.
1120 (avr-*-*): Likewise.
1121 (frv-*-elf): Likewise.
1122 (frv-*-*linux*): Likewise.
1123 (h8300-*-rtems*): Likewise.
1124 (h8300-*-elf*): Likewise.
1125 (i[34567]86-*-darwin*): Likewise.
1126 (x86_64-*-darwin*): Likewise.
1127 (rx-*-elf): Likewise.
1128 (tic6x-*-uclinux): Likewise.
1129 (tic6x-*-elf): Likewise.
1130 (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
1131 * config/alpha/gthr-posix.c: Include libgcc_tm.h.
1132 * config/i386/cygming-crtbegin.c: Likewise.
1133 * config/i386/cygming-crtend.c: Likewise.
1134 * config/ia64/fde-vms.c: Likewise.
1135 * config/ia64/unwind-ia64.c: Likewise.
1136 * config/libbid/bid_gcc_intrinsics.h: Likewise.
1137 * config/rs6000/darwin-fallback.c: Likewise.
1138 * config/stormy16/lib2funcs.c: Likewise.
1139 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
1140 * crtstuff.c: Likewise.
1141 * dfp-bit.h: Likewise.
1142 * emutls.c: Likewise.
1143 * fixed-bit.c: Likewise.
1144 * fp-bit.c: Likewise.
1145 * generic-morestack-thread.c: Likewise.
1146 * generic-morestack.c: Likewise.
1147 * libgcc2.c: Likewise.
1148 * libgcov.c: Likewise.
1149 * unwind-dw2-fde-dip.c: Likewise.
1150 * unwind-dw2-fde.c: Likewise.
1151 * unwind-dw2.c: Likewise.
1152 * unwind-sjlj.c: Likewise.
1153
f9989b51
RO
11542011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1155
1156 * configure.ac: Include ../config/picflag.m4.
1157 (GCC_PICFLAG): Call it.
1158 Substitute.
1159 * configure: Regenerate.
1160 * Makefile.in (gcc_srcdir): Remove.
1161 (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
1162 (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
1163 (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
1164 ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
1165 ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
1166 Use $<.
1167 Remove comment.
1168 * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
1169 * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
1170 to refer to libgcc2.c.
1171 Use $<.
1172 * config/darwin-64.c: New file.
1173 * config/darwin-crt3.c: Remove comment.
1174 * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
1175 config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
1176 config/udivmodsi4.c: New files.
1177 * config/memcmp.c, config/memcpy.c, config/memmove.c,
1178 config/memset.c: New files.
1179 * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
1180 * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
1181 * config/t-freebsd-thread, config/t-libgcc-pic: New files.
1182 * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
1183 * config/t-openbsd-thread: New file.
1184 * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
1185 * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
1186 * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
1187 * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
1188 qrnnd.S.
1189 Adapt filename.
1190 * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
1191 to refer to gthr-posix.c.
1192 * config/alpha/t-vms (LIB2ADD): Set.
1193 * config/alpha/vms-gcc_shell_handler.c: New file.
1194 * config/arm/bpabi.c, config/arm/fp16.c,
1195 config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
1196 config/arm/unaligned-funcs.c: New files.
1197 * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
1198 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
1199 * config/arm/t-linux: Likewise.
1200 * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
1201 * config/arm/t-netbsd: New file.
1202 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
1203 * config/arm/t-symbian (LIB2ADD_ST): Set.
1204 * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
1205 * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
1206 * config/bfin/t-elf: New file.
1207 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
1208 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
1209 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
1210 config/c6x/ltf.c: New files.
1211 * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
1212 (HOST_LIBGCC2_CFLAGS): Set.
1213 * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
1214 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
1215 * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
1216 New files.
1217 * config/cris/t-elfmulti (LIB2ADD_ST): Set.
1218 * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
1219 * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
1220 config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
1221 config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
1222 files.
1223 * config/frv/t-frv (LIB2ADD): Set.
1224 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
1225 * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
1226 config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
1227 config/h8300/popcounthi2.c: New files.
1228 * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
1229 * config/i386/gthr-win32.c: New file.
1230 * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
1231 * config/i386/t-cygwin: Likewise.
1232 * config/i386/t-darwin, config/i386/t-darwin64,
1233 config/i386/t-gthr-win32, config/i386/t-interix: New files.
1234 * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
1235 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
1236 * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
1237 * config/ia64/quadlib.c: New file.
1238 * config/ia64/t-hpux (LIB2ADD): Set.
1239 * config/ia64/t-ia64: Add comment.
1240 * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
1241 * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
1242 (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
1243 * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
1244 * config/m32c/t-m32c (LIB2ADD): Set.
1245 * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
1246 * config/m32r/t-m32r: Likewise.
1247 * config/m68k/fpgnulib.c: New file.
1248 * config/m68k/t-floatlib (LIB2ADD): Set.
1249 (xfgnulib.c): New target.
1250 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
1251 * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
1252 * config/mep/t-mep (LIB2ADD): Set.
1253 * config/microblaze/divsi3.asm: Rename to divsi3.S.
1254 * config/microblaze/moddi3.asm: Rename to moddi3.S.
1255 * config/microblaze/modsi3.asm: Rename to modsi3.S.
1256 * config/microblaze/muldi3_hard.asm: Rename to hard.S.
1257 * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
1258 * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
1259 * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
1260 * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
1261 * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
1262 * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
1263 New files.
1264 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
1265 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
1266 * config/pa/fptr.c, config/pa/lib2funcs.S,
1267 config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
1268 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
1269 (LIB2ADD, LIB2ADD_ST): Set.
1270 * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
1271 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
1272 Set.
1273 * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
1274 * config/pdp11/t-pdp11: New file.
1275 * config/picochip/libgccExtras/adddi3.S,
1276 config/picochip/libgccExtras/ashlsi3.S,
1277 config/picochip/libgccExtras/ashrsi3.S,
1278 config/picochip/libgccExtras/clzsi2.S,
1279 config/picochip/libgccExtras/cmpsi2.S,
1280 config/picochip/libgccExtras/divmod15.S,
1281 config/picochip/libgccExtras/divmodhi4.S,
1282 config/picochip/libgccExtras/divmodsi4.S,
1283 config/picochip/libgccExtras/lshrsi3.S,
1284 config/picochip/libgccExtras/parityhi2.S,
1285 config/picochip/libgccExtras/popcounthi2.S,
1286 config/picochip/libgccExtras/subdi3.S,
1287 config/picochip/libgccExtras/ucmpsi2.S,
1288 config/picochip/libgccExtras/udivmodhi4.S,
1289 config/picochip/libgccExtras/udivmodsi4.S: New files.
1290 * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
1291 (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
1292 * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
1293 config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
1294 config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
1295 config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
1296 config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
1297 config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
1298 files.
1299 * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
1300 (HOST_LIBGCC2_CFLAGS): Set.
1301 * config/rs6000/t-darwin64: New file.
1302 * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
1303 * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
1304 * config/rs6000/t-ppccomm (LIB2ADD): Add
1305 $(srcdir)/config/rs6000/tramp.S.
1306 (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
1307 Add $(srcdir)/config/rs6000/eabi.S.
1308 (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
1309 (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
1310 (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
1311 (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
1312 (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
1313 (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
1314 * config/rs6000/tramp.S: New file.
1315 * config/s390/t-tpf: Remove.
1316 * config/sh/linux-atomic.S: New file.
1317 * config/sh/t-linux (LIB2ADD): Set.
1318 (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
1319 * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
1320 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
1321 to unwind-dw2.c.
1322 (HOST_LIBGCC2_CFLAGS): Set.
1323 * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
1324 * config/spu/divmodti4.c, config/spu/divv2df3.c,
1325 config/spu/float_disf.c, config/spu/float_unsdidf.c,
1326 config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
1327 config/spu/mfc_multi_tag_release.c,
1328 config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
1329 config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
1330 config/spu/multi3.c: New files.
1331 * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
1332 (HOST_LIBGCC2_CFLAGS): Set.
1333 * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
1334 config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
1335 config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
1336 config/stormy16/ffshi2.c, config/stormy16/lib2.c,
1337 config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
1338 config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
1339 config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
1340 config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
1341 config/stormy16/umodsi3.c: New files.
1342 * config/xtensa/lib2funcs.S: New file.
1343 * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
1344 * config/xtensa/t-xtensa (LIB2ADD): Set.
1345 * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
1346 (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
1347 Add t-freebsd-thread to tmake_file for posix threads.
1348 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
1349 (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
1350 (*-*-lynxos*): Likewise.
1351 (*-*-netbsd*): Likewise.
1352 (*-*-openbsd*): Likewise.
1353 Add t-openbsd-thread to tmake_file for posix threads.
1354 (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
1355 (*-*-vxworks*): Set tmake_file.
1356 (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
1357 (alpha*-*-freebsd*): Likewise.
1358 (alpha*-*-netbsd*): Likewise.
1359 (alpha*-*-openbsd*): Likewise.
1360 (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
1361 (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
1362 (alpha*-dec-*vms*): Likewise.
1363 (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
1364 (bfin*-elf*): Add bfin/t-elf to tmake_file.
1365 (bfin*-uclinux*): Likewise.
1366 (bfin*-linux-uclibc*): Likewise.
1367 (crisv32-*-elf): Add cris/t-cris to tmake_file.
1368 (crisv32-*-none): Likewise.
1369 (cris-*-elf): Likewise.
1370 (cris-*-none): Likewise.
1371 (cris-*-linux*, crisv32-*-linux*): Likewise.
1372 (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
1373 tmake_file.
1374 (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
1375 tmake_file.
1376 (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
1377 (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
1378 (x86_64-*-elf*): Likewise.
1379 (i[34567]86-*-nto-qnx*): Likewise.
1380 (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
1381 win32 threads.
1382 (x86_64-*-mingw*): Likewise.
1383 (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
1384 (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
1385 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
1386 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
1387 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
1388 tmake_file.
1389 (mipsisa64sr71k-*-elf*): Likewise.
1390 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
1391 (mips-*-elf*, mipsel-*-elf*): Likewise.
1392 (mips64-*-elf*, mips64el-*-elf*): Likewise.
1393 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
1394 (mips*-*-rtems*): Likewise.
1395 (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
1396 to tmake_file.
1397 (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
1398 (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
1399 (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
1400 (spu-*-elf*): Likewise.
1401 (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
1402
45b86625
RO
14032011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1404
1405 * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
1406 $(srcdir) to refer to $(LIB1ASMSRC).
1407 Use $<.
1408 * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
1409 config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
1410 config/arm/lib1funcs.S: New files.
1411 * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
1412 * config/arm/t-arm: New file.
1413 * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
1414 * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
1415 config/arm/t-strongarm-elf: New files.
1416 * config/arm/t-symbian (LIB1ASMFUNCS): Set.
1417 * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
1418 * config/avr/lib1funcs.S: New file.
1419 * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1420 * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
1421 * config/c6x/lib1funcs.S: New file.
1422 * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1423 * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
1424 * config/frv/lib1funcs.S: New file.
1425 * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1426 * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
1427 * config/i386/cygwin.S, config/i386/t-chkstk: New files.
1428 * config/ia64/__divxf3.asm: Rename to ...
1429 * config/ia64/__divxf3.S: ... this.
1430 Adapt lib1funcs.asm filename.
1431 * config/ia64/_fixtfdi.asm: Rename to ...
1432 * config/ia64/_fixtfdi.S: ... this.
1433 Adapt lib1funcs.asm filename.
1434 * config/ia64/_fixunstfdi.asm: Rename to ...
1435 * config/ia64/_fixunstfdi.S: ... this.
1436 Adapt lib1funcs.asm filename.
1437 * config/ia64/_floatditf.asm: Rename to ...
1438 * config/ia64/_floatditf.S: ... this.
1439 Adapt lib1funcs.asm filename.
1440 * config/ia64/lib1funcs.S: New file.
1441 * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
1442 * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1443 * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
1444 * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
1445 * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
1446 * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
1447 * config/mep/lib1funcs.S: New file.
1448 * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1449 * config/mips/mips16.S: New file.
1450 * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1451 * config/pa/milli64.S: New file.
1452 * config/pa/t-linux, config/pa/t-linux64: New files.
1453 * config/picochip/lib1funcs.S: New file.
1454 * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1455 * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
1456 * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
1457 * config/sh/t-netbsd: New file.
1458 * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
1459 Use $(srcdir) to refer to lib1funcs.S, adapt filename.
1460 * config/sh/t-sh64: New file.
1461 * config/sparc/lb1spc.S: New file.
1462 * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
1463 filename.
1464 * config/v850/lib1funcs.S, config/v850/t-v850: New files.
1465 * config/vax/lib1funcs.S, config/vax/t-linux: New files.
1466 * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
1467 config/xtensa/lib1funcs.S: New files.
1468 * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
1469 * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
1470 tmake_file.
1471 (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
1472 (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
1473 (arm*-*-linux*): Likewise.
1474 Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
1475 arm*-*-linux-*eabi, add arm/t-linux otherwise.
1476 (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
1477 (arm*-*-ecos-elf): Likewise.
1478 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
1479 (arm*-*-rtems*): Likewise.
1480 (arm*-*-elf): Likewise.
1481 (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
1482 (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
1483 (bfin*-elf*): Add bfin/t-bfin to tmake_file.
1484 (bfin*-uclinux*): Likewise.
1485 (bfin*-linux-uclibc*): Likewise.
1486 (bfin*-rtems*): Likewise.
1487 (bfin*-*): Likewise.
1488 (fido-*-elf): Merge into m68k-*-elf*.
1489 (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
1490 (frv-*-*linux*): Add frv/t-frv to tmake_file.
1491 (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
1492 (h8300-*-elf*): Likewise.
1493 (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
1494 (hppa*-*-linux*): Add pa/t-linux to tmake_file.
1495 (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
1496 (i[34567]86-*-mingw*): Likewise.
1497 (x86_64-*-mingw*): Likewise.
1498 (i[34567]86-*-interix3*): Likewise.
1499 (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
1500 (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
1501 (m68k-*-elf*): Also handle fido-*-elf.
1502 Add m68k/t-floatlib to tmake_file.
1503 (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
1504 (m68k-*-linux*): Likewise.
1505 (m68k-*-rtems*): Likewise.
1506 (mcore-*-elf): Add mcore/t-mcore to tmake_file.
1507 (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
1508 sh64*-*-*.
1509 (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
1510 Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
1511 (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
1512 (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
1513 sh/t-netbsd to tmake_file.
1514 Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
1515 (sh-*-rtems*): Add sh/t-sh to tmake_file.
1516 (sh-wrs-vxworks): Likewise.
1517 (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
1518 *-leon[3-9]*.
1519 (v850*-*-*): Add v850/t-v850 to tmake_file.
1520 (vax-*-linux*): Add vax/t-linux to tmake_file.
1521 (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
1522
5f73c6cc
RO
15232011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1524
1525 * crtstuff.c: New file.
1526 * Makefile.in (CRTSTUFF_CFLAGS): Define.
1527 (CRTSTUFF_T_CFLAGS): Define.
1528 (extra-parts, INSTALL_PARTS): Remove conditional assignments.
1529 (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
1530 (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
1531 crtstuff.c.
1532 Use $<.
1533 (crtbeginT.o): Use $(objext).
1534 [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
1535 (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
1536 (gcc-extra-parts): Remove.
1537 * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
1538 Set extra_parts.
1539 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
1540 *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
1541 Add t-crtstuff-pic to tmake_file.
1542 (*-*-lynxos*): New case.
1543 Set tmake_file, extra_parts.
1544 (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
1545 Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
1546 *-*-netbsdelf[2-9]*.
1547 (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
1548 (*-*-rtems*): Set extra_parts.
1549 (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
1550 (*-*-uclinux*): New case.
1551 Set extra_parts.
1552 (*-*-vms*): New case.
1553 Set tmake_file, extra_parts.
1554 (*-*-elf): Set extra_parts.
1555 (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
1556 (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
1557 vms/t-vms64.
1558 Set extra_parts.
1559 (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
1560 Set extra_parts.
1561 (arm*-*-freebsd*): Add t-crtin to tmake_file.
1562 Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
1563 (arm-wrs-vxworks): Append to tmake_file.
1564 Set extra_parts.
1565 (arm*-*-uclinux*): Set extra_parts.
1566 (arm*-*-ecos-elf): Likewise.
1567 (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
1568 arm*-*-eabi*.
1569 (arm*-*-rtems*): Set extra_parts.
1570 (arm*-*-elf): Likewise.
1571 (avr-*-rtems*): Clear extra_parts.
1572 (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
1573 Set extra_parts.
1574 (bfin*-uclinux*): Likewise.
1575 (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
1576 (bfin*-rtems*): Append to tmake_file.
1577 Set extra_parts.
1578 (bfin*-*): Likewise.
1579 (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
1580 (crisv32-*-elf): ... this.
1581 (crisv32-*-none): ... this.
1582 (cris-*-elf, cris-*-none): New cases.
1583 Add cris/t-elfmulti to tmake_file.
1584 (fr30-*-elf): Append to tmake_file.
1585 Set extra_parts.
1586 (frv-*-elf): Append to tmake_file, add frv/t-frv.
1587 Set extra_parts.
1588 (h8300-*-rtems*): Append to tmake_file.
1589 Set extra_parts.
1590 (h8300-*-elf*): Likewise.
1591 (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
1592 Set extra_parts.
1593 (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
1594 Set extra_parts.
1595 (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
1596 (x86_64-*-elf*): Likewise.
1597 (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
1598 (x86_64-*-freebsd*): Likewise.
1599 (x86_64-*-netbsd*): Likewise.
1600 (i[34567]86-*-linux*): Likewise.
1601 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
1602 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
1603 (x86_64-*-linux*): Likewise.
1604 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
1605 (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
1606 tmake_file.
1607 Set extra_parts.
1608 (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
1609 (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
1610 Append to extra_parts, remove crtbegin.o, crtend.o.
1611 (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
1612 (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
1613 crtend.o, crtbeginS.o, crtendS.o.
1614 (ia64*-*-linux*): Comment extra_parts.
1615 (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
1616 Set extra_parts.
1617 (iq2000*-*-elf*): Clear extra_parts.
1618 (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
1619 (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
1620 (m32r-*-elf*, m32r-*-rtems*): Split off ...
1621 (m32r-*-rtems*): ... this.
1622 Add m32r/t-m32r to tmake_file.
1623 (m68k-*-elf*): Add t-crtin to tmake_file.
1624 (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
1625 (mcore-*-elf): Likewise.
1626 (microblaze*-*-*): Set extra_parts.
1627 (mips*-sde-elf*): New case.
1628 Set tmake_file, extra_parts.
1629 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
1630 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
1631 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
1632 tmake_file.
1633 Set extra_parts.
1634 (mipsisa64sr71k-*-elf*): Likewise.
1635 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
1636 (mips-*-elf*, mipsel-*-elf*): Likewise.
1637 (mips64-*-elf*, mips64el-*-elf*): Likewise.
1638 (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
1639 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
1640 (mips*-*-rtems*): Likewise.
1641 (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
1642 (moxie-*-*): Split into ...
1643 (moxie-*-elf, moxie-*-uclinux*): ... this.
1644 Add to extra_parts, remove crtbegin.o, crtend.o.
1645 (moxie-*-rtems*): New case.
1646 Set tmake_file.
1647 Clear extra_parts.
1648 (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
1649 Set extra_parts.
1650 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
1651 (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
1652 tmake_file.
1653 Set extra_parts.
1654 (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
1655 rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
1656 Set extra_parts.
1657 (powerpc-*-eabisim*): Likewise.
1658 (powerpc-*-elf*): Likewise.
1659 (powerpc-*-eabialtivec*): Likewise.
1660 (powerpc-xilinx-eabi*): Likewise.
1661 (powerpc-*-eabi*): Likewise.
1662 (powerpc-*-rtems*): Likewise.
1663 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
1664 tmake_file.
1665 Set extra_parts.
1666 (powerpc-*-lynxos*): Add to tmake_file.
1667 (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
1668 rs6000/t-crtstuff, t-crtstuff-pic.
1669 Set extra_parts.
1670 (powerpcle-*-eabisim*): Likewise.
1671 (powerpcle-*-eabi*): Likewise.
1672 (rx-*-elf): Remove extra_parts.
1673 (s390x-ibm-tpf*): Set extra_parts.
1674 (score-*-elf): Set extra_parts.
1675 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1676 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1677 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1678 (sh64l*-*-netbsd*): Split into ...
1679 (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
1680 Add t-crtstuff-pic to tmake_file.
1681 Set extra_parts.
1682 (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
1683 Set extra_parts.
1684 (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
1685 (sparc-*-elf*): Remove t-crtin from tmake_file.
1686 Add to extra_parts, remove crtbegin.o, crtend.o.
1687 (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
1688 (sparc64-*-linux*): Likewise.
1689 (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
1690 Add to extra_parts, remove crtbegin.o, crtend.o.
1691 (sparc64-*-elf*): Remove t-crtin from tmake_file.
1692 Add to extra_parts, remove crtbegin.o, crtend.o.
1693 (sparc64-*-rtems*): Remove t-crtin from tmake_file.
1694 Add to extra_parts, remove crtbegin.o, crtend.o.
1695 (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
1696 (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
1697 (spu-*-elf*): Add to tmake_file, add spu/t-elf.
1698 Set extra_parts.
1699 (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
1700 Set extra_parts.
1701 (tic6x-*-*): Change to ...
1702 (tic6x-*-elf): ... this.
1703 Set extra_parts.
1704 (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
1705 Set extra_parts.
1706 (am33_2.0-*-linux*): Add comment.
1707 (mep*-*-*): Add mep/t-mep to tmake_file.
1708 Set extra_parts.
1709 * config/alpha/t-vms: New file.
1710 * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
1711 * config/arm/crti.S, config/arm/crtn.S: New files.
1712 * config/bfin/crti.S, config/bfin/crtn.S: New files.
1713 * config/bfin/crtlibid.S: New file.
1714 * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
1715 * config/c6x/crti.S, config/c6x/crtn.S: New files.
1716 * config/c6x/t-elf (CUSTOM_CRTIN): Set.
1717 (crti.o, crtin.o): New rules.
1718 (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
1719 * config/c6x/t-uclinux: New file.
1720 * config/cris/t-elfmulti: New file.
1721 * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
1722 * config/fr30/crti.S, config/fr30/crtn.S: New files.
1723 * config/frv/frvbegin.c, config/frv/frvend.c: New files.
1724 * config/frv/t-frv: New file.
1725 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
1726 * config/h8300/crti.S, config/h8300/crtn.S: New files.
1727 * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
1728 New files.
1729 * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
1730 refer to cygming-crtbegin.c, cygming-crtend.c.
1731 Use $<.
1732 * config/i386/t-nto: New file.
1733 * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
1734 * config/ia64/crti.S, config/ia64/crtn.S: New files.
1735 * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
1736 crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
1737 Use .S extension.
1738 Use $<.
1739 * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
1740 (crtinitS.o): New rule.
1741 * config/ia64/vms-crtinit.S: New file.
1742 * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
1743 * config/m32r/initfini.c: New file.
1744 * config/m32r/t-linux, config/m32r/t-m32r: New files.
1745 * config/m68k/crti.S, config/m68k/crtn.S: New files.
1746 * config/mcore/crti.S, config/mcore/crtn.S: New files.
1747 * config/mep/t-mep: New file.
1748 * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
1749 * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
1750 * config/mips/crti.S, config/mips/crtn.S: New files.
1751 * config/mips/t-crtstuff: New file.
1752 * config/mmix/crti.S, config/mmix/crtn.S: New files.
1753 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
1754 (CUSTOM_CRTIN): Set.
1755 ($(T)crti.o, $(T)crtn.o): Remove $(T),
1756 dependencies.
1757 Use $(srcdir) to refer to crti.S, crtn.S.
1758 Use .S extension, $<.
1759 * config/moxie/crti.asm: Rename to ...
1760 * config/moxie/crti.S: ... this.
1761 * config/moxie/crtn.asm: Rename to ...
1762 * config/moxie/crtn.S: ... this.
1763 * config/moxie/t-moxie: Remove.
1764 * config/pa/stublib.c: New file.
1765 * config/pa/t-stublib, config/pa/t-stublib64: New files.
1766 * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
1767 * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
1768 * config/rs6000/t-crtstuff: New file.
1769 * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
1770 (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
1771 (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
1772 Make output file explicit.
1773 (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
1774 Make output file explicit.
1775 (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
1776 Make output file explicit.
1777 (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
1778 Make output file explicit.
1779 * config/score/crti.S, config/score/crtn.S: New files.
1780 * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
1781 * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
1782 files.
1783 * config/sh/t-sh, config/sh/t-superh: New files.
1784 * config/sparc/t-linux64: New file.
1785 * config/spu/cache.S, config/spu/cachemgr.c: New files.
1786 * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
1787 (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
1788 (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
1789 * config/t-crtin: Remove.
1790 * config/t-crtstuff-pic: New file.
1791 * config/t-sol2 (CUSTOM_CRTIN): Set.
1792 (crti.o, crtn.o): New rules.
1793 * config/vms/t-vms: New file.
1794 * config/vms/vms-ucrt0.c: New file.
1795 * config/xtensa/t-elf: New file.
1796
b040f2be
RO
17972011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1798
1799 * Makefile.in (SHLIB_NM_FLAGS): Set.
1800 * mkmap-flat.awk, mkmap-symver.awk: New files.
1801 * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
1802 exceptions.
1803 * configure: Regenerate.
1804 * config/libgcc-glibc.ver: New file.
1805 * config/libgcc-libsystem.ver: New file.
1806 * config/t-libunwind (SHLIB_LC): Set.
1807 * config/t-linux: New file.
1808 * config/t-slibgcc (INSTALL_SHLIB): New.
1809 (SHLIB_INSTALL): Use it.
1810 * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
1811 to mkmap-symver.awk.
1812 (SHLIB_MAPFILES): Don't append, adapt pathname.
1813 (SHLIB_VERPFX): Set.
1814 * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
1815 to mkmap-symver.awk.
1816 * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
1817 config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
1818 * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
1819 * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
1820 to mkmap-flat.awk.
1821 * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
1822 * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
1823 * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
1824 * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
1825 * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
1826 * config/i386/libgcc-darwin.10.4.ver,
1827 config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
1828 New files.
1829 * config/i386/t-darwin: Remove.
1830 * config/i386/t-darwin64: Likewise.
1831 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
1832 * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
1833 config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
1834 * config/i386/t-linux: New file.
1835 * config/i386/t-mingw32: New file.
1836 * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
1837 * config/ia64/t-glibc: Rename to ...
1838 * config/ia64/t-linux: ... this.
1839 (SHLIB_MAPFILES): Set.
1840 * config/ia64/t-glibc-libunwind: Rename to ...
1841 * config/ia64/t-linux-libunwind: ... this.
1842 * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
1843 * config/ia64/t-slibgcc-hpux: New file.
1844 * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
1845 * config/m68k/t-slibgcc-elf-ver: New file.
1846 * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
1847 * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
1848 to mkmap-flat.awk.
1849 * config/pa/t-slibgcc-hpux: New file.
1850 * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
1851 files.
1852 * config/rs6000/libgcc-darwin.10.4.ver,
1853 config/rs6000/libgcc-darwin.10.5.ver: New files.
1854 * config/rs6000/libgcc-ppc-glibc.ver: Rename to
1855 config/rs6000/libgcc-glibc.ver.
1856 * config/rs6000/libgcc-ppc64.ver: Rename to
1857 config/rs6000/libgcc-ibm-ldouble.ver.
1858 * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
1859 * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
1860 * config/rs6000/t-ldbl128: Rename to ...
1861 * config/rs6000/t-linux: ... this.
1862 (SHLIB_MAPFILES): Adapt filename.
1863 * config/rs6000/t-slibgcc-aix: New file.
1864 * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
1865 * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
1866 libgcc-excl.ver, libgcc-glibc.ver.
1867 (SHLIB_LINK, SHLIB_INSTALL): Remove.
1868 * config/sparc/libgcc-glibc.ver: New file.
1869 * config/sparc/t-linux: New file.
1870 * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
1871 * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
1872 t-slibgcc-elf-ver to tmake_file.
1873 Add t-slibgcc-nolc-override to tmake_file for posix threads on
1874 *-*-freebsd[34].
1875 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
1876 *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
1877 t-slibgcc-elf-ver, t-linux to tmake_file.
1878 (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
1879 tmake_file.
1880 (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
1881 (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
1882 (alpha*-dec-*vms*): Likewise.
1883 (arm*-*-freebsd*): Append to tmake_file.
1884 (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
1885 (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
1886 arm*-*-linux-*eabi.
1887 (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
1888 tmake_file for arm*-*-symbianelf*.
1889 (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
1890 (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
1891 cris/t-linux.
1892 (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
1893 (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
1894 pa/t-slibgcc-dwarf-ver to tmake_file.
1895 (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
1896 pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
1897 (hppa*64*-*-hpux11*): Likewise.
1898 (hppa[12]*-*-hpux11*): Likewise.
1899 (x86_64-*-darwin*): Don't override tmake_file, but only keep
1900 i386/t-crtpc, i386/t-crtfm.
1901 (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
1902 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
1903 to tmake_file.
1904 Add i386/t-cygwin to tmake_file.
1905 Prepent i386/t-mingw-pthread to tmake_file for posix threads.
1906 (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
1907 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
1908 to tmake_file.
1909 Add i386/t-mingw32 to tmake_file.
1910 (x86_64-*-mingw*): Likewise.
1911 (ia64*-*-freebsd*): Append to tmake_file.
1912 (ia64*-*-linux*): Append to tmake_file.
1913 Replace ia64/t-glibc by ia64/t-linux.
1914 Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
1915 system libunwind.
1916 (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
1917 t-slibgcc-hpux to tmake_file.
1918 (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
1919 (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
1920 (m32rle-*-linux*): Likewise.
1921 (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
1922 sjlj exceptions.
1923 (microblaze*-linux*): New case.
1924 Append to tmake_file, add t-slibgcc-nolc-override.
1925 (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
1926 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
1927 Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
1928 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
1929 rs6000/t-slibgcc-aix to tmake_file.
1930 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1931 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1932 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1933 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1934 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1935 (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
1936 sh*-*-linux*.
1937 (sparc-*-linux*): Append to tmake_file for *-leon*.
1938 Add sparc/t-linux to tmake_file for non-Leon targets.
1939 (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
1940 (tic6x-*-uclinux): New case.
1941 Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
1942 (tic6x-*-*): Add c6x/t-elf to tmake_file.
1943 (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
1944 (am33_2.0-*-linux*): Append to tmake_file.
1945 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
1946 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
1947 x86_64-*-kfreebsd*-gnu.
1948 Add i386/t-linux to tmake_file.
1949
18b4bd7b
ILT
19502011-10-28 Ian Lance Taylor <iant@google.com>
1951
1952 * config/i386/morestack.S: Correct CFI information to do proper
1953 returns throughout function. In 32-bit mode, save %ebx so that it
1954 is restored on unwind.
1955
5b2d9d90
BS
19562011-10-25 Bernd Schmidt <bernds@codesourcery.com>
1957
1958 * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
1959 case where B3 isn't the return register.
1960
0d53e346
BS
1961 * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
1962 logic for doubleword pops.
1963
cbffbd59
AT
19642011-10-25 Andreas Tobler <andreast@fgznet.ch>
1965
1966 * config/rs6000/t-freebsd: Add wildcard.
1967
56dc349e
PB
19682011-10-21 Paul Brook <paul@codesourcery.com>
1969
1970 * unwind-arm-common.inc: Handle ID3/4 unwinding data.
1971
1e06b07d
UB
19722011-10-16 Uros Bizjak <ubizjak@gmail.com>
1973 Eric Botcazou <ebotcazou@adacore.com>
1974
1975 PR target/50737
1976 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
1977 fs->signal_frame to 1.
1978
b5204884
ILT
19792011-10-07 Ian Lance Taylor <iant@google.com>
1980
1981 * generic-morestack-thread.c: #include <errno.h>.
1982
91a639a1
ILT
19832011-10-07 Ian Lance Taylor <iant@google.com>
1984
1985 PR target/46093
1986 * generic-morestack.c (__generic_morestack): Make sure the segment
1987 is large enough for both the stack frame and the copied
1988 parameters.
1989
cc49116d
RO
19902011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1991
1992 PR bootstrap/49804
1993 * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
1994 extra_parts.
1995
2996d8c3
NC
19962011-09-28 Nick Clifton <nickc@redhat.com>
1997
1998 * config/rx/rx-lib.h: Always restrict doubles to the SF type when
1999 64-bit doubles are not enabled.
2000 * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
2001 and floatunsisf functions.
2002
1e874273 20032011-09-13 Paul Brook <paul@codesourcery.com>
2996d8c3 2004
1e874273
PB
2005 * config.host (tic6x-*-*): Add c6x/t-c6x-elf. Set unwind_header.
2006 * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
2007 * unwind-arm-common.inc: New file.
2008 * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
2009 * config/arm/unwind-arm.h: Use unwind-arm-common.h.
2010 (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
2011 * config/c6x/libunwind.S: New file.
2012 * config/c6x/pr-support.c: New file.
2013 * config/c6x/unwind-c6x.c: New file.
2014 * config/c6x/unwind-c6x.h: New file.
2015 * config/c6x/t-c6x-elf: New file.
2016
f70c879a
UB
20172011-08-23 Uros Bizjak <ubizjak@gmail.com>
2018
2019 * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
2020 (ASM_DIVZERO): Ditto.
2021 (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
2022
c55b374b
RS
20232011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
2024
2025 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
2026
1e138510
RS
20272011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
2028
2029 PR target/50090
2030 * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
2031 instead of an assembly one.
2032
1563503d
PB
20332011-08-12 Paolo Bonzini <bonzini@gnu.org>
2034
2035 PR bootstrap/50047
2036 * Makefile.in (install-unwind_h): Create
2037 $(gcc_objdir)/include/unwind.h atomically.
2038
3627ac1a
RO
20392011-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2040
2041 * Makefile.in (install-unwind_h): Remove destination file first.
2042
c6412d86
RO
20432011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2044
2045 * sync.c: New file.
2046 * config/mips/t-mips16: New file.
2047 * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
2048 (mips*-*-linux*): Likewise.
2049 (mips*-sde-elf*): Likewise.
2050 (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
2051 mipsisa64-*-elf*, mipsisa64r2-*-elf*.
2052 Add mips/t-mips16 to tmake_file.
2053 (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
2054 (mips-*-elf*): Likewise.
2055 (mips64-*-elf*): Likewise.
2056 (mips64orion-*-elf*): Likewise.
2057 (mips*-*-rtems*): Likewise.
2058 (mipstx39-*-elf*): Likewise.
2059 * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
2060 ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
2061 LIBGCC_SYNC_CFLAGS.
2062 Use $(srcdir) to refer to sync.c.
2063 Use $<.
2064 ($(libgcc-sync-funcs-o)): Likewise.
2065 ($(libgcc-sync-size-funcs-s-o)): Likewise.
2066 ($(libgcc-sync-funcs-s-o)): Likewise.
2067
3cb6e5bd
AS
20682011-08-09 Andreas Schwab <schwab@linux-m68k.org>
2069
2070 * config.host (ia64*-*-linux*): Move ia64/t-glibc after
2071 t-libunwind.
2072
cca2207a
L
20732011-08-08 H.J. Lu <hongjiu.lu@intel.com>
2074
2075 PR other/48007
2076 * config/i386/value-unwind.h: New.
2077
ed39fbad
RS
20782011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
2079
2080 * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
2081 (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
2082 Add to tmake_file rather than overriding it.
2083
aca0b0b3
RO
20842011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2085
2086 * config/t-softfp: Remove.
2087 * soft-fp: Moved from ../gcc/config.
2088 * soft-fp/README: Remove t-softfp reference.
2089 * soft-fp/t-softfp: Move to config/t-softfp.
2090 (softfp_machine_header): Remove.
2091 (softfp_file_list): Remove config subdir.
2092 (soft-fp-objects): New variable.
2093 ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
2094 (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
2095 (SFP_MACHINE, $(SFP_MACHINE)): Remove.
2096 * config/t-softfp-excl: New file.
2097 * config/t-softfp-sfdf: New file.
2098 * config/t-softfp-tf: New file.
2099 * config/no-sfp-machine.h: New file.
2100 * config/arm/sfp-machine.h: New file.
2101 * config/arm/t-softfp: New file.
2102 * config/c6x/sfp-machine.h: New file.
2103 * config/i386/32/t-fprules-softfp: Rename to ...
2104 * config/i386/32/t-softfp: ... this.
2105 (tifunctions, LIB2ADD): Remove.
2106 (softfp_int_modes): Override.
2107 * config/i386/64/t-softfp-compat (tf-functions): Remove config
2108 subdir.
2109 * config/i386/64/eqtf2.c: Likewise.
2110 * config/i386/64/getf2.c: Likewise.
2111 * config/i386/64/letf2.c: Likewise.
2112 * config/ia64/sft-machine.h: New file.
2113 * config/ia64/t-fprules-softfp: Rename to ...
2114 * config/ia64/t-softfp: ... this.
2115 * config/lm32/sfp-machine.h: New file.
2116 * config/moxie/t-moxie-softfp: Remove.
2117 * config/rs6000/ibm-ldouble-format: New file.
2118 * config/rs6000/ibm-ldouble.c: New file.
2119 * config/rs6000/libgcc-ppc-glibc.ver: New file
2120 * config/rs6000/libgcc-ppc64.ver: New file
2121 * config/rs6000/sfp-machine.h: New file.
2122 * config/rs6000/t-freebsd: New file.
2123 * config/rs6000/t-ibm-ldouble: New file.
2124 * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
2125 libgcc-ppc-glibc.ver.
2126 * config/rs6000/t-linux64: New file.
2127 * config/rs6000/t-ppccomm (LIB2ADD): Add
2128 $(srcdir)/config/rs6000/ibm-ldouble.c.
2129 * config/rs6000/t-ppccomm-ldbl: New file.
2130 * config/score/sfp-machine.h: New file.
2131 * config.host (sfp_machine_header): Explain.
2132 (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
2133 t-softfp to tmake_file.
2134 (arm*-*-uclinux*): Likewise.
2135 (arm*-*-ecos-elf): Likewise.
2136 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
2137 (arm*-*-rtems*): Likewise.
2138 (arm*-*-elf): Likewise.
2139 (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
2140 in tmake_file.
2141 Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
2142 (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
2143 (lm32-*-uclinux*): Likewise.
2144 (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
2145 t-softfp-excl, t-softfp.
2146 (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
2147 (powerpc64-*-darwin*): Likewise.
2148 (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
2149 to tmake_file.
2150 (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
2151 tmake_file.
2152 (powerpc-*-eabisim*): Likewise.
2153 (powerpc-*-elf*): Likewise.
2154 (powerpc-*-eabialtivec*): Likewise.
2155 (powerpc-xilinx-eabi*): Likewise.
2156 (powerpc-*-rtems*): Likewise.
2157 (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
2158 t-softfp-excl, t-softfp to tmake_file.
2159 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
2160 rs6000/t-ppccomm-ldbl to tmake_file.
2161 (powerpcle-*-elf*): Likewise.
2162 (powerpcle-*-eabisim*): Likewise.
2163 (powerpcle-*-eabi*): Likewise.
2164 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
2165 rs6000/t-ibm-ldouble to tmake_file.
2166 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
2167 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
2168 (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
2169 (tic6x-*-*): Likewise.
2170 (i[34567]86-*-darwin*, x86_64-*-darwin*,
2171 i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
2172 i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
2173 i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
2174 i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
2175 i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
2176 t-softfp to tmake_file.
2177 * configure.ac (sfp_machine_header): Provide default if unset.
2178 Substitute.
2179 Link sfp-machine.h to config/$sfp_machine_header.
2180 * configure: Regenerate.
2181
569dc494
RO
21822011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2183
2184 * Makefile.in (double_type_size, long_double_type_size): Set.
2185 Remove $(fpbit-in-libgcc) support.
2186 (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
2187 (fpbit-src): New variable.
2188 ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
2189 Compile with -DFLOAT $(FPBIT_CFLAGS).
2190 Use $<.
2191 ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
2192 Compile with $(FPBIT_CFLAGS).
2193 Use $<.
2194 ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
2195 Compile with -DFLOAT $(TPBIT_CFLAGS).
2196 Use $<.
2197 * configure.ac (double_type_size, long_double_type_size):
2198 Determine and substitute.
2199 * configure: Regenerate.
2200 * fp-bit.c, fp-bit.h: New files.
2201 * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
2202 * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
2203 * config/mips/t-mips: New file.
2204 * config/mips/t-sdemtk: New file.
2205 * config/rs6000/ppc64-fp.c: New file.
2206 * config/rs6000/t-darwin (LIB2ADD): Add
2207 $(srcdir)/config/rs6000/ppc64-fp.c.
2208 * config/rs6000/t-ppc64-fp: New file.
2209 * config/rx/rx-lib.h: New file.
2210 * config/rx/t-rx (FPBIT): Set to true.
2211 ($(gcc_objdir)/fp-bit.c): Remove.
2212 (DPBIT): Set to true only with -m64bit-doubles.
2213 ($(gcc_objdir)/dp-bit.c): Remove.
2214 * config/sparc/t-softfp: Remove.
2215 * config/spu/t-elf: New file.
2216 * config/t-fdpbit, config/t-fpbit: New files.
2217 * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
2218 (mips*-*-*): Likewise.
2219 (arm-wrs-vxworks): Likewise.
2220 (arm*-*-freebsd*): Likewise.
2221 (avr-*-rtems*): Add t-fpbit to tmake_file.
2222 (avr-*-*): Likewise.
2223 (bfin*-elf*): Add t-fdpbit to tmake_file.
2224 (bfin*-uclinux*): Likewise.
2225 (bfin*-linux-uclibc*): Likewise.
2226 (bfin*-rtems*): New case.
2227 Add t-fdpbit to tmake_file.
2228 (bfin*-*): Add t-fdpbit to tmake_file.
2229 (crisv32-*-elf): Likewise.
2230 (cris-*-linux*): Likewise.
2231 (fr30-*-elf): Likewise.
2232 (frv-*-elf, frv-*-*linux*): Likewise.
2233 (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
2234 (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
2235 (m32r-*-elf*): Likewise.
2236 (m32rle-*-elf*): Likewise.
2237 (m32r-*-linux*): Likewise.
2238 (m32rle-*-linux*): Likewise.
2239 (mcore-*-elf): Add t-fdpbit to tmake_file.
2240 (microblaze*-*-*): Likewise.
2241 (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
2242 (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
2243 (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
2244 Fix typo.
2245 Add mips/t-tpbit to tmake-file.
2246 (mips*-*-linux*): Fix typo.
2247 (mips*-sde-elf*): New case
2248 Add mips/t-sdemtk unless using newlib.
2249 (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
2250 (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
2251 (mn10300-*-*): Likewise.
2252 (pdp11-*-*): Likewise.
2253 (picochip-*-*): Add t-fpbit to tmake_file.
2254 (powerpc-*-eabisimaltivec*): Likewise.
2255 (powerpc-*-eabisim*): Likewise.
2256 (powerpc-*-elf*): Likewise.
2257 (powerpc-*-eabialtivec*): Likewise.
2258 (powerpc-xilinx-eabi*): New case.
2259 Add t-fdpbit to tmake_file.
2260 (powerpc-*-eabi*): Add t-fdpbit to tmake_file.
2261 (powerpc-*-rtems*): Likewise.
2262 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
2263 tmake_file.
2264 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
2265 tmake_file.
2266 (powerpc-*-lynxos*): Likewise.
2267 (powerpcle-*-elf*): Likewise.
2268 (powerpcle-*-eabisim*): Likewise.
2269 (powerpcle-*-eabi*): Likewise.
2270 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
2271 t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
2272 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
2273 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
2274 (rx-*-elf): Add t-fdpbit to tmake_file.
2275 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
2276 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
2277 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
2278 (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
2279 sh*-*-netbsd*.
2280 (sh-*-rtems*): Add t-fdpbit to tmake_file.
2281 (sh-wrs-vxworks): Likewise.
2282 (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
2283 (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
2284 (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
2285 (sparc64-*-rtems*): ... new case.
2286 (sparc-*-rtems*): Add t-fdpbit to tmake_file.
2287 (spu-*-elf*): Likewise.
2288 Add spu/t-elf to tmake_file.
2289 (v850*-*-*): Add t-fdpbit to tmake_file.
2290 (xstormy16-*-elf): Likewise.
2291 (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
2292 (mep*-*-*): Likewise.
2293
201cdb74
RO
22942011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2295
2296 * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
2297 variables.
2298 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
2299 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
2300 (install-unwind_h): New target.
2301 (all): Depend on it.
2302 * config.host (unwind_header): New variable.
2303 (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
2304 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
2305 *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
2306 (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
2307 (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
2308 Set unwind_header.
2309 (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
2310 Set unwind_header.
2311 (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
2312 arm*-*-eabi*.
2313 Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
2314 Set unwind_header.
2315 (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
2316 (ia64*-*-freebsd*): Likewise.
2317 (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
2318 tmake_file.
2319 Add t-libunwind-elf, ia64/t-glibc-libunwind unless
2320 $with_system_libunwind.
2321 (ia64*-*-hpux*): Set tmake_file.
2322 (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
2323 (picochip-*-*): Set tmake_file.
2324 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
2325 md_unwind_header.
2326 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
2327 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
2328 (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
2329 (xtensa*-*-elf*): Set tmake_file.
2330 (xtensa*-*-linux*): Likewise.
2331 * configure.ac: Include ../config/unwind_ipinfo.m4.
2332 Call GCC_CHECK_UNWIND_GETIPINFO.
2333 Link unwind.h to $unwind_header.
2334 * configure: Regenerate.
2335 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
2336 unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
2337 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
2338 unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
2339 * config/unwind-dw2-fde-darwin.c: New file.
2340 * config/arm/libunwind.S, config/arm/pr-support.c,
2341 config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
2342 config/arm/unwind-arm.h,: New files.
2343 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
2344 config/ia64/t-eh-ia64, config/ia64/t-glibc,
2345 config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
2346 config/ia64/t-vms, config/ia64/unwind-ia64.c,
2347 config/ia64/unwind-ia64.h: New files.
2348 * config/picochip/t-picochip: New file.
2349 * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
2350 files.
2351 * config/rs6000/t-darwin (LIB2ADDEH): Set.
2352 * config/s390/t-tpf (LIB2ADDEH): Remove.
2353 * config/t-darwin (LIB2ADDEH): Set.
2354 * config/t-eh-dw2-dip: New file.
2355 * config/t-libunwind, config/t-libunwind-elf: New files.
2356 * config/t-sol2 (LIB2ADDEH): Remove.
2357 * config/xtensa/t-xtensa: New file.
2358
40f2f11f
L
23592011-08-02 H.J. Lu <hongjiu.lu@intel.com>
2360
2361 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
2362 (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
2363 long long to check rt_sigreturn syscall.
2364
bd15e32c
AM
23652011-08-02 Alan Modra <amodra@gmail.com>
2366
2367 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
2368 Restore for indirect call bcrtl from correct stack slot, and only
2369 if cfa+40 isn't valid.
2370
655b30bf
JB
23712011-08-01 Julian Brown <julian@codesourcery.com>
2372
2373 * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
2374 (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
2375 * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
2376
247eb06f
JB
23772011-08-01 Julian Brown <julian@codesourcery.com>
2378
2379 * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
2380 (libgcc-std.ver.in): Use above.
2381 * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
2382 LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
2383 throughout file.
2384 * config/t-fixedpoint-gnu-prefix: New file.
2385 * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
2386 * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
2387 instead of __PFX__.
2388
02a8fe00
L
23892011-07-28 H.J. Lu <hongjiu.lu@intel.com>
2390
2391 * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
2392 Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
2393 for x86-64. Properly check __x86_64__ and __LP64__.
2394
5fce9126
L
23952010-07-28 H.J. Lu <hongjiu.lu@intel.com>
2396
2397 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
2398 version.
2399 (_FP_WS_TYPE): Likewise.
2400 (_FP_I_TYPE): Likewise.
2401
2374a88a
AM
24022011-07-28 Alan Modra <amodra@gmail.com>
2403
2404 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
2405 Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
2406 in a plt call stub. Do restore r2 if stopped on bctrl.
2407
e44dbbe1
RO
24082011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2409
2410 * config.host (i[3456x]86-*-netware*): Remove.
2411 * config/i386/netware-crt0.c, config/i386/t-nwld,
2412 config/i386/t-slibgcc-nwld: Remove.
2413
bcead286
BS
24142011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2415
2416 * config.host: Handle tic6x-*-*.
2417 * config/c6x/c6x-abi.h: New file.
2418
b3fe1584
RO
24192011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2420
2421 * config/i386/crtprec.c: New file.
2422 * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
2423 * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
2424 Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
2425 (x86_64-*-darwin*): Likewise.
2426 (i[34567]86-*-solaris2*: Likewise.
2427
35d8090d
RO
24282011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2429
2430 * config/alpha/crtfastmath.c: New file.
2431 * config/i386/crtfastmath.c: New file.
2432 * config/ia64/crtfastmath.c: New file.
2433 * config/mips/crtfastmath.c: New file.
2434 * config/sparc/crtfastmath.c: New file.
2435
2436 * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
2437 crtfastmath.c.
2438 Add -frandom-seed=gcc-crtfastmath.
2439 * config/alpha/t-crtfm: Remove.
2440 * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
2441 * config/ia64/t-ia64 (crtfastmath.o): Remove.
2442
2443 * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
2444 (alpha*-dec-osf5.1*): Likewise.
2445 (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
2446 Add crtfastmath.o to extra_parts.
2447 (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
2448 Add crtfastmath.o to extra_parts.
2449 (x86_64-*-darwin*): Likewise.
2450 (x86_64-*-mingw*): Likewise.
2451 (ia64*-*-elf*): Add t-crtfm to tmake_file.
2452 (ia64*-*-freebsd*): Likewise.
2453 (ia64*-*-linux*): Likewise.
2454 (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
2455 Add crtfastmath.o to extra_parts.
2456
e141542e
RO
24572011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2458
2459 * config/darwin-crt3.o: New file.
2460 * config/rs6000/darwin-crt2.c: New file.
2461 * config/t-darwin: New file.
2462 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
2463 (crt2.o): New rule.
2464 * config.host (*-*-darwin*): Add crt3.o to extra_parts.
2465 (powerpc-*-darwin*): Add crt2.o to extra_parts.
2466 (powerpc64-*-darwin*): Likewise.
2467
2d1efe2d
RO
24682011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2469
2470 * config/i386/netware-crt0.c: New file.
2471 * config/i386/t-nwld: Rename to ...
2472 * config/i386/t-slibgcc-nwld: ... this.
2473 * config/i386/t-nwld: New file.
2474 * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
2475 tmake_file.
2476 Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
2477 extra_parts.
2478
4a8bb046
RO
24792011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2480
2481 * configure.ac (i?86-*-solaris2*): Use libgcc copy of
2482 i386/t-crtstuff.
2483 * configure: Regenerate.
2484
2d8d5935
RO
24852011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2486
2487 * dfp-bit.c, dfp-bit.h: New files.
2488 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
2489 variables.
2490 ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
2491 ($(d64pbit-o)): Likewise.
2492 ($(d128pbit-o)): Likewise.
2493 * config/t-dfprules: New file.
2494 * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
2495 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
2496 i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
2497 (x86_64-*-linux*): Likewise.
2498 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
2499 (i[34567]86-*-cygwin*): Likewise.
2500 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
2501 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
2502
2c50b2c3
RO
25032011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2504
2505 * Makfile.in (LIBGCOV): New variable.
2506 ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
2507 * libgcov.c: New file.
2508
a039d7c2
RO
25092011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2510
2511 * fixed-bit.c, fixed-bit.h: New files.
2512 * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
2513 refer to fixed-bit.c.
2514
1e4b2746
JM
25152011-07-07 Joseph Myers <joseph@codesourcery.com>
2516
2517 * config.host (*local*): Remove.
2518
fbdd5d87
RO
25192011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2520
2521 PR target/39150
2522 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
2523 like i?86-*-solaris2.1[0-9]*.
2524 (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
2525 * configure.ac (i?86-*-solaris2*): Likewise.
2526 * configure: Regenerate.
2527
9e7714f4
TS
25282011-07-06 Thomas Schwinge <thomas@schwinge.name>
2529
2530 * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
2531 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
2532 md_unwind_header by splitting out of...
2533 (i[34567]86-*-linux*): ... this.
2534 * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
2535 Remove md_unwind_header by splitting out of...
2536 (x86_64-*-linux*): ... this.
2537
6dab9931
GJL
25382011-07-04 Georg-Johann Lay <avr@gjlay.de>
2539
2540 * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
2541
4be46d19
NC
25422011-06-28 Nick Clifton <nickc@redhat.com>
2543
2544 * config.host: Recognize all V850 variants.
2545
1da9434b
UB
25462011-06-22 Uros Bizjak <ubizjak@gmail.com>
2547
2548 * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
2549
e4d48a4d
RO
25502011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2551
2552 * shared-object.mk (c_flags-$o): Save c_flags.
2553 ($(base)$(objext)): Use it.
2554 ($(base)_s$(objext)): Likewise.
2555
3801c801
BS
25562011-06-21 Bernd Schmidt <bernds@codesourcery.com>
2557
2558 * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
2559 * libgcc-std.ver.in (GCC_4.7.0): New section.
2560
0ad8bb3b 25612011-06-16 Georg-Johann Lay <avr@gjlay.de>
1da9434b 2562
0ad8bb3b
GJL
2563 PR target/49313
2564 PR target/29524
2565 * config/avr/t-avr: Fix line endings.
2566 (intfuncs16): Remove _ffsXX2, _clzXX2, _ctzXX2, _popcountXX2,
2567 _parityXX2.
2568
ea963999
OH
25692011-06-14 Olivier Hainque <hainque@adacore.com>
2570 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2571
2572 * config/mips/irix6-unwind.h: New file.
2573 * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
2574
b11b0904
EB
25752011-06-10 Eric Botcazou <ebotcazou@adacore.com>
2576
2577 * config/sparc/linux-unwind.h (STACK_BIAS): Define.
2578 (sparc64_fallback_frame_state): Use it.
2579 (sparc64_frob_update_context): Further adjust context.
2580 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
2581 * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
2582 * config/sparc/sol2-cn.S: Likewise.
2583
10e48e39
RO
25842011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2585
2586 * enable-execute-stack-empty.c: New file.
2587 * enable-execute-stack-mprotect.c: New file.
2588 * config/i386/enable-execute-stack-mingw32.c: New file.
2589 * config.host (enable_execute_stack): New variable.
2590 Select appropriate variants.
2591 * configure.ac: Link enable-execute-stack.c to
2592 $enable_execute_stack.
2593 * configure: Regenerate.
2594 * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
2595 (lib2funcs): Remove _enable_execute_stack.
2596
10c4cabc
DM
25972011-06-09 David S. Miller <davem@davemloft.net>
2598 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2599
2600 * config.host (sparc-*-linux*): Correct md_unwind_header
2601 filename.
2602 (s390x-ibm-tpf*): Fix typo.
2603
aa4203e7
RO
26042011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2605
2606 * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
2607 Add crtfastmath.o to extra_parts.
2608 (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
2609 mips/t-crtfm.
2610 * config/mips/t-crtfm: Remove.
2611
0defd786
JDA
26122011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2613
2614 * config.host (hppa*-*-linux*): Correct md_unwind_header name.
2615
82f247af
KK
26162011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
2617
2618 * config.host (sh*-*-linux*): Fix typo.
2619
58cd1d70
RO
26202011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2621
2622 * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
2623 * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
2624 * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
2625 * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
2626 * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
2627 * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
2628 * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
2629 Wrap in !__MINGW64__.
2630 * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
2631 * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
2632 * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
2633 * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
2634 * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
2635 * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
2636 * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
2637 Wrap in !__LP64__.
2638 * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
2639 * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
2640 * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
2641 * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
2642 * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
2643 * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
2644 * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
2645 * config/no-unwind.h: New file.
2646 * config.host (md_unwind_header): Document.
2647 Define.
2648 (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
2649 alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
2650 hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
2651 hppa[12]*-*-hpux11*): Set md_unwind_header.
2652 (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
2653 Set md_unwind_header.
2654 (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
2655 (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
2656 (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
2657 m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
2658 powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
2659 s390x-*-linux*, s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
2660 sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
2661 md_unwind_header.
2662 * configure.ac: Link md-unwind-support.h to $md_unwind_header.
2663 * configure: Regenerate.
2664
737346fa
RO
26652011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2666
2667 * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
2668 Set tmake_file, extra_parts.
2669 * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
2670 Remove O32 support.
2671 * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
2672 Remove O32 support.
2673 * config/mips/t-irix6: New file.
2674 * config/mips/t-slibgcc-irix: New file.
2675
c192cee6
RO
26762011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2677
2678 * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
2679 * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
2680
ee33b5f0
RO
26812011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2682
2683 * configure.ac (target_thread_file): Determine thread model.
2684 * configure: Regenerate.
2685 * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
2686 * config/alpha/t-alpha: New file.
2687 * config/alpha/t-crtfm: Use $<.
2688 * config/alpha/t-ieee: New file.
2689 * config/alpha/t-osf-pthread: New file.
2690 * config/alpha/t-slibgcc-osf: New file.
2691 * config/alpha/libgcc-osf5.ver: New file.
2692
0699e415
RO
26932011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2694
2695 * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
2696 tmake_file.
2697 Add crtfastmath.o to extra_parts.
2698
a3fab9c2
RO
26992011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2700
2701 * config/gmon-sol2.c: Reindent.
2702 Cleanup comments.
2703 Remove, correct casts.
2704 Use STDERR_FILENO, NULL.
2705 (BASEADDRESS): Remove.
2706 (minbrk): Remove.
2707 (errno, sbrk): Remove declarations.
2708 (monstartup) [hp300]: Remove.
2709 (mcount): Remove.
2710
ca24c5ad
RO
27112011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2712
2713 * Makefile.in (cpu_type): Define.
2714 * config.host (i[34567]86-*-rtems*): Handle it.
2715 (i[34567]86-*-solaris2*): Move body ...
2716 (*-*-solaris2*): ... here.
2717 New case, generalize.
2718 (sparc-*-elf*): Handle it.
2719 (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
2720 (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
2721 (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
2722 Fold into ...
2723 (sparc*-*-solaris2*): ... this.
2724 New case.
2725 (sparc64-*-elf*): Handle it.
2726 * config/gmon-sol2.c: Move from ../gcc/config/sparc.
2727 Merge ../gcc/config/i386/gmon-sol2.c.
2728 * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
2729 Use C comments.
2730 Merge ../gcc/config/i386/sol2-gc1.asm.
2731 * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
2732 Use C comments.
2733 * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
2734 Use C comments.
2735 * config/i386/t-crtfm (crtfastmath.o): Use $<.
2736 * config/i386/t-crtstuff: New file.
2737 * config/i386/t-softfp: New file.
2738 * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
2739 $(T)crti.o, $(T)crtn.o): Remove.
2740 (gcrt1.o): New rule.
2741 (TARGET_LIBGCC2_CFLAGS): Remove.
2742 * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
2743 * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
2744 * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
2745 * config/sparc/t-sol2: New file.
2746 * config/sparc/t-crtfm: Move to ...
2747 * config/t-crtfm: ... this.
2748 Use $(cpu_type), $<.
2749 * config/t-crtin: New file.
2750 * config/sparc/t-softfp: New file.
2751 * config/sparc/t-softmul: New file.
2752 * config/t-rtems: New file.
2753 * config/t-slibgcc: New file.
2754 * config/t-slibgcc-elf-ver: New file.
2755 * config/t-slibgcc-gld: New file.
2756 * config/t-slibgcc-sld: New file.
2757 * config/t-sol2: New file.
2758 * configure.ac: Include ../config/lib-ld.m4.
2759 Call AC_LIB_PROG_LD_GNU.
2760 Substitute cpu_type.
2761 * configure: Regenerate.
2762
ad5f3d7b
BS
27632011-05-27 Bernd Schmidt <bernds@codesourcery.com>
2764
2765 PR bootstrap/49173
2766 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
2767 libgcc-std.ver in the build directory.
2768 * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
2769 * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
2770
cdbf4541
BS
27712011-05-25 Bernd Schmidt <bernds@codesourcery.com>
2772
2773 * libgcc-std.ver.in: New file.
2774 * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
2775 variables.
2776 (libgcc-std.ver): New rule.
2777 * config/t-gnu-prefix: New file.
2778
c8028650
RO
27792011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2780
2781 * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
2782
4a68b4ca
JM
27832011-05-10 Joseph Myers <joseph@codesourcery.com>
2784
2785 * config/i386/darwin-lib.h: New file.
2786
80cf2e08
JM
27872011-05-10 Joseph Myers <joseph@codesourcery.com>
2788
2789 * config/arm/symbian-lib.h: New.
2790
a3330c9d
CD
27912011-05-04 Chris Demetriou <cgd@google.com>
2792
2793 * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
2794 (__x86.get_pc_thunk.bx): ...this.
2795 (__morestack): Adjust for rename, remove undef of __i686.
2796
6ace0756
CD
27972011-05-03 Chris Demetriou <cgd@google.com>
2798
2799 * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
2800
ebb9f8b0
JM
28012011-03-22 Joseph Myers <joseph@codesourcery.com>
2802
2803 * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
2804 arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
2805 m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
2806 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
2807 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
2808 Remove cases.
2809
9cfa1499
AT
28102011-03-14 Andreas Tobler <andreast@fgznet.ch>
2811
2812 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
2813 Adjust copyright year.
2814
457186f6
ILT
28152011-03-07 Ian Lance Taylor <iant@google.com>
2816
2817 * generic-morestack.c (__splitstack_find): Adjust returned stack
2818 pointer to include all registers pushed by __morestack.
2819
58c741a6
DK
28202011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
2821
2822 PR target/40125
2823 * configure.ac: Call ACX_NONCANONICAL_TARGET.
2824 (toolexecdir): Calculate and AC_SUBST.
2825 (toolexeclibdir): Likewise.
2826 * Makefile.in (target_noncanonical): Import.
2827 (toolexecdir): Likewise.
2828 (toolexeclibdir): Likewise.
2829 * configure: Regenerate.
2830
26716c44
NF
28312010-12-13 Nathan Froyd <froydnj@codesourcery.com>
2832
2833 PR target/46040
2834 * config/arm/bpabi.h: Rename to...
2835 * config/arm/bpabi-lib.h: ...this.
2836
b595b1a1
RO
28372010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2838
2839 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
2840 appropriate.
2841 * configure: Regenerate.
2842
a3abe41c
NF
28432010-11-24 Nathan Froyd <froydnj@codesourcery.com>
2844
2845 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
2846 __FLOAT_WORD_ORDER__.
2847 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
2848 Delete.
2849
455c8f48
RW
28502010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2851
2852 PR other/46202
2853 * Makefile.in (install-strip): New phony target.
2854
f3824a8b
ILT
28552010-11-07 Ian Lance Taylor <iant@google.com>
2856
2857 PR target/46089
2858 * config/i386/morestack.S (__morestack_large_model): New
2859 function.
2860
18ed6ee4
NF
28612010-10-23 Nathan Froyd <froydnj@codesourcery.com>
2862
2863 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
2864 Delete.
2865 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
2866
8ac7fdcb
NF
28672010-10-14 Nathan Froyd <froydnj@codesourcery.com>
2868
2869 * config/arm/bpabi.h: New file.
2870 * config/frv/frv-abi.h: New file.
2871
cdb388c2
ILT
28722010-10-01 Ian Lance Taylor <iant@google.com>
2873
2874 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
2875 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
2876
ef7c141c
L
28772010-10-01 H.J. Lu <hongjiu.lu@intel.com>
2878
2879 PR target/45858
2880 * config.host: Add the missing `$'.
2881
80920132
ME
28822010-09-30 Michael Eager <eager@eagercon.com>
2883
2884 * config.host: Add microblaze*-*-*.
2885 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
2886 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
2887 udivsi3.asm,umodsi3.asm}: New.
2888
6dace308
ILT
28892010-09-28 Ian Lance Taylor <iant@google.com>
2890
2891 * configure.ac: Adjust CFI test to test assembler directly rather
2892 than checking gcc preprocessor macro.
2893 * configure: Rebuild.
2894
b6110d6d
ILT
28952010-09-27 Ian Lance Taylor <iant@google.com>
2896
2897 * configure.ac: Test whether assembler supports CFI directives.
2898 * config.host: Only add t-stack and i386/t-stack-i386 to
2899 tmake_file if libgcc_cv_cfi is "yes".
2900 * configure: Rebuild.
2901
7458026b
ILT
29022010-09-27 Ian Lance Taylor <iant@google.com>
2903
2904 * generic-morestack.h: New file.
2905 * generic-morestack.c: New file.
2906 * generic-morestack-thread.c: New file.
2907 * config/i386/morestack.S: New file.
2908 * config/t-stack: New file.
2909 * config/i386/t-stack-i386: New file.
2910 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
2911 i386/t-stack-i386 to tmake_file.
2912
5b50fc0c
IS
29132010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2914
2915 * Makefile.in (libgcc-extra-parts): Check for static archives and
2916 invoke ranlib after installing them.
2917 (gcc-extra-parts): Likewise.
2918 (install-leaf): Likewise.
2919
b93cf342
L
29202010-09-14 H.J. Lu <hongjiu.lu@intel.com>
2921
2922 * configure: Regenerated.
2923
996b42ef
KT
29242010-09-10 Kai Tietz <kai.tietz@onevision.com>
2925
b93cf342 2926 * configure: Regenerated.
996b42ef 2927
be1c764e
GP
29282010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
2929 Andrew Pinski <pinskia@gmail.com>
2930
1da9434b 2931 PR target/40959
be1c764e
GP
2932 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
2933
cc0ae0ca
L
29342010-09-06 H.J. Lu <hongjiu.lu@intel.com>
2935
2936 PR target/45524
2937 * configure: Regenerated.
2938
84f47d20
AS
29392010-09-06 Andreas Schwab <schwab@redhat.com>
2940
2941 * configure: Regenerate.
2942
4159fb8d
UB
29432010-09-03 Uros Bizjak <ubizjak@gmail.com>
2944
2945 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
2946 64bit targets.
2947 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
2948 for 64bit targets.
2949
0df8fcc8
UB
29502010-09-03 Uros Bizjak <ubizjak@gmail.com>
2951 Iain Sandoe <iains@gcc.gnu.org>
2952
2953 PR target/45476
2954 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
2955 LIB2FUNCS_EXCLUDE functions.
2956
3c39bca6
AK
29572010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2958
2959 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
2960 Include dfp.m4.
2961 * configure: Regenerate.
2962
d78552bd
UB
29632010-09-01 Uros Bizjak <ubizjak@gmail.com>
2964
2965 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
2966 i386/t-freebsd to tmake_file.
2967 * config/i386/t-freebsd: New file.
2968 * config/i386/libgcc-bsd.ver: New file.
2969
c5b79d4e
NF
29702010-07-23 Nathan Froyd <froydnj@codesourcery.com>
2971
2972 * config.host (powerpc*-eabispe*): Set tmake_file.
2973 (powerpc*-eabi*): Likewise.
2974 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
2975 crtbeginS, crtendS, crtbeginT.
2976
48b09a92
KH
29772010-06-12 Kazu Hirata <kazu@codesourcery.com>
2978
2979 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
2980 to tmake_file. Add crtfastmath.o to extra_parts.
2981 * config/mips/t-crtfm: New.
2982
a4389204
JS
29832010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
2984
2985 * config.host (sparc64-*-rtems*): New target.
2986
ed104137
RO
29872010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2988
2989 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
2990 assembler syntax.
2991
3f56ef8b
TS
29922010-04-15 Thomas Schwinge <tschwinge@gnu.org>
2993
2994 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
2995
8c200350
RO
29962010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2997
2998 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
2999 alpha-dec-osf5.0* support.
3000
80a61cb4 30012010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
c1b14424
RC
3002
3003 * config.host: Add lm32-*-rtems*.
3004
f128db92
RO
30052010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3006 Uros Bizjak <ubizjak@gmail.com>
3007
3008 PR target/39048
3009 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
3010 like other remaining 32-bit x86 OSes.
3011 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
3012 assembler syntax.
3013 * config/i386/libgcc-sol2.ver: New file.
3014 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
3015
368fabd5
JH
30162010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
3017
3018 PR c/43553
3019 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
3020 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
3021 is used and substitute set_use_emutls.
3022 * configure: Regenerated.
3023
15baf7f8
TG
30242010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
3025
3026 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
3027
7f5441df
RO
30282010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3029
3030 PR target/38085
3031 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
3032 MULTILIB_CFLAGS.
3033 ($(T)gcrt1.o): Likewise.
3034 ($(T)crt1.o): Likewise.
3035 ($(T)crti.o): Likewise.
3036 ($(T)crtn.o): Likewise.
3037
ef74edbd
RW
30382010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3039
3040 PR other/42980
3041 * Makefile.in (install): Use $(MAKE) string in rule, for
3042 parallel make.
3043
e7c914db
HPN
30442010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
3045
3046 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
3047 * config/mmix/t-mmix: New file.
3048 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
3049
1bcb71c4
JH
30502010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
3051
3052 PR java/41991
3053 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
3054 SHLIB_MAPFILES.
3055
e6e50811
AG
30562010-01-04 Anthony Green <green@moxielogic.com>
3057
3058 * config/moxie/crti.asm, config/moxie/crtn.asm,
3059 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
3060 config/moxie/t-moxie: New files.
3061 * config.host: Add t-moxie-softfp reference.
3062
ca8520ad
IS
30632009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
3064
3065 PR other/39888
3066 * config/t-slibgcc-darwin: Fix embedded rpaths for
3067 --enable-version-specific-runtime-libs, build extension stub
3068 libs exposing features available from current libgcc_s.
3069
aa4945c1
JB
30702009-11-11 Jon Beniston <jon@beniston.com>
3071
d78552bd
UB
3072 * config.host: Add lm32 targets.
3073 * config/lm32: New directory.
3074 * config/lm32/libgcc_lm32.h: New file.
3075 * config/lm32/_mulsi3.c: New file.
3076 * config/lm32/_udivmodsi4.c: New file.
3077 * config/lm32/_divsi3.c: New file.
3078 * config/lm32/_modsi3.c: New file.
3079 * config/lm32/_udivsi3.c: New file.
3080 * config/lm32/_umodsi3.c: New file.
3081 * config/lm32/_lshrsi3.S: New file.
3082 * config/lm32/_ashrsi3.S: New file.
3083 * config/lm32/_ashlsi3.S: New file.
3084 * config/lm32/crti.S: New file.
3085 * config/lm32/crtn.S: New file.
3086 * config/lm32/t-lm32: New file.
3087 * config/lm32/t-elf: New file.
3088 * config/lm32/t-uclinux: New file.
aa4945c1 3089
65a324b4
NC
30902009-10-26 Nick Clifton <nickc@redhat.com>
3091
3092 * config.host: Add support for RX target.
3093 * config/rx: New directory.
3094 * config/rx/rx-abi-functions.c: New file. Supplementary
3095 functions for libgcc to support the RX ABI.
3096 * config/rx/rx-abi.h: New file. Supplementary header file for
3097 libgcc RX ABI functions.
3098 * config/rx/t-rx: New file: Makefile fragment for building
3099 libgcc for the RX.
3100
dfb3b0e3
UB
31012009-10-09 Uros Bizjak <ubizjak@gmail.com>
3102
3103 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
3104 constraint of y0 to "g".
3105
81dd9fd7
AK
31062009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3107
3108 * config.host: Include the s390 makefile fragments.
3109 * config/s390/32/_fixdfdi.c: New file.
3110 * config/s390/32/_fixsfdi.c: New file.
3111 * config/s390/32/_fixtfdi.c: New file.
3112 * config/s390/32/_fixunsdfdi.c: New file.
3113 * config/s390/32/_fixunssfdi.c: New file.
3114 * config/s390/32/_fixunstfdi.c: New file.
3115 * config/s390/32/t-floattodi: New file.
3116 * config/s390/libgcc-glibc.ver: New file.
3117 * config/s390/t-crtstuff: New file.
3118 * config/s390/t-linux: New file.
3119 * config/s390/t-tpf: New file.
3120
df58e648
RW
31212009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3122
3123 * configure.ac (AC_PREREQ): Bump to 2.64.
3124
79052be3
KK
31252009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
3126
3127 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
3128
5213506e
RW
31292009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3130
3131 * configure: Regenerate.
3132
a9a25daa
DR
31332009-08-09 Douglas B Rupp <rupp@gnat.com>
3134
3135 * config.host (ia64-hp-*vms*): New target.
3136 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
3137 with ia64-hp-*vms*.
3138
6efbd53f
RW
31392009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3140
3141 * configure.ac: Add snippet for maintainer-mode.
3142 * configure: Regenerate.
3143 * Makefile.in (AUTOCONF, configure_deps): New variables.
3144 ($(srcdir)/configure)): New rule, active only with maintainer
3145 mode turned on.
3146
7acf4da6
DD
31472009-06-23 DJ Delorie <dj@redhat.com>
3148
3149 Add MeP port.
3150 * config.host: Add mep support.
3151
54f549af
KT
31522009-06-22 Kai Tietz <kai.tietz@onevision.com>
3153
34481f28 3154 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 3155 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
34481f28
UB
3156
3157 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
3158 for mingw targets.
54f549af
KT
3159 * config/i386/64/_multc3.c: Likewise.
3160 * config/i386/64/_powitf2.c: Likewise.
3161 * config/i386/64/eqtf2.c: Likewise.
3162 * config/i386/64/getf2.c: Likewise.
3163 * config/i386/64/letf2.c: Likewise.
3164 * config/i386/64/letf2.c: Likewise.
34481f28
UB
3165 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
3166 unsigned long long for x64 mingw targets.
3167 (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
3168 (_FP_I_TYPE): Define as long long for x64 mingw target.
54f549af 3169
fea96e25
MR
31702009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
3171
3172 * config.host (vax-*-linux*): New.
3173
cceb575c
AG
31742009-05-31 Anthony Green <green@moxielogic.com>
3175
3176 * config.host: Add moxie support.
3177 * config/moxie/t-moxie: New file.
3178
e997fb9c
DB
31792009-05-29 David Billinghurst <billingd@gcc.gnu.org>
3180
3181 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 3182 t-softfp to tmake_file for i[34567]86-*-cygwin*.
e997fb9c 3183
532bfb0a
AJ
31842009-04-17 Aurelien Jarno <aurelien@aurel32.net>
3185
3186 * config.host: Add i386/${host_address}/t-fprules-softfp to
3187 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
3188
748086b7
JJ
31892009-04-09 Nick Clifton <nickc@redhat.com>
3190
3191 * config/ia64/tf-signs.c: Change copyright header to refer to
3192 version 3 of the GNU General Public License with version 3.1
3193 of the GCC Runtime Library Exception and to point readers at
3194 the COPYING3 and COPYING3.RUNTIME files and the FSF's license
3195 web page.
3196 * config/i386/32/tf-signs.c: Likewise.
3197 * config/libbid/_addsub_dd.c: Likewise.
3198 * config/libbid/_addsub_sd.c: Likewise.
3199 * config/libbid/_addsub_td.c: Likewise.
3200 * config/libbid/_dd_to_df.c: Likewise.
3201 * config/libbid/_dd_to_di.c: Likewise.
3202 * config/libbid/_dd_to_sd.c: Likewise.
3203 * config/libbid/_dd_to_sf.c: Likewise.
3204 * config/libbid/_dd_to_si.c: Likewise.
3205 * config/libbid/_dd_to_td.c: Likewise.
3206 * config/libbid/_dd_to_tf.c: Likewise.
3207 * config/libbid/_dd_to_udi.c: Likewise.
3208 * config/libbid/_dd_to_usi.c: Likewise.
3209 * config/libbid/_dd_to_xf.c: Likewise.
3210 * config/libbid/_df_to_dd.c: Likewise.
3211 * config/libbid/_df_to_sd.c: Likewise.
3212 * config/libbid/_df_to_td.c: Likewise.
3213 * config/libbid/_di_to_dd.c: Likewise.
3214 * config/libbid/_di_to_sd.c: Likewise.
3215 * config/libbid/_di_to_td.c: Likewise.
3216 * config/libbid/_div_dd.c: Likewise.
3217 * config/libbid/_div_sd.c: Likewise.
3218 * config/libbid/_div_td.c: Likewise.
3219 * config/libbid/_eq_dd.c: Likewise.
3220 * config/libbid/_eq_sd.c: Likewise.
3221 * config/libbid/_eq_td.c: Likewise.
3222 * config/libbid/_ge_dd.c: Likewise.
3223 * config/libbid/_ge_sd.c: Likewise.
3224 * config/libbid/_ge_td.c: Likewise.
3225 * config/libbid/_gt_dd.c: Likewise.
3226 * config/libbid/_gt_sd.c: Likewise.
3227 * config/libbid/_gt_td.c: Likewise.
3228 * config/libbid/_isinfd128.c: Likewise.
3229 * config/libbid/_isinfd32.c: Likewise.
3230 * config/libbid/_isinfd64.c: Likewise.
3231 * config/libbid/_le_dd.c: Likewise.
3232 * config/libbid/_le_sd.c: Likewise.
3233 * config/libbid/_le_td.c: Likewise.
3234 * config/libbid/_lt_dd.c: Likewise.
3235 * config/libbid/_lt_sd.c: Likewise.
3236 * config/libbid/_lt_td.c: Likewise.
3237 * config/libbid/_mul_dd.c: Likewise.
3238 * config/libbid/_mul_sd.c: Likewise.
3239 * config/libbid/_mul_td.c: Likewise.
3240 * config/libbid/_ne_dd.c: Likewise.
3241 * config/libbid/_ne_sd.c: Likewise.
3242 * config/libbid/_ne_td.c: Likewise.
3243 * config/libbid/_sd_to_dd.c: Likewise.
3244 * config/libbid/_sd_to_df.c: Likewise.
3245 * config/libbid/_sd_to_di.c: Likewise.
3246 * config/libbid/_sd_to_sf.c: Likewise.
3247 * config/libbid/_sd_to_si.c: Likewise.
3248 * config/libbid/_sd_to_td.c: Likewise.
3249 * config/libbid/_sd_to_tf.c: Likewise.
3250 * config/libbid/_sd_to_udi.c: Likewise.
3251 * config/libbid/_sd_to_usi.c: Likewise.
3252 * config/libbid/_sd_to_xf.c: Likewise.
3253 * config/libbid/_sf_to_dd.c: Likewise.
3254 * config/libbid/_sf_to_sd.c: Likewise.
3255 * config/libbid/_sf_to_td.c: Likewise.
3256 * config/libbid/_si_to_dd.c: Likewise.
3257 * config/libbid/_si_to_sd.c: Likewise.
3258 * config/libbid/_si_to_td.c: Likewise.
3259 * config/libbid/_td_to_dd.c: Likewise.
3260 * config/libbid/_td_to_df.c: Likewise.
3261 * config/libbid/_td_to_di.c: Likewise.
3262 * config/libbid/_td_to_sd.c: Likewise.
3263 * config/libbid/_td_to_sf.c: Likewise.
3264 * config/libbid/_td_to_si.c: Likewise.
3265 * config/libbid/_td_to_tf.c: Likewise.
3266 * config/libbid/_td_to_udi.c: Likewise.
3267 * config/libbid/_td_to_usi.c: Likewise.
3268 * config/libbid/_td_to_xf.c: Likewise.
3269 * config/libbid/_tf_to_dd.c: Likewise.
3270 * config/libbid/_tf_to_sd.c: Likewise.
3271 * config/libbid/_tf_to_td.c: Likewise.
3272 * config/libbid/_udi_to_dd.c: Likewise.
3273 * config/libbid/_udi_to_sd.c: Likewise.
3274 * config/libbid/_udi_to_td.c: Likewise.
3275 * config/libbid/_unord_dd.c: Likewise.
3276 * config/libbid/_unord_sd.c: Likewise.
3277 * config/libbid/_unord_td.c: Likewise.
3278 * config/libbid/_usi_to_dd.c: Likewise.
3279 * config/libbid/_usi_to_sd.c: Likewise.
3280 * config/libbid/_usi_to_td.c: Likewise.
3281 * config/libbid/_xf_to_dd.c: Likewise.
3282 * config/libbid/_xf_to_sd.c: Likewise.
3283 * config/libbid/_xf_to_td.c: Likewise.
3284 * config/libbid/bid128.c: Likewise.
3285 * config/libbid/bid128_2_str.h: Likewise.
3286 * config/libbid/bid128_2_str_macros.h: Likewise.
3287 * config/libbid/bid128_2_str_tables.c: Likewise.
3288 * config/libbid/bid128_add.c: Likewise.
3289 * config/libbid/bid128_compare.c: Likewise.
3290 * config/libbid/bid128_div.c: Likewise.
3291 * config/libbid/bid128_fma.c: Likewise.
3292 * config/libbid/bid128_logb.c: Likewise.
3293 * config/libbid/bid128_minmax.c: Likewise.
3294 * config/libbid/bid128_mul.c: Likewise.
3295 * config/libbid/bid128_next.c: Likewise.
3296 * config/libbid/bid128_noncomp.c: Likewise.
3297 * config/libbid/bid128_quantize.c: Likewise.
3298 * config/libbid/bid128_rem.c: Likewise.
3299 * config/libbid/bid128_round_integral.c: Likewise.
3300 * config/libbid/bid128_scalb.c: Likewise.
3301 * config/libbid/bid128_sqrt.c: Likewise.
3302 * config/libbid/bid128_string.c: Likewise.
3303 * config/libbid/bid128_to_int16.c: Likewise.
3304 * config/libbid/bid128_to_int32.c: Likewise.
3305 * config/libbid/bid128_to_int64.c: Likewise.
3306 * config/libbid/bid128_to_int8.c: Likewise.
3307 * config/libbid/bid128_to_uint16.c: Likewise.
3308 * config/libbid/bid128_to_uint32.c: Likewise.
3309 * config/libbid/bid128_to_uint64.c: Likewise.
3310 * config/libbid/bid128_to_uint8.c: Likewise.
3311 * config/libbid/bid32_to_bid128.c: Likewise.
3312 * config/libbid/bid32_to_bid64.c: Likewise.
3313 * config/libbid/bid64_add.c: Likewise.
3314 * config/libbid/bid64_compare.c: Likewise.
3315 * config/libbid/bid64_div.c: Likewise.
3316 * config/libbid/bid64_fma.c: Likewise.
3317 * config/libbid/bid64_logb.c: Likewise.
3318 * config/libbid/bid64_minmax.c: Likewise.
3319 * config/libbid/bid64_mul.c: Likewise.
3320 * config/libbid/bid64_next.c: Likewise.
3321 * config/libbid/bid64_noncomp.c: Likewise.
3322 * config/libbid/bid64_quantize.c: Likewise.
3323 * config/libbid/bid64_rem.c: Likewise.
3324 * config/libbid/bid64_round_integral.c: Likewise.
3325 * config/libbid/bid64_scalb.c: Likewise.
3326 * config/libbid/bid64_sqrt.c: Likewise.
3327 * config/libbid/bid64_string.c: Likewise.
3328 * config/libbid/bid64_to_bid128.c: Likewise.
3329 * config/libbid/bid64_to_int16.c: Likewise.
3330 * config/libbid/bid64_to_int32.c: Likewise.
3331 * config/libbid/bid64_to_int64.c: Likewise.
3332 * config/libbid/bid64_to_int8.c: Likewise.
3333 * config/libbid/bid64_to_uint16.c: Likewise.
3334 * config/libbid/bid64_to_uint32.c: Likewise.
3335 * config/libbid/bid64_to_uint64.c: Likewise.
3336 * config/libbid/bid64_to_uint8.c: Likewise.
3337 * config/libbid/bid_b2d.h: Likewise.
3338 * config/libbid/bid_binarydecimal.c: Likewise.
3339 * config/libbid/bid_conf.h: Likewise.
3340 * config/libbid/bid_convert_data.c: Likewise.
3341 * config/libbid/bid_decimal_data.c: Likewise.
3342 * config/libbid/bid_decimal_globals.c: Likewise.
3343 * config/libbid/bid_div_macros.h: Likewise.
3344 * config/libbid/bid_dpd.c: Likewise.
3345 * config/libbid/bid_flag_operations.c: Likewise.
3346 * config/libbid/bid_from_int.c: Likewise.
3347 * config/libbid/bid_functions.h: Likewise.
3348 * config/libbid/bid_gcc_intrinsics.h: Likewise.
3349 * config/libbid/bid_inline_add.h: Likewise.
3350 * config/libbid/bid_internal.h: Likewise.
3351 * config/libbid/bid_round.c: Likewise.
3352 * config/libbid/bid_sqrt_macros.h: Likewise.
3353
33542009-04-09 Jakub Jelinek <jakub@redhat.com>
3355
3356 * Makefile.in: Change copyright header to refer to version
3357 3 of the GNU General Public License and to point readers at the
3358 COPYING3 file and the FSF's license web page.
3359 * config.host: Likewise.
3360
633dd061
AM
33612009-04-07 Alan Modra <amodra@bigpond.net.au>
3362
3363 * config.host: Reorder and merge to match config.gcc change.
3364
457d1d00
AM
33652009-04-03 Alan Modra <amodra@bigpond.net.au>
3366
3367 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
3368
52c0e446
JM
33692009-03-28 Joseph Myers <joseph@codesourcery.com>
3370
3371 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
3372 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
3373 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
3374 powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
3375
ba181049
UB
33762009-02-12 Uros Bizjak <ubizjak@gmail.com>
3377
3378 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
3379 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
3380
c252db20
L
33812009-02-12 H.J. Lu <hongjiu.lu@intel.com>
3382
ba181049
UB
3383 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
3384 ia64/t-softfp-compat to tmake_file.
c252db20
L
3385
3386 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
3387
3388 * config/ia64/__divxf3.asm: New.
3389 * config/ia64/_fixtfdi.asm: Likewise.
3390 * config/ia64/_fixunstfdi.asm: Likewise.
3391 * config/ia64/_floatditf.asm: Likewise.
3392 * config/ia64/t-fprules-softfp: Likewise.
3393 * config/ia64/t-softfp-compat: Likewise.
3394 * config/ia64/tf-signs.c: Likewise.
3395
c60535f9
BE
33962009-01-18 Ben Elliston <bje@au.ibm.com>
3397
3398 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
3399
ce16861e
BE
34002009-01-16 Ben Elliston <bje@au.ibm.com>
3401
3402 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
3403 to tmake_file.
3404
bcf4713b
BE
34052009-01-13 Ben Elliston <bje@au.ibm.com>
3406
3407 * config/t-softfp: New file.
3408 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
3409 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
3410
2042cb04
JS
34112009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
3412
3413 * config.host: Add m32r*-*-rtems*.
3414
541ed00e
JS
34152008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
3416
3417 * config.host: Add m32c*-*-rtems*.
3418
19523300
RO
34192008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3420
3421 PR bootstrap/33100
3422 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
3423 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
3424 * configure: Regenerate.
3425 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
3426 tmake_file here from gcc/config.gcc.
3427 Move extra_parts here from gcc/config.gcc.
3428 * config/i386/t-sol2: Move here from gcc/config/i386.
3429 Use gcc_srcdir instead of srcdir.
3430
0a4a51c7
AN
34312008-11-18 Adam Nemet <anemet@caviumnetworks.com>
3432
3433 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
3434 case.
3435
2a761e46
TS
34362008-11-09 Thomas Schwinge <tschwinge@gnu.org>
3437
3438 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
3439
c0451df7
TS
34402008-10-08 Thomas Schwinge <tschwinge@gnu.org>
3441
3442 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
3443
358da97e
HS
34442008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3445
3446 Add picoChip port.
3447 * config.host: Add picochip-*-*.
3448
c660f132
BW
34492008-08-06 Bob Wilson <bob.wilson@acm.org>
3450
3451 * config.host: Match more processor names for Xtensa.
3452
d1349557
L
34532008-07-08 H.J. Lu <hongjiu.lu@intel.com>
3454
3455 * config/i386/64/t-softfp-compat: Update comments.
3456
dd7b73c0
L
34572008-07-07 H.J. Lu <hongjiu.lu@intel.com>
3458
3459 * config/i386/64/_divtc3-compat.c: Moved to ...
3460 * config/i386/64/_divtc3.c: Here.
3461
3462 * config/i386/64/_multc3-compat.c: Moved to ...
3463 * config/i386/64/_multc3.c: Here.
3464
3465 * config/i386/64/_powitf2-compat.c: Moved to ...
3466 * config/i386/64/_powitf2.c: Here.
3467
3468 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
3469 .c suffix instead of -compat.c.
3470
6e1fab3d
UB
34712008-07-05 Uros Bizjak <ubizjak@gmail.com>
3472
3473 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
3474 (_FP_MUL_MEAT_D): Ditto.
3475 (_FP_DIV_MEAT_S): Ditto.
3476 (_FP_DIV_MEAT_D): Ditto.
3477
f92518d7
RS
34782008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
3479
3480 * Makefile.in: Add support for __sync_* libgcc functions.
3481
d0aede14
L
34822008-07-03 H.J. Lu <hongjiu.lu@intel.com>
3483
3484 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
3485
c174f11c
L
34862008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3487
3488 PR boostrap/36702
3489 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
3490 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
3491
3492 * config/i386/64/t-fprules-softfp: Moved to ...
3493 * config/i386/64/t-softfp-compat: This. New.
3494
5f464fa2
UB
34952008-07-02 Uros Bizjak <ubizjak@gmail.com>
3496
3497 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
3498 Initialize f with 0.0.
3499
ff473280
L
35002008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3501
3502 PR target/36669
3503 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
3504
3505 * config/i386/64/_divtc3-compat.c: New.
3506 * config/i386/64/_multc3-compat.c: Likewise.
3507 * config/i386/64/_powitf2-compat.c: Likewise.
3508 * config/i386/64/eqtf2.c: Likewise.
3509 * config/i386/64/getf2.c: Likewise.
3510 * config/i386/64/letf2.c: Likewise.
3511 * config/i386/64/t-fprules-softfp: Likewise.
3512
35132008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3514
3515 * config.host: Add i386/${host_address}/t-fprules-softfp to
3516 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
dfb3b0e3 3517 i[34567]86-*-linux*, x86_64-*-linux*.
ff473280
L
3518
3519 * configure.ac: Set host_address to 64 or 32 for x86.
3520 * configure: Regenerated.
3521
3522 * Makefile.in (config.status): Also depend on
3523 $(srcdir)/config.host.
3524
3525 * config/i386/32/t-fprules-softfp: New.
3526 * config/i386/32/tf-signs.c: Likewise.
3527
3528 * config/i386/64/sfp-machine.h: New. Moved from gcc.
3529
35302008-07-02 H.J. Lu <hongjiu.lu@intel.com>
3531 Uros Bizjak <ubizjak@gmail.com>
3532
3533 * config/i386/32/sfp-machine.h: New.
3534
30551d99
NF
35352008-06-26 Nathan Froyd <froydnj@codesourcery.com>
3536
3537 * config/rs6000/t-ppccomm: Remove rules that conflict with
3538 auto-generated rules.
3539
18c04407
RW
35402008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3541
3542 * configure.ac: sinclude override.m4.
3543 * configure: Regenerate.
3544
10fbe77a
BRF
35452008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
3546
3547 * configure: Regenerate.
3548
bc6d4c3f
JM
35492008-06-10 Joseph Myers <joseph@codesourcery.com>
3550
3551 * Makefile.in (DECNUMINC): Remove
3552 -I$(MULTIBUILDTOP)../../libdecnumber.
3553 * gstdint.h: New.
3554
cd985f66
JM
35552008-06-07 Joseph Myers <joseph@codesourcery.com>
3556
3557 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
3558 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
3559 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
3560 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
3561 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
3562 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
3563 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
3564 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
3565 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
3566 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
3567 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
3568 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
3569 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
3570 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
3571
93fea8d3
AL
35722008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
3573
3574 * config.host (sh2[lbe]*-*-linux*): Allow target.
3575
18724e30
NF
35762008-04-30 Nathan Froyd <froydnj@codesourcery.com>
3577
3578 * config/rs6000/t-ppccomm: Add build rules for new files.
3579 (LIB2ADD_ST): New variable.
3580
47583040
AH
35812008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
3582
3583 PR target/34210
3584 PR target/35508
3585 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
3586 * config/t-avr: New file. Build 16bit libgcc functions.
3587
cf8e67fe
JJ
35882008-03-02 Jakub Jelinek <jakub@redhat.com>
3589
3590 PR target/35401
3591 * config/t-slibgcc-darwin: Make install-leaf dependent on
3592 install-darwin-libgcc-stubs instead of install.
3593
8d8da227
JM
35942008-01-25 Joseph Myers <joseph@codesourcery.com>
3595
3596 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
3597 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
3598 sh-*-rtemscoff*): Remove cases.
3599
edbf8b16
RS
36002007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
3601
3602 * Makefile.in (all): Use install-leaf rather than install.
3603 (install): Split most of the rule into...
3604 (install-leaf): ...this new one.
3605
89deeaff
EK
36062007-12-19 Etsushi Kato <ek.kato@gmail.com>
3607 Paolo Bonzini <bonzini@gnu.org>
3608
3609 PR target/30572
5f464fa2
UB
3610 * Makefile.in: Use @shlib_slibdir@ substitution to get
3611 correct install name on darwin.
89deeaff 3612 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
dfb3b0e3 3613
4081d704
HPN
36142007-12-15 Hans-Peter Nilsson <hp@axis.com>
3615
3616 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
3617 cris-*-elf and cris-*-none.
3618 (crisv32-*-linux*): Similar, as cris-*-linux*.
3619
f43e89a3
RIL
36202007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
3621
3622 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
3623
b4e9c2c6
L
36242007-10-27 H.J. Lu <hongjiu.lu@intel.com>
3625
3626 PR regression/33926
3627 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
3628 * configure: Regenerated.
3629
b2a00c89
L
36302007-09-27 H.J. Lu <hongjiu.lu@intel.com>
3631
3632 * Makefile.in (dfp-filenames): Replace decimal_globals,
3633 decimal_data, binarydecimal and convert_data with
3634 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
3635 and bid_convert_data, respectively.
3636
8d2a9e0e
CF
36372007-09-17 Chao-ying Fu <fu@mips.com>
3638 Nigel Stephens <nigel@mips.com>
3639
3640 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
3641 * Makefile.in (fixed_point): Define.
3642 Check if fixed_point is yes to build support functions.
3643 * configure.ac: Check for fixed_point support.
3644 * configure: Regenerated.
3645 * gen-fixed.sh: New file to generate lists of fixed-point labels,
3646 funcs, modes, from, to.
3647
2b53935d
JJ
36482007-09-11 Janis Johnson <janis187@us.ibm.com
3649
3650 * Makefile.in (dfp-filenames): Add bid128_noncomp.
3651
2533577f
JJ
36522007-09-10 Janis Johnson <janis187@us.ibm.com>
3653
3654 * Makefile.in (dfp-filenames): Remove decUtility, add
3655 decDouble, decPacked, decQuad, decSingle.
3656
3ae3dbd6
HK
36572007-08-27 Hans Kester <hans.kester@ellips.nl>
3658
3659 * config.host : Add x86_64-elf target.
3660
22867d02
L
36612007-07-06 H.J. Lu <hongjiu.lu@intel.com>
3662
3663 * configure.ac (set_have_cc_tls): Add a missing =.
3664 * configure: Regenerated.
3665
6f461e76
L
36662007-07-06 H.J. Lu <hongjiu.lu@intel.com>
3667
3668 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
3669 and x86_64-*-linux*.
3670
3671 * config/t-tls: New file.
3672
dfb3b0e3 3673 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
6f461e76
L
3674
3675 * configure.ac: Include ../config/enable.m4 and
3676 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
3677 supports TLS and substitute set_have_cc_tls.
3678 * configure: Regenerated.
3679
200359e8
L
36802007-07-04 H.J. Lu <hongjiu.lu@intel.com>
3681
3682 * Makefile.in: Use libbid for DFP when BID is enabled.
3683
76f5e200
DS
36842007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
3685
3686 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
dfb3b0e3 3687 extra_parts. Add config/i386/t-cygming to tmake_file.
76f5e200
DS
3688 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
3689
9bd196f0 36902007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
200359e8 3691 Danny Smith <dannysmith@users.sourceforge.net>
9bd196f0
ZM
3692
3693 PR target/29498
3694 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
3695 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
3696 * config/i386/t-crtfm: Compile crtfastmath.o with
3697 -minline-all-stringops.
3698
1910440e
RS
36992007-05-10 Richard Sandiford <richard@codesourcery.com>
3700
3701 * config.host (sparc-wrs-vxworks): New target.
3702
7d33c31d
KH
37032007-04-14 Kazu Hirata <kazu@codesourcery.com>
3704
3705 * config.host: Recognize fido.
3706
96fccd0d
JJ
37072007-04-04 Janis Johnson <janis187@us.ibm.com>
3708
3709 * configure: Check host, not target, for decimal float support.
3710
577565f9
UB
37112007-04-03 Uros Bizjak <ubizjak@gmail.com>
3712
3713 * config/i386/t-crtpc: New file.
3714 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
5f464fa2 3715 (x86_64-*-linux*): Ditto.
577565f9 3716
ccf8e764
RH
37172007-02-30 Kai Tietz <kai.tietz@onevision.com>
3718
3719 * config.host (x86_64-*-mingw*): New target.
3720
79b87c74
MM
37212007-03-23 Michael Meissner <michael.meissner@amd.com>
3722 H.J. Lu <hongjiu.lu@intel.com>
3723
3724 * Makefile.in (enable_decimal_float): New.
3725 (DECNUMINC): Add
3726 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
3727 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
3728 (decbits-filenames): This.
3729 (decbits-objects): New.
3730 (libgcc-objects): Add $(decbits-objects).
3731
3732 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
3733 Substitute enable_decimal_float.
3734 * configure: Regenerated.
3735
8fce4e31
HPN
37362007-03-19 Hans-Peter Nilsson <hp@axis.com>
3737
3738 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
3739
e8bb4597
BM
37402007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3741
3742 * Makefile.in (install-info): New dummy target.
3743
344189f9
BS
37442007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
3745
3746 * config.host (bfin*-linux-uclibc*): Set extra_parts.
3747
ac84c172
BM
37482007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3749
3750 * Makefile.in: Add install-html and install-pdf dummy
3751 targets.
3752
cd5c2357
RS
37532007-02-05 Roger Sayle <roger@eyesopen.com>
3754 Daniel Jacobowitz <dan@codesourcery.com>
3755
3756 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
3757 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
3758 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
3759
d9a66f98
JJ
37602007-01-29 Janis Johnson <janis187@us.ibm.com>
3761
3762 * Makefile.in (dec-filenames): Add decExcept.
3763
9891ec5f
DJ
37642007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3765
3766 PR bootstrap/30469
3767 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
3768 -fprofile-use.
3769
d6efbf5a
DJ
37702007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
3771
3772 * configure.ac: Add --enable-version-specific-runtime-libs.
3773 Correct $slibdir default.
3774 * configure: Regenerated.
3775
17caeff2
JM
37762007-01-23 Joseph Myers <joseph@codesourcery.com>
3777
3778 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
3779
5ea41e3a
AP
37802007-01-21 Andrew Pinski <pinskia@gmail.com>
3781
3782 PR target/30519
3783 * config.host (alpha*-*-linux*): Set extra_parts.
3784
26900826
KK
37852007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
3786
3787 * config/sh/t-linux: New.
3788 * config.host (sh*-*-linux*): Set tmake_file.
3789
97af925b
DJ
37902007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3791
3792 * Makefile.in (install): Handle multilibs.
3793
b0088af7
BM
37942007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
3795
3796 * Makefile.in: Added .PHONY entry for documentation targets.
3797
e0a9456a
BM
37982007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
3799
3800 * Makefile.in: Add empty info, html, dvi, pdf targets.
3801
7fd453b4
MS
38022007-01-04 Mike Stump <mrs@apple.com>
3803
3804 * Makefile.in (MAKEINFO): Remove.
3805 (PERL): Likewise.
3806
14e8fc8b
PB
38072007-01-04 Paolo Bonzini <bonzini@gnu.org>
3808
3809 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
3810 * configure: Regenerate.
3811 * Makefile.in (host_subdir): Substitute it.
dfb3b0e3 3812 (gcc_objdir): Use it.
14e8fc8b 3813
1555beba
DJ
38142007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * config.host (ia64*-*-linux*): Set tmake_file.
3817
79e6eaeb
DJ
38182007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3819
3820 * Makefile.in (version): Define.
3821
fa958513
DJ
38222007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3823 Paolo Bonzini <bonzini@gnu.org>
3824
3825 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
3826 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
3827 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
3828 config/sparc/t-crtfm, config/t-slibgcc-darwin,
3829 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
3830 shared-object.mk, siditi-object.mk, static-object.mk: New files.
3831 * configure: Generated.