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