]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/ChangeLog
re PR tree-optimization/58006 (ICE compiling VegaStrike with -ffast-math -ftree-paral...
[thirdparty/gcc.git] / libgcc / ChangeLog
CommitLineData
0f9bde1f
MR
12013-08-16 Maciej W. Rozycki <macro@codesourcery.com>
2 Catherine Moore <clm@codesourcery.com>
3 Richard Sandiford <rdsandiford@googlemail.com>
4
5 * config/mips/mips16.S (CE_STARTFN, CE_ENDFN): New macros.
6 (RET_FUNCTION): Use them in place of STARTFN and ENDFN.
7 (CALL_STUB_NO_RET): Likewise.
8 (CALL_STUB_RET): Likewise.
9 * config/mips/libgcc-mips16.ver: Remove __mips16_call_stub and
10 __mips16_ret call/return stub symbols.
11 * config.host <mips*-*-linux>: For non-R5900 add t-slibgcc-libgcc
12 to tmake_file.
13
2dc14aac
MR
142013-08-13 Maciej W. Rozycki <macro@codesourcery.com>
15
16 * config.host <mips*-*-linux*>: Remove a stray comment.
17
748d71f3
JH
182013-08-10 Jan Hubicka <jh@suse.cz>
19
20 Work around binutils PR14342
21 * Makefile.in: Add _gcov_indirect_call_profiler_v2 symbol.
22 * libgcov.c (L_gcov_indirect_call_profiler): Restore original API.
23 (L_gcov_indirect_call_profiler_v2): New.
24
2fa3d31b
JH
252013-08-06 Jan Hubicka <jh@suse.cz>
26
27 * libgcov.c (__gcov_indirect_call_callee,
28 __gcov_indirect_call_counters): New global vars.
29 (__gcov_indirect_call_profiler): replace by ...
30 (__gcov_indirect_call_profiler_v2) ... this one.
31
2077db1b
CT
322013-08-06 Caroline Tice <cmtice@google.com>
33
d0595b65 34 * config.host (extra_parts): Add vtv_start.o, vtv_end.o
2077db1b 35 vtv_start_preinit.o and vtv_end_preinit.o.
d0595b65
CT
36 * configure.ac: Add code to check/set enable_vtable_verify.
37 * Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
2077db1b 38 true.
d0595b65
CT
39 * vtv_start_preinit.c: New file.
40 * vtv_end_preinit.c: New file.
41 * vtv_start.c: New file.
42 * vtv_end.c: New file.
43 * configure: Regenerated.
2077db1b 44
46549c20
MK
452013-08-01 Maxim Kuvyrkov <maxim@kugelworks.com>
46
47 * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
48 * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
49 * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
50 GPL-3.0-with-GCC-exception.
51
72be589b
MR
522013-07-30 Maciej W. Rozycki <macro@codesourcery.com>
53
54 * config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
55 ISA and up.
56
902a3faf
AK
572013-07-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
58
59 * config/s390/linux-unwind.h: Use the proper dwarf to hard reg
60 mapping for FPRs when creating the fallback framestate.
61
02371798
GJL
622013-07-19 Georg-Johann Lay <avr@gjlay.de>
63
64 PR target/57516
65 * config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
66 (__round_s2_const, __round_u2_const)
67 (__round_s4_const, __round_u4_const, __round_x8):
68 Saturate result if addition result cannot be represented.
69
ab0e8379
MK
702013-07-15 Matthias Klose <doko@ubuntu.com>
71
72 * libgcc2.c: Don't include <limits.h>.
73
7da38058
JJ
742013-07-09 Janis Johnson <janisjo@codesourcery.com>
75
76 * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
77
1f6eac90
JJ
782013-07-06 Jakub Jelinek <jakub@redhat.com>
79
80 PR target/29776
81 * libgcc2.c (__floattisf): Avoid undefined signed overflow.
82
4ea3d774
JJ
832013-06-28 Jakub Jelinek <jakub@redhat.com>
84
85 PR middle-end/36041
86 * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
87 Define.
88 (__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
89 instead of table lookups.
90 (__popcountDI2): Likewise.
91
9d2cdf25
CJW
922013-06-25 Chung-Ju Wu <jasonwucj@gmail.com>
93
94 * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
95 correctly.
96
fa1e55b0
JM
972013-06-21 Joseph Myers <joseph@codesourcery.com>
98
99 PR other/53317
100 * soft-fp/adddf3.c: Update from glibc.
101 * soft-fp/addsf3.c: Likewise.
102 * soft-fp/addtf3.c: Likewise.
103 * soft-fp/divdf3.c: Likewise.
104 * soft-fp/divsf3.c: Likewise.
105 * soft-fp/divtf3.c: Likewise.
106 * soft-fp/double.h: Likewise.
107 * soft-fp/eqdf2.c: Likewise.
108 * soft-fp/eqsf2.c: Likewise.
109 * soft-fp/eqtf2.c: Likewise.
110 * soft-fp/extenddftf2.c: Likewise.
111 * soft-fp/extended.h: Likewise.
112 * soft-fp/extendsfdf2.c: Likewise.
113 * soft-fp/extendsftf2.c: Likewise.
114 * soft-fp/fixdfdi.c: Likewise.
115 * soft-fp/fixdfsi.c: Likewise.
116 * soft-fp/fixsfdi.c: Likewise.
117 * soft-fp/fixsfsi.c: Likewise.
118 * soft-fp/fixtfdi.c: Likewise.
119 * soft-fp/fixtfsi.c: Likewise.
120 * soft-fp/fixunsdfdi.c: Likewise.
121 * soft-fp/fixunsdfsi.c: Likewise.
122 * soft-fp/fixunssfdi.c: Likewise.
123 * soft-fp/fixunssfsi.c: Likewise.
124 * soft-fp/fixunstfdi.c: Likewise.
125 * soft-fp/fixunstfsi.c: Likewise.
126 * soft-fp/floatdidf.c: Likewise.
127 * soft-fp/floatdisf.c: Likewise.
128 * soft-fp/floatditf.c: Likewise.
129 * soft-fp/floatsidf.c: Likewise.
130 * soft-fp/floatsisf.c: Likewise.
131 * soft-fp/floatsitf.c: Likewise.
132 * soft-fp/floatundidf.c: Likewise.
133 * soft-fp/floatundisf.c: Likewise.
134 * soft-fp/floatunditf.c: Likewise.
135 * soft-fp/floatunsidf.c: Likewise.
136 * soft-fp/floatunsisf.c: Likewise.
137 * soft-fp/floatunsitf.c: Likewise.
138 * soft-fp/gedf2.c: Likewise.
139 * soft-fp/gesf2.c: Likewise.
140 * soft-fp/getf2.c: Likewise.
141 * soft-fp/ledf2.c: Likewise.
142 * soft-fp/lesf2.c: Likewise.
143 * soft-fp/letf2.c: Likewise.
144 * soft-fp/muldf3.c: Likewise.
145 * soft-fp/mulsf3.c: Likewise.
146 * soft-fp/multf3.c: Likewise.
147 * soft-fp/negdf2.c: Likewise.
148 * soft-fp/negsf2.c: Likewise.
149 * soft-fp/negtf2.c: Likewise.
150 * soft-fp/op-1.h: Likewise.
151 * soft-fp/op-2.h: Likewise.
152 * soft-fp/op-4.h: Likewise.
153 * soft-fp/op-8.h: Likewise.
154 * soft-fp/op-common.h: Likewise.
155 * soft-fp/quad.h: Likewise.
156 * soft-fp/single.h: Likewise.
157 * soft-fp/soft-fp.h: Likewise.
158 * soft-fp/subdf3.c: Likewise.
159 * soft-fp/subsf3.c: Likewise.
160 * soft-fp/subtf3.c: Likewise.
161 * soft-fp/truncdfsf2.c: Likewise.
162 * soft-fp/trunctfdf2.c: Likewise.
163 * soft-fp/trunctfsf2.c: Likewise.
164 * soft-fp/unorddf2.c: Likewise.
165 * soft-fp/unordsf2.c: Likewise.
166 * soft-fp/unordtf2.c: Likewise.
167 * config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
168 * config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
169 * config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
170 * config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
171 * config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
172 * config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
173 * config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
174 * config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
175 * config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
176 * config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
177 * config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
178 * config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
179
0de86a92
JU
1802013-06-16 Jürgen Urban <JuergenUrban@gmx.de>
181
182 * config/mips/lib2funcs.c: New file.
183 * config/mips/t-mips (LIB2ADD_ST): Add it.
184
0d008882
OE
1852013-06-09 Oleg Endo <olegendo@gcc.gnu.org>
186
187 PR target/6526
188 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Do not change bits
189 other than FPSCR.PR and FPSCR.SZ. Add SH4A implementation.
190
776434d1
WL
1912013-06-08 Walter Lee <walt@tilera.com>
192
193 * config/tilepro/atomic.h: Don't include stdint.h or features.h.
194 Replace int64_t with long long. Add __extension__ where
195 appropriate.
196 * config/tilepro/atomic.c: Include config.h.
197
6ab3ebb4
DR
1982013-06-06 Douglas B Rupp <rupp@adacore.com>
199
200 * config.host (arm-wrs-vxworks): Configure with other soft float.
201
107eea2c
JU
2022013-06-04 Jürgen Urban <JuergenUrban@gmx.de>
203
204 * config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
205 (mips64r5900el-*-elf*): New configurations.
206
5cc19c62
AM
2072013-06-04 Alan Modra <amodra@gmail.com>
208
209 * config/rs6000/ibm-ldouble.c: Enable for little-endian.
210
0f1d3965
YR
2112013-06-03 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
212
213 * config/i386/cpuinfo.c (INTEL_SLM): New enum value.
214
0ba045df
EB
2152013-05-28 Eric Botcazou <ebotcazou@adacore.com>
216
217 * config/sparc/sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set
218 fs->signal_frame for SIGFPE raised for IEEE-754 exceptions.
219 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Likewise.
220
49dcafd4
EB
2212013-05-22 Eric Botcazou <ebotcazou@adacore.com>
222
223 * config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
224 (powerpc-wrs-vxworks): Likewise.
225
4fcb5d87
EB
2262013-05-22 Eric Botcazou <ebotcazou@adacore.com>
227
228 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
229 signal frames as well.
230 (MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the
231 STACK_BIAS to the CFA offset.
232
0ec33224
RH
2332013-05-17 Richard Henderson <rth@redhat.com>
234
235 PR target/49146
236 * unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
237 (execute_cfa_program): Use it when storing to fs->regs.
238
492a8029
KT
2392013-05-08 Kai Tietz <ktietz@redhat.com>
240
241 * config/i386/cygming-crtbegin.c (__register_frame_info): Make weak.
242 (__deregister_frame_info): Likewise.
243
701e2f0a
TS
2442013-05-06 Thomas Schwinge <thomas@codesourcery.com>
245
e5123d08
TS
246 * fp-bit.c (unpack_d, pack_d): Properly preserve and restore a
247 NaN's payload.
248
701e2f0a
TS
249 * fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
250
b9a7eb5d
AM
2512013-04-25 Alan Modra <amodra@gmail.com>
252
253 * config.host: Match little-endian powerpc-linux.
254
dfe192f5
YZ
2552013-04-19 Yufeng Zhang <yufeng.zhang@arm.com>
256
257 * config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
258 as 'unsigned long long' instead of 'unsigned long'.
259 (_FP_WS_TYPE): Change to define as 'signed long long' instead of
260 'signed long'.
261
b6b9af2f
JB
2622013-04-10 Julian Brown <julian@codesourcery.com>
263
264 * config/arm/linux-atomic.c (SUBWORD_SYNC_OP, SUBWORD_VAL_CAS)
265 (SUBWORD_TEST_AND_SET): Use signed char/short types instead of
266 unsigned char/unsigned short.
267 (__sync_val_compare_and_swap_{1,2}): Handle signed argument.
268
ecabdd00
JDA
2692013-04-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
270
271 PR other/55274
272 * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.
273
34652576
MI
2742013-04-04 Meador Inge <meadori@codesourcery.com>
275
276 * config/arm/bpabi.S (aeabi_ldivmod): Add DWARF information for
277 computing the location of the link register.
278 (aeabi_uldivmod): Ditto.
279
e9fd8c19
KT
2802013-03-27 Kai Tietz <ktietz@redhat.com>
281
282 * config.host: Add support for cygwin x64 target.
283 * configure: Regenerated.
284
a6406324
WL
2852013-03-26 Walter Lee <walt@tilera.com>
286
287 * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
288 -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
289
55446c7e
KT
2902013-03-25 Kai Tietz <ktietz@redhat.com>
291
292 * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
293
d2ae19d9
RM
2942013-03-20 Robert Mason <rbmj@verizon.net>
295
296 * config/vxlib-tls.c (__gthread_get_tsd_data,)
297 (__gthread_set_tsd_data, __gthread_enter_tsd_dtor_context,)
298 (__gthread_leave_tsd_dtor_context): Add prototypes.
299 (tls_delete_hook): Update.
300
22c4c869
CM
3012013-03-20 Catherine Moore <clm@codesourcery.com>
302 Joseph Myers <joseph@codesourcery.com>
303 Chao-ying Fu <fu@mips.com>
304
305 * config/mips/mips16.S: Don't build for microMIPS.
306 * config/mips/linux-unwind.h: Handle microMIPS frame.
307 * config/mips/crtn.S (fini, init): New labels.
308
fbd28bc3
JJ
3092013-03-14 Jakub Jelinek <jakub@redhat.com>
310
311 PR tree-optimization/53265
312 * unwind-dw2.c (execute_cfa_program): Avoid
313 -Waggressive-array-optimizations warnings for DW_CFA_GNU_window_save
314 on targets with DWARF_FRAME_REGISTERS < 32.
315
decc676e
OE
3162013-03-13 Oleg Endo <olegendo@gcc.gnu.org>
317
318 PR target/49880
319 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Enable for SH2A.
320 (sdivsi3, udivsi3): Remove SH4 check and always compile these functions.
321
84ea618a
ST
3222013-03-07 Sriraman Tallam <tmsriram@google.com>
323
324 * config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for
325 sandybridge processors.
326
8f6d1c86
OE
3272013-03-06 Oleg Endo <olegendo@gcc.gnu.org>
328
329 PR target/56529
330 * config/sh/lib1funcs.S (udivsi3_i4i, sdivsi3_i4i): Add __SH2A__ to
331 inclusion list.
332
409b1de4
EI
3332013-03-04 Edgar E. Iglesias <edgar.iglesias@gmail.com>
334
335 * config/microblaze/crti.S: Setup stack protection at entry
336
0b4ce21b
GJL
3372013-03-04 Georg-Johann Lay <avr@gjlay.de>
338
339 * config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)
340 (__rotldi3): Shift bytewise if applicable.
341
b7c3f1ca
JG
3422013-03-01 James Greenhalgh <james.greenhalgh@arm.com>
343
344 * config/aarch64/sync-cache.c
345 (__aarch64_sync_cache_range): Silence warnings.
346
6d65e8f1
CM
3472013-02-25 Catherine Moore <clm@codesourcery.com>
348
349 Revert:
350 2013-02-24 Catherine Moore <clm@codesourcery.com>
351 Joseph Myers <joseph@codesourcery.com>
352 Chao-ying Fu <fu@mips.com>
353
354 * config/mips/mips16.S: Don't build for microMIPS.
355 * config/mips/linux-unwind.h: Handle microMIPS frame.
356 * config/mips/crtn.S (fini, init): New labels.
357
6941b508
CM
3582013-02-24 Catherine Moore <clm@codesourcery.com>
359 Joseph Myers <joseph@codesourcery.com>
360 Chao-ying Fu <fu@mips.com>
361
362 * config/mips/mips16.S: Don't build for microMIPS.
363 * config/mips/linux-unwind.h: Handle microMIPS frame.
364 * config/mips/crtn.S (fini, init): New labels.
365
7c422dbb
EI
3662012-02-19 Edgar E. Iglesias <edgar.iglesias@gmail.com>
367 * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
368 as dividend.
369
110207ad
AM
3702013-02-16 Alan Modra <amodra@gmail.com>
371
372 PR target/55431
373 * config/rs6000/linux-unwind.h (ppc_linux_aux_vector): Delete.
374 (ppc_fallback_frame_state): Always set up save locations for fp
375 and altivec. Don't bother with non-callee-saved regs, r0-r13
376 except for r2 on ppc64, fr0-fr13, v0-v19, vscr.
377
e68a4ef6
GJL
3782013-02-12 Georg-Johann Lay <avr@gjlay.de>
379
380 PR target/54222
381 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add: _usmulUHA, _usmulUSA,
382 _ssmulHA, _ssmulSA.
383 (LIB1ASMFUNCS): Add: _muldi3_6, _mulsidi3, _umulsidi3, _usmuluha3,
384 _ssmulha3, _usmulusa3, _ssmulsa3.
385 * config/avr/lib1funcs.S (__muldi3_6): Break out of __muldi3.
386 (__muldi3): XCALL __muldi3_6 instead of rcall.
387 (__umulsidi3, __mulsidi3): New functions.
388 (do_prologue_saves, do_epilogue_restores): New .macros.
389 (__divdi3_moddi3): Use them.
390 * config/avr/lib1funcs-fixed.S (__usmuluha3, __ssmulha3)
391 (__usmulusa3, __ssmulsa3): New functions.
392
6c59ffd1
IS
3932013-02-11 Iain Sandoe <iain@codesourcery.com>
394 Jack Howarth <howarth@bromo.med.uc.edu>
395 Patrick Marlier <patrick.marlier@gmail.com>
396
397 PR libitm/55693
398 * config/darwin-crt-tm.c: Remove dummy functions hack.
399
85d768f3
GJL
4002013-02-08 Georg-Johann Lay <avr@gjlay.de>
401
402 PR target/54222
403 * config/avr/lib2funcs.c: New C sources for modules for libgcc.a.
404 * config/avr/lib2-object.mk: New iterator to build objects from it.
405 * config/avr/t-avr: Iterate lib2-object.mk to build objects from
406 lib2funcs.c.
407 (LIB2FUNCS_EXCLUDE): Add _clrsbdi2.
408 (LIB1ASMFUNCS): Add: _ssabs_1, _mask1, _ret, _roundqq3, _rounduqq3,
409 _round_s2, _round_u2, _round_2_const, _addmask_2, _round_s4,
410 _round_u4, _round_4_const, _addmask_4, _round_x8, _rounddq3
411 _roundudq3, _roundda3 _rounduda3, _roundta3 _rounduta3.
412 * config/avr/lib1funcs-fixed.S: Implement them.
413
5d5bf775
RS
4142013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
415
416 Update copyright years.
417
99113dff
DE
4182013-02-01 David Edelsohn <dje.gcc@gmail.com>
419
420 PR target/54601
421 * config.host (powerpc-ibm-aix[56789]): Add t-aix-cxa to tmake_file.
422 Add crtcxa to extra_parts.
423 * config/rs6000/exit.h: New file.
424 * config/rs6000/cxa_atexit.c: New file.
425 * config/rs6000/cxa_finalize.c: New file.
426 * config/rs6000/crtcxa.c: New file.
427 * config/rs6000/t-aix-cxa: New file.
428 * config/rs6000/libgcc-aix-cxa.ver: New file.
429
dbdbd982
NC
4302013-01-31 Nick Clifton <nickc@redhat.com>
431
432 * config/v850/lib1funcs.S: Add support for e3v5 architecture
433 variant.
434
5893f158
GJL
4352013-01-29 Georg-Johann Lay <avr@gjlay.de>
436
437 PR target/54222
438 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
439 _mulQQ, _mulHQ, _mulHA, _mulSA,
440 _mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
441 _divQQ, _divHQ, _divHA, _divSA,
442 _divUQQ, _divUHQ, _divUHA, _divUSA.
443
fbf0cf90
DH
4442013-01-26 David Holsgrove <david.holsgrove@xilinx.com>
445
dbdbd982 446 * config.host(microblaze*-linux*): tmake_file: Remove
fbf0cf90
DH
447 t-slibgcc-nolc-override, add t-slibgcc-libgcc.
448 * config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE
449 to exclude functions from being built with libgcc.c and use
450 the microblaze assembly.
451
6f14eef2
EI
4522013-01-26 Edgar E. Iglesias <edgar.iglesias@gmail.com>
453
454 * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
455 extra_parts.
456
922c57d1
YZ
4572013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
458
459 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
460 results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
461 __UINTPTR_TYPE__; also cast 'base' to the same type before the
462 alignment operation.
463
e0f8b6a0
SN
4642013-01-15 Sofiane Naci <sofiane.naci@arm.com>
465
466 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
467 loop start address for cache clearing.
468
00892272
GJL
4692013-01-14 Georg-Johann Lay <avr@gjlay.de>
470
471 * config/avr/lib1funcs.S: Remove trailing blanks.
472 * config/avr/lib1funcs-fixed.S: Ditto.
473
e59ec5fd
GJL
4742013-01-14 Georg-Johann Lay <avr@gjlay.de>
475
476 * config/avr/avr-lib.h: Add GPL copyright notice.
477
3ffc1958
GJL
4782013-01-14 Georg-Johann Lay <avr@gjlay.de>
479
480 * fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
481 declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
482 (SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
483 min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
484
25c210f9
MK
4852013-01-07 Mark Kettenis <kettenis@openbsd.org>
486
487 * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*):
488 Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
2bc15360 489
db59befb
NC
4902013-01-04 Nick Clifton <nickc@redhat.com>
491
492 * config/v850/lib1funcs.S: Only provide CALLT support functions if
493 the CALLT instruction is supported.
494
5aa12dbf
JW
4952012-12-20 Jonathan Wakely <jwakely.gcc@gmail.com>
496
497 * gthr.h (__gthread_cond_timedwait_recursive): Do not require.
498 * gthr-posix.h (__gthread_cond_timedwait_recursive): Remove.
499
65f14117
JT
5002012-12-13 John Tytgat <John@bass-software.com>
501
502 * config/arm/fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp
503 is 25.
504
ee3ae4f7
JJ
5052012-12-12 Jakub Jelinek <jakub@redhat.com>
506
507 PR libgcc/55451
508 * fixed-bit.c (FIXED_SSADD, FIXED_SSSUB, FIXED_SSNEG): Avoid
509 undefined signed overflows.
510
2fcfba3d
UB
5112012-12-09 Uros Bizjak <ubizjak@gmail.com>
512
513 PR target/55344
514 * config/alpha/linux-unwind.h: Disable when inhibit_libc is defined.
515
4f2b3dc2
UB
5162012-12-06 Uros Bizjak <ubizjak@gmail.com>
517
518 * config/i386/sfp-machine.h (FP_EX_ALL): Define.
519 (FP_TRAPPING_EXCEPTIONS): Define.
520 * config/i386/32/sfp-machine.h (FP_EX_SHIFT): Define.
521 * config/i386/64/sfp-machine.h (FP_EX_SHIFT): Ditto.
522
066161a2
RH
5232012-12-04 Richard Henderson <rth@redhat.com>
524
525 PR bootstrap/55571
526 * Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.
527
25626181
MS
5282012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
529
4f2b3dc2 530 * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
25626181
MS
531 (FP_EX_SHIFT): Define.
532 (FP_TRAPPING_EXCEPTIONS): Define.
533
868395e8
MS
5342012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
535
536 * config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
537 (FP_ROUNDMODE): Use FP_RND_MASK.
538 * config/aarch64/sfp-exceptions.c: New.
539 * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
540 Use __sfp_handle_exceptions.
541
5005fe22
RE
5422012-12-04 Richard Earnshaw <rearnsha@arm.com>
543
544 * config.host: (arm*-*-freebsd*): Remove.
545 (arm*-*-linux*, arm*-*-uclinux*): Simplify logic.
546 (arm*-*-elf*): Remove.
547 (arm*-*-wince-pe*): Remove.
548 * arm/unwind-arm.c (struct fpa_reg): Delete.
549 (struct fpa_regs): Delete.
550 (phase1_vrs): Remove fpa element.
551 (_Unwind_VRS_Get): Remove _UVRSC_FPA.
552 (_Unwind_VRS_Set, _Unwind_VRS_Pop): Likewise.
553 * arm/pr-support.c (__gnu_unwind_execute): Remove FPA support.
554 * ieee754-sf.S (floatundisf): Remove FPA support.
555 (floatdisf): Likewise.
556 * ieee75f-df.S (floatundidf): Likewise.
557 (floatdidf): Likewise.
558
e5a81c8e
KT
5592012-11-29 Kai Tietz <ktietz@redhat.com>
560
561 PR target/55445
562 * unwind-c.c (__SEH__): Make sure SjLj isn't active.
563 * unwind-generic.h: Likewise.
564 * unwind-seh.c: Likewise.
565
f4919e4a
RH
5662012-11-28 Richard Henderson <rth@redhat.com>
567
568 PR libgcc/48076
569 * emutls.c (__emutls_get_address): Avoid race condition between
570 obj->loc.offset read and emutls_key initialization.
4f2b3dc2 571
e13d9d5a
GJL
5722012-11-22 Georg-Johann Lay <avr@gjlay.de>
573
574 Adjust decimal point of signed accum mode to GCC default.
575
576 PR target/54222
577 * config/avr/t-avr (LIB1ASMFUNCS): Add _fractsfsq _fractsfusq,
578 _divqq_helper.
579 * config/avr/lib1funcs-fixed.S (__fractqqsf, __fracthqsf)
580 (__fractsasf, __fractsfha, __fractusqsf, __fractsfsa)
581 (__mulha3, __mulsa3)
582 (__divqq3, __divha3, __divsa3): Adjust to new position of
4f2b3dc2
UB
583 decimal point of signed accum types.
584
e13d9d5a
GJL
585 (__mulusa3_round): New function.
586 (__mulusa3): Use it.
587 (__divqq_helper): New function.
588 (__udivuqq3): Use it.
589
1b845c6e
JJ
5902012-11-20 Jakub Jelinek <jakub@redhat.com>
591
592 PR bootstrap/55370
593 * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
594
822a258a
TJ
5952012-11-18 Teresa Johnson <tejohnson@google.com>
596
597 PR bootstrap/55051
598 * libgcov.c (gcov_exit): Remove merged program summary
599 comparison unless !GCOV_LOCKED.
600
54f4eaf0
MS
6012012-11-15 Marcus Shawcroft <marcus.shawcroft@arm.com>
602
603 * soft-fp: Updated from glibc upstream.
604
e808687a
ILT
6052012-11-06 Ian Lance Taylor <iant@google.com>
606
607 * generic-morestack.c (__generic_morestack): Align the returned
608 stack pointer to a 32 byte boundary.
609 * config/i386/morestack.S (__morestack_non_split) [32-bit]: Don't
610 increment the return address until we have decided that we don't
611 have a varargs function.
612 (__morestack) [32-bit]: Align stack correctly when calling C
613 functions.
614 (__morestack) [64-bit]: Likewise.
615
460277e0
TS
6162012-11-04 Thomas Schwinge <thomas@codesourcery.com>
617
618 * configure: Regenerate.
619
73edb277
UB
6202012-11-02 Uros Bizjak <ubizjak@gmail.com>
621
622 PR target/55175
623 * config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
624 * config/i386/sfp-machine.h: Guard exception handling
625 code with _SOFT_FLOAT.
626 * config/i386/32/sfp-machine.h: Guard rounding handling
627 code with _SOFT_FLOAT.
628 * config/i386/64/sfp-machine.h: Ditto.
629
c1d4fa04
JS
6302012-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
631
632 * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
633 as extra_parts.
634
eff6ca85
UB
6352012-10-26 Uros Bizjak <ubizjak@gmail.com>
636
637 * config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
638 Clear only fxsave.mxcsr_mask. Use saved mxcsr from fxsave structure
639 when appropriate. Correct structure element types.
640 * config/i386/t-crtfm (crtfastmath.o): Compile with -mfxsr, remove
641 -minline-all-stringops from compile flags.
642
43a8f1a1
RC
6432012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
644
645 * config.host (sparc64-*-rtems*): Remove sparc/t-elf.
646
76c78361
RC
6472012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
648
eff6ca85 649 * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
76c78361 650
6f288860
SH
6512012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
652
653 * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
654 tmake_file.
655
1e3d5096
IB
6562012-10-23 Ian Bolton <ian.bolton@arm.com>
657 Jim MacArthur <jim.macarthur@arm.com>
658 Marcus Shawcroft <marcus.shawcroft@arm.com>
659 Nigel Stephens <nigel.stephens@arm.com>
660 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
661 Richard Earnshaw <rearnsha@arm.com>
662 Sofiane Naci <sofiane.naci@arm.com>
663 Stephen Thomas <stephen.thomas@arm.com>
664 Tejas Belagod <tejas.belagod@arm.com>
665 Yufeng Zhang <yufeng.zhang@arm.com>
666
667 * config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
668 * config/aarch64/crti.S: New file.
669 * config/aarch64/crtn.S: New file.
670 * config/aarch64/linux-unwind.h: New file.
671 * config/aarch64/sfp-machine.h: New file.
672 * config/aarch64/sync-cache.c: New file.
673 * config/aarch64/t-aarch64: New file.
674 * config/aarch64/t-softfp: New file.
675
8a740f07
HPN
6762012-10-21 Hans-Peter Nilsson <hp@bitrange.com>
677
678 * config/mmix/crti.S: Mark program and data addresses using PRELD.
679 Remove typo'd and unnecessary alignment-LOC for .data. Remove
680 no-longer-needed LDBU insns.
681
153c8397
SH
6822012-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
683
684 * config.host
685 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
686 "arm*-*-rtemseabi*" to "arm*-*-rtems*".
687
595fefee
MGD
6882012-10-17 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
689
690 * config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A.
691
9945a876
MK
6922012-10-15 Matthias Klose <doko@ubuntu.com>
693
694 * config.host: Match arm*-*-linux-* for ARM Linux/GNU.
695
1183dc2c
PC
6962012-10-15 Pavel Chupin <pavel.v.chupin@intel.com>
697
698 * configure: Regenerate.
699 * configure.ac: Replace code with GCC_AC_THREAD_HEADER use.
700
945a9c1f
UB
7012012-10-10 Uros Bizjak <ubizjak@gmail.com>
702
703 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
704 instructions for 64bit targets only.
705
fb8bf47a
UB
7062012-10-10 Uros Bizjak <ubizjak@gmail.com>
707
708 * config/i386/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
709 FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX): Move to ...
710 * config/i386/32/sfp-machine.h: ... here.
711 * config/i386/64/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
712 FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX):
713 New defines.
714
acb72498
MK
7152012-10-07 Matthias Klose <doko@ubuntu.com>
716
717 * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
718 as unused.
719 (_Unwind_decode_typeinfo_ptr): Mark base as unused.
720
8eaee0f0
MK
7212012-10-06 Mark Kettenis <kettenis@openbsd.org>
722
723 * config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
724 * unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
725 (USE_PT_GNU_EH_FRAME): Define for OpenBSD.
726 (ElfW): Likewise.
727
5e3e4fe8
JW
7282012-10-05 Jonathan Wakely <jwakely.gcc@gmail.com>
729
730 PR other/53889
731 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
732 Fix parameter names.
733
86086376
OE
7342012-10-04 Oleg Endo <olegendo@gcc.gnu.org>
735
736 PR target/33135
737 * config/sh/t-sh (HOST_LIBGCC2_CFLAGS): Delete.
738 * config/sh/t-netbsd (HOST_LIBGCC2_CFLAGS): Delete.
739 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Remove mieee option.
740
9597375a
OE
7412012-10-03 Oleg Endo <olegendo@gcc.gnu.org>
742
743 PR target/50457
744 * config/sh/linux-atomic.S: Delete.
745 * config/sh/linux-atomic.c: New.
746 * config/sh/t-linux (LIB2ADD): Replace linux-atomic.S with
747 linux-atomic.c. Add cflags to disable warnings.
748
1504e3e1
JW
7492012-10-02 Jonathan Wakely <jwakely.gcc@gmail.com>
750
751 PR other/53889
752 * gthr.h (__gthread_recursive_mutex_destroy): Document new required
753 function.
754 * gthr-posix.h (__gthread_recursive_mutex_destroy): Define.
755 * gthr-single.h (__gthread_recursive_mutex_destroy): Likewise.
756 * config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise.
757 * config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise.
5e3e4fe8
JW
758 * config/i386/gthr-win32.c (__gthread_win32_recursive_mutex_destroy):
759 Likewise.
1504e3e1
JW
760 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
761 Likewise.
762 * config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy):
763 Likewise.
764 * config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise.
765 * config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise.
766
17f293b0
MK
7672012-09-19 Mark Kettenis <kettenis@openbsd.org>
768
9597375a
OE
769 * config.host (hppa-*-openbsd*): New target.
770 * config/pa/t-openbsd: New file.
17f293b0 771
51526856
GJL
7722012-09-15 Georg-Johann Lay <avr@gjlay.de>
773
774 PR target/54222
775 * config/avr/lib1funcs-fixed.S (__ssneg_2, __ssabs_2, __ssneg_4,
776 __ssabs_4, __clr_8, __ssneg_8, __ssabs_8,
777 __usadd_8, __ussub_8, __ssadd_8, __sssub_8): New functions.
778 (__divsa3): Use __negsi2 to negate r_quoL.
779 * config/avr/lib1funcs.S (FALIAS): New macro.
780 (__divmodsi4): Break out and use __divmodsi4_neg1 as...
781 (__negsi2): ...this new function.
782 * config/avr/t-avr (LIB1ASMFUNCS): Add _negsi2, _clr_8,
783 _ssneg_2, _ssneg_4, _ssneg_8, _ssabs_2, _ssabs_4,
784 _ssabs_8, _ssadd_8, _sssub_8, _usadd_8, _ussub_8.
785 (LIB2FUNCS_EXCLUDE): Fix typo for _add _sub.
786 Add: _ssadd*, _sssub*, _ssneg*, _ssabs* for signed fixed modes.
787 Add: _usadd*, _ussub*, _usneg* for unsigned fixed modes.
788
aadb5b43
OE
7892012-09-10 Oleg Endo <olegendo@gcc.gnu.org>
790
791 PR target/54089
792 * config/sh/lib1funcs.S (ashlsi3): Reimplement as ashlsi3_r0.
793 (lshrsi3): Reimplement as lshrsi3_r0.
794
d5d66749
AS
7952012-09-10 Andreas Schwab <schwab@linux-m68k.org>
796
797 PR target/46191
798 * config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
799 of libgcc.a.
800
c6c36e73
TJ
8012012-09-07 Teresa Johnson <tejohnson@google.com>
802
9597375a 803 PR gcov-profile/54487
c6c36e73 804 * libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
9597375a 805 differences.
c6c36e73 806
b588ae30
GJL
8072012-09-05 Georg-Johann Lay <avr@gjlay.de>
808
809 PR target/54461
810 * config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
811 not configured --with-avrlibc=no.
812 * config/avr/t-avrlibc: New file.
813 * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
814 (DPBIT_FUNCS): Ditto.
815 (TPBIT_FUNCS): Ditto.
816
abd16fb1
TJ
8172012-09-04 Teresa Johnson <tejohnson@google.com>
818
819 * libgcov.c (struct gcov_summary_buffer): New structure.
820 (gcov_histogram_insert): New function.
821 (gcov_compute_histogram): Ditto.
822 (gcov_exit): Invoke gcov_compute_histogram, and perform merging of
823 histograms during summary merging.
824
613061fd
MK
8252012-09-01 Mark Kettenis <kettenis@openbsd.org>
826
827 * config.host (x86_64-*-openbsd*): New target.
73edb277 828
867a8345
CLT
8292012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
830
831 * config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
832 attribute.
833
4aeaaca3
GJL
8342012-08-24 Georg-Johann Lay <avr@gjlay.de>
835
836 PR target/54222
837 * config/avr/t-avr (conv_X): Rename to func_X.
838
e55e4056
GJL
8392012-08-24 Georg-Johann Lay <avr@gjlay.de>
840
841 PR target/54222
842 * config/avr/lib1funcs-fixed.S: New file.
843 * config/avr/lib1funcs.S: Include it. Undefine some divmodsi
844 after they are used.
845 (neg2, neg4): New macros.
846 (__mulqihi3,__umulqihi3,__mulhi3): Rewrite non-MUL variants.
847 (__mulhisi3,__umulhisi3,__mulsi3): Rewrite non-MUL variants.
848 (__umulhisi3): Speed up MUL variant if there is enough flash.
849 * config/avr/avr-lib.h (TA, UTA): Adjust according to gcc's
850 avr-modes.def.
851 * config/avr/t-avr (LIB1ASMFUNCS): Add: _fractqqsf, _fractuqqsf,
852 _fracthqsf, _fractuhqsf, _fracthasf, _fractuhasf, _fractsasf,
853 _fractusasf, _fractsfqq, _fractsfuqq, _fractsfhq, _fractsfuhq,
854 _fractsfha, _fractsfsa, _mulqq3, _muluqq3, _mulhq3, _muluhq3,
855 _mulha3, _muluha3, _mulsa3, _mulusa3, _divqq3, _udivuqq3, _divhq3,
856 _udivuhq3, _divha3, _udivuha3, _divsa3, _udivusa3.
857 (LIB2FUNCS_EXCLUDE): Add supported functions.
858
a147b6d2
GJL
8592012-08-22 Georg-Johann Lay <avr@gjlay.de>
860
861 * Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out
862 LIB2FUNCS_EXCLUDE before adding them to libgcc-objects,
863 libgcc-s-objects.
864 * fixed-obj.mk: Only expand dependency if $o is not in
865 LIB2FUNCS_EXCLUDE.
866
c637141a
L
8672012-08-22 H.J. Lu <hongjiu.lu@intel.com>
868
869 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): New.
870
130e00bd
JM
8712012-08-22 Joseph Myers <joseph@codesourcery.com>
872
873 * Makefile.in (vis_hide, gen-hide-list): Do not make definitions
874 depend on --enable-shared.
875 ($(lib1asmfuncs-o)): Use %.vis files independent of
876 --enable-shared.
877 * static-object.mk ($(base)$(objext), $(base).vis)
878 ($(base)_s$(objext)): Use same rules for visibility handling as in
879 shared-object.mk.
880
4b1b3788
ILT
8812012-08-21 Ian Lance Taylor <iant@google.com>
882
883 * config/i386/morestack.S (__morestack_non_split): Increase amount
884 of space allocated for non-split code stack.
885
d2468141
JM
8862012-08-19 Joseph Myers <joseph@codesourcery.com>
887
888 * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc
889 even if inhibit_libc.
890
a508e1a8
JB
8912012-08-17 Julian Brown <julian@codesourcery.com>
892
893 * Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
894 -fexceptions -fnon-call-exceptions if not defined.
895 ($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
896 * config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.
897
5615a07d
AS
8982012-08-17 Andreas Schwab <schwab@linux-m68k.org>
899
900 * config/m68k/linux-atomic.c (__sync_lock_test_and_set_1): Fix
901 type.
902
138f5acd
DE
9032012-08-16 David Edelsohn <dje.gcc@gmail.com>
904
905 * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
906 rs6000/t-slibgcc-aix.
907
18efc0dd
SB
9082012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
909
910 * longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling.
911
6b39bc38
SB
9122012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
913
914 * longlong.h: (whole file, powerpc): Adjust to single assembler syntax.
915
cd25dea0
L
9162012-08-03 H.J. Lu <hongjiu.lu@intel.com>
917
918 PR driver/54171
919 * Makefile.in (version): Replace top_srcdir with srcdir.
920
a3dda30b
JY
9212012-08-03 Jonathan Yong <jon_y@users.sourceforge.net>
922
923 * Makefile.in (version): set to BASE-VER file from gcc directory.
924
d04aacfc
NC
9252012-08-01 Nick Clifton <nickc@redhat.com>
926
927 * config/m32c/lib2funcs.c (__clrsbhi2): New function.
928 Implements __clrsb for an HImode argument.
929
0d13c974
NC
9302012-07-31 Nick Clifton <nickc@redhat.com>
931
932 * config/stormy16/lib2funcs.c (__clrsbhi2): New function.
933 Implements __clrsb for an HImode argument.
934 * config/stormy16/clrsbhi2.c: New file:
935 * config/stormy16/t-stormy16 (LIB2ADD): Add clrsbhi2.c.
936
efbb59b2
SB
9372012-07-22 Steven Bosscher <steven@gcc.gnu.org>
938
939 * libgcov.c (__gcov_ior_profiler): Benign comment fix.
940
bf1431e3
TG
9412012-07-19 Tristan Gingold <gingold@adacore.com>
942 Richard Henderson <rth@redhat.com>
943
944 * unwind-seh.c: New file.
945 * unwind-generic.h: Include windows.h for SEH.
946 (_Unwind_Exception): Use 6 private fields for SEH.
947 (_GCC_specific_handler): Declare.
948 * unwind-c.c (__gcc_personality_seh0): New function.
949 Adjust for SEH.
950 * config/i386/libgcc-cygming.ver: New file.
951 * config/i386/t-seh-eh: New file.
952 * config.host (x86_64-*-mingw*): Default to seh.
953
659140c8
SB
9542012-07-14 Steven Bosscher <steven@gcc.gnu.org>
955
956 * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
957
a20d08fd
UB
9582012-06-17 Uros Bizjak <ubizjak@gmail.com>
959
960 * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
961 __builtin_expect when checking for exceptions.
962 * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Ditto.
963
79261115
UB
9642012-06-13 Uros Bizjak <ubizjak@gmail.com>
965
4a172156
UB
966 * config/ia64/sfp-machine.h (__sfp_handle_exceptions): New
967 function declaration.
968 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
969 (FP_RND_MASK): New.
970 * config/ia64/sfp-exceptions.c: New.
971 * config/ia64/t-softfp (LIB2ADD): Add sfp-exceptions.c.
79261115 972
bb5c97d4
UB
9732012-06-13 Uros Bizjak <ubizjak@gmail.com>
974
975 * config/i386/32/sfp-machine.h (_FP_NANSIGN_S, _FP_NANSIGN_D,
976 _FP_NANSIGN_E, _FP_NANSIGN_Q): Move ...
977 * config/i386/64/sfp-machine: ... (delete here) ...
978 * config/i386/sfp-machine.h: ... to here.
979 (FP_EX_MASK): Remove.
980 (FP_RND_MASK): New.
981 (FP_INIT_ROUNDMODE): Declare asm as volatile.
982
91fe5efb
ST
9832012-06-11 Sriraman Tallam <tmsriram@google.com>
984
985 * config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
986 * config/i386/libgcc-sol2.ver: Ditto.
987 * config/i386/libgcc-glibc.ver: Ditto.
988
67a218c5
RM
9892012-06-11 Roland McGrath <mcgrathr@google.com>
990
991 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
992 If __GLIBC__ is defined, refer to __pthread_key_create instead of
993 pthread_cancel.
994
492fbea1
UB
9952012-06-09 Uros Bizjak <ubizjak@gmail.com>
996
997 * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
998 _FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
999 FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
1000 FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
1001 FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
1002 __LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
1003 * config/i386/64/sfp-machine: ... (delete here) ...
1004 * config/i386/sfp-machine.h: ... to here.
1005 (FP_EX_MASK): New.
1006 (__sfp_handle_exceptions): New function declaration.
1007 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
1008 * config/i386/sfp-exceptions.c: New.
1009 * config/i386/t-softfp: New.
1010 * config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
1011 i386/t-softfp to tmake_file.
1012
7b4cf266
DM
10132012-06-03 David S. Miller <davem@davemloft.net>
1014
1015 * longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
1016 change.
1017
0de0d5c6
DM
10182012-05-31 David S. Miller <davem@davemloft.net>
1019
1020 * longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
1021 multiply and divide instructions on 32-bit when V9.
1022 (add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
1023
d8c9d391
JM
10242012-05-29 Joseph Myers <joseph@codesourcery.com>
1025
1026 * config/arm/ieee754-df.S: Fix typos.
1027 * config/arm/ieee754-sf.S: Fix typos.
1028 * config/c6x/libunwind.S: Fix typos.
1029 * config/epiphany/udivsi3-float.c: Fix typos.
1030 * config/microblaze/muldi3_hard.S: Fix typos.
1031 * config/picochip/adddi3.S: Fix typos.
1032 * config/picochip/ashlsi3.S: Fix typos.
1033 * config/picochip/ashrsi3.S: Fix typos.
1034 * config/picochip/clzsi2.S: Fix typos.
1035 * config/picochip/cmpsi2.S: Fix typos.
1036 * config/picochip/divmod15.S: Fix typos.
1037 * config/picochip/divmodhi4.S: Fix typos.
1038 * config/picochip/divmodsi4.S: Fix typos.
1039 * config/picochip/longjmp.S: Fix typos.
1040 * config/picochip/lshrsi3.S: Fix typos.
1041 * config/picochip/parityhi2.S: Fix typos.
1042 * config/picochip/popcounthi2.S: Fix typos.
1043 * config/picochip/setjmp.S: Fix typos.
1044 * config/picochip/subdi3.S: Fix typos.
1045 * config/picochip/ucmpsi2.S: Fix typos.
1046 * config/picochip/udivmodhi4.S: Fix typos.
1047 * config/picochip/udivmodsi4.S: Fix typos.
1048 * config/spu/divv2df3.c: Fix typos.
1049 * config/spu/mfc_multi_tag_release.c: Fix typos.
1050 * config/spu/mfc_tag_release.c: Fix typos.
1051 * configure.ac: Fix typos.
1052 * configure: Regenerate.
1053
31a18a7e
ILT
10542012-05-25 Ian Lance Taylor <iant@google.com>
1055
1056 * config/i386/morestack.S (__morestack_non_split): Check whether
1057 caller is varargs and needs %bp to hold the stack frame on return.
1058
c5768510
OH
10592012-05-25 Olivier Hainque <hainque@adacore.com>
1060
1061 * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
1062 sequence in the non pic case on VxWorks.
1063
7c7c339b
OH
10642012-05-24 Olivier Hainque <hainque@adacore.com>
1065
73fb7630 1066 * Makefile.in: Move dependency on install-unwind_h from
7c7c339b
OH
1067 "install-leaf" to "install".
1068
fdc1b7d3
OH
10692012-05-24 Olivier Hainque <hainque@adacore.com>
1070
1071 * Makefile.in (clean): Remove libgcc_tm.stamp as well.
1072 Use a separate command for stamp removals.
1073
07ba94b9
AP
10742012-05-21 Andrew Pinski <apinski@cavium.com>
1075
1076 PR bootstrap/53183
1077 * configure.ac: Define the default includes to being none.
1078 * configure: Regenerate.
1079
4677d2eb
OH
10802012-05-16 Olivier Hainque <hainque@adacore.com>
1081
1082 * Makefile.in (install-unwind_h): Rename into ...
1083 (install-unwind_h-forbuild): New target.
1084 (all): Use it instead of the former install-unwind_h.
1085 (install-unwind_h): Reinstate, copy to user install destination
1086 for include files, not to the internal gcc object directory one.
1087 (install-leaf): Depend on it.
1088
7d67c380
OH
10892012-05-15 Olivier Hainque <hainque@adacore.com>
1090
1091 * config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
1092 register numbers. LR_REGNO replaces R_LR.
1093 (ucontext_for): New, helper for ...
1094 (ppc_aix_fallback_frame_state): New, implementation for aix 5.2
1095 and 5.3 of ...
1096 (MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
1097
aca06c90
RO
10982012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1099
1100 * config.host (i[34567]86-*-linux*, x86_64-*-linux*)
1101 (i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
1102 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
1103 i386/t-cpuinfo ...
1104 (i[34567]86-*-*, x86_64-*-*): ... here.
1105
1106 * config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
1107 * config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
1108
1109 * config/i386/i386-cpuinfo.c: Rename to ...
1110 * config/i386/cpuinfo.c: ... this.
1111 * config/i386/t-cpuinfo (LIB2ADD): Reflect this.
1112
1113 * configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
1114 (libgcc_cv_init_priority): New test.
1115 * configure: Regenerate.
1116 * config.in: New file.
1117 * Makefile.in (clean): Rename config.h to auto-target.h.
1118 (config.h): Likewise.
1119 (stamp-h): Likewise.
1120
1121 * config/i386/cpuinfo.c (auto-target.h): Include.
1122 (CONSTRUCTOR_PRIORITY): Define.
1123 (__cpu_indicator_init): Use it.
1124
0d03ac1b
L
11252012-05-09 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 * longlong.h: Use a URL instead of an FSF postal address.
1128 Replace spaces with tab.
1129
4a172156 11302012-05-08 Teresa Johnson <tejohnson@google.com>
4e8ee9cb
TJ
1131
1132 * libgcov.c (gcov_clear, __gcov_reset): New functions.
1133 (__gcov_dump): Ditto.
1134 (gcov_dump_complete): New global variable.
1135 (gcov_exit): Export hidden to enable use in L_gcov_dump.
1136 (__gcov_flush): Outline functionality now in gcov_clear.
1137 * Makefile.in (L_gcov_reset, L_gcov_dump): Define.
1138
e4bb767e
AJ
11392012-04-28 Aurelien Jarno <aurelien@aurel32.net>
1140
31a18a7e
ILT
1141 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
1142 (mips*-*-linux*): Include mips/t-tpbit when long double is
1143 16 bytes long.
e4bb767e 1144
5ddecff9
ST
11452012-04-25 Sriraman Tallam <tmsriram@google.com>
1146
1147 * config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
1148 (get_available_features): New argument. Check for AVX2.
1149 (__cpu_indicator_init): Modify call to get_available_features.
1150
b427dd7a
AM
11512012-04-25 Alan Modra <amodra@gmail.com>
1152
1153 * config/rs6000/crtsavevr.S: New file.
1154 * config/rs6000/crtrestvr.S: New file.
1155 * config/rs6000/t-savresfgpr: Build the above.
1156 * config/rs6000/t-netbsd: Likewise.
1157
ad491329
ST
11582012-04-24 Sriraman Tallam <tmsriram@google.com>
1159
1160 * libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
1161
792317cc
ST
11622012-04-24 Sriraman Tallam <tmsriram@google.com>
1163
1164 * libgcc/config/i386/i386-cpuinfo.c: New file.
1165 * libgcc/config/i386/t-cpuinfo: New file.
1166 * libgcc/config.host: Include t-cpuinfo.
1167 * libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
1168
e1be98a4
CF
11692012-04-24 Chao-ying Fu <fu@mips.com>
1170
1171 * unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
1172
1bde7dab
TS
11732012-04-20 Thomas Schwinge <thomas@codesourcery.com>
1174
1175 struct siginfo vs. siginfo_t
1176
1177 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
1178 siginfo_t instead of struct siginfo.
1179 * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
1180 * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
1181 * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
1182 (ia64_handle_unwabi): Likewise.
1183 * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
1184 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
1185 * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
1186 (sh_fallback_frame_state): Likewise.
1187 * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
1188 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
1189
24590f66
L
11902012-04-02 H.J. Lu <hongjiu.lu@intel.com>
1191
1192 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
1193 system call number.
1194
9a9dcce8
EB
11952012-03-31 Eric Botcazou <ebotcazou@adacore.com>
1196
1197 * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
1198 if it hasn't been previously saved.
1199
6401aaf5
L
12002012-03-29 H.J. Lu <hongjiu.lu@intel.com>
1201
1202 * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
1203 only for glibc.
1204
7fd6378e
GJL
12052012-03-28 Georg-Johann Lay <avr@gjlay.de>
1206
1207 PR target/52737
1208 * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
1209 instead of __AVR_HAVE_8BIT_SP__.
1210
9e916de7
TG
12112012-03-26 Tristan Gingold <gingold@adacore.com>
1212
1213 * config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
1214 (unw_table_entry): Use unw_word instead of unsigned long.
1215 (_Unwind_FindTableEntry): Likewise.
1216 * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
1217 * config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
1218 (_Unwind_FindTableEntry): Likewise.
1219 * config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
1220 (unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
1221 (set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
1222 (ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
1223 (ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
1224 (uw_frame_state_for, uw_update_reg_address, uw_update_context)
1225 (uw_init_context_1, uw_install_context): Likewise.
1226 (unw_word): Move to unwind-ia64.h
1227
4b12e93d
TG
12282012-03-26 Tristan Gingold <gingold@adacore.com>
1229
1230 * config/vms/vms-ucrt0.c: Update copyright years.
1231 Add a sanity check.
1232 (___gcc_main_flags): Declare.
1233 (__main): Check flags to remap argv and exit code.
1234 * config.host (*-*-*vms*): Adjust extra_parts.
1235 * config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
1236 (crt0.o): Add.
1237
06ea7371
RE
12382012-03-22 Richard Earnshaw <rearnsha@arm.com>
1239
1240 * arm/lib1funcs.asm (ctzsi2): New function.
1241 * arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
1242 * arm/t-linux (LIB1ASMFUNCS): Likewise.
1243 * arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
1244 * arm/t-symbian (LIB1ASMFUNCS): Likewise.
1245 * arm/t-vxworks (LIB1ASMFUNCS): Likewise.
1246 * arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
1247
d82ad50d
AT
12482012-03-21 Andreas Tobler <andreast@fgznet.ch>
1249
1250 * config.host: Add bits to support powerpc64-*-freebsd*.
1251 * config/rs6000/freebsd-unwind.h: New file.
1252 * config/rs6000/t-freebsd64: New file.
1253
b260a8c0
RG
12542012-03-20 Richard Guenther <rguenther@suse.de>
1255
1256 PR gcov-profile/52627
1257 * libgcov.c (init_mx): Fix mutex name.
1258
86286a8a
TG
12592012-03-16 Tristan Gingold <gingold@adacore.com>
1260
1261 * config/ia64/vms-unwind.h: Remove ulong (and replace
1262 it by unw_reg where used). Define unw_reg with __int64.
1263
7888f266
RO
12642012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1265
1266 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
1267 Solaris 8 handling.
1268 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
1269 Solaris 8 handling.
1270 (sparc_is_sighandler): Likewise.
1271
f155bc64
L
12722012-03-13 H.J. Lu <hongjiu.lu@intel.com>
1273
1274 * unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
1275 <= saved reg size.
1276
d47657bd
RO
12772012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1278
1279 * config/arm/crtn.S: Fix typo.
1280
5bef73a1
RG
12812012-03-13 Richard Guenther <rguenther@suse.de>
1282
1283 * libgcov.c: Remove stdio.h include and NULL un-define.
1284
9c4271f3
RG
12852012-03-13 Richard Guenther <rguenther@suse.de>
1286
1287 PR target/52569
1288 * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
1289
c6d10e7c
RG
12902012-03-13 Richard Guenther <rguenther@suse.de>
1291
1292 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
1293
074a385f
RG
12942012-03-13 Richard Guenther <rguenther@suse.de>
1295
1296 * gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
1297 and __gthread_mutex_init_function definitions.
1298
c4bc5c25
RO
12992012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1300
1301 * config.host (mips*-*-openbsd*): Remove.
1302
5c30094f
RO
13032012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1304
1305 * config.host: Remove alpha*-dec-osf5.1* handling.
1306 * config/alpha/gthr-posix.c: Remove.
1307 * config/alpha/libgcc-osf5.ver: Remove.
1308 * config/alpha/osf5-unwind.h: Remove.
1309 * config/alpha/t-osf-pthread: Remove.
1310 * config/alpha/t-slibgcc-osf: Remove.
1311 * config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
1312 * gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
1313 [__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
1314 * mkmap-flat.awk: Remove osf_export handling.
1315
33e3e24d
RG
13162012-03-12 Richard Guenther <rguenther@suse.de>
1317
1318 * gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
1319 * gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
1320 (__gthread_mutex_init_function): New function.
1321 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
1322
1323 PR gcov/49484
1324 * libgcov.c: Include gthr.h.
1325 (__gcov_flush_mx): New global variable.
1326 (init_mx, init_mx_once): New functions.
1327 (__gcov_flush): Protect self with a mutex.
1328 (__gcov_fork): Re-initialize mutex after forking.
1329 * unwind-dw2-fde.c: Change condition under which to use
1330 __GTHREAD_MUTEX_INIT_FUNCTION.
1331
d8aba32a
TG
13322012-03-12 Tristan Gingold <gingold@adacore.com>
1333
1334 * config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
1335 * config/ia64/t-vms: Likewise.
1336
75ffafdc
MH
13372012-03-11 Michael Hope <michael.hope@linaro.org>
1338
4a172156
UB
1339 * longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
1340 for Thumb-2.
75ffafdc 1341
ef6c2c53
WL
13422012-03-07 Walter Lee <walt@tilera.com>
1343
1344 * config/tilepro/atomic.c: Rename "atomic_" prefix to
1345 "arch_atomic_".
1346 (atomic_xor): Rename and move definition to
1347 config/tilepro/atomic.h.
1348 (atomic_nand): Ditto.
1349 * config/tilepro/atomic.h: Rename "atomic_" prefix to
1350 "arch_atomic_".
1351 (arch_atomic_xor): Move from config/tilepro/atomic.c.
1352 (arch_atomic_nand): Ditto.
1353
4e30d980
GJL
13542012-03-07 Georg-Johann Lay <avr@gjlay.de>
1355
1356 PR target/52507
1357 * config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
1358
61108225
GJL
13592012-03-07 Georg-Johann Lay <avr@gjlay.de>
1360
1361 PR target/52505
1362 * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
1363 from RAM.
1364
b30e10ab
GJL
13652012-03-07 Georg-Johann Lay <avr@gjlay.de>
1366
1367 PR target/52461
1368 PR target/52508
1369 * config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
1370 if RAMPZ affects reading from RAM.
1371 (__tablejump_elpm__): Ditto.
1372 (.xload): Ditto.
1373 (__movmemx_hi): Ditto.
1374 (__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
1375 (__do_global_dtors): Ditto.
1376 (__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
1377 (__movmemx_hi): Ditto.
1378
8993fde4
RH
13792012-03-05 Richard Henderson <rth@redhat.com>
1380
1381 * longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
1382 [ARM] (count_trailing_zeros): Use the builtin.
1383
b7633ee3
KT
13842012-03-01 Kai Tietz <ktietz@redhat.com>
1385
1386 * soft-fp: Imported from glibc upstream.
1387
fbd3340c
KT
13882012-02-28 Kai Tietz <ktietz@redhat.com>
1389
1390 * config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
1391 for mingw-targets as attribute gcc_struct.
1392
e9e053eb
ILT
13932012-02-28 Ian Lance Taylor <iant@google.com>
1394
1395 * generic-morestack.c (__splitstack_releasecontext): Correct call
1396 to __morestack_release_segments.
1397
d80c632e
ST
13982012-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
1399
1400 PR target/52390
1401 * generic-morestack.c (__generic_morestack_set_initial_sp): Test
1402 for __linux__ when removing signals from __morestack_fullmask.
1403
0253a8b1
GJL
14042012-02-23 Georg-Johann Lay <avr@gjlay.de>
1405
1406 PR target/52261
1407 * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
1408
e10e461e
UW
14092012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1410
1411 * config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
1412 instead of HAVE_INITFINI_ARRAY.
1413 * config/ia64/crtend.S: Likewise.
1414
0c0c6398
KT
14152012-02-20 Kai Tietz <ktietz@redhat.com>
1416
d7470374
KT
1417 PR libstdc++/52300
1418 * gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
1419
0c0c6398
KT
1420 * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
1421 to w32-unwind.h header.
1422
78c27266
RS
14232012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
1424
1425 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
1426 (mips*-*-linux*): Remove t-slibgcc-libgcc.
1427 * config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
1428 * config/mips/mips16.S (__mips16_rdhwr): Delete.
1429
5adeb246
RS
14302012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
1431
1432 * config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
1433
672ed313
IS
14342012-02-15 Iain Sandoe <iains@gcc.gnu.org>
1435
1436 PR libitm/52220
1437 * config/darwin-crt-tm.c: Correct typo.
e9e053eb 1438
e948a1fb
IS
14392012-02-15 Iain Sandoe <iains@gcc.gnu.org>
1440 Patrick Marlier <patrick.marlier@gmail.com>
1441
1442 PR libitm/52220
1443 * config/darwin-crt-tm.c: Generate dummy functions.
1444
6017aed3
IS
14452012-02-15 Iain Sandoe <iains@gcc.gnu.org>
1446 Patrick Marlier <patrick.marlier@gmail.com>
1447
1448 PR libitm/52042
1449 * config/darwin-crt-tm.c (getTMCloneTable): New function.
1450 (__doTMRegistrations): Call it.
e9e053eb 1451 (__doTMdeRegistrations): Likewise.
6017aed3 1452
2da8c1ad
GJL
14532012-01-15 Georg-Johann Lay <avr@gjlay.de>
1454 Anatoly Sokolov <aesok@post.ru>
1455 Eric Weddington <eric.weddington@atmel.com>
1456
1457 PR target/52261
1458 * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
1459 (__epilogue_restores__): Ditto.
1460
0f952eb4
EB
14612012-02-15 Eric Botcazou <ebotcazou@adacore.com>
1462
1463 PR target/51921
1464 PR target/52205
1465 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
1466 Solaris 11 and slightly reformat.
1467 (sparc_is_sighandler): Likewise.
1468
dd552284
WL
14692012-02-14 Walter Lee <walt@tilera.com>
1470
1471 * config.host: Handle tilegx and tilepro.
1472 * config/tilegx/sfp-machine.h: New file.
1473 * config/tilegx/sfp-machine32.h: New file.
1474 * config/tilegx/sfp-machine64.h: New file.
1475 * config/tilegx/t-crtstuff: New file.
1476 * config/tilegx/t-softfp: New file.
1477 * config/tilegx/t-tilegx: New file.
1478 * config/tilepro/atomic.c: New file.
1479 * config/tilepro/atomic.h: New file.
1480 * config/tilepro/linux-unwind.h: New file.
1481 * config/tilepro/sfp-machine.h: New file.
1482 * config/tilepro/softdivide.c: New file.
1483 * config/tilepro/softmpy.S: New file.
1484 * config/tilepro/t-crtstuff: New file.
1485 * config/tilepro/t-tilepro: New file.
1486
b59cbd50
JW
14872012-02-07 Jonathan Wakely <jwakely.gcc@gmail.com>
1488
1489 PR libstdc++/51296
1490 PR libstdc++/51906
1491 * gthr-posix.h: Allow static initializer macros to be disabled.
1492 (__gthrw_pthread_cond_init): Define weak reference unconditionally.
1493
6caf807f
CLT
14942012-02-05 Chung-Lin Tang <cltang@codesourcery.com>
1495
1496 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
1497 Add t-slibgcc-libgcc to tmake_file.
1498 * config/mips/libgcc-mips16.ver: Revert previous patch.
1499 * config/mips/mips16.S (__mips16_rdhwr): Hide.
1500
b25364a0
S
15012012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1502 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1503
1504 * config.host: Add National Semiconductor CR16 target (cr16-*-*).
1505 * config/cr16/crti.S: New file.
1506 * config/cr16/crtlibid.S: New file.
1507 * config/cr16/crtn.S: New file.
1508 * config/cr16/lib1funcs.S: New file.
1509 * config/cr16/t-cr16: New file.
1510 * config/cr16/t-crtlibid: New file.
1511 * config/cr16/unwind-dw2.h: New file.
1512 * config/cr16/unwind-cr16.c: New file.
1513 * config/cr16/divmodhi3.c: New file.
1514
8ef03aa7
AM
15152012-01-25 Alan Modra <amodra@gmail.com>
1516
1517 * config/rs6000/t-linux64: Delete. Move..
1518 * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
1519 * config/rs6000/t-linux: ..and libgcc flags to here.
1520
daecebc8
DR
15212012-01-22 Douglas B Rupp <rupp@gnat.com>
1522
1523 * config.host (i[34567]86-*-interix3*):
8ef03aa7 1524 Change triplet to i[34567]86-*-interix[3-9]*.
daecebc8
DR
1525 * configure: Regenerate.
1526
ddaf8125
RS
15272012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
1528 Richard Sandiford <rdsandiford@googlemail.com>
1529
1530 * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
1531 * config/mips/mips16.S (__mips16_rdhwr): New function.
1532 * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
1533
2cd8b32c
NS
15342012-01-11 Nathan Sidwell <nathan@acm.org>
1535
1536 * libgcov.c (__gcov_init): Ignore objects with no functions.
1537
cba300dd
GJL
15382012-01-10 Georg-Johann Lay <avr@gjlay.de>
1539
1540 PR target/49868
1541 Extend __pgmx semantics to linearize memory.
1542 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
1543 * config/avr/lib1funcs.S (__xload_1): New function.
1544 (__movmemx_qi, __movmemx_hi): New functions.
1545 (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
1546 semantics.
9ffaf4bc 1547
3d137660
EB
15482012-01-09 Eric Botcazou <ebotcazou@adacore.com>
1549
1550 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
1551 purported sigacthandler address isn't null before dereferencing it.
1552 (sparc_is_sighandler): Likewise.
1553
bf4db96c
EB
15542012-01-09 Eric Botcazou <ebotcazou@adacore.com>
1555
1556 PR ada/41929
1557 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
1558 add CFA. Revert back to old code for Solaris 8+ multi-threaded.
1559 (sparc_is_sighandler): Likewise.
1560 (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
1561
1ab3568b
TG
15622012-01-06 Tristan Gingold <gingold@adacore.com>
1563
1564 * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
1565 compatibility thunks...
1566 (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
1567 (crtbeginS.o, crtendS.o): ... and these to ...
1568 * config/ia64/t-ia64-elf: ... this new file.
1569 * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
1570 (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
1571
925b0ed8
AK
15722012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1573
1574 * configure: Regenerate.
1575 * config/s390/t-crtstuff: Remove -fPIC.
1576
a99ad737
JW
15772012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
1578
1579 PR bootstrap/51006
1580 * enable-execute-stack-mprotect.c (getpagesize): Do not define
1581 for NetBSD.
1582
884f56d1
GJL
15832012-01-02 Georg-Johann Lay <avr@gjlay.de>
1584
1585 PR target/51345
1586 * config/avr/lib1funcs.S: Remove FIXME comments.
1587 (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
1588
8c57e547
GJL
15892012-01-02 Georg-Johann Lay <avr@gjlay.de>
1590
1591 Implement light-weight DImode support.
1592 * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
1593 _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
1594 * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
1595 __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
1596
04dbc287
NS
15972011-12-30 Nathan Sidwell <nathan@acm.org>
1598
1599 * libgcov.c (gcov_crc32): Remove global var.
1600 (free_fn_data): New function.
1601 (buffer_fn_data): Pass in filename, more robust error recovery.
1602 (crc32_unsigned): New function.
1603 (gcov_exit): More robust detection of new program. More robust
1604 error recovery.
1605 (__gcov_init): Do not update program's crc here.
1606
8e1d97d4
TG
16072011-12-21 Tristan Gingold <gingold@adacore.com>
1608
1609 * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
1610
9ffaf4bc
ILT
16112011-12-21 Ian Lance Taylor <iant@google.com>
1612
1613 * config/i386/morestack.S: Simplify CFI opcodes throughout.
1614
a0c8d0c1
ILT
16152011-12-20 Ian Lance Taylor <iant@google.com>
1616
1617 * config/i386/morestack.S (__morestack_non_split): If there is
1618 enough stack space already, don't split. Ask for more stack space
1619 than we required.
1620
69048898
SDJ
16212011-12-20 Sergio Durigan Junior <sergiodj@redhat.com>
1622
1623 * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
1624 `sys/sdt.h'.
1625 (_Unwind_DebugHook): New function.
1626 (uw_restore_core_regs): New define.
1627 (unwind_phase2): Use uw_restore_core_regs instead of
1628 restore_core_regs.
1629 (unwind_phase2_forced): Likewise.
1630 (__gnu_Unwind_Resume): Likewise.
1631
1bb4b6a3
UB
16322011-12-20 Uros Bizjak <ubizjak@gmail.com>
1633
1634 * config/alpha/linux-unwind.h: Update copyright years.
1635 (MD_FROB_UPDATE_CONTEXT): New define.
1636 (alpha_frob_update_context): New function.
1637
eb028768
RS
16382011-12-17 Richard Sandiford <rdsandiford@googlemail.com>
1639
1640 * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
1641 tmake_file rather replacing it.
1642
6a2045bf
IS
16432011-12-15 Iain Sandoe <iains@gcc.gnu.org>
1644
1645 * config/rs6000/darwin-world.S (toplevel): Make it clear that this
1bb4b6a3 1646 function is not used for PPC64.
6a2045bf
IS
1647 (save_world): Amend comments. Update the VRsave mask to reflect the
1648 saved regs.
1649 (rest_world): Update comments, do not clobber r10, do not use r8.
1650 (eh_rest_world_r10): Amend comments, do not use r8.
1651 (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
1652 no longer used, move restore of CR and target address to the end of
1653 the routine.
1654
a13780a6
L
16552011-12-14 H.J. Lu <hongjiu.lu@intel.com>
1656
1657 * generic-morestack.c (__generic_morestack_set_initial_sp): Check
1658 __GLIBC__ instead of __linux__ when using __SIGRTMIN.
1659
d7288dfb
GJL
16602011-12-14 Georg-Johann Lay <avr@gjlay.de>
1661
1662 PR target/49313
1663 * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
1664 * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
1665
8d2c862d
EB
16662011-12-11 Eric Botcazou <ebotcazou@adacore.com>
1667
1668 * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
1669
3447cae6
GJL
16702011-12-09 Georg-Johann Lay <avr@gjlay.de>
1671
1672 PR target/49313
1673 * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
1674 * config/avr/lib1funcs.S (__muldi3): New function.
1675
806fc6aa
AP
16762011-12-06 Andrew Pinski <apinski@cavium.com>
1677
1678 * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
1679 size of func_ptr.
1680 (__frame_dummy_init_array_entry): Likewise.
1681
28c5e6b5
GJL
16822011-12-06 Georg-Johann Lay <avr@gjlay.de>
1683
1684 Forward-port from gcc-4_6-branch r181936 2011-12-02.
1685
1686 PR target/51345
1687 PR target/51002
1688 * config/avr/lib1funcs.S (__prologue_saves__,
1689 __epilogue_restores__, __divdi3_moddi3): Enclose parts using
1690 __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__). Add FIXME comments.
1691
8f90394a
IS
16922011-12-04 Iain Sandoe <iains@gcc.gnu.org>
1693
1694 * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
1695
06dd33ac
JDA
16962011-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1697
1698 PR other/51272
1699 * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
1700 (_ITM_deregisterTMCloneTable): Likewise.
1701 (__register_frame_info): Fix unused warning.
1702 (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
1703 pthread_default_stacksize_np): Likewise.
1704 * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
1bb4b6a3 1705
85b8555e
DD
17062011-11-29 DJ Delorie <dj@redhat.com>
1707
1708 * config.host (rl78-*-elf): New case.
1709 * config/rl78: New directory for the Renesas RL78.
1710
4d5ae4ea
BS
17112011-11-29 Bernd Schmidt <bernds@codesourcery.com>
1712
1713 * config.host (tic6x-*-uclinux): Append to extra_parts. Fix
1714 formatting.
1715
f9c55897
RO
17162011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1717
1718 PR other/51022
1719 * config/rs6000/t-savresfgpr: New file.
1720 * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
1721 $(srcdir)/config/rs6000/eabi.S.
1722 * config/rs6000/t-ppccomm-ldbl: Remove.
1723 * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
1724 tmake_file.
1725 (powerpc-*-eabispe*): Likewise.
1726 (powerpc-*-eabi*): Likewise.
1727 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
1728 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
1729 to tmake_file, remove rs6000/t-ppccomm-ldbl.
1730 (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
1731 tmake_file.
1732 (powerpc-*-eabisim*): Likewise.
1733 (powerpc-*-elf*): Likewise.
1734 (powerpc-*-eabialtivec*): Likewise.
1735 (powerpc-xilinx-eabi*): Likewise.
1736 (powerpc-*-rtems*): Likewise.
1737 (powerpcle-*-elf*): Likewise.
1738 (powerpcle-*-eabisim*): Likewise.
1739 (powerpcle-*-eabi*): Likewise.
1740
a01207c4
ILT
17412011-11-27 Ian Lance Taylor <iant@google.com>
1742
1743 * generic-morestack.c (__splitstack_find): Check for NULL old
1744 stack value.
1745 (__splitstack_resetcontext): New function.
1746 (__splitstack_releasecontext): New function.
1747 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
1748
2b0b8ab2
IS
17492011-11-27 Iain Sandoe <iains@gcc.gnu.org>
1750
1751 * config/darwin-crt-tm.c: Correct comments, use correct licence.
1752
c1d8101c
IS
17532011-11-27 Iain Sandoe <iains@gcc.gnu.org>
1754
1755 * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
1756
8b281334
RH
17572011-11-26 Richard Henderson <rth@redhat.com>
1758
1759 * config/m68k/linux-atomic.c: New file.
1760 * config/m68k/t-linux: New file.
1761 * config.host (m68k-uclinux, m68k-linux): Use it.
1762
7546aa9d
RH
17632011-11-26 Richard Henderson <rth@redhat.com>
1764
1765 * crtstuff.c (__TMC_LIST__): Mark used not unused.
1766 (__TMC_END__): Only declare if hidden is available; in the definition,
1767 if hidden is unavailable add a null record.
1768 (deregister_tm_clones, register_tm_clones): New.
1769 (__do_global_dtors_aux, frame_dummy): Use them.
1770 (__do_global_dtors, __do_global_ctors_1): Likewise.
1771
e2362f5d
IS
17722011-11-22 Iain Sandoe <iains@gcc.gnu.org>
1773
1774 * config/darwin-crt-tm.c: New file.
1775 * config.host (darwin): Build crttms.o crttme.o to provide
1776 startup and shutdown for tm clones.
1777 * config/t-darwin (crttms.o): New build rule.
1778 (crttme.o): Likewise.
1779
6685dd96
HPN
17802011-11-21 Hans-Peter Nilsson <hp@axis.com>
1781
1782 * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
1783 et al.
1784
b0dc7e4c
RH
17852011-11-21 Richard Henderson <rth@redhat.com>
1786
1787 * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
1788 (__TMC_LIST__, __TMC_END__): New.
1789 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
1790 (__do_global_dtors): Likewise.
1791 (frame_dummy): Call _ITM_registerTMCloneTable.
1792 (__do_global_ctors_1): Likewise.
1793
d4b4b542
RO
17942011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1795
1796 * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
1797 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
1798 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
1799 (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
1800 * config/i386/t-darwin64: Remove.
1801 * config/sh/t-netbsd (LIB2ADD): Remove.
1802
989bdb74
GJL
18032011-11-21 Georg-Johann Lay <avr@gjlay.de>
1804
1805 PR target/49313
1806 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
1807 (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
1808 * config/avr/lib1funcs.S (wmov): New assembler macro.
1809 (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
1810 (__moddi3, __divdi3, __divdi3_moddi3): New functions.
1811 (__udivmod64): New function.
1812 (__negdi2): New function.
1813
515a0cfc
GP
18142011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
1815
1816 * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
1817 *-*-freebsd*aout*): Remove.
1818
0115d17f
HPN
18192011-11-20 Hans-Peter Nilsson <hp@axis.com>
1820
1821 * static-object.mk (c_flags-$o): Save c_flags.
1822 ($(base)$(objext)): Use it.
1823
93aeb62b
SE
18242011-11-18 Steve Ellcey <sje@cup.hp.com>
1825
1826 * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
1827
7bc6df2c
GJL
18282011-11-18 Georg-Johann Lay <avr@gjlay.de>
1829
1830 PR target/49868
1831 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
1832 * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
1833 New functions.
1834
425d737b
MGD
18352011-11-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1836
1837 * config/arm/lib1funcs.asm (udivsi3): Add support for divide
1838 functions.
1bb4b6a3 1839 (aeabi_uidivmod): Likewise.
425d737b
MGD
1840 (umodsi3): Likewise.
1841 (divsi3): Likewise.
1842 (aeabi_idivmod): Likewise.
1843 (modsi3): Likewise.
1844
f2a176dc
TG
18452011-11-16 Tristan Gingold <gingold@adacore.com>
1846
1847 * config/alpha/qrnnd.S: Use specific pseudos for VMS.
1848
7c209481
GJL
18492011-11-15 Georg-Johann Lay <avr@gjlay.de>
1850
1851 PR target/49868
1852 * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3, _load_4.
1853 * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
1854
9dfd5832
JDA
18552011-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1856
1857 * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
1858 tmake_file list.
1859 * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
1860 * config/pa/t-stublib64: Delete.
1861
f77dca5d
RH
18622011-11-12 Richard Henderson <rth@redhat.com>
1863
1864 * config/rs6000/linux-unwind.h (frob_update_context): Properly
1865 cast the pointer argument to _Unwind_SetGRPtr.
1866
902828f0
RO
18672011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1868
1869 * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
1870
e14304ef
ILT
18712011-11-09 Ian Lance Taylor <iant@google.com>
1872
1873 * generic-morestack.c: Include <string.h>.
1874 (uintptr_type): Define.
1875 (struct initial_sp): Add dont_block_signals field. Reduce size of
1876 extra array by 1.
1877 (allocate_segment): Set prev field to NULL. Don't set
1878 __morestack_current_segment or __morestack_segments.
1879 (__generic_morestack): Update current->prev and *pp after calling
1880 allocate_segment.
1881 (__morestack_block_signals): Don't do anything if
1882 dont_block_signals is set.
1883 (__morestack_unblock_signals): Likewise.
1884 (__generic_findstack): Check for initial_sp == NULL. Add casts to
1885 uintptr_type.
1886 (__splitstack_block_signals): New function.
1887 (enum __splitstack_content_offsets): Define.
1888 (__splitstack_getcontext, __splitstack_setcontext): New functions.
1889 (__splitstack_makecontext): New function.
1890 (__splitstack_block_signals_context): New function.
1891 (__splitstack_find_context): New function.
1892 * config/i386/morestack.S (__morestack_get_guard): New function.
1893 (__morestack_set_guard, __morestack_make_guard): New functions.
1894 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
1895
e3d871e4
RO
18962011-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1897
1898 * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
1899 (i[34567]86-*-mingw*): ... here.
1900 (x86_64-*-mingw*): ... here.
1901
e55cef40
RO
19022011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1903
1904 * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
1905
5366b186
NS
19062011-11-07 Nathan Sidwell <nathan@acm.org>
1907
1908 * libgcov.c (struct gcov_fn_buffer): New struct.
1909 (buffer_fn_data): New helper.
1910 (gcov_exit): Rework for new gcov data structures.
1911
74155a6f
GJL
19122011-11-07 Georg-Johann Lay <avr@gjlay.de>
1913
1914 PR target/49313
1915 * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
1916
200feb07
RO
19172011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1918
1919 * config.host (tmake_file): Correct comment.
1920 (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
1921 t-libgcc-pic.
1922 (bfin*-uclinux*): Likewise.
1923 (bfin*-linux-uclibc*): Likewise.
1924 (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
1925
1926 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
1927 assigning.
1928 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
1929 * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
1930 * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
1931 * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
1932 * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
1933 * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
1934 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
1935 * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
1936 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
1937 * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
1938 * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
1939 * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
1940 * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
1941
1942 * config/bfin/t-elf: Remove.
1943 * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
1944
c9cd1a07
RO
19452011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1946
1947 * config.host (*-*-rtems*): Add t-rtems to tmake_file.
1948 (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
1949 (lm32-*-elf*, lm32-*-rtems*): Split into ...
1950 (lm32-*-elf*): ... this.
1951 (lm32-*-rtems*): ... and this.
1952 Add to tmake_file.
1953 (m32r-*-rtems*): Add to tmake_file.
1954 (moxie-*-rtems*): Likewise.
1955 (sparc-*-rtems*): Likewise.
1956 Remove t-rtems from tmake_file.
1957 (sparc64-*-rtems*): Likewise.
1958 * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
1959 instead.
1960
9fbcc75d
RO
19612011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1962
1963 PR bootstrap/50982
1964 * config/gthr-posix.h: Move ...
1965 * gthr-posix.h: ... here.
1966 * config/gthr-lynx.h: Reflect this.
1967 * config/gthr-vxworks.h: Likewise.
1968 * config/rs6000/gthr-aix.h: Likewise.
1969 * configure.ac (target_thread_file): Likewise.
1970 * configure: Regenerate.
1971
76644b68
SH
19722011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1973
1974 * config.host (arm*-*-rtemseabi*): New target.
1975
5e490f2a
JDA
19762011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1977
1978 PR other/50991
1979 * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
1980 extra-parts.
1981
feeeff5c
JR
19822011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
1983
1984 * config.host (epiphany-*-elf*): New configuration.
1985 * config/epiphany: New Directory.
1986
d618bb2c
RC
19872011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
1988
1989 * config.host (avr-*-rtems*): Add config/avr/t-rtems.
1990 * config/avr/t-rtems: New.
1991 Filter out _exit from LIB1ASMFUNCS.
1992
1bb6f778
DM
19932011-11-04 David S. Miller <davem@davemloft.net>
1994
1995 * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
1996 * configure: Rebuild.
1997
9a7f7422
AK
19982011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1999
2000 * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
2001 variable.
2002
e4fe948a
GJL
20032011-11-04 Georg-Johann Lay <avr@gjlay.de>
2004
2005 PR target/50931
2006 * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
2007 * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
2008
7084e037
JS
20092011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
2010
2011 PR target/50989
2012 * config.host (sparc-*-rtems*): Add sparc/t-softmul.
2013
1a032034
RO
20142011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2015
2016 * config/c6x/t-elf (LIB2ADDEH): Set.
2017 * config/c6x/t-c6x-elf: Remove.
2018
d385f772
RO
20192011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2020
2021 * config/i386/sol2-ci.S: Rename to ...
2022 * config/i386/crti.S: ... this.
2023 * config/i386/sol2-cn.S: Rename to ...
2024 * config/i386/crtn.S: ... this.
2025 * config/sparc/sol2-ci.S: Rename to ...
2026 * config/sparc/crti.S: ... this.
2027 * config/sparc/sol2-cn.S: Rename to ...
2028 * config/sparc/crtn.S: ... this.
2029 * config/t-sol2 (CUSTOM_CRTIN): Remove.
2030 (crti.o, crtn.o): Remove.
2031
1ba878a9
TG
20322011-11-04 Tristan Gingold <gingold@adacore.com>
2033
2034 * config/ia64/fde-vms.c: Do not include md-unwind-support.h
2035
02750c15
KK
20362011-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
2037
2038 * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
2039
bf86b067
HPN
20402011-11-03 Hans-Peter Nilsson <hp@axis.com>
2041
2042 * config.host (crisv32-*-none, cris-*-none): Remove.
2043 (crisv32-*-elf): Append to tmake_file, don't just set it.
2044 (cris-*-elf): Add missing t-fdpbit to tmake_file.
2045
d0bc53bd
RO
20462011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2047
2048 * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
2049 (ecrtn$(objext)): Likewise.
2050 (ncrti$(objext)): Likewise.
2051 (ncrtn$(objext)): Likewise.
2052
036da830
AS
20532011-11-03 Andreas Schwab <schwab@redhat.com>
2054
2055 * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
2056
d2a7d041
DM
20572011-11-02 David S. Miller <davem@davemloft.net>
2058
2059 * configure.ac: Set host_address on sparc too.
2060 * configure: Regenerate.
2061 * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
2062 based upon host_address.
2063 * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
2064
af8ed618
JM
20652011-11-02 Jason Merrill <jason@redhat.com>
2066
2067 * config/rs6000/t-ppccomm: Add missing \.
2068
5d1c8e77
RO
20692011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2070
2071 * gthr-single.h, gthr.h: New files.
2072 * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
2073 config/gthr-vxworks.h, config/i386/gthr-win32.h,
2074 config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
2075 config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
2076 * config/i386/gthr-win32.c: Include "gthr-win32.h".
2077 * configure.ac (thread_header): New variable.
2078 Set it depending on target_thread_file.
2079 (gthr-default.h): Link from $thread_header.
2080 * configure: Regenerate.
2081 * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
2082
852b75ed
RO
20832011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2084
2085 * configure.ac (tm_file_): New variable.
2086 Determine from tm_file.
2087 (tm_file, tm_defines): Substitute.
2088 * configure: Regenerate.
2089 * mkheader.sh: New file.
2090 * Makefile.in (clean): Remove libgcc_tm.h.
2091 ($(objects)): Depend on libgcc_tm.h.
2092 (libgcc_tm_defines, libgcc_tm_file): New variables.
2093 (libgcc_tm.h, libgcc_tm.stamp): New targets.
2094 ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
2095 ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
2096 ($(extra-parts)): Depend on libgcc_tm.h.
2097 * config.host (tm_defines, tm_file): New variable.
2098 (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
2099 (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
2100 (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
2101 (avr-*-rtems*): Likewise.
2102 (avr-*-*): Likewise.
2103 (frv-*-elf): Likewise.
2104 (frv-*-*linux*): Likewise.
2105 (h8300-*-rtems*): Likewise.
2106 (h8300-*-elf*): Likewise.
2107 (i[34567]86-*-darwin*): Likewise.
2108 (x86_64-*-darwin*): Likewise.
2109 (rx-*-elf): Likewise.
2110 (tic6x-*-uclinux): Likewise.
2111 (tic6x-*-elf): Likewise.
2112 (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
2113 * config/alpha/gthr-posix.c: Include libgcc_tm.h.
2114 * config/i386/cygming-crtbegin.c: Likewise.
2115 * config/i386/cygming-crtend.c: Likewise.
2116 * config/ia64/fde-vms.c: Likewise.
2117 * config/ia64/unwind-ia64.c: Likewise.
2118 * config/libbid/bid_gcc_intrinsics.h: Likewise.
2119 * config/rs6000/darwin-fallback.c: Likewise.
2120 * config/stormy16/lib2funcs.c: Likewise.
2121 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
2122 * crtstuff.c: Likewise.
2123 * dfp-bit.h: Likewise.
2124 * emutls.c: Likewise.
2125 * fixed-bit.c: Likewise.
2126 * fp-bit.c: Likewise.
2127 * generic-morestack-thread.c: Likewise.
2128 * generic-morestack.c: Likewise.
2129 * libgcc2.c: Likewise.
2130 * libgcov.c: Likewise.
2131 * unwind-dw2-fde-dip.c: Likewise.
2132 * unwind-dw2-fde.c: Likewise.
2133 * unwind-dw2.c: Likewise.
2134 * unwind-sjlj.c: Likewise.
2135
f9989b51
RO
21362011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2137
2138 * configure.ac: Include ../config/picflag.m4.
2139 (GCC_PICFLAG): Call it.
2140 Substitute.
2141 * configure: Regenerate.
2142 * Makefile.in (gcc_srcdir): Remove.
2143 (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
2144 (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
2145 (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
2146 ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
2147 ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
2148 Use $<.
2149 Remove comment.
2150 * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
2151 * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
2152 to refer to libgcc2.c.
2153 Use $<.
2154 * config/darwin-64.c: New file.
2155 * config/darwin-crt3.c: Remove comment.
2156 * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
2157 config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
2158 config/udivmodsi4.c: New files.
2159 * config/memcmp.c, config/memcpy.c, config/memmove.c,
2160 config/memset.c: New files.
2161 * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
2162 * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
2163 * config/t-freebsd-thread, config/t-libgcc-pic: New files.
2164 * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
2165 * config/t-openbsd-thread: New file.
2166 * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
2167 * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
2168 * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
2169 * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
2170 qrnnd.S.
2171 Adapt filename.
2172 * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
2173 to refer to gthr-posix.c.
2174 * config/alpha/t-vms (LIB2ADD): Set.
2175 * config/alpha/vms-gcc_shell_handler.c: New file.
2176 * config/arm/bpabi.c, config/arm/fp16.c,
2177 config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
2178 config/arm/unaligned-funcs.c: New files.
2179 * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
2180 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
2181 * config/arm/t-linux: Likewise.
2182 * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
2183 * config/arm/t-netbsd: New file.
2184 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
2185 * config/arm/t-symbian (LIB2ADD_ST): Set.
2186 * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
2187 * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
2188 * config/bfin/t-elf: New file.
2189 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
2190 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
2191 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
2192 config/c6x/ltf.c: New files.
2193 * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
2194 (HOST_LIBGCC2_CFLAGS): Set.
2195 * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
2196 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
2197 * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
2198 New files.
2199 * config/cris/t-elfmulti (LIB2ADD_ST): Set.
2200 * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
2201 * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
2202 config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
2203 config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
2204 files.
2205 * config/frv/t-frv (LIB2ADD): Set.
2206 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
2207 * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
2208 config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
2209 config/h8300/popcounthi2.c: New files.
2210 * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
2211 * config/i386/gthr-win32.c: New file.
2212 * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
2213 * config/i386/t-cygwin: Likewise.
2214 * config/i386/t-darwin, config/i386/t-darwin64,
2215 config/i386/t-gthr-win32, config/i386/t-interix: New files.
2216 * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
2217 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
2218 * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
2219 * config/ia64/quadlib.c: New file.
2220 * config/ia64/t-hpux (LIB2ADD): Set.
2221 * config/ia64/t-ia64: Add comment.
2222 * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
2223 * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
2224 (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
2225 * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
2226 * config/m32c/t-m32c (LIB2ADD): Set.
2227 * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
2228 * config/m32r/t-m32r: Likewise.
2229 * config/m68k/fpgnulib.c: New file.
2230 * config/m68k/t-floatlib (LIB2ADD): Set.
2231 (xfgnulib.c): New target.
2232 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
2233 * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
2234 * config/mep/t-mep (LIB2ADD): Set.
2235 * config/microblaze/divsi3.asm: Rename to divsi3.S.
2236 * config/microblaze/moddi3.asm: Rename to moddi3.S.
2237 * config/microblaze/modsi3.asm: Rename to modsi3.S.
2238 * config/microblaze/muldi3_hard.asm: Rename to hard.S.
2239 * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
2240 * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
2241 * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
2242 * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
2243 * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
2244 * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
2245 New files.
2246 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
2247 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
2248 * config/pa/fptr.c, config/pa/lib2funcs.S,
2249 config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
2250 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
2251 (LIB2ADD, LIB2ADD_ST): Set.
2252 * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
2253 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
2254 Set.
2255 * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
2256 * config/pdp11/t-pdp11: New file.
2257 * config/picochip/libgccExtras/adddi3.S,
2258 config/picochip/libgccExtras/ashlsi3.S,
2259 config/picochip/libgccExtras/ashrsi3.S,
2260 config/picochip/libgccExtras/clzsi2.S,
2261 config/picochip/libgccExtras/cmpsi2.S,
2262 config/picochip/libgccExtras/divmod15.S,
2263 config/picochip/libgccExtras/divmodhi4.S,
2264 config/picochip/libgccExtras/divmodsi4.S,
2265 config/picochip/libgccExtras/lshrsi3.S,
2266 config/picochip/libgccExtras/parityhi2.S,
2267 config/picochip/libgccExtras/popcounthi2.S,
2268 config/picochip/libgccExtras/subdi3.S,
2269 config/picochip/libgccExtras/ucmpsi2.S,
2270 config/picochip/libgccExtras/udivmodhi4.S,
2271 config/picochip/libgccExtras/udivmodsi4.S: New files.
2272 * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
2273 (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
2274 * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
2275 config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
2276 config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
2277 config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
2278 config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
2279 config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
2280 files.
2281 * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
2282 (HOST_LIBGCC2_CFLAGS): Set.
2283 * config/rs6000/t-darwin64: New file.
2284 * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
2285 * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
2286 * config/rs6000/t-ppccomm (LIB2ADD): Add
2287 $(srcdir)/config/rs6000/tramp.S.
2288 (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
2289 Add $(srcdir)/config/rs6000/eabi.S.
2290 (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
2291 (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
2292 (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
2293 (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
2294 (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
2295 (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
2296 * config/rs6000/tramp.S: New file.
2297 * config/s390/t-tpf: Remove.
2298 * config/sh/linux-atomic.S: New file.
2299 * config/sh/t-linux (LIB2ADD): Set.
2300 (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
2301 * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
2302 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
2303 to unwind-dw2.c.
2304 (HOST_LIBGCC2_CFLAGS): Set.
2305 * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
2306 * config/spu/divmodti4.c, config/spu/divv2df3.c,
2307 config/spu/float_disf.c, config/spu/float_unsdidf.c,
2308 config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
2309 config/spu/mfc_multi_tag_release.c,
2310 config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
2311 config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
2312 config/spu/multi3.c: New files.
2313 * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
2314 (HOST_LIBGCC2_CFLAGS): Set.
2315 * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
2316 config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
2317 config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
2318 config/stormy16/ffshi2.c, config/stormy16/lib2.c,
2319 config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
2320 config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
2321 config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
2322 config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
2323 config/stormy16/umodsi3.c: New files.
2324 * config/xtensa/lib2funcs.S: New file.
2325 * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
2326 * config/xtensa/t-xtensa (LIB2ADD): Set.
2327 * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
2328 (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
2329 Add t-freebsd-thread to tmake_file for posix threads.
2330 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
2331 (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
2332 (*-*-lynxos*): Likewise.
2333 (*-*-netbsd*): Likewise.
2334 (*-*-openbsd*): Likewise.
2335 Add t-openbsd-thread to tmake_file for posix threads.
2336 (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
2337 (*-*-vxworks*): Set tmake_file.
2338 (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
2339 (alpha*-*-freebsd*): Likewise.
2340 (alpha*-*-netbsd*): Likewise.
2341 (alpha*-*-openbsd*): Likewise.
2342 (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
2343 (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
2344 (alpha*-dec-*vms*): Likewise.
2345 (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
2346 (bfin*-elf*): Add bfin/t-elf to tmake_file.
2347 (bfin*-uclinux*): Likewise.
2348 (bfin*-linux-uclibc*): Likewise.
2349 (crisv32-*-elf): Add cris/t-cris to tmake_file.
2350 (crisv32-*-none): Likewise.
2351 (cris-*-elf): Likewise.
2352 (cris-*-none): Likewise.
2353 (cris-*-linux*, crisv32-*-linux*): Likewise.
2354 (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
2355 tmake_file.
2356 (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
2357 tmake_file.
2358 (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
2359 (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
2360 (x86_64-*-elf*): Likewise.
2361 (i[34567]86-*-nto-qnx*): Likewise.
2362 (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
2363 win32 threads.
2364 (x86_64-*-mingw*): Likewise.
2365 (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
2366 (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
2367 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
2368 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
2369 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
2370 tmake_file.
2371 (mipsisa64sr71k-*-elf*): Likewise.
2372 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
2373 (mips-*-elf*, mipsel-*-elf*): Likewise.
2374 (mips64-*-elf*, mips64el-*-elf*): Likewise.
2375 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
2376 (mips*-*-rtems*): Likewise.
2377 (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
2378 to tmake_file.
2379 (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
2380 (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
2381 (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
2382 (spu-*-elf*): Likewise.
2383 (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
2384
45b86625
RO
23852011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2386
2387 * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
2388 $(srcdir) to refer to $(LIB1ASMSRC).
2389 Use $<.
2390 * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
2391 config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
2392 config/arm/lib1funcs.S: New files.
2393 * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
2394 * config/arm/t-arm: New file.
2395 * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
2396 * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
2397 config/arm/t-strongarm-elf: New files.
2398 * config/arm/t-symbian (LIB1ASMFUNCS): Set.
2399 * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
2400 * config/avr/lib1funcs.S: New file.
2401 * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2402 * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
2403 * config/c6x/lib1funcs.S: New file.
2404 * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2405 * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
2406 * config/frv/lib1funcs.S: New file.
2407 * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2408 * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
2409 * config/i386/cygwin.S, config/i386/t-chkstk: New files.
2410 * config/ia64/__divxf3.asm: Rename to ...
2411 * config/ia64/__divxf3.S: ... this.
2412 Adapt lib1funcs.asm filename.
2413 * config/ia64/_fixtfdi.asm: Rename to ...
2414 * config/ia64/_fixtfdi.S: ... this.
2415 Adapt lib1funcs.asm filename.
2416 * config/ia64/_fixunstfdi.asm: Rename to ...
2417 * config/ia64/_fixunstfdi.S: ... this.
2418 Adapt lib1funcs.asm filename.
2419 * config/ia64/_floatditf.asm: Rename to ...
2420 * config/ia64/_floatditf.S: ... this.
2421 Adapt lib1funcs.asm filename.
2422 * config/ia64/lib1funcs.S: New file.
2423 * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
2424 * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2425 * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
2426 * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
2427 * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
2428 * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
2429 * config/mep/lib1funcs.S: New file.
2430 * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2431 * config/mips/mips16.S: New file.
2432 * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2433 * config/pa/milli64.S: New file.
2434 * config/pa/t-linux, config/pa/t-linux64: New files.
2435 * config/picochip/lib1funcs.S: New file.
2436 * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2437 * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
2438 * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
2439 * config/sh/t-netbsd: New file.
2440 * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
2441 Use $(srcdir) to refer to lib1funcs.S, adapt filename.
2442 * config/sh/t-sh64: New file.
2443 * config/sparc/lb1spc.S: New file.
2444 * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
2445 filename.
2446 * config/v850/lib1funcs.S, config/v850/t-v850: New files.
2447 * config/vax/lib1funcs.S, config/vax/t-linux: New files.
2448 * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
2449 config/xtensa/lib1funcs.S: New files.
2450 * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
2451 * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
2452 tmake_file.
2453 (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
2454 (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
2455 (arm*-*-linux*): Likewise.
2456 Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
2457 arm*-*-linux-*eabi, add arm/t-linux otherwise.
2458 (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
2459 (arm*-*-ecos-elf): Likewise.
2460 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
2461 (arm*-*-rtems*): Likewise.
2462 (arm*-*-elf): Likewise.
2463 (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
2464 (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
2465 (bfin*-elf*): Add bfin/t-bfin to tmake_file.
2466 (bfin*-uclinux*): Likewise.
2467 (bfin*-linux-uclibc*): Likewise.
2468 (bfin*-rtems*): Likewise.
2469 (bfin*-*): Likewise.
2470 (fido-*-elf): Merge into m68k-*-elf*.
2471 (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
2472 (frv-*-*linux*): Add frv/t-frv to tmake_file.
2473 (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
2474 (h8300-*-elf*): Likewise.
2475 (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
2476 (hppa*-*-linux*): Add pa/t-linux to tmake_file.
2477 (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
2478 (i[34567]86-*-mingw*): Likewise.
2479 (x86_64-*-mingw*): Likewise.
2480 (i[34567]86-*-interix3*): Likewise.
2481 (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
2482 (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
2483 (m68k-*-elf*): Also handle fido-*-elf.
2484 Add m68k/t-floatlib to tmake_file.
2485 (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
2486 (m68k-*-linux*): Likewise.
2487 (m68k-*-rtems*): Likewise.
2488 (mcore-*-elf): Add mcore/t-mcore to tmake_file.
2489 (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
2490 sh64*-*-*.
2491 (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
2492 Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
2493 (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
2494 (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
2495 sh/t-netbsd to tmake_file.
2496 Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
2497 (sh-*-rtems*): Add sh/t-sh to tmake_file.
2498 (sh-wrs-vxworks): Likewise.
2499 (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
2500 *-leon[3-9]*.
2501 (v850*-*-*): Add v850/t-v850 to tmake_file.
2502 (vax-*-linux*): Add vax/t-linux to tmake_file.
2503 (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
2504
5f73c6cc
RO
25052011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2506
2507 * crtstuff.c: New file.
2508 * Makefile.in (CRTSTUFF_CFLAGS): Define.
2509 (CRTSTUFF_T_CFLAGS): Define.
2510 (extra-parts, INSTALL_PARTS): Remove conditional assignments.
2511 (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
2512 (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
2513 crtstuff.c.
2514 Use $<.
2515 (crtbeginT.o): Use $(objext).
2516 [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
2517 (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
2518 (gcc-extra-parts): Remove.
2519 * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
2520 Set extra_parts.
2521 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
2522 *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
2523 Add t-crtstuff-pic to tmake_file.
2524 (*-*-lynxos*): New case.
2525 Set tmake_file, extra_parts.
2526 (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
2527 Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
2528 *-*-netbsdelf[2-9]*.
2529 (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
2530 (*-*-rtems*): Set extra_parts.
2531 (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
2532 (*-*-uclinux*): New case.
2533 Set extra_parts.
2534 (*-*-vms*): New case.
2535 Set tmake_file, extra_parts.
2536 (*-*-elf): Set extra_parts.
2537 (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
2538 (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
2539 vms/t-vms64.
2540 Set extra_parts.
2541 (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
2542 Set extra_parts.
2543 (arm*-*-freebsd*): Add t-crtin to tmake_file.
2544 Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
2545 (arm-wrs-vxworks): Append to tmake_file.
2546 Set extra_parts.
2547 (arm*-*-uclinux*): Set extra_parts.
2548 (arm*-*-ecos-elf): Likewise.
2549 (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
2550 arm*-*-eabi*.
2551 (arm*-*-rtems*): Set extra_parts.
2552 (arm*-*-elf): Likewise.
2553 (avr-*-rtems*): Clear extra_parts.
2554 (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
2555 Set extra_parts.
2556 (bfin*-uclinux*): Likewise.
2557 (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
2558 (bfin*-rtems*): Append to tmake_file.
2559 Set extra_parts.
2560 (bfin*-*): Likewise.
2561 (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
2562 (crisv32-*-elf): ... this.
2563 (crisv32-*-none): ... this.
2564 (cris-*-elf, cris-*-none): New cases.
2565 Add cris/t-elfmulti to tmake_file.
2566 (fr30-*-elf): Append to tmake_file.
2567 Set extra_parts.
2568 (frv-*-elf): Append to tmake_file, add frv/t-frv.
2569 Set extra_parts.
2570 (h8300-*-rtems*): Append to tmake_file.
2571 Set extra_parts.
2572 (h8300-*-elf*): Likewise.
2573 (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
2574 Set extra_parts.
2575 (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
2576 Set extra_parts.
2577 (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
2578 (x86_64-*-elf*): Likewise.
2579 (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
2580 (x86_64-*-freebsd*): Likewise.
2581 (x86_64-*-netbsd*): Likewise.
2582 (i[34567]86-*-linux*): Likewise.
2583 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
2584 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
2585 (x86_64-*-linux*): Likewise.
2586 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
2587 (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
2588 tmake_file.
2589 Set extra_parts.
2590 (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
2591 (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
2592 Append to extra_parts, remove crtbegin.o, crtend.o.
2593 (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
2594 (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
2595 crtend.o, crtbeginS.o, crtendS.o.
2596 (ia64*-*-linux*): Comment extra_parts.
2597 (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
2598 Set extra_parts.
2599 (iq2000*-*-elf*): Clear extra_parts.
2600 (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
2601 (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
2602 (m32r-*-elf*, m32r-*-rtems*): Split off ...
2603 (m32r-*-rtems*): ... this.
2604 Add m32r/t-m32r to tmake_file.
2605 (m68k-*-elf*): Add t-crtin to tmake_file.
2606 (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
2607 (mcore-*-elf): Likewise.
2608 (microblaze*-*-*): Set extra_parts.
2609 (mips*-sde-elf*): New case.
2610 Set tmake_file, extra_parts.
2611 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
2612 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
2613 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
2614 tmake_file.
2615 Set extra_parts.
2616 (mipsisa64sr71k-*-elf*): Likewise.
2617 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
2618 (mips-*-elf*, mipsel-*-elf*): Likewise.
2619 (mips64-*-elf*, mips64el-*-elf*): Likewise.
2620 (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
2621 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
2622 (mips*-*-rtems*): Likewise.
2623 (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
2624 (moxie-*-*): Split into ...
2625 (moxie-*-elf, moxie-*-uclinux*): ... this.
2626 Add to extra_parts, remove crtbegin.o, crtend.o.
2627 (moxie-*-rtems*): New case.
2628 Set tmake_file.
2629 Clear extra_parts.
2630 (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
2631 Set extra_parts.
2632 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
2633 (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
2634 tmake_file.
2635 Set extra_parts.
2636 (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
2637 rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
2638 Set extra_parts.
2639 (powerpc-*-eabisim*): Likewise.
2640 (powerpc-*-elf*): Likewise.
2641 (powerpc-*-eabialtivec*): Likewise.
2642 (powerpc-xilinx-eabi*): Likewise.
2643 (powerpc-*-eabi*): Likewise.
2644 (powerpc-*-rtems*): Likewise.
2645 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
2646 tmake_file.
2647 Set extra_parts.
2648 (powerpc-*-lynxos*): Add to tmake_file.
2649 (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
2650 rs6000/t-crtstuff, t-crtstuff-pic.
2651 Set extra_parts.
2652 (powerpcle-*-eabisim*): Likewise.
2653 (powerpcle-*-eabi*): Likewise.
2654 (rx-*-elf): Remove extra_parts.
2655 (s390x-ibm-tpf*): Set extra_parts.
2656 (score-*-elf): Set extra_parts.
2657 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
2658 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
2659 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
2660 (sh64l*-*-netbsd*): Split into ...
2661 (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
2662 Add t-crtstuff-pic to tmake_file.
2663 Set extra_parts.
2664 (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
2665 Set extra_parts.
2666 (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
2667 (sparc-*-elf*): Remove t-crtin from tmake_file.
2668 Add to extra_parts, remove crtbegin.o, crtend.o.
2669 (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
2670 (sparc64-*-linux*): Likewise.
2671 (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
2672 Add to extra_parts, remove crtbegin.o, crtend.o.
2673 (sparc64-*-elf*): Remove t-crtin from tmake_file.
2674 Add to extra_parts, remove crtbegin.o, crtend.o.
2675 (sparc64-*-rtems*): Remove t-crtin from tmake_file.
2676 Add to extra_parts, remove crtbegin.o, crtend.o.
2677 (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
2678 (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
2679 (spu-*-elf*): Add to tmake_file, add spu/t-elf.
2680 Set extra_parts.
2681 (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
2682 Set extra_parts.
2683 (tic6x-*-*): Change to ...
2684 (tic6x-*-elf): ... this.
2685 Set extra_parts.
2686 (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
2687 Set extra_parts.
2688 (am33_2.0-*-linux*): Add comment.
2689 (mep*-*-*): Add mep/t-mep to tmake_file.
2690 Set extra_parts.
2691 * config/alpha/t-vms: New file.
2692 * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
2693 * config/arm/crti.S, config/arm/crtn.S: New files.
2694 * config/bfin/crti.S, config/bfin/crtn.S: New files.
2695 * config/bfin/crtlibid.S: New file.
2696 * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
2697 * config/c6x/crti.S, config/c6x/crtn.S: New files.
2698 * config/c6x/t-elf (CUSTOM_CRTIN): Set.
2699 (crti.o, crtin.o): New rules.
2700 (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
2701 * config/c6x/t-uclinux: New file.
2702 * config/cris/t-elfmulti: New file.
2703 * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
2704 * config/fr30/crti.S, config/fr30/crtn.S: New files.
2705 * config/frv/frvbegin.c, config/frv/frvend.c: New files.
2706 * config/frv/t-frv: New file.
2707 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
2708 * config/h8300/crti.S, config/h8300/crtn.S: New files.
2709 * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
2710 New files.
2711 * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
2712 refer to cygming-crtbegin.c, cygming-crtend.c.
2713 Use $<.
2714 * config/i386/t-nto: New file.
2715 * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
2716 * config/ia64/crti.S, config/ia64/crtn.S: New files.
2717 * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
2718 crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
2719 Use .S extension.
2720 Use $<.
2721 * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
2722 (crtinitS.o): New rule.
2723 * config/ia64/vms-crtinit.S: New file.
2724 * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
2725 * config/m32r/initfini.c: New file.
2726 * config/m32r/t-linux, config/m32r/t-m32r: New files.
2727 * config/m68k/crti.S, config/m68k/crtn.S: New files.
2728 * config/mcore/crti.S, config/mcore/crtn.S: New files.
2729 * config/mep/t-mep: New file.
2730 * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
2731 * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
2732 * config/mips/crti.S, config/mips/crtn.S: New files.
2733 * config/mips/t-crtstuff: New file.
2734 * config/mmix/crti.S, config/mmix/crtn.S: New files.
2735 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
2736 (CUSTOM_CRTIN): Set.
2737 ($(T)crti.o, $(T)crtn.o): Remove $(T),
2738 dependencies.
2739 Use $(srcdir) to refer to crti.S, crtn.S.
2740 Use .S extension, $<.
2741 * config/moxie/crti.asm: Rename to ...
2742 * config/moxie/crti.S: ... this.
2743 * config/moxie/crtn.asm: Rename to ...
2744 * config/moxie/crtn.S: ... this.
2745 * config/moxie/t-moxie: Remove.
2746 * config/pa/stublib.c: New file.
2747 * config/pa/t-stublib, config/pa/t-stublib64: New files.
2748 * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
2749 * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
2750 * config/rs6000/t-crtstuff: New file.
2751 * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
2752 (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
2753 (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
2754 Make output file explicit.
2755 (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
2756 Make output file explicit.
2757 (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
2758 Make output file explicit.
2759 (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
2760 Make output file explicit.
2761 * config/score/crti.S, config/score/crtn.S: New files.
2762 * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
2763 * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
2764 files.
2765 * config/sh/t-sh, config/sh/t-superh: New files.
2766 * config/sparc/t-linux64: New file.
2767 * config/spu/cache.S, config/spu/cachemgr.c: New files.
2768 * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
2769 (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
2770 (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
2771 * config/t-crtin: Remove.
2772 * config/t-crtstuff-pic: New file.
2773 * config/t-sol2 (CUSTOM_CRTIN): Set.
2774 (crti.o, crtn.o): New rules.
2775 * config/vms/t-vms: New file.
2776 * config/vms/vms-ucrt0.c: New file.
2777 * config/xtensa/t-elf: New file.
2778
b040f2be
RO
27792011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2780
2781 * Makefile.in (SHLIB_NM_FLAGS): Set.
2782 * mkmap-flat.awk, mkmap-symver.awk: New files.
2783 * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
2784 exceptions.
2785 * configure: Regenerate.
2786 * config/libgcc-glibc.ver: New file.
2787 * config/libgcc-libsystem.ver: New file.
2788 * config/t-libunwind (SHLIB_LC): Set.
2789 * config/t-linux: New file.
2790 * config/t-slibgcc (INSTALL_SHLIB): New.
2791 (SHLIB_INSTALL): Use it.
2792 * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
2793 to mkmap-symver.awk.
2794 (SHLIB_MAPFILES): Don't append, adapt pathname.
2795 (SHLIB_VERPFX): Set.
2796 * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
2797 to mkmap-symver.awk.
2798 * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
2799 config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
2800 * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
2801 * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
2802 to mkmap-flat.awk.
2803 * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
2804 * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
2805 * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
2806 * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
2807 * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
2808 * config/i386/libgcc-darwin.10.4.ver,
2809 config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
2810 New files.
2811 * config/i386/t-darwin: Remove.
2812 * config/i386/t-darwin64: Likewise.
2813 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
2814 * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
2815 config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
2816 * config/i386/t-linux: New file.
2817 * config/i386/t-mingw32: New file.
2818 * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
2819 * config/ia64/t-glibc: Rename to ...
2820 * config/ia64/t-linux: ... this.
2821 (SHLIB_MAPFILES): Set.
2822 * config/ia64/t-glibc-libunwind: Rename to ...
2823 * config/ia64/t-linux-libunwind: ... this.
2824 * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
2825 * config/ia64/t-slibgcc-hpux: New file.
2826 * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
2827 * config/m68k/t-slibgcc-elf-ver: New file.
2828 * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
2829 * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
2830 to mkmap-flat.awk.
2831 * config/pa/t-slibgcc-hpux: New file.
2832 * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
2833 files.
2834 * config/rs6000/libgcc-darwin.10.4.ver,
2835 config/rs6000/libgcc-darwin.10.5.ver: New files.
2836 * config/rs6000/libgcc-ppc-glibc.ver: Rename to
2837 config/rs6000/libgcc-glibc.ver.
2838 * config/rs6000/libgcc-ppc64.ver: Rename to
2839 config/rs6000/libgcc-ibm-ldouble.ver.
2840 * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
2841 * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
2842 * config/rs6000/t-ldbl128: Rename to ...
2843 * config/rs6000/t-linux: ... this.
2844 (SHLIB_MAPFILES): Adapt filename.
2845 * config/rs6000/t-slibgcc-aix: New file.
2846 * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
2847 * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
2848 libgcc-excl.ver, libgcc-glibc.ver.
2849 (SHLIB_LINK, SHLIB_INSTALL): Remove.
2850 * config/sparc/libgcc-glibc.ver: New file.
2851 * config/sparc/t-linux: New file.
2852 * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
2853 * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
2854 t-slibgcc-elf-ver to tmake_file.
2855 Add t-slibgcc-nolc-override to tmake_file for posix threads on
2856 *-*-freebsd[34].
2857 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
2858 *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
2859 t-slibgcc-elf-ver, t-linux to tmake_file.
2860 (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
2861 tmake_file.
2862 (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
2863 (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
2864 (alpha*-dec-*vms*): Likewise.
2865 (arm*-*-freebsd*): Append to tmake_file.
2866 (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
2867 (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
2868 arm*-*-linux-*eabi.
2869 (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
2870 tmake_file for arm*-*-symbianelf*.
2871 (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
2872 (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
2873 cris/t-linux.
2874 (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
2875 (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
2876 pa/t-slibgcc-dwarf-ver to tmake_file.
2877 (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
2878 pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
2879 (hppa*64*-*-hpux11*): Likewise.
2880 (hppa[12]*-*-hpux11*): Likewise.
2881 (x86_64-*-darwin*): Don't override tmake_file, but only keep
2882 i386/t-crtpc, i386/t-crtfm.
2883 (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
2884 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
2885 to tmake_file.
2886 Add i386/t-cygwin to tmake_file.
2887 Prepent i386/t-mingw-pthread to tmake_file for posix threads.
2888 (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
2889 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
2890 to tmake_file.
2891 Add i386/t-mingw32 to tmake_file.
2892 (x86_64-*-mingw*): Likewise.
2893 (ia64*-*-freebsd*): Append to tmake_file.
2894 (ia64*-*-linux*): Append to tmake_file.
2895 Replace ia64/t-glibc by ia64/t-linux.
2896 Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
2897 system libunwind.
2898 (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
2899 t-slibgcc-hpux to tmake_file.
2900 (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
2901 (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
2902 (m32rle-*-linux*): Likewise.
2903 (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
2904 sjlj exceptions.
2905 (microblaze*-linux*): New case.
2906 Append to tmake_file, add t-slibgcc-nolc-override.
2907 (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
2908 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
2909 Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
2910 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
2911 rs6000/t-slibgcc-aix to tmake_file.
2912 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
2913 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
2914 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
2915 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
2916 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
2917 (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
2918 sh*-*-linux*.
2919 (sparc-*-linux*): Append to tmake_file for *-leon*.
2920 Add sparc/t-linux to tmake_file for non-Leon targets.
2921 (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
2922 (tic6x-*-uclinux): New case.
2923 Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
2924 (tic6x-*-*): Add c6x/t-elf to tmake_file.
2925 (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
2926 (am33_2.0-*-linux*): Append to tmake_file.
2927 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
2928 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
2929 x86_64-*-kfreebsd*-gnu.
2930 Add i386/t-linux to tmake_file.
2931
18b4bd7b
ILT
29322011-10-28 Ian Lance Taylor <iant@google.com>
2933
2934 * config/i386/morestack.S: Correct CFI information to do proper
2935 returns throughout function. In 32-bit mode, save %ebx so that it
2936 is restored on unwind.
2937
5b2d9d90
BS
29382011-10-25 Bernd Schmidt <bernds@codesourcery.com>
2939
2940 * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
2941 case where B3 isn't the return register.
2942
0d53e346
BS
2943 * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
2944 logic for doubleword pops.
2945
cbffbd59
AT
29462011-10-25 Andreas Tobler <andreast@fgznet.ch>
2947
2948 * config/rs6000/t-freebsd: Add wildcard.
2949
56dc349e
PB
29502011-10-21 Paul Brook <paul@codesourcery.com>
2951
2952 * unwind-arm-common.inc: Handle ID3/4 unwinding data.
2953
1e06b07d
UB
29542011-10-16 Uros Bizjak <ubizjak@gmail.com>
2955 Eric Botcazou <ebotcazou@adacore.com>
2956
2957 PR target/50737
2958 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
2959 fs->signal_frame to 1.
2960
b5204884
ILT
29612011-10-07 Ian Lance Taylor <iant@google.com>
2962
2963 * generic-morestack-thread.c: #include <errno.h>.
2964
91a639a1
ILT
29652011-10-07 Ian Lance Taylor <iant@google.com>
2966
2967 PR target/46093
2968 * generic-morestack.c (__generic_morestack): Make sure the segment
2969 is large enough for both the stack frame and the copied
2970 parameters.
2971
cc49116d
RO
29722011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2973
2974 PR bootstrap/49804
2975 * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
2976 extra_parts.
2977
2996d8c3
NC
29782011-09-28 Nick Clifton <nickc@redhat.com>
2979
2980 * config/rx/rx-lib.h: Always restrict doubles to the SF type when
2981 64-bit doubles are not enabled.
2982 * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
2983 and floatunsisf functions.
2984
1e874273 29852011-09-13 Paul Brook <paul@codesourcery.com>
2996d8c3 2986
1e874273
PB
2987 * config.host (tic6x-*-*): Add c6x/t-c6x-elf. Set unwind_header.
2988 * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
2989 * unwind-arm-common.inc: New file.
2990 * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
2991 * config/arm/unwind-arm.h: Use unwind-arm-common.h.
2992 (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
2993 * config/c6x/libunwind.S: New file.
2994 * config/c6x/pr-support.c: New file.
2995 * config/c6x/unwind-c6x.c: New file.
2996 * config/c6x/unwind-c6x.h: New file.
2997 * config/c6x/t-c6x-elf: New file.
2998
f70c879a
UB
29992011-08-23 Uros Bizjak <ubizjak@gmail.com>
3000
3001 * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
3002 (ASM_DIVZERO): Ditto.
3003 (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
3004
c55b374b
RS
30052011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
3006
3007 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
3008
1e138510
RS
30092011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
3010
3011 PR target/50090
3012 * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
3013 instead of an assembly one.
3014
1563503d
PB
30152011-08-12 Paolo Bonzini <bonzini@gnu.org>
3016
3017 PR bootstrap/50047
3018 * Makefile.in (install-unwind_h): Create
3019 $(gcc_objdir)/include/unwind.h atomically.
3020
3627ac1a
RO
30212011-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3022
3023 * Makefile.in (install-unwind_h): Remove destination file first.
3024
c6412d86
RO
30252011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3026
3027 * sync.c: New file.
3028 * config/mips/t-mips16: New file.
3029 * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
3030 (mips*-*-linux*): Likewise.
3031 (mips*-sde-elf*): Likewise.
3032 (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
3033 mipsisa64-*-elf*, mipsisa64r2-*-elf*.
3034 Add mips/t-mips16 to tmake_file.
3035 (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
3036 (mips-*-elf*): Likewise.
3037 (mips64-*-elf*): Likewise.
3038 (mips64orion-*-elf*): Likewise.
3039 (mips*-*-rtems*): Likewise.
3040 (mipstx39-*-elf*): Likewise.
3041 * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
3042 ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
3043 LIBGCC_SYNC_CFLAGS.
3044 Use $(srcdir) to refer to sync.c.
3045 Use $<.
3046 ($(libgcc-sync-funcs-o)): Likewise.
3047 ($(libgcc-sync-size-funcs-s-o)): Likewise.
3048 ($(libgcc-sync-funcs-s-o)): Likewise.
3049
3cb6e5bd
AS
30502011-08-09 Andreas Schwab <schwab@linux-m68k.org>
3051
3052 * config.host (ia64*-*-linux*): Move ia64/t-glibc after
3053 t-libunwind.
3054
cca2207a
L
30552011-08-08 H.J. Lu <hongjiu.lu@intel.com>
3056
3057 PR other/48007
3058 * config/i386/value-unwind.h: New.
3059
ed39fbad
RS
30602011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
3061
3062 * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
3063 (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
3064 Add to tmake_file rather than overriding it.
3065
aca0b0b3
RO
30662011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3067
3068 * config/t-softfp: Remove.
3069 * soft-fp: Moved from ../gcc/config.
3070 * soft-fp/README: Remove t-softfp reference.
3071 * soft-fp/t-softfp: Move to config/t-softfp.
3072 (softfp_machine_header): Remove.
3073 (softfp_file_list): Remove config subdir.
3074 (soft-fp-objects): New variable.
3075 ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
3076 (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
3077 (SFP_MACHINE, $(SFP_MACHINE)): Remove.
3078 * config/t-softfp-excl: New file.
3079 * config/t-softfp-sfdf: New file.
3080 * config/t-softfp-tf: New file.
3081 * config/no-sfp-machine.h: New file.
3082 * config/arm/sfp-machine.h: New file.
3083 * config/arm/t-softfp: New file.
3084 * config/c6x/sfp-machine.h: New file.
3085 * config/i386/32/t-fprules-softfp: Rename to ...
3086 * config/i386/32/t-softfp: ... this.
3087 (tifunctions, LIB2ADD): Remove.
3088 (softfp_int_modes): Override.
3089 * config/i386/64/t-softfp-compat (tf-functions): Remove config
3090 subdir.
3091 * config/i386/64/eqtf2.c: Likewise.
3092 * config/i386/64/getf2.c: Likewise.
3093 * config/i386/64/letf2.c: Likewise.
3094 * config/ia64/sft-machine.h: New file.
3095 * config/ia64/t-fprules-softfp: Rename to ...
3096 * config/ia64/t-softfp: ... this.
3097 * config/lm32/sfp-machine.h: New file.
3098 * config/moxie/t-moxie-softfp: Remove.
3099 * config/rs6000/ibm-ldouble-format: New file.
3100 * config/rs6000/ibm-ldouble.c: New file.
3101 * config/rs6000/libgcc-ppc-glibc.ver: New file
3102 * config/rs6000/libgcc-ppc64.ver: New file
3103 * config/rs6000/sfp-machine.h: New file.
3104 * config/rs6000/t-freebsd: New file.
3105 * config/rs6000/t-ibm-ldouble: New file.
3106 * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
3107 libgcc-ppc-glibc.ver.
3108 * config/rs6000/t-linux64: New file.
3109 * config/rs6000/t-ppccomm (LIB2ADD): Add
3110 $(srcdir)/config/rs6000/ibm-ldouble.c.
3111 * config/rs6000/t-ppccomm-ldbl: New file.
3112 * config/score/sfp-machine.h: New file.
3113 * config.host (sfp_machine_header): Explain.
3114 (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
3115 t-softfp to tmake_file.
3116 (arm*-*-uclinux*): Likewise.
3117 (arm*-*-ecos-elf): Likewise.
3118 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
3119 (arm*-*-rtems*): Likewise.
3120 (arm*-*-elf): Likewise.
3121 (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
3122 in tmake_file.
3123 Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
3124 (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
3125 (lm32-*-uclinux*): Likewise.
3126 (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
3127 t-softfp-excl, t-softfp.
3128 (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
3129 (powerpc64-*-darwin*): Likewise.
3130 (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
3131 to tmake_file.
3132 (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
3133 tmake_file.
3134 (powerpc-*-eabisim*): Likewise.
3135 (powerpc-*-elf*): Likewise.
3136 (powerpc-*-eabialtivec*): Likewise.
3137 (powerpc-xilinx-eabi*): Likewise.
3138 (powerpc-*-rtems*): Likewise.
3139 (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
3140 t-softfp-excl, t-softfp to tmake_file.
3141 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
3142 rs6000/t-ppccomm-ldbl to tmake_file.
3143 (powerpcle-*-elf*): Likewise.
3144 (powerpcle-*-eabisim*): Likewise.
3145 (powerpcle-*-eabi*): Likewise.
3146 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
3147 rs6000/t-ibm-ldouble to tmake_file.
3148 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
3149 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
3150 (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
3151 (tic6x-*-*): Likewise.
3152 (i[34567]86-*-darwin*, x86_64-*-darwin*,
3153 i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
3154 i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
3155 i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
3156 i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
3157 i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
3158 t-softfp to tmake_file.
3159 * configure.ac (sfp_machine_header): Provide default if unset.
3160 Substitute.
3161 Link sfp-machine.h to config/$sfp_machine_header.
3162 * configure: Regenerate.
3163
569dc494
RO
31642011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3165
3166 * Makefile.in (double_type_size, long_double_type_size): Set.
3167 Remove $(fpbit-in-libgcc) support.
3168 (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
3169 (fpbit-src): New variable.
3170 ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
3171 Compile with -DFLOAT $(FPBIT_CFLAGS).
3172 Use $<.
3173 ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
3174 Compile with $(FPBIT_CFLAGS).
3175 Use $<.
3176 ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
3177 Compile with -DFLOAT $(TPBIT_CFLAGS).
3178 Use $<.
3179 * configure.ac (double_type_size, long_double_type_size):
3180 Determine and substitute.
3181 * configure: Regenerate.
3182 * fp-bit.c, fp-bit.h: New files.
3183 * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
3184 * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
3185 * config/mips/t-mips: New file.
3186 * config/mips/t-sdemtk: New file.
3187 * config/rs6000/ppc64-fp.c: New file.
3188 * config/rs6000/t-darwin (LIB2ADD): Add
3189 $(srcdir)/config/rs6000/ppc64-fp.c.
3190 * config/rs6000/t-ppc64-fp: New file.
3191 * config/rx/rx-lib.h: New file.
3192 * config/rx/t-rx (FPBIT): Set to true.
3193 ($(gcc_objdir)/fp-bit.c): Remove.
3194 (DPBIT): Set to true only with -m64bit-doubles.
3195 ($(gcc_objdir)/dp-bit.c): Remove.
3196 * config/sparc/t-softfp: Remove.
3197 * config/spu/t-elf: New file.
3198 * config/t-fdpbit, config/t-fpbit: New files.
3199 * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
3200 (mips*-*-*): Likewise.
3201 (arm-wrs-vxworks): Likewise.
3202 (arm*-*-freebsd*): Likewise.
3203 (avr-*-rtems*): Add t-fpbit to tmake_file.
3204 (avr-*-*): Likewise.
3205 (bfin*-elf*): Add t-fdpbit to tmake_file.
3206 (bfin*-uclinux*): Likewise.
3207 (bfin*-linux-uclibc*): Likewise.
3208 (bfin*-rtems*): New case.
3209 Add t-fdpbit to tmake_file.
3210 (bfin*-*): Add t-fdpbit to tmake_file.
3211 (crisv32-*-elf): Likewise.
3212 (cris-*-linux*): Likewise.
3213 (fr30-*-elf): Likewise.
3214 (frv-*-elf, frv-*-*linux*): Likewise.
3215 (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
3216 (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
3217 (m32r-*-elf*): Likewise.
3218 (m32rle-*-elf*): Likewise.
3219 (m32r-*-linux*): Likewise.
3220 (m32rle-*-linux*): Likewise.
3221 (mcore-*-elf): Add t-fdpbit to tmake_file.
3222 (microblaze*-*-*): Likewise.
3223 (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
3224 (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
3225 (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
3226 Fix typo.
3227 Add mips/t-tpbit to tmake-file.
3228 (mips*-*-linux*): Fix typo.
3229 (mips*-sde-elf*): New case
3230 Add mips/t-sdemtk unless using newlib.
3231 (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
3232 (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
3233 (mn10300-*-*): Likewise.
3234 (pdp11-*-*): Likewise.
3235 (picochip-*-*): Add t-fpbit to tmake_file.
3236 (powerpc-*-eabisimaltivec*): Likewise.
3237 (powerpc-*-eabisim*): Likewise.
3238 (powerpc-*-elf*): Likewise.
3239 (powerpc-*-eabialtivec*): Likewise.
3240 (powerpc-xilinx-eabi*): New case.
3241 Add t-fdpbit to tmake_file.
3242 (powerpc-*-eabi*): Add t-fdpbit to tmake_file.
3243 (powerpc-*-rtems*): Likewise.
3244 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
3245 tmake_file.
3246 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
3247 tmake_file.
3248 (powerpc-*-lynxos*): Likewise.
3249 (powerpcle-*-elf*): Likewise.
3250 (powerpcle-*-eabisim*): Likewise.
3251 (powerpcle-*-eabi*): Likewise.
3252 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
3253 t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
3254 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
3255 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
3256 (rx-*-elf): Add t-fdpbit to tmake_file.
3257 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
3258 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
3259 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
3260 (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
3261 sh*-*-netbsd*.
3262 (sh-*-rtems*): Add t-fdpbit to tmake_file.
3263 (sh-wrs-vxworks): Likewise.
3264 (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
3265 (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
3266 (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
3267 (sparc64-*-rtems*): ... new case.
3268 (sparc-*-rtems*): Add t-fdpbit to tmake_file.
3269 (spu-*-elf*): Likewise.
3270 Add spu/t-elf to tmake_file.
3271 (v850*-*-*): Add t-fdpbit to tmake_file.
3272 (xstormy16-*-elf): Likewise.
3273 (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
3274 (mep*-*-*): Likewise.
3275
201cdb74
RO
32762011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3277
3278 * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
3279 variables.
3280 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
3281 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
3282 (install-unwind_h): New target.
3283 (all): Depend on it.
3284 * config.host (unwind_header): New variable.
3285 (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
3286 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
3287 *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
3288 (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
3289 (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
3290 Set unwind_header.
3291 (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
3292 Set unwind_header.
3293 (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
3294 arm*-*-eabi*.
3295 Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
3296 Set unwind_header.
3297 (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
3298 (ia64*-*-freebsd*): Likewise.
3299 (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
3300 tmake_file.
3301 Add t-libunwind-elf, ia64/t-glibc-libunwind unless
3302 $with_system_libunwind.
3303 (ia64*-*-hpux*): Set tmake_file.
3304 (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
3305 (picochip-*-*): Set tmake_file.
3306 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
3307 md_unwind_header.
3308 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
3309 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
3310 (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
3311 (xtensa*-*-elf*): Set tmake_file.
3312 (xtensa*-*-linux*): Likewise.
3313 * configure.ac: Include ../config/unwind_ipinfo.m4.
3314 Call GCC_CHECK_UNWIND_GETIPINFO.
3315 Link unwind.h to $unwind_header.
3316 * configure: Regenerate.
3317 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
3318 unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
3319 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
3320 unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
3321 * config/unwind-dw2-fde-darwin.c: New file.
3322 * config/arm/libunwind.S, config/arm/pr-support.c,
3323 config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
3324 config/arm/unwind-arm.h,: New files.
3325 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
3326 config/ia64/t-eh-ia64, config/ia64/t-glibc,
3327 config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
3328 config/ia64/t-vms, config/ia64/unwind-ia64.c,
3329 config/ia64/unwind-ia64.h: New files.
3330 * config/picochip/t-picochip: New file.
3331 * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
3332 files.
3333 * config/rs6000/t-darwin (LIB2ADDEH): Set.
3334 * config/s390/t-tpf (LIB2ADDEH): Remove.
3335 * config/t-darwin (LIB2ADDEH): Set.
3336 * config/t-eh-dw2-dip: New file.
3337 * config/t-libunwind, config/t-libunwind-elf: New files.
3338 * config/t-sol2 (LIB2ADDEH): Remove.
3339 * config/xtensa/t-xtensa: New file.
3340
40f2f11f
L
33412011-08-02 H.J. Lu <hongjiu.lu@intel.com>
3342
3343 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
3344 (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
3345 long long to check rt_sigreturn syscall.
3346
bd15e32c
AM
33472011-08-02 Alan Modra <amodra@gmail.com>
3348
3349 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
3350 Restore for indirect call bcrtl from correct stack slot, and only
3351 if cfa+40 isn't valid.
3352
655b30bf
JB
33532011-08-01 Julian Brown <julian@codesourcery.com>
3354
3355 * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
3356 (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
3357 * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
3358
247eb06f
JB
33592011-08-01 Julian Brown <julian@codesourcery.com>
3360
3361 * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
3362 (libgcc-std.ver.in): Use above.
3363 * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
3364 LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
3365 throughout file.
3366 * config/t-fixedpoint-gnu-prefix: New file.
3367 * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
3368 * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
3369 instead of __PFX__.
3370
02a8fe00
L
33712011-07-28 H.J. Lu <hongjiu.lu@intel.com>
3372
3373 * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
3374 Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
3375 for x86-64. Properly check __x86_64__ and __LP64__.
3376
5fce9126
L
33772010-07-28 H.J. Lu <hongjiu.lu@intel.com>
3378
3379 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
3380 version.
3381 (_FP_WS_TYPE): Likewise.
3382 (_FP_I_TYPE): Likewise.
3383
2374a88a
AM
33842011-07-28 Alan Modra <amodra@gmail.com>
3385
3386 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
3387 Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
3388 in a plt call stub. Do restore r2 if stopped on bctrl.
3389
e44dbbe1
RO
33902011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3391
3392 * config.host (i[3456x]86-*-netware*): Remove.
3393 * config/i386/netware-crt0.c, config/i386/t-nwld,
3394 config/i386/t-slibgcc-nwld: Remove.
3395
bcead286
BS
33962011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3397
3398 * config.host: Handle tic6x-*-*.
3399 * config/c6x/c6x-abi.h: New file.
3400
b3fe1584
RO
34012011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3402
3403 * config/i386/crtprec.c: New file.
3404 * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
3405 * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
3406 Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
3407 (x86_64-*-darwin*): Likewise.
3408 (i[34567]86-*-solaris2*: Likewise.
3409
35d8090d
RO
34102011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3411
3412 * config/alpha/crtfastmath.c: New file.
3413 * config/i386/crtfastmath.c: New file.
3414 * config/ia64/crtfastmath.c: New file.
3415 * config/mips/crtfastmath.c: New file.
3416 * config/sparc/crtfastmath.c: New file.
3417
3418 * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
3419 crtfastmath.c.
3420 Add -frandom-seed=gcc-crtfastmath.
3421 * config/alpha/t-crtfm: Remove.
3422 * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
3423 * config/ia64/t-ia64 (crtfastmath.o): Remove.
3424
3425 * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
3426 (alpha*-dec-osf5.1*): Likewise.
3427 (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
3428 Add crtfastmath.o to extra_parts.
3429 (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
3430 Add crtfastmath.o to extra_parts.
3431 (x86_64-*-darwin*): Likewise.
3432 (x86_64-*-mingw*): Likewise.
3433 (ia64*-*-elf*): Add t-crtfm to tmake_file.
3434 (ia64*-*-freebsd*): Likewise.
3435 (ia64*-*-linux*): Likewise.
3436 (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
3437 Add crtfastmath.o to extra_parts.
3438
e141542e
RO
34392011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3440
3441 * config/darwin-crt3.o: New file.
3442 * config/rs6000/darwin-crt2.c: New file.
3443 * config/t-darwin: New file.
3444 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
3445 (crt2.o): New rule.
3446 * config.host (*-*-darwin*): Add crt3.o to extra_parts.
3447 (powerpc-*-darwin*): Add crt2.o to extra_parts.
3448 (powerpc64-*-darwin*): Likewise.
3449
2d1efe2d
RO
34502011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3451
3452 * config/i386/netware-crt0.c: New file.
3453 * config/i386/t-nwld: Rename to ...
3454 * config/i386/t-slibgcc-nwld: ... this.
3455 * config/i386/t-nwld: New file.
3456 * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
3457 tmake_file.
3458 Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
3459 extra_parts.
3460
4a8bb046
RO
34612011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3462
3463 * configure.ac (i?86-*-solaris2*): Use libgcc copy of
3464 i386/t-crtstuff.
3465 * configure: Regenerate.
3466
2d8d5935
RO
34672011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3468
3469 * dfp-bit.c, dfp-bit.h: New files.
3470 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
3471 variables.
3472 ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
3473 ($(d64pbit-o)): Likewise.
3474 ($(d128pbit-o)): Likewise.
3475 * config/t-dfprules: New file.
3476 * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
3477 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
3478 i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
3479 (x86_64-*-linux*): Likewise.
3480 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
3481 (i[34567]86-*-cygwin*): Likewise.
3482 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
3483 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
3484
2c50b2c3
RO
34852011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3486
3487 * Makfile.in (LIBGCOV): New variable.
3488 ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
3489 * libgcov.c: New file.
3490
a039d7c2
RO
34912011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3492
3493 * fixed-bit.c, fixed-bit.h: New files.
3494 * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
3495 refer to fixed-bit.c.
3496
1e4b2746
JM
34972011-07-07 Joseph Myers <joseph@codesourcery.com>
3498
3499 * config.host (*local*): Remove.
3500
fbdd5d87
RO
35012011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3502
3503 PR target/39150
3504 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
3505 like i?86-*-solaris2.1[0-9]*.
3506 (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
3507 * configure.ac (i?86-*-solaris2*): Likewise.
3508 * configure: Regenerate.
3509
9e7714f4
TS
35102011-07-06 Thomas Schwinge <thomas@schwinge.name>
3511
3512 * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
3513 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
3514 md_unwind_header by splitting out of...
3515 (i[34567]86-*-linux*): ... this.
3516 * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
3517 Remove md_unwind_header by splitting out of...
3518 (x86_64-*-linux*): ... this.
3519
6dab9931
GJL
35202011-07-04 Georg-Johann Lay <avr@gjlay.de>
3521
3522 * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
3523
4be46d19
NC
35242011-06-28 Nick Clifton <nickc@redhat.com>
3525
3526 * config.host: Recognize all V850 variants.
3527
1da9434b
UB
35282011-06-22 Uros Bizjak <ubizjak@gmail.com>
3529
3530 * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
3531
e4d48a4d
RO
35322011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3533
3534 * shared-object.mk (c_flags-$o): Save c_flags.
3535 ($(base)$(objext)): Use it.
3536 ($(base)_s$(objext)): Likewise.
3537
3801c801
BS
35382011-06-21 Bernd Schmidt <bernds@codesourcery.com>
3539
3540 * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
3541 * libgcc-std.ver.in (GCC_4.7.0): New section.
3542
0ad8bb3b 35432011-06-16 Georg-Johann Lay <avr@gjlay.de>
1da9434b 3544
0ad8bb3b
GJL
3545 PR target/49313
3546 PR target/29524
3547 * config/avr/t-avr: Fix line endings.
3548 (intfuncs16): Remove _ffsXX2, _clzXX2, _ctzXX2, _popcountXX2,
3549 _parityXX2.
3550
ea963999
OH
35512011-06-14 Olivier Hainque <hainque@adacore.com>
3552 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3553
3554 * config/mips/irix6-unwind.h: New file.
3555 * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
3556
b11b0904
EB
35572011-06-10 Eric Botcazou <ebotcazou@adacore.com>
3558
3559 * config/sparc/linux-unwind.h (STACK_BIAS): Define.
3560 (sparc64_fallback_frame_state): Use it.
3561 (sparc64_frob_update_context): Further adjust context.
3562 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
3563 * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
3564 * config/sparc/sol2-cn.S: Likewise.
3565
10e48e39
RO
35662011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3567
3568 * enable-execute-stack-empty.c: New file.
3569 * enable-execute-stack-mprotect.c: New file.
3570 * config/i386/enable-execute-stack-mingw32.c: New file.
3571 * config.host (enable_execute_stack): New variable.
3572 Select appropriate variants.
3573 * configure.ac: Link enable-execute-stack.c to
3574 $enable_execute_stack.
3575 * configure: Regenerate.
3576 * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
3577 (lib2funcs): Remove _enable_execute_stack.
3578
10c4cabc
DM
35792011-06-09 David S. Miller <davem@davemloft.net>
3580 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3581
3582 * config.host (sparc-*-linux*): Correct md_unwind_header
3583 filename.
3584 (s390x-ibm-tpf*): Fix typo.
3585
aa4203e7
RO
35862011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3587
3588 * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
3589 Add crtfastmath.o to extra_parts.
3590 (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
3591 mips/t-crtfm.
3592 * config/mips/t-crtfm: Remove.
3593
0defd786
JDA
35942011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3595
3596 * config.host (hppa*-*-linux*): Correct md_unwind_header name.
3597
82f247af
KK
35982011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
3599
3600 * config.host (sh*-*-linux*): Fix typo.
3601
58cd1d70
RO
36022011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3603
3604 * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
3605 * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
3606 * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
3607 * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
3608 * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
3609 * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
3610 * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
3611 Wrap in !__MINGW64__.
3612 * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
3613 * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
3614 * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
3615 * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
3616 * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
3617 * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
3618 * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
3619 Wrap in !__LP64__.
3620 * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
3621 * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
3622 * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
3623 * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
3624 * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
3625 * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
3626 * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
3627 * config/no-unwind.h: New file.
3628 * config.host (md_unwind_header): Document.
3629 Define.
3630 (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
3631 alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
3632 hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
3633 hppa[12]*-*-hpux11*): Set md_unwind_header.
3634 (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
3635 Set md_unwind_header.
3636 (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
3637 (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
3638 (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
3639 m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
3640 powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
3641 s390x-*-linux*, s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
3642 sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
3643 md_unwind_header.
3644 * configure.ac: Link md-unwind-support.h to $md_unwind_header.
3645 * configure: Regenerate.
3646
737346fa
RO
36472011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3648
3649 * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
3650 Set tmake_file, extra_parts.
3651 * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
3652 Remove O32 support.
3653 * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
3654 Remove O32 support.
3655 * config/mips/t-irix6: New file.
3656 * config/mips/t-slibgcc-irix: New file.
3657
c192cee6
RO
36582011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3659
3660 * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
3661 * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
3662
ee33b5f0
RO
36632011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3664
3665 * configure.ac (target_thread_file): Determine thread model.
3666 * configure: Regenerate.
3667 * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
3668 * config/alpha/t-alpha: New file.
3669 * config/alpha/t-crtfm: Use $<.
3670 * config/alpha/t-ieee: New file.
3671 * config/alpha/t-osf-pthread: New file.
3672 * config/alpha/t-slibgcc-osf: New file.
3673 * config/alpha/libgcc-osf5.ver: New file.
3674
0699e415
RO
36752011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3676
3677 * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
3678 tmake_file.
3679 Add crtfastmath.o to extra_parts.
3680
a3fab9c2
RO
36812011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3682
3683 * config/gmon-sol2.c: Reindent.
3684 Cleanup comments.
3685 Remove, correct casts.
3686 Use STDERR_FILENO, NULL.
3687 (BASEADDRESS): Remove.
3688 (minbrk): Remove.
3689 (errno, sbrk): Remove declarations.
3690 (monstartup) [hp300]: Remove.
3691 (mcount): Remove.
3692
ca24c5ad
RO
36932011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3694
3695 * Makefile.in (cpu_type): Define.
3696 * config.host (i[34567]86-*-rtems*): Handle it.
3697 (i[34567]86-*-solaris2*): Move body ...
3698 (*-*-solaris2*): ... here.
3699 New case, generalize.
3700 (sparc-*-elf*): Handle it.
3701 (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
3702 (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
3703 (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
3704 Fold into ...
3705 (sparc*-*-solaris2*): ... this.
3706 New case.
3707 (sparc64-*-elf*): Handle it.
3708 * config/gmon-sol2.c: Move from ../gcc/config/sparc.
3709 Merge ../gcc/config/i386/gmon-sol2.c.
3710 * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
3711 Use C comments.
3712 Merge ../gcc/config/i386/sol2-gc1.asm.
3713 * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
3714 Use C comments.
3715 * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
3716 Use C comments.
3717 * config/i386/t-crtfm (crtfastmath.o): Use $<.
3718 * config/i386/t-crtstuff: New file.
3719 * config/i386/t-softfp: New file.
3720 * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
3721 $(T)crti.o, $(T)crtn.o): Remove.
3722 (gcrt1.o): New rule.
3723 (TARGET_LIBGCC2_CFLAGS): Remove.
3724 * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
3725 * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
3726 * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
3727 * config/sparc/t-sol2: New file.
3728 * config/sparc/t-crtfm: Move to ...
3729 * config/t-crtfm: ... this.
3730 Use $(cpu_type), $<.
3731 * config/t-crtin: New file.
3732 * config/sparc/t-softfp: New file.
3733 * config/sparc/t-softmul: New file.
3734 * config/t-rtems: New file.
3735 * config/t-slibgcc: New file.
3736 * config/t-slibgcc-elf-ver: New file.
3737 * config/t-slibgcc-gld: New file.
3738 * config/t-slibgcc-sld: New file.
3739 * config/t-sol2: New file.
3740 * configure.ac: Include ../config/lib-ld.m4.
3741 Call AC_LIB_PROG_LD_GNU.
3742 Substitute cpu_type.
3743 * configure: Regenerate.
3744
ad5f3d7b
BS
37452011-05-27 Bernd Schmidt <bernds@codesourcery.com>
3746
3747 PR bootstrap/49173
3748 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
3749 libgcc-std.ver in the build directory.
3750 * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
3751 * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
3752
cdbf4541
BS
37532011-05-25 Bernd Schmidt <bernds@codesourcery.com>
3754
3755 * libgcc-std.ver.in: New file.
3756 * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
3757 variables.
3758 (libgcc-std.ver): New rule.
3759 * config/t-gnu-prefix: New file.
3760
c8028650
RO
37612011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3762
3763 * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
3764
4a68b4ca
JM
37652011-05-10 Joseph Myers <joseph@codesourcery.com>
3766
3767 * config/i386/darwin-lib.h: New file.
3768
80cf2e08
JM
37692011-05-10 Joseph Myers <joseph@codesourcery.com>
3770
3771 * config/arm/symbian-lib.h: New.
3772
a3330c9d
CD
37732011-05-04 Chris Demetriou <cgd@google.com>
3774
3775 * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
3776 (__x86.get_pc_thunk.bx): ...this.
3777 (__morestack): Adjust for rename, remove undef of __i686.
3778
6ace0756
CD
37792011-05-03 Chris Demetriou <cgd@google.com>
3780
3781 * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
3782
ebb9f8b0
JM
37832011-03-22 Joseph Myers <joseph@codesourcery.com>
3784
3785 * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
3786 arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
3787 m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
3788 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
3789 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
3790 Remove cases.
3791
9cfa1499
AT
37922011-03-14 Andreas Tobler <andreast@fgznet.ch>
3793
3794 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
3795 Adjust copyright year.
3796
457186f6
ILT
37972011-03-07 Ian Lance Taylor <iant@google.com>
3798
3799 * generic-morestack.c (__splitstack_find): Adjust returned stack
3800 pointer to include all registers pushed by __morestack.
3801
58c741a6
DK
38022011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
3803
3804 PR target/40125
3805 * configure.ac: Call ACX_NONCANONICAL_TARGET.
3806 (toolexecdir): Calculate and AC_SUBST.
3807 (toolexeclibdir): Likewise.
3808 * Makefile.in (target_noncanonical): Import.
3809 (toolexecdir): Likewise.
3810 (toolexeclibdir): Likewise.
3811 * configure: Regenerate.
3812
26716c44
NF
38132010-12-13 Nathan Froyd <froydnj@codesourcery.com>
3814
3815 PR target/46040
3816 * config/arm/bpabi.h: Rename to...
3817 * config/arm/bpabi-lib.h: ...this.
3818
b595b1a1
RO
38192010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3820
3821 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
3822 appropriate.
3823 * configure: Regenerate.
3824
a3abe41c
NF
38252010-11-24 Nathan Froyd <froydnj@codesourcery.com>
3826
3827 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
3828 __FLOAT_WORD_ORDER__.
3829 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
3830 Delete.
3831
455c8f48
RW
38322010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3833
3834 PR other/46202
3835 * Makefile.in (install-strip): New phony target.
3836
f3824a8b
ILT
38372010-11-07 Ian Lance Taylor <iant@google.com>
3838
3839 PR target/46089
3840 * config/i386/morestack.S (__morestack_large_model): New
3841 function.
3842
18ed6ee4
NF
38432010-10-23 Nathan Froyd <froydnj@codesourcery.com>
3844
3845 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
3846 Delete.
3847 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
3848
8ac7fdcb
NF
38492010-10-14 Nathan Froyd <froydnj@codesourcery.com>
3850
3851 * config/arm/bpabi.h: New file.
3852 * config/frv/frv-abi.h: New file.
3853
cdb388c2
ILT
38542010-10-01 Ian Lance Taylor <iant@google.com>
3855
3856 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
3857 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
3858
ef7c141c
L
38592010-10-01 H.J. Lu <hongjiu.lu@intel.com>
3860
3861 PR target/45858
3862 * config.host: Add the missing `$'.
3863
80920132
ME
38642010-09-30 Michael Eager <eager@eagercon.com>
3865
3866 * config.host: Add microblaze*-*-*.
3867 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
3868 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
3869 udivsi3.asm,umodsi3.asm}: New.
3870
6dace308
ILT
38712010-09-28 Ian Lance Taylor <iant@google.com>
3872
3873 * configure.ac: Adjust CFI test to test assembler directly rather
3874 than checking gcc preprocessor macro.
3875 * configure: Rebuild.
3876
b6110d6d
ILT
38772010-09-27 Ian Lance Taylor <iant@google.com>
3878
3879 * configure.ac: Test whether assembler supports CFI directives.
3880 * config.host: Only add t-stack and i386/t-stack-i386 to
3881 tmake_file if libgcc_cv_cfi is "yes".
3882 * configure: Rebuild.
3883
7458026b
ILT
38842010-09-27 Ian Lance Taylor <iant@google.com>
3885
3886 * generic-morestack.h: New file.
3887 * generic-morestack.c: New file.
3888 * generic-morestack-thread.c: New file.
3889 * config/i386/morestack.S: New file.
3890 * config/t-stack: New file.
3891 * config/i386/t-stack-i386: New file.
3892 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
3893 i386/t-stack-i386 to tmake_file.
3894
5b50fc0c
IS
38952010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3896
3897 * Makefile.in (libgcc-extra-parts): Check for static archives and
3898 invoke ranlib after installing them.
3899 (gcc-extra-parts): Likewise.
3900 (install-leaf): Likewise.
3901
b93cf342
L
39022010-09-14 H.J. Lu <hongjiu.lu@intel.com>
3903
3904 * configure: Regenerated.
3905
996b42ef
KT
39062010-09-10 Kai Tietz <kai.tietz@onevision.com>
3907
b93cf342 3908 * configure: Regenerated.
996b42ef 3909
be1c764e
GP
39102010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
3911 Andrew Pinski <pinskia@gmail.com>
3912
1da9434b 3913 PR target/40959
be1c764e
GP
3914 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
3915
cc0ae0ca
L
39162010-09-06 H.J. Lu <hongjiu.lu@intel.com>
3917
3918 PR target/45524
3919 * configure: Regenerated.
3920
84f47d20
AS
39212010-09-06 Andreas Schwab <schwab@redhat.com>
3922
3923 * configure: Regenerate.
3924
4159fb8d
UB
39252010-09-03 Uros Bizjak <ubizjak@gmail.com>
3926
3927 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
3928 64bit targets.
3929 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
3930 for 64bit targets.
3931
0df8fcc8
UB
39322010-09-03 Uros Bizjak <ubizjak@gmail.com>
3933 Iain Sandoe <iains@gcc.gnu.org>
3934
3935 PR target/45476
3936 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
3937 LIB2FUNCS_EXCLUDE functions.
3938
3c39bca6
AK
39392010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3940
3941 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
3942 Include dfp.m4.
3943 * configure: Regenerate.
3944
d78552bd
UB
39452010-09-01 Uros Bizjak <ubizjak@gmail.com>
3946
3947 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
3948 i386/t-freebsd to tmake_file.
3949 * config/i386/t-freebsd: New file.
3950 * config/i386/libgcc-bsd.ver: New file.
3951
c5b79d4e
NF
39522010-07-23 Nathan Froyd <froydnj@codesourcery.com>
3953
3954 * config.host (powerpc*-eabispe*): Set tmake_file.
3955 (powerpc*-eabi*): Likewise.
3956 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
3957 crtbeginS, crtendS, crtbeginT.
3958
48b09a92
KH
39592010-06-12 Kazu Hirata <kazu@codesourcery.com>
3960
3961 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
3962 to tmake_file. Add crtfastmath.o to extra_parts.
3963 * config/mips/t-crtfm: New.
3964
a4389204
JS
39652010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
3966
3967 * config.host (sparc64-*-rtems*): New target.
3968
ed104137
RO
39692010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3970
3971 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
3972 assembler syntax.
3973
3f56ef8b
TS
39742010-04-15 Thomas Schwinge <tschwinge@gnu.org>
3975
3976 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
3977
8c200350
RO
39782010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3979
3980 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
3981 alpha-dec-osf5.0* support.
3982
80a61cb4 39832010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
c1b14424
RC
3984
3985 * config.host: Add lm32-*-rtems*.
3986
f128db92
RO
39872010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3988 Uros Bizjak <ubizjak@gmail.com>
3989
3990 PR target/39048
3991 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
3992 like other remaining 32-bit x86 OSes.
3993 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
3994 assembler syntax.
3995 * config/i386/libgcc-sol2.ver: New file.
3996 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
3997
368fabd5
JH
39982010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
3999
4000 PR c/43553
4001 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
4002 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
4003 is used and substitute set_use_emutls.
4004 * configure: Regenerated.
4005
15baf7f8
TG
40062010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
4007
4008 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
4009
7f5441df
RO
40102010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4011
4012 PR target/38085
4013 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
4014 MULTILIB_CFLAGS.
4015 ($(T)gcrt1.o): Likewise.
4016 ($(T)crt1.o): Likewise.
4017 ($(T)crti.o): Likewise.
4018 ($(T)crtn.o): Likewise.
4019
ef74edbd
RW
40202010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4021
4022 PR other/42980
4023 * Makefile.in (install): Use $(MAKE) string in rule, for
4024 parallel make.
4025
e7c914db
HPN
40262010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
4027
4028 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
4029 * config/mmix/t-mmix: New file.
4030 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
4031
1bcb71c4
JH
40322010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
4033
4034 PR java/41991
4035 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
4036 SHLIB_MAPFILES.
4037
e6e50811
AG
40382010-01-04 Anthony Green <green@moxielogic.com>
4039
4040 * config/moxie/crti.asm, config/moxie/crtn.asm,
4041 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
4042 config/moxie/t-moxie: New files.
4043 * config.host: Add t-moxie-softfp reference.
4044
ca8520ad
IS
40452009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
4046
4047 PR other/39888
4048 * config/t-slibgcc-darwin: Fix embedded rpaths for
4049 --enable-version-specific-runtime-libs, build extension stub
4050 libs exposing features available from current libgcc_s.
4051
aa4945c1
JB
40522009-11-11 Jon Beniston <jon@beniston.com>
4053
d78552bd
UB
4054 * config.host: Add lm32 targets.
4055 * config/lm32: New directory.
4056 * config/lm32/libgcc_lm32.h: New file.
4057 * config/lm32/_mulsi3.c: New file.
4058 * config/lm32/_udivmodsi4.c: New file.
4059 * config/lm32/_divsi3.c: New file.
4060 * config/lm32/_modsi3.c: New file.
4061 * config/lm32/_udivsi3.c: New file.
4062 * config/lm32/_umodsi3.c: New file.
4063 * config/lm32/_lshrsi3.S: New file.
4064 * config/lm32/_ashrsi3.S: New file.
4065 * config/lm32/_ashlsi3.S: New file.
4066 * config/lm32/crti.S: New file.
4067 * config/lm32/crtn.S: New file.
4068 * config/lm32/t-lm32: New file.
4069 * config/lm32/t-elf: New file.
4070 * config/lm32/t-uclinux: New file.
aa4945c1 4071
65a324b4
NC
40722009-10-26 Nick Clifton <nickc@redhat.com>
4073
4074 * config.host: Add support for RX target.
4075 * config/rx: New directory.
4076 * config/rx/rx-abi-functions.c: New file. Supplementary
4077 functions for libgcc to support the RX ABI.
4078 * config/rx/rx-abi.h: New file. Supplementary header file for
4079 libgcc RX ABI functions.
4080 * config/rx/t-rx: New file: Makefile fragment for building
4081 libgcc for the RX.
4082
dfb3b0e3
UB
40832009-10-09 Uros Bizjak <ubizjak@gmail.com>
4084
4085 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
4086 constraint of y0 to "g".
4087
81dd9fd7
AK
40882009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4089
4090 * config.host: Include the s390 makefile fragments.
4091 * config/s390/32/_fixdfdi.c: New file.
4092 * config/s390/32/_fixsfdi.c: New file.
4093 * config/s390/32/_fixtfdi.c: New file.
4094 * config/s390/32/_fixunsdfdi.c: New file.
4095 * config/s390/32/_fixunssfdi.c: New file.
4096 * config/s390/32/_fixunstfdi.c: New file.
4097 * config/s390/32/t-floattodi: New file.
4098 * config/s390/libgcc-glibc.ver: New file.
4099 * config/s390/t-crtstuff: New file.
4100 * config/s390/t-linux: New file.
4101 * config/s390/t-tpf: New file.
4102
df58e648
RW
41032009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4104
4105 * configure.ac (AC_PREREQ): Bump to 2.64.
4106
79052be3
KK
41072009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
4108
4109 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
4110
5213506e
RW
41112009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4112
4113 * configure: Regenerate.
4114
a9a25daa
DR
41152009-08-09 Douglas B Rupp <rupp@gnat.com>
4116
4117 * config.host (ia64-hp-*vms*): New target.
4118 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
4119 with ia64-hp-*vms*.
4120
6efbd53f
RW
41212009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4122
4123 * configure.ac: Add snippet for maintainer-mode.
4124 * configure: Regenerate.
4125 * Makefile.in (AUTOCONF, configure_deps): New variables.
4126 ($(srcdir)/configure)): New rule, active only with maintainer
4127 mode turned on.
4128
7acf4da6
DD
41292009-06-23 DJ Delorie <dj@redhat.com>
4130
4131 Add MeP port.
4132 * config.host: Add mep support.
4133
54f549af
KT
41342009-06-22 Kai Tietz <kai.tietz@onevision.com>
4135
34481f28 4136 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 4137 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
34481f28
UB
4138
4139 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
4140 for mingw targets.
54f549af
KT
4141 * config/i386/64/_multc3.c: Likewise.
4142 * config/i386/64/_powitf2.c: Likewise.
4143 * config/i386/64/eqtf2.c: Likewise.
4144 * config/i386/64/getf2.c: Likewise.
4145 * config/i386/64/letf2.c: Likewise.
4146 * config/i386/64/letf2.c: Likewise.
34481f28
UB
4147 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
4148 unsigned long long for x64 mingw targets.
4149 (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
4150 (_FP_I_TYPE): Define as long long for x64 mingw target.
54f549af 4151
fea96e25
MR
41522009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
4153
4154 * config.host (vax-*-linux*): New.
4155
cceb575c
AG
41562009-05-31 Anthony Green <green@moxielogic.com>
4157
4158 * config.host: Add moxie support.
4159 * config/moxie/t-moxie: New file.
4160
e997fb9c
DB
41612009-05-29 David Billinghurst <billingd@gcc.gnu.org>
4162
4163 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 4164 t-softfp to tmake_file for i[34567]86-*-cygwin*.
e997fb9c 4165
532bfb0a
AJ
41662009-04-17 Aurelien Jarno <aurelien@aurel32.net>
4167
4168 * config.host: Add i386/${host_address}/t-fprules-softfp to
4169 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
4170
748086b7
JJ
41712009-04-09 Nick Clifton <nickc@redhat.com>
4172
4173 * config/ia64/tf-signs.c: Change copyright header to refer to
4174 version 3 of the GNU General Public License with version 3.1
4175 of the GCC Runtime Library Exception and to point readers at
4176 the COPYING3 and COPYING3.RUNTIME files and the FSF's license
4177 web page.
4178 * config/i386/32/tf-signs.c: Likewise.
4179 * config/libbid/_addsub_dd.c: Likewise.
4180 * config/libbid/_addsub_sd.c: Likewise.
4181 * config/libbid/_addsub_td.c: Likewise.
4182 * config/libbid/_dd_to_df.c: Likewise.
4183 * config/libbid/_dd_to_di.c: Likewise.
4184 * config/libbid/_dd_to_sd.c: Likewise.
4185 * config/libbid/_dd_to_sf.c: Likewise.
4186 * config/libbid/_dd_to_si.c: Likewise.
4187 * config/libbid/_dd_to_td.c: Likewise.
4188 * config/libbid/_dd_to_tf.c: Likewise.
4189 * config/libbid/_dd_to_udi.c: Likewise.
4190 * config/libbid/_dd_to_usi.c: Likewise.
4191 * config/libbid/_dd_to_xf.c: Likewise.
4192 * config/libbid/_df_to_dd.c: Likewise.
4193 * config/libbid/_df_to_sd.c: Likewise.
4194 * config/libbid/_df_to_td.c: Likewise.
4195 * config/libbid/_di_to_dd.c: Likewise.
4196 * config/libbid/_di_to_sd.c: Likewise.
4197 * config/libbid/_di_to_td.c: Likewise.
4198 * config/libbid/_div_dd.c: Likewise.
4199 * config/libbid/_div_sd.c: Likewise.
4200 * config/libbid/_div_td.c: Likewise.
4201 * config/libbid/_eq_dd.c: Likewise.
4202 * config/libbid/_eq_sd.c: Likewise.
4203 * config/libbid/_eq_td.c: Likewise.
4204 * config/libbid/_ge_dd.c: Likewise.
4205 * config/libbid/_ge_sd.c: Likewise.
4206 * config/libbid/_ge_td.c: Likewise.
4207 * config/libbid/_gt_dd.c: Likewise.
4208 * config/libbid/_gt_sd.c: Likewise.
4209 * config/libbid/_gt_td.c: Likewise.
4210 * config/libbid/_isinfd128.c: Likewise.
4211 * config/libbid/_isinfd32.c: Likewise.
4212 * config/libbid/_isinfd64.c: Likewise.
4213 * config/libbid/_le_dd.c: Likewise.
4214 * config/libbid/_le_sd.c: Likewise.
4215 * config/libbid/_le_td.c: Likewise.
4216 * config/libbid/_lt_dd.c: Likewise.
4217 * config/libbid/_lt_sd.c: Likewise.
4218 * config/libbid/_lt_td.c: Likewise.
4219 * config/libbid/_mul_dd.c: Likewise.
4220 * config/libbid/_mul_sd.c: Likewise.
4221 * config/libbid/_mul_td.c: Likewise.
4222 * config/libbid/_ne_dd.c: Likewise.
4223 * config/libbid/_ne_sd.c: Likewise.
4224 * config/libbid/_ne_td.c: Likewise.
4225 * config/libbid/_sd_to_dd.c: Likewise.
4226 * config/libbid/_sd_to_df.c: Likewise.
4227 * config/libbid/_sd_to_di.c: Likewise.
4228 * config/libbid/_sd_to_sf.c: Likewise.
4229 * config/libbid/_sd_to_si.c: Likewise.
4230 * config/libbid/_sd_to_td.c: Likewise.
4231 * config/libbid/_sd_to_tf.c: Likewise.
4232 * config/libbid/_sd_to_udi.c: Likewise.
4233 * config/libbid/_sd_to_usi.c: Likewise.
4234 * config/libbid/_sd_to_xf.c: Likewise.
4235 * config/libbid/_sf_to_dd.c: Likewise.
4236 * config/libbid/_sf_to_sd.c: Likewise.
4237 * config/libbid/_sf_to_td.c: Likewise.
4238 * config/libbid/_si_to_dd.c: Likewise.
4239 * config/libbid/_si_to_sd.c: Likewise.
4240 * config/libbid/_si_to_td.c: Likewise.
4241 * config/libbid/_td_to_dd.c: Likewise.
4242 * config/libbid/_td_to_df.c: Likewise.
4243 * config/libbid/_td_to_di.c: Likewise.
4244 * config/libbid/_td_to_sd.c: Likewise.
4245 * config/libbid/_td_to_sf.c: Likewise.
4246 * config/libbid/_td_to_si.c: Likewise.
4247 * config/libbid/_td_to_tf.c: Likewise.
4248 * config/libbid/_td_to_udi.c: Likewise.
4249 * config/libbid/_td_to_usi.c: Likewise.
4250 * config/libbid/_td_to_xf.c: Likewise.
4251 * config/libbid/_tf_to_dd.c: Likewise.
4252 * config/libbid/_tf_to_sd.c: Likewise.
4253 * config/libbid/_tf_to_td.c: Likewise.
4254 * config/libbid/_udi_to_dd.c: Likewise.
4255 * config/libbid/_udi_to_sd.c: Likewise.
4256 * config/libbid/_udi_to_td.c: Likewise.
4257 * config/libbid/_unord_dd.c: Likewise.
4258 * config/libbid/_unord_sd.c: Likewise.
4259 * config/libbid/_unord_td.c: Likewise.
4260 * config/libbid/_usi_to_dd.c: Likewise.
4261 * config/libbid/_usi_to_sd.c: Likewise.
4262 * config/libbid/_usi_to_td.c: Likewise.
4263 * config/libbid/_xf_to_dd.c: Likewise.
4264 * config/libbid/_xf_to_sd.c: Likewise.
4265 * config/libbid/_xf_to_td.c: Likewise.
4266 * config/libbid/bid128.c: Likewise.
4267 * config/libbid/bid128_2_str.h: Likewise.
4268 * config/libbid/bid128_2_str_macros.h: Likewise.
4269 * config/libbid/bid128_2_str_tables.c: Likewise.
4270 * config/libbid/bid128_add.c: Likewise.
4271 * config/libbid/bid128_compare.c: Likewise.
4272 * config/libbid/bid128_div.c: Likewise.
4273 * config/libbid/bid128_fma.c: Likewise.
4274 * config/libbid/bid128_logb.c: Likewise.
4275 * config/libbid/bid128_minmax.c: Likewise.
4276 * config/libbid/bid128_mul.c: Likewise.
4277 * config/libbid/bid128_next.c: Likewise.
4278 * config/libbid/bid128_noncomp.c: Likewise.
4279 * config/libbid/bid128_quantize.c: Likewise.
4280 * config/libbid/bid128_rem.c: Likewise.
4281 * config/libbid/bid128_round_integral.c: Likewise.
4282 * config/libbid/bid128_scalb.c: Likewise.
4283 * config/libbid/bid128_sqrt.c: Likewise.
4284 * config/libbid/bid128_string.c: Likewise.
4285 * config/libbid/bid128_to_int16.c: Likewise.
4286 * config/libbid/bid128_to_int32.c: Likewise.
4287 * config/libbid/bid128_to_int64.c: Likewise.
4288 * config/libbid/bid128_to_int8.c: Likewise.
4289 * config/libbid/bid128_to_uint16.c: Likewise.
4290 * config/libbid/bid128_to_uint32.c: Likewise.
4291 * config/libbid/bid128_to_uint64.c: Likewise.
4292 * config/libbid/bid128_to_uint8.c: Likewise.
4293 * config/libbid/bid32_to_bid128.c: Likewise.
4294 * config/libbid/bid32_to_bid64.c: Likewise.
4295 * config/libbid/bid64_add.c: Likewise.
4296 * config/libbid/bid64_compare.c: Likewise.
4297 * config/libbid/bid64_div.c: Likewise.
4298 * config/libbid/bid64_fma.c: Likewise.
4299 * config/libbid/bid64_logb.c: Likewise.
4300 * config/libbid/bid64_minmax.c: Likewise.
4301 * config/libbid/bid64_mul.c: Likewise.
4302 * config/libbid/bid64_next.c: Likewise.
4303 * config/libbid/bid64_noncomp.c: Likewise.
4304 * config/libbid/bid64_quantize.c: Likewise.
4305 * config/libbid/bid64_rem.c: Likewise.
4306 * config/libbid/bid64_round_integral.c: Likewise.
4307 * config/libbid/bid64_scalb.c: Likewise.
4308 * config/libbid/bid64_sqrt.c: Likewise.
4309 * config/libbid/bid64_string.c: Likewise.
4310 * config/libbid/bid64_to_bid128.c: Likewise.
4311 * config/libbid/bid64_to_int16.c: Likewise.
4312 * config/libbid/bid64_to_int32.c: Likewise.
4313 * config/libbid/bid64_to_int64.c: Likewise.
4314 * config/libbid/bid64_to_int8.c: Likewise.
4315 * config/libbid/bid64_to_uint16.c: Likewise.
4316 * config/libbid/bid64_to_uint32.c: Likewise.
4317 * config/libbid/bid64_to_uint64.c: Likewise.
4318 * config/libbid/bid64_to_uint8.c: Likewise.
4319 * config/libbid/bid_b2d.h: Likewise.
4320 * config/libbid/bid_binarydecimal.c: Likewise.
4321 * config/libbid/bid_conf.h: Likewise.
4322 * config/libbid/bid_convert_data.c: Likewise.
4323 * config/libbid/bid_decimal_data.c: Likewise.
4324 * config/libbid/bid_decimal_globals.c: Likewise.
4325 * config/libbid/bid_div_macros.h: Likewise.
4326 * config/libbid/bid_dpd.c: Likewise.
4327 * config/libbid/bid_flag_operations.c: Likewise.
4328 * config/libbid/bid_from_int.c: Likewise.
4329 * config/libbid/bid_functions.h: Likewise.
4330 * config/libbid/bid_gcc_intrinsics.h: Likewise.
4331 * config/libbid/bid_inline_add.h: Likewise.
4332 * config/libbid/bid_internal.h: Likewise.
4333 * config/libbid/bid_round.c: Likewise.
4334 * config/libbid/bid_sqrt_macros.h: Likewise.
4335
43362009-04-09 Jakub Jelinek <jakub@redhat.com>
4337
4338 * Makefile.in: Change copyright header to refer to version
4339 3 of the GNU General Public License and to point readers at the
4340 COPYING3 file and the FSF's license web page.
4341 * config.host: Likewise.
4342
633dd061
AM
43432009-04-07 Alan Modra <amodra@bigpond.net.au>
4344
4345 * config.host: Reorder and merge to match config.gcc change.
4346
457d1d00
AM
43472009-04-03 Alan Modra <amodra@bigpond.net.au>
4348
4349 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
4350
52c0e446
JM
43512009-03-28 Joseph Myers <joseph@codesourcery.com>
4352
4353 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
4354 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
4355 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
4356 powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
4357
ba181049
UB
43582009-02-12 Uros Bizjak <ubizjak@gmail.com>
4359
4360 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
4361 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
4362
c252db20
L
43632009-02-12 H.J. Lu <hongjiu.lu@intel.com>
4364
ba181049
UB
4365 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
4366 ia64/t-softfp-compat to tmake_file.
c252db20
L
4367
4368 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
4369
4370 * config/ia64/__divxf3.asm: New.
4371 * config/ia64/_fixtfdi.asm: Likewise.
4372 * config/ia64/_fixunstfdi.asm: Likewise.
4373 * config/ia64/_floatditf.asm: Likewise.
4374 * config/ia64/t-fprules-softfp: Likewise.
4375 * config/ia64/t-softfp-compat: Likewise.
4376 * config/ia64/tf-signs.c: Likewise.
4377
c60535f9
BE
43782009-01-18 Ben Elliston <bje@au.ibm.com>
4379
4380 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
4381
ce16861e
BE
43822009-01-16 Ben Elliston <bje@au.ibm.com>
4383
4384 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
4385 to tmake_file.
4386
bcf4713b
BE
43872009-01-13 Ben Elliston <bje@au.ibm.com>
4388
4389 * config/t-softfp: New file.
4390 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
4391 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
4392
2042cb04
JS
43932009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
4394
4395 * config.host: Add m32r*-*-rtems*.
4396
541ed00e
JS
43972008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
4398
4399 * config.host: Add m32c*-*-rtems*.
4400
19523300
RO
44012008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4402
4403 PR bootstrap/33100
4404 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
4405 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
4406 * configure: Regenerate.
4407 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
4408 tmake_file here from gcc/config.gcc.
4409 Move extra_parts here from gcc/config.gcc.
4410 * config/i386/t-sol2: Move here from gcc/config/i386.
4411 Use gcc_srcdir instead of srcdir.
4412
0a4a51c7
AN
44132008-11-18 Adam Nemet <anemet@caviumnetworks.com>
4414
4415 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
4416 case.
4417
2a761e46
TS
44182008-11-09 Thomas Schwinge <tschwinge@gnu.org>
4419
4420 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
4421
c0451df7
TS
44222008-10-08 Thomas Schwinge <tschwinge@gnu.org>
4423
4424 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
4425
358da97e
HS
44262008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4427
4428 Add picoChip port.
4429 * config.host: Add picochip-*-*.
4430
c660f132
BW
44312008-08-06 Bob Wilson <bob.wilson@acm.org>
4432
4433 * config.host: Match more processor names for Xtensa.
4434
d1349557
L
44352008-07-08 H.J. Lu <hongjiu.lu@intel.com>
4436
4437 * config/i386/64/t-softfp-compat: Update comments.
4438
dd7b73c0
L
44392008-07-07 H.J. Lu <hongjiu.lu@intel.com>
4440
4441 * config/i386/64/_divtc3-compat.c: Moved to ...
4442 * config/i386/64/_divtc3.c: Here.
4443
4444 * config/i386/64/_multc3-compat.c: Moved to ...
4445 * config/i386/64/_multc3.c: Here.
4446
4447 * config/i386/64/_powitf2-compat.c: Moved to ...
4448 * config/i386/64/_powitf2.c: Here.
4449
4450 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
4451 .c suffix instead of -compat.c.
4452
6e1fab3d
UB
44532008-07-05 Uros Bizjak <ubizjak@gmail.com>
4454
4455 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
4456 (_FP_MUL_MEAT_D): Ditto.
4457 (_FP_DIV_MEAT_S): Ditto.
4458 (_FP_DIV_MEAT_D): Ditto.
4459
f92518d7
RS
44602008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
4461
4462 * Makefile.in: Add support for __sync_* libgcc functions.
4463
d0aede14
L
44642008-07-03 H.J. Lu <hongjiu.lu@intel.com>
4465
4466 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
4467
c174f11c
L
44682008-07-02 H.J. Lu <hongjiu.lu@intel.com>
4469
4470 PR boostrap/36702
4471 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
4472 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
4473
4474 * config/i386/64/t-fprules-softfp: Moved to ...
4475 * config/i386/64/t-softfp-compat: This. New.
4476
5f464fa2
UB
44772008-07-02 Uros Bizjak <ubizjak@gmail.com>
4478
4479 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
4480 Initialize f with 0.0.
4481
ff473280
L
44822008-07-02 H.J. Lu <hongjiu.lu@intel.com>
4483
4484 PR target/36669
4485 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
4486
4487 * config/i386/64/_divtc3-compat.c: New.
4488 * config/i386/64/_multc3-compat.c: Likewise.
4489 * config/i386/64/_powitf2-compat.c: Likewise.
4490 * config/i386/64/eqtf2.c: Likewise.
4491 * config/i386/64/getf2.c: Likewise.
4492 * config/i386/64/letf2.c: Likewise.
4493 * config/i386/64/t-fprules-softfp: Likewise.
4494
44952008-07-02 H.J. Lu <hongjiu.lu@intel.com>
4496
4497 * config.host: Add i386/${host_address}/t-fprules-softfp to
4498 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
dfb3b0e3 4499 i[34567]86-*-linux*, x86_64-*-linux*.
ff473280
L
4500
4501 * configure.ac: Set host_address to 64 or 32 for x86.
4502 * configure: Regenerated.
4503
4504 * Makefile.in (config.status): Also depend on
4505 $(srcdir)/config.host.
4506
4507 * config/i386/32/t-fprules-softfp: New.
4508 * config/i386/32/tf-signs.c: Likewise.
4509
4510 * config/i386/64/sfp-machine.h: New. Moved from gcc.
4511
45122008-07-02 H.J. Lu <hongjiu.lu@intel.com>
4513 Uros Bizjak <ubizjak@gmail.com>
4514
4515 * config/i386/32/sfp-machine.h: New.
4516
30551d99
NF
45172008-06-26 Nathan Froyd <froydnj@codesourcery.com>
4518
4519 * config/rs6000/t-ppccomm: Remove rules that conflict with
4520 auto-generated rules.
4521
18c04407
RW
45222008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4523
4524 * configure.ac: sinclude override.m4.
4525 * configure: Regenerate.
4526
10fbe77a
BRF
45272008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
4528
4529 * configure: Regenerate.
4530
bc6d4c3f
JM
45312008-06-10 Joseph Myers <joseph@codesourcery.com>
4532
4533 * Makefile.in (DECNUMINC): Remove
4534 -I$(MULTIBUILDTOP)../../libdecnumber.
4535 * gstdint.h: New.
4536
cd985f66
JM
45372008-06-07 Joseph Myers <joseph@codesourcery.com>
4538
4539 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
4540 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
4541 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
4542 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
4543 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
4544 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
4545 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
4546 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
4547 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
4548 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
4549 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
4550 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
4551 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
4552 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
4553
93fea8d3
AL
45542008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
4555
4556 * config.host (sh2[lbe]*-*-linux*): Allow target.
4557
18724e30
NF
45582008-04-30 Nathan Froyd <froydnj@codesourcery.com>
4559
4560 * config/rs6000/t-ppccomm: Add build rules for new files.
4561 (LIB2ADD_ST): New variable.
4562
47583040
AH
45632008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
4564
4565 PR target/34210
4566 PR target/35508
4567 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
4568 * config/t-avr: New file. Build 16bit libgcc functions.
4569
cf8e67fe
JJ
45702008-03-02 Jakub Jelinek <jakub@redhat.com>
4571
4572 PR target/35401
4573 * config/t-slibgcc-darwin: Make install-leaf dependent on
4574 install-darwin-libgcc-stubs instead of install.
4575
8d8da227
JM
45762008-01-25 Joseph Myers <joseph@codesourcery.com>
4577
4578 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
4579 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
4580 sh-*-rtemscoff*): Remove cases.
4581
edbf8b16
RS
45822007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
4583
4584 * Makefile.in (all): Use install-leaf rather than install.
4585 (install): Split most of the rule into...
4586 (install-leaf): ...this new one.
4587
89deeaff
EK
45882007-12-19 Etsushi Kato <ek.kato@gmail.com>
4589 Paolo Bonzini <bonzini@gnu.org>
4590
4591 PR target/30572
5f464fa2
UB
4592 * Makefile.in: Use @shlib_slibdir@ substitution to get
4593 correct install name on darwin.
89deeaff 4594 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
dfb3b0e3 4595
4081d704
HPN
45962007-12-15 Hans-Peter Nilsson <hp@axis.com>
4597
4598 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
4599 cris-*-elf and cris-*-none.
4600 (crisv32-*-linux*): Similar, as cris-*-linux*.
4601
f43e89a3
RIL
46022007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
4603
4604 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
4605
b4e9c2c6
L
46062007-10-27 H.J. Lu <hongjiu.lu@intel.com>
4607
4608 PR regression/33926
4609 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
4610 * configure: Regenerated.
4611
b2a00c89
L
46122007-09-27 H.J. Lu <hongjiu.lu@intel.com>
4613
4614 * Makefile.in (dfp-filenames): Replace decimal_globals,
4615 decimal_data, binarydecimal and convert_data with
4616 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
4617 and bid_convert_data, respectively.
4618
8d2a9e0e
CF
46192007-09-17 Chao-ying Fu <fu@mips.com>
4620 Nigel Stephens <nigel@mips.com>
4621
4622 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
4623 * Makefile.in (fixed_point): Define.
4624 Check if fixed_point is yes to build support functions.
4625 * configure.ac: Check for fixed_point support.
4626 * configure: Regenerated.
4627 * gen-fixed.sh: New file to generate lists of fixed-point labels,
4628 funcs, modes, from, to.
4629
2b53935d
JJ
46302007-09-11 Janis Johnson <janis187@us.ibm.com
4631
4632 * Makefile.in (dfp-filenames): Add bid128_noncomp.
4633
2533577f
JJ
46342007-09-10 Janis Johnson <janis187@us.ibm.com>
4635
4636 * Makefile.in (dfp-filenames): Remove decUtility, add
4637 decDouble, decPacked, decQuad, decSingle.
4638
3ae3dbd6
HK
46392007-08-27 Hans Kester <hans.kester@ellips.nl>
4640
4641 * config.host : Add x86_64-elf target.
4642
22867d02
L
46432007-07-06 H.J. Lu <hongjiu.lu@intel.com>
4644
4645 * configure.ac (set_have_cc_tls): Add a missing =.
4646 * configure: Regenerated.
4647
6f461e76
L
46482007-07-06 H.J. Lu <hongjiu.lu@intel.com>
4649
4650 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
4651 and x86_64-*-linux*.
4652
4653 * config/t-tls: New file.
4654
dfb3b0e3 4655 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
6f461e76
L
4656
4657 * configure.ac: Include ../config/enable.m4 and
4658 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
4659 supports TLS and substitute set_have_cc_tls.
4660 * configure: Regenerated.
4661
200359e8
L
46622007-07-04 H.J. Lu <hongjiu.lu@intel.com>
4663
4664 * Makefile.in: Use libbid for DFP when BID is enabled.
4665
76f5e200
DS
46662007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
4667
4668 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
dfb3b0e3 4669 extra_parts. Add config/i386/t-cygming to tmake_file.
76f5e200
DS
4670 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
4671
9bd196f0 46722007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
200359e8 4673 Danny Smith <dannysmith@users.sourceforge.net>
9bd196f0
ZM
4674
4675 PR target/29498
4676 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
4677 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
4678 * config/i386/t-crtfm: Compile crtfastmath.o with
4679 -minline-all-stringops.
4680
1910440e
RS
46812007-05-10 Richard Sandiford <richard@codesourcery.com>
4682
4683 * config.host (sparc-wrs-vxworks): New target.
4684
7d33c31d
KH
46852007-04-14 Kazu Hirata <kazu@codesourcery.com>
4686
4687 * config.host: Recognize fido.
4688
96fccd0d
JJ
46892007-04-04 Janis Johnson <janis187@us.ibm.com>
4690
4691 * configure: Check host, not target, for decimal float support.
4692
577565f9
UB
46932007-04-03 Uros Bizjak <ubizjak@gmail.com>
4694
4695 * config/i386/t-crtpc: New file.
4696 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
5f464fa2 4697 (x86_64-*-linux*): Ditto.
577565f9 4698
ccf8e764
RH
46992007-02-30 Kai Tietz <kai.tietz@onevision.com>
4700
4701 * config.host (x86_64-*-mingw*): New target.
4702
79b87c74
MM
47032007-03-23 Michael Meissner <michael.meissner@amd.com>
4704 H.J. Lu <hongjiu.lu@intel.com>
4705
4706 * Makefile.in (enable_decimal_float): New.
4707 (DECNUMINC): Add
4708 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
4709 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
4710 (decbits-filenames): This.
4711 (decbits-objects): New.
4712 (libgcc-objects): Add $(decbits-objects).
4713
4714 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
4715 Substitute enable_decimal_float.
4716 * configure: Regenerated.
4717
8fce4e31
HPN
47182007-03-19 Hans-Peter Nilsson <hp@axis.com>
4719
4720 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
4721
e8bb4597
BM
47222007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4723
4724 * Makefile.in (install-info): New dummy target.
4725
344189f9
BS
47262007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
4727
4728 * config.host (bfin*-linux-uclibc*): Set extra_parts.
4729
ac84c172
BM
47302007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4731
4732 * Makefile.in: Add install-html and install-pdf dummy
4733 targets.
4734
cd5c2357
RS
47352007-02-05 Roger Sayle <roger@eyesopen.com>
4736 Daniel Jacobowitz <dan@codesourcery.com>
4737
4738 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
4739 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
4740 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
4741
d9a66f98
JJ
47422007-01-29 Janis Johnson <janis187@us.ibm.com>
4743
4744 * Makefile.in (dec-filenames): Add decExcept.
4745
9891ec5f
DJ
47462007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4747
4748 PR bootstrap/30469
4749 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
4750 -fprofile-use.
4751
d6efbf5a
DJ
47522007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * configure.ac: Add --enable-version-specific-runtime-libs.
4755 Correct $slibdir default.
4756 * configure: Regenerated.
4757
17caeff2
JM
47582007-01-23 Joseph Myers <joseph@codesourcery.com>
4759
4760 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
4761
5ea41e3a
AP
47622007-01-21 Andrew Pinski <pinskia@gmail.com>
4763
4764 PR target/30519
4765 * config.host (alpha*-*-linux*): Set extra_parts.
4766
26900826
KK
47672007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
4768
4769 * config/sh/t-linux: New.
4770 * config.host (sh*-*-linux*): Set tmake_file.
4771
97af925b
DJ
47722007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4773
4774 * Makefile.in (install): Handle multilibs.
4775
b0088af7
BM
47762007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
4777
4778 * Makefile.in: Added .PHONY entry for documentation targets.
4779
e0a9456a
BM
47802007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
4781
4782 * Makefile.in: Add empty info, html, dvi, pdf targets.
4783
7fd453b4
MS
47842007-01-04 Mike Stump <mrs@apple.com>
4785
4786 * Makefile.in (MAKEINFO): Remove.
4787 (PERL): Likewise.
4788
14e8fc8b
PB
47892007-01-04 Paolo Bonzini <bonzini@gnu.org>
4790
4791 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
4792 * configure: Regenerate.
4793 * Makefile.in (host_subdir): Substitute it.
dfb3b0e3 4794 (gcc_objdir): Use it.
14e8fc8b 4795
1555beba
DJ
47962007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4797
4798 * config.host (ia64*-*-linux*): Set tmake_file.
4799
79e6eaeb
DJ
48002007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4801
4802 * Makefile.in (version): Define.
4803
fa958513
DJ
48042007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4805 Paolo Bonzini <bonzini@gnu.org>
4806
4807 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
4808 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
4809 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
4810 config/sparc/t-crtfm, config/t-slibgcc-darwin,
4811 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
4812 shared-object.mk, siditi-object.mk, static-object.mk: New files.
4813 * configure: Generated.