]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/ChangeLog
mangle.c (java_mangle_decl): Re-sync with lhd_set_decl_assembler_name.
[thirdparty/gcc.git] / libgcc / ChangeLog
CommitLineData
726f49c3
SN
12016-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
2
3 * config/mips/linux-unwind.h: Use sys/syscall.h.
4
feeb6268
JM
52016-08-16 Joseph Myers <joseph@codesourcery.com>
6
7 PR libgcc/77265
8 * soft-fp/adddf3.c: Update from glibc.
9 * soft-fp/addsf3.c: Likewise.
10 * soft-fp/addtf3.c: Likewise.
11 * soft-fp/divdf3.c: Likewise.
12 * soft-fp/divsf3.c: Likewise.
13 * soft-fp/divtf3.c: Likewise.
14 * soft-fp/double.h: Likewise.
15 * soft-fp/eqdf2.c: Likewise.
16 * soft-fp/eqsf2.c: Likewise.
17 * soft-fp/eqtf2.c: Likewise.
18 * soft-fp/extenddftf2.c: Likewise.
19 * soft-fp/extended.h: Likewise.
20 * soft-fp/extendsfdf2.c: Likewise.
21 * soft-fp/extendsftf2.c: Likewise.
22 * soft-fp/extendxftf2.c: Likewise.
23 * soft-fp/fixdfdi.c: Likewise.
24 * soft-fp/fixdfsi.c: Likewise.
25 * soft-fp/fixdfti.c: Likewise.
26 * soft-fp/fixsfdi.c: Likewise.
27 * soft-fp/fixsfsi.c: Likewise.
28 * soft-fp/fixsfti.c: Likewise.
29 * soft-fp/fixtfdi.c: Likewise.
30 * soft-fp/fixtfsi.c: Likewise.
31 * soft-fp/fixtfti.c: Likewise.
32 * soft-fp/fixunsdfdi.c: Likewise.
33 * soft-fp/fixunsdfsi.c: Likewise.
34 * soft-fp/fixunsdfti.c: Likewise.
35 * soft-fp/fixunssfdi.c: Likewise.
36 * soft-fp/fixunssfsi.c: Likewise.
37 * soft-fp/fixunssfti.c: Likewise.
38 * soft-fp/fixunstfdi.c: Likewise.
39 * soft-fp/fixunstfsi.c: Likewise.
40 * soft-fp/fixunstfti.c: Likewise.
41 * soft-fp/floatdidf.c: Likewise.
42 * soft-fp/floatdisf.c: Likewise.
43 * soft-fp/floatditf.c: Likewise.
44 * soft-fp/floatsidf.c: Likewise.
45 * soft-fp/floatsisf.c: Likewise.
46 * soft-fp/floatsitf.c: Likewise.
47 * soft-fp/floattidf.c: Likewise.
48 * soft-fp/floattisf.c: Likewise.
49 * soft-fp/floattitf.c: Likewise.
50 * soft-fp/floatundidf.c: Likewise.
51 * soft-fp/floatundisf.c: Likewise.
52 * soft-fp/floatunditf.c: Likewise.
53 * soft-fp/floatunsidf.c: Likewise.
54 * soft-fp/floatunsisf.c: Likewise.
55 * soft-fp/floatunsitf.c: Likewise.
56 * soft-fp/floatuntidf.c: Likewise.
57 * soft-fp/floatuntisf.c: Likewise.
58 * soft-fp/floatuntitf.c: Likewise.
59 * soft-fp/gedf2.c: Likewise.
60 * soft-fp/gesf2.c: Likewise.
61 * soft-fp/getf2.c: Likewise.
62 * soft-fp/ledf2.c: Likewise.
63 * soft-fp/lesf2.c: Likewise.
64 * soft-fp/letf2.c: Likewise.
65 * soft-fp/muldf3.c: Likewise.
66 * soft-fp/mulsf3.c: Likewise.
67 * soft-fp/multf3.c: Likewise.
68 * soft-fp/negdf2.c: Likewise.
69 * soft-fp/negsf2.c: Likewise.
70 * soft-fp/negtf2.c: Likewise.
71 * soft-fp/op-1.h: Likewise.
72 * soft-fp/op-2.h: Likewise.
73 * soft-fp/op-4.h: Likewise.
74 * soft-fp/op-8.h: Likewise.
75 * soft-fp/op-common.h: Likewise.
76 * soft-fp/quad.h: Likewise.
77 * soft-fp/single.h: Likewise.
78 * soft-fp/soft-fp.h: Likewise.
79 * soft-fp/subdf3.c: Likewise.
80 * soft-fp/subsf3.c: Likewise.
81 * soft-fp/subtf3.c: Likewise.
82 * soft-fp/truncdfsf2.c: Likewise.
83 * soft-fp/trunctfdf2.c: Likewise.
84 * soft-fp/trunctfsf2.c: Likewise.
85 * soft-fp/trunctfxf2.c: Likewise.
86 * soft-fp/unorddf2.c: Likewise.
87 * soft-fp/unordsf2.c: Likewise.
88 * soft-fp/unordtf2.c: Likewise.
89
2e6fc1ac
GG
902016-08-15 Gilles Gouaillardet <gilles.gouaillardet@gmail.com>
91
92 PR gcov-profile/67097
93 * libgcov-util.c (gcov_profile_merge): Skip missing files.
94
a266236e
ML
952016-08-10 Martin Liska <mliska@suse.cz>
96
97 PR gcov-profile/58306
98 * Makefile.in: New functions (modules) are added.
99 * libgcov-profiler.c (__gcov_interval_profiler_atomic): New
100 function.
101 (__gcov_pow2_profiler_atomic): New function.
102 (__gcov_one_value_profiler_body): New argument is instroduced.
103 (__gcov_one_value_profiler): Call with the new argument.
104 (__gcov_one_value_profiler_atomic): Likewise.
105 (__gcov_indirect_call_profiler_v2): Likewise.
106 (__gcov_time_profiler_atomic): New function.
107 (__gcov_average_profiler_atomic): Likewise.
108 (__gcov_ior_profiler_atomic): Likewise.
109 * libgcov.h: Declare the aforementioned functions.
110
e0c8eebf
ML
1112016-08-09 Martin Liska <mliska@suse.cz>
112
113 * libgcov-util.c: Fix typo and GNU coding style.
114
6dce6418
ML
1152016-08-09 Martin Liska <mliska@suse.cz>
116
117 * Makefile.in: Remove __gcov_indirect_call_profiler.
118 * libgcov-profiler.c (__gcov_indirect_call_profiler): Remove
119 function.
120 * libgcov.h: And the declaration of the function.
121
dcb1e137
ML
1222016-08-09 Martin Liska <mliska@suse.cz>
123
124 * libgcov-profiler.c (__gcov_pow2_profiler): Consider 0 as not
125 power of two.
126
d6e69705
BS
1272016-07-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
128
129 * config/rs6000/_divkc3.c: Add copyright/license boilerplate.
130 * config/rs6000/_mulkc3.c: Likewise.
131
96aa1f95
GJL
1322016-07-29 Georg-Johann Lay <avr@gjlay.de>
133
134 * config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear
135 zero_reg as previous call to __umulhisi3 already cleared it.
136
a1b01d34
AJ
1372016-07-21 Aurelien Jarno <aurelien@aurel32.net>
138
139 PR target/59833
140 * config/arm/ieee754-df.S (extendsfdf2): Convert sNaN to qNaN.
141
985a47b2
NC
1422016-07-19 Nick Clifton <nickc@redhat.com>
143
144 * config.host (m32r): Add m32r/t-m32r to tmake_file.
145 Add crtinit.o and crtfini.o to extra_parts.
146
f906f5ed
BS
1472016-07-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
148
149 * config/rs6000/_divkc3.c: New.
150 * config/rs6000/_mulkc3.c: New.
151 * config/rs6000/quad-float128.h: Define TFtype; declare _mulkc3
152 and _divkc3.
153 * config/rs6000/t-float128: Add _mulkc3 and _divkc3 to
154 fp128_ppc_funcs.
155
82742404
HW
1562016-07-11 Hale Wang <hale.wang@arm.com>
157 Andre Vieira <andre.simoesdiasvieira@arm.com>
158
159 * config/arm/lib1funcs.S: Add new wrapper.
160
05a437c1
TP
1612016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
162
163 * config/arm/lib1funcs.S (__ARM_ARCH__): Define to 8 for ARMv8-M.
164
3d16d9ec
TP
1652016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
166
167 * config/arm/lib1funcs.S (HAVE_ARM_CLZ): Define for ARMv6* or later
168 and ARMv5t* rather than for a fixed list of architectures.
169
6f493951
TP
1702016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
171
172 * config/arm/bpabi-v6m.S: Clarify what architectures is the
173 implementation suitable for.
174 * config/arm/lib1funcs.S (__prefer_thumb__): Define among other cases
175 for all Thumb-1 only targets.
176 (NOT_ISA_TARGET_32BIT): Define for Thumb-1 only targets.
177 (THUMB_LDIV0): Test for NOT_ISA_TARGET_32BIT rather than
178 __ARM_ARCH_6M__.
179 (EQUIV): Likewise.
180 (ARM_FUNC_ALIAS): Likewise.
181 (umodsi3): Add check to __ARM_ARCH_ISA_THUMB != 1 to guard the idiv
182 version.
183 (modsi3): Likewise.
184 (clzsi2): Test for NOT_ISA_TARGET_32BIT rather than __ARM_ARCH_6M__.
185 (clzdi2): Likewise.
186 (ctzsi2): Likewise.
187 (L_interwork_call_via_rX): Test for __ARM_ARCH_ISA_ARM rather than
188 __ARM_ARCH_6M__ in guard for checking whether it is defined.
189 (final includes): Test for NOT_ISA_TARGET_32BIT rather than
190 __ARM_ARCH_6M__ and add comment to indicate the connection between
191 this condition and the one in gcc/config/arm/elf.h.
192 * config/arm/libunwind.S: Test for __ARM_ARCH_ISA_THUMB and
193 __ARM_ARCH_ISA_ARM rather than __ARM_ARCH_6M__.
194 * config/arm/t-softfp: Likewise.
195
1770511a
TS
1962016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
197
198 * libgcc2.c (SYMBOL__MAIN): Remove checks for
199 CTOR_LISTS_DEFINED_EXTERNALLY.
200
ba6be749
WL
2012016-06-28 Walter Lee <walt@tilera.com>
202
203 * config/tilepro/atomic.h: Do not include arch/spr_def.h and
204 asm/unistd.h.
205 (SPR_CMPEXCH_VALUE): Define for tilegx.
206 (__NR_FAST_cmpxchg): Define for tilepro.
207 (__NR_FAST_atomic_update): Define for tilepro.
208 (__NR_FAST_cmpxchg64): Define for tilepro.
209
a34c0db5
JS
2102016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
211
212 * config.host: Add suport for arm*-*-phoenix* targets.
213
0609abda
TS
2142016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
215
216 * config.host: Remove support for mep-*.
217 * config/mep/lib1funcs.S: Remove.
218 * config/mep/lib2funcs.c: Remove.
219 * config/mep/t-mep: Remove.
220 * config/mep/tramp.c: Remove.
221
3e326935
TS
2222016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
223
224 * config.host: Remove support for avr-rtems.
225 * config/avr/t-rtems: Remove.
226
914b155c
TS
2272016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
228
229 * config.host: Remove m32r-rtems support.
230
5ebf89bd
TS
2312016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
232
233 * config.host: Remove h8300-rtems support.
234
8466af06
TS
2352016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
236
237 * config.host: Remove support for knetbsd.
238
d980e738
TS
2392016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
240
241 * config.host: Remove support for openbsd 2 and 3.
242
ee2499b4
TS
2432016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
244
245 * config.host: Remove interix support.
246 * config/i386/t-interix: Remove.
247
9f92937b
JDA
2482016-06-18 John David Anglin <danglin@gcc.gnu.org>
249
250 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Don't set
251 least-significant bit in function pointer for fixup.
252
0a0ec53d
AC
2532016-06-05 Aaron Conole <aconole@redhat.com>
254 Nathan Sidwell <nathan@acm.org>
255
256 PR libgcc/71400
257 * libgcov-driver-system.c (__gcov_error_file): Disable if IN_GCOV_TOOL.
258 (get_gcov_error_file): Check __gcov_error_file before trying to
259 initialize it.
260 (gcov_error): Always use get_gcov_error_file.
261
8aa5bdd6
AC
2622016-06-02 Aaron Conole <aconole@redhat.com>
263
264 * libgcov-driver-system.c (__gcov_error_file): New.
265 (get_gcov_error_file): New.
266 (gcov_error): Use and set __gcov_error_file.
267 (gcov_error_exit): New.
268 * libgcov-driver.c (gcov_exit): Call gcov_error_exit.
269
40774faf
NS
2702016-05-26 Nathan Sidwell <nathan@acm.org>
271
272 * config/nvptx/free.asm: Delete.
273 * config/nvptx/malloc.asm: Delete.
274 * config/nvptx/realloc.c: Delete.
275 * t-nvptx: Update.
276
69a6d5ad
NS
2772016-05-25 Nathan Sidwell <nathan@acm.org>
278
279 * config/nvptx/crt0.s: Delete.
280 * config/nvptx/crt0.c: New.
281 * t-nvptx: Update.
282
6befaff6
SL
2832016-05-19 Sandra Loosemore <sandra@codesourcery.com>
284
385c7747 285 * config.host [x86_64-*-cygwin*]: Handle tmake_eh_file for mixed
6befaff6
SL
286 dw2/seh configuration.
287 [x86_64-*-mingw*]: Likewise.
288
ad251dfd
JS
2892016-05-10 Joel Sherrill <joel@rtems.org>
290
291 PR libgcc/70720
292 * config.host (moxie-*-rtems*): Merge this stanza with other moxie
293 targets so the same extra_parts are built. Also have tmake_file add
294 on to its value rather than override.
295
bc6d9014
OE
2962016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
297
298 * config.host: Remove SH5 support.
299 * configure: Likewise.
300
9129c8cf
OE
3012016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
302
303 * config/sh/crt1.S: Remove SH5 support.
304 * config/sh/crti.S: Likewise.
305 * config/sh/crtn.S: Likewise.
306 * config/sh/lib1funcs-4-300.S: Likewise.
307 * config/sh/lib1funcs-Os-4-200.S: Likewise.
308 * config/sh/lib1funcs.S: Likewise.
309 * config/sh/linux-unwind.h: Likewise.
310 * config/sh/t-sh64: Delete.
311
39d50464
CZ
3122016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
313
314 * config/arc/ieee-754/eqdf2.S: Handle FPX NaN.
315
8b48923b
CZ
3162016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
317 Joern Rennecke <joern.rennecke@embecosm.com>
318
319 * config/arc/crttls.S: New file.
320 * config/arc/t-arc: New rule.
321 * config.host (arc*-*-elf*, arc*-*-linux*): Add crttls.o.
322
2de1cf8c
NC
3232016-04-25 Nick Clifton <nickc@redhat.com>
324
325 * config/msp430/cmpd.c (__mspabi_cmpf): Add prototype.
326 (__mspabi_cmpd): Likewise.
327 * config/msp430/floathidf.c (__floathidf): Likewise.
328 * config/msp430/floathisf.c (__floathisf): Likewise
329 * config/msp430/floatunhidf.c (__floatunssidf): Likewise.
330 * config/msp430/floatunhisf.c (__floatunshisf): Likewise.
331 * config/msp430/lib2shift.c (__ashlsi3): Take a signed char as the
332 second parameter.
333 (__ashrsi3): Likewise.
334
b8ce3fe2
WB
3352016-04-21 Waldemar Brodkorb <wbx@openadk.org>
336
337 * config/m68k/linux-atomic.c: Do not include unistd.h
338
4986f823
MG
3392016-04-20 Martin Galvan <martin.galvan@tallertechnologies.com>
340
341 * config/arm/ieee754-df.S: Fix typos in comments.
342
35fbda43
MM
3432016-04-11 Michael Meissner <meissner@linux.vnet.ibm.com>
344
345 PR target/70381
346 * configure.ac (powerpc*-*-linux*): Rework tests to build
347 __float128 emulation routines to not depend on using #pragma GCC
348 target to enable -mfloat128.
349 * configure: Regnerate.
350
72d1a48d
EB
3512016-04-04 Eric Botcazou <ebotcazou@adacore.com>
352
353 PR target/67172
354 * libgcc2.c (L__main): Undefine __LIBGCC_EH_FRAME_SECTION_NAME__ if
355 __MINGW32__ is defined.
356
dc2e8995
JB
3572016-03-28 James Bowman <james.bowman@ftdichip.com>
358
385c7747 359 * libgcc/config/ft32/lib1funcs.S (*divsi3, *modsi3): New.
dc2e8995 360
104cdaf1
MM
3612016-03-22 Michael Meissner <meissner@linux.vnet.ibm.com>
362
363 PR libgcc/70363
364 * config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): If libgcc was
365 built with an assembler that does not support ISA 3.0
366 instructions, rename __extendkftf2_sw to __extendkftf2.
367
a5046f48
RO
3682016-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
369
370 PR target/38239
371 * config/sol2/gmon.c [__i386__] (_mcount): Save and restore
372 call-clobbered registers.
373 (internal_mcount): Remove __i386__ handling.
374
df674f74
JS
3752016-02-26 Joel Sherrill <joel@rtems.org>
376
377 * config.host: Add x86_64-*-rtems*.
378
7cb065d6
JS
3792016-02-26 Joel Sherrill <joel@rtems.org>
380
381 * libgcc/config.host: Add aarch64-*-rtems*.
382
47dfdc53
PM
3832016-02-26 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
384 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
385
386 * config/rs6000/sfp-machine.h (_FP_DECL_EX): Declare _fpsr as a
387 union of u64 and double.
388 (FP_TRAPPING_EXCEPTIONS): Return a bitmask of trapping exceptions.
389 (FP_INIT_ROUNDMODE): Read the fpscr instead of writing a mystery
390 value.
391 (FP_ROUNDMODE): Update the usage of _fpscr.
392
e6861a99
IV
3932016-02-25 Ilya Verbin <ilya.verbin@intel.com>
394
395 PR driver/68463
396 * Makefile.in (crtoffloadtable$(objext)): New rule.
397 * configure.ac (extra_parts): Add crtoffloadtable$(objext) if
398 enable_offload_targets is not empty.
399 * configure: Regenerate.
400 * offloadstuff.c: Move __OFFLOAD_TABLE__ from crtoffloadend to
401 crtoffloadtable.
402
9bfcbdee
MF
4032016-02-17 Max Filippov <jcmvbkbc@gmail.com>
404
405 * config/xtensa/ieee754-df.S (__muldf3_aux, __divdf3_aux): Add
406 .literal_position before the function.
407 * config/xtensa/ieee754-sf.S (__mulsf3_aux, __divsf3_aux):
408 Likewise.
409
4cb4721f
MK
4102016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
411
412 * config.host: Use t-stack and t-stack-s390 for s390*-*-linux.
413 * config/s390/morestack.S: New file.
414 * config/s390/t-stack-s390: New file.
415 * generic-morestack.c (__splitstack_find): Add s390-specific code.
416
b29d9a29
WL
4172016-02-12 Walter Lee <walt@tilera.com>
418
419 * config.host (tilegx*-*-linux*): remove ti from
420 softfp_int_modes for 32-bit configs.
421
03a0ae7d
ILT
4222016-02-10 Ian Lance Taylor <iant@google.com>
423
424 PR go/68562
425 * config/i386/morestack.S (__stack_split_initialize): Align
426 stack.
427
68750bce
AT
4282016-02-03 Andreas Tobler <andreast@gcc.gnu.org>
429
430 PR bootstrap/69611
431 * config/rs6000/sfp-machine.h: Guard __sfp_exceptions with
432 __FLOAT128__ to compile only for __float128 capable targets.
433
7d296953
JJ
4342016-01-25 Jakub Jelinek <jakub@redhat.com>
435
436 PR target/69444
437 * config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
438 instead of ___NO_FPRS__.
439
a71c0334 4402016-01-21 Michael Meissner <meissner@linux.vnet.ibm.com>
7d296953
JJ
441 Steven Munroe <munroesj@linux.vnet.ibm.com>
442 Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com>
a71c0334
MM
443
444 * config/rs6000/float128-sed: New files to convert TF names to KF
445 names for PowerPC IEEE 128-bit floating point support.
446 * config/rs6000/float128-sed-hw: Likewise.
447
448 * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
449 floating point hardware support.
450
451 * config/rs6000/float128-ifunc.c: New file to pick either IEEE
452 128-bit floating point software emulation or use ISA 3.0 hardware
453 support if it is available.
454
455 * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
456 floating point.
457
458 * config/rs6000/extendkftf2-sw.c: New file, convert IEEE 128-bit
459 floating point to IBM extended double.
460
461 * config/rs6000/trunctfkf2-sw.c: New file, convert IBM extended
462 double to IEEE 128-bit floating point.
463
464 * config/rs6000/t-float128: New Makefile fragments to enable
465 building __float128 emulation support.
466 * config/rs6000/t-float128-hw: Likewise.
467
468 * config/rs6000/sfp-exceptions.c: New file to provide exception
469 support for IEEE 128-bit floating point.
470
471 * config/rs6000/floattikf.c: New files for converting between IEEE
472 128-bit floating point and signed/unsigned 128-bit integers.
473 * config/rs6000/fixunskfti.c: Likewise.
474 * config/rs6000/fixkfti.c: Likewise.
475 * config/rs6000/floatuntikf.c: Likewise.
476
477 * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
478 when building on 64-bit systems, or when VSX is enabled.
479 (_FP_W_TYPE): Likewise.
480 (_FP_WS_TYPE): Likewise.
481 (_FP_I_TYPE): Likewise.
482 (TItype): Define on 64-bit systems.
483 (UTItype): Likewise.
484 (TI_BITS): Likewise.
485 (_FP_MUL_MEAT_D): Add support for using 64-bit types.
486 (_FP_MUL_MEAT_Q): Likewise.
487 (_FP_DIV_MEAT_D): Likewise.
488 (_FP_DIV_MEAT_Q): Likewise.
489 (_FP_NANFRAC_D): Likewise.
490 (_FP_NANFRAC_Q): Likewise.
491 (ISA_BIT): Add exception support if we are being compiled on a
492 machine with hardware floating point support to build the IEEE
493 128-bit emulation functions.
494 (FP_EX_INVALID): Likewise.
495 (FP_EX_OVERFLOW): Likewise.
496 (FP_EX_UNDERFLOW): Likewise.
497 (FP_EX_DIVZERO): Likewise.
498 (FP_EX_INEXACT): Likewise.
499 (FP_EX_ALL): Likewise.
500 (__sfp_handle_exceptions): Likewise.
501 (FP_HANDLE_EXCEPTIONS): Likewise.
502 (FP_RND_NEAREST): Likewise.
503 (FP_RND_ZERO): Likewise.
504 (FP_RND_PINF): Likewise.
505 (FP_RND_MINF): Likewise.
506 (FP_RND_MASK): Likewise.
507 (_FP_DECL_EX): Likewise.
508 (FP_INIT_ROUNDMODE): Likewise.
509 (FP_ROUNDMODE): Likewise.
510
511 * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
512 VSX code, enable IEEE 128-bit floating point. If the compiler can
513 compile IEEE 128-bit floating point code with ISA 3.0 IEEE 128-bit
514 floating point hardware instructions and it supports declaring
515 functions with the ifunc attribute, enable ifunc functions to
516 switch between software and hardware support.
517 * configure.ac (powerpc*-*-linux*): Likewise.
518 * configure: Regenerate.
519
bdc27e50
NC
5202016-01-15 Nick Clifton <nickc@redhat.com>
521
522 * config/msp430/t-msp430 (lib2_mul_none.o): Only use the first
523 dependency as the source file to be compiled.
524 (lib2_mul_16bit.o, lib2hw_mul_16.o, lib2hw_mul_32.o)
525 (lib2hw_mul_f5.o): Likewise.
526
006df05d
MM
5272016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
528
529 * libgcc/config/rs6000/extendkftf2-sw.c: Revert 2016-01-13 change.
530 * libgcc/config/rs6000/fixkfti.c: Likewise.
531 * libgcc/config/rs6000/fixunskfti.c: Likewise.
532 * libgcc/config/rs6000/float128-hw.c: Likewise.
533 * libgcc/config/rs6000/float128-ifunc.c: Likewise.
534 * libgcc/config/rs6000/float128-sed: Likewise.
535 * libgcc/config/rs6000/floattikf.c: Likewise.
536 * libgcc/config/rs6000/floatuntikf.c: Likewise.
537 * libgcc/config/rs6000/quad-float128.h: Likewise.
538 * libgcc/config/rs6000/sfp-exceptions.c: Likewise.
539 * libgcc/config/rs6000/sfp-machine.h: Likewise.
540 * libgcc/config/rs6000/t-float128: Likewise.
541 * libgcc/config/rs6000/t-float128-hw: Likewise.
542 * libgcc/config/rs6000/trunctfkf2-sw.c: Likewise.
543 * libgcc/config.host: Likewise.
544 * libgcc/configure: Likewise.
545 * libgcc/configure.ac: Likewise.
546
29176d57 5472016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
7d296953
JJ
548 Steven Munroe <munroesj@linux.vnet.ibm.com>
549 Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com>
29176d57
MM
550
551 * config/rs6000/sfp-exceptions.c: New file to provide exception
552 support for IEEE 128-bit floating point.
553
554 * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
555 floating point hardware support.
556
557 * config/rs6000/floattikf.c: New files for IEEE 128-bit floating
558 point conversions.
559 * config/rs6000/fixunskfti.c: Likewise.
560 * config/rs6000/fixkfti.c: Likewise.
561 * config/rs6000/floatuntikf.c: Likewise.
562 * config/rs6000/extendkftf2-sw.c: Likewise.
563 * config/rs6000/trunctfkf2-sw.c: Likewise.
564
565 * config/rs6000/float128-ifunc.c: New file to pick either IEEE
566 128-bit floating point software emulation or use ISA 3.0 hardware
567 support if it is available.
568
569 * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
570 floating point.
571
572 * config/rs6000/t-float128: New Makefile fragments to enable
573 building __float128 emulation support.
574 * config/rs6000/t-float128-hw: Likewise.
575
576 * config/rs6000/float128-sed: New file to convert TF names to KF
577 names for PowerPC IEEE 128-bit floating point support.
578
579 * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
580 when building on 64-bit systems, or when VSX is enabled.
581 (_FP_W_TYPE): Likewise.
582 (_FP_WS_TYPE): Likewise.
583 (_FP_I_TYPE): Likewise.
584 (TItype): Define on 64-bit systems.
585 (UTItype): Likewise.
586 (TI_BITS): Likewise.
587 (_FP_MUL_MEAT_D): Add support for using 64-bit types.
588 (_FP_MUL_MEAT_Q): Likewise.
589 (_FP_DIV_MEAT_D): Likewise.
590 (_FP_DIV_MEAT_Q): Likewise.
591 (_FP_NANFRAC_D): Likewise.
592 (_FP_NANFRAC_Q): Likewise.
593 (ISA_BIT): Add exception support if we are being compiled on a
594 machine with hardware floating point support to build the IEEE
595 128-bit emulation functions.
596 (FP_EX_INVALID): Likewise.
597 (FP_EX_OVERFLOW): Likewise.
598 (FP_EX_UNDERFLOW): Likewise.
599 (FP_EX_DIVZERO): Likewise.
600 (FP_EX_INEXACT): Likewise.
601 (FP_EX_ALL): Likewise.
602 (__sfp_handle_exceptions): Likewise.
603 (FP_HANDLE_EXCEPTIONS): Likewise.
604 (FP_RND_NEAREST): Likewise.
605 (FP_RND_ZERO): Likewise.
606 (FP_RND_PINF): Likewise.
607 (FP_RND_MINF): Likewise.
608 (FP_RND_MASK): Likewise.
609 (_FP_DECL_EX): Likewise.
610 (FP_INIT_ROUNDMODE): Likewise.
611 (FP_ROUNDMODE): Likewise.
612
613 * configure.ac (powerpc*-*-linux*): Check whether the PowerPC
614 compiler can do __float128.
615 * configure: Regenerate.
616
617 * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
618 VSX code, enable IEEE 128-bit floating point.
619
a2218983
OH
6202016-01-05 Olivier Hainque <hainque@adacore.com>
621
622 * config/rs6000/aix-unwind.h (ucontext_for): Handle AIX 7.1
29176d57 623 specificities.
a2218983 624
818ab71a
JJ
6252016-01-04 Jakub Jelinek <jakub@redhat.com>
626
627 Update copyright years.
628
5a6c8ffa
AP
6292015-12-18 Andris Pavenis <andris.pavenis@iki.fi>
630
631 * config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-*
29176d57 632 soft-fp targets.
5a6c8ffa 633
077067a5
BE
6342015-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
635
636 * unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort
637 instead of abort to avoid dependency on stdlib.h.
638
787c1027
JDA
6392015-12-09 John David Anglin <danglin@gcc.gnu.org>
640
641 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Remove code
642 to initialize call to __dl_fixup once.
643
04a9ae28
NC
6442015-12-04 Nick Clifton <nickc@redhat.com>
645
646 * config/msp430/mpy.c (__mulhi3): Use a faster algorithm.
647 Allow for the second argument being negative.
648 * config.host (extra_parts): Define for MSP430. Create separate
649 libraries for each of the hardware multiply formats.
650 * config/msp430/lib2hw_mul.S: Build only the multiply routines
651 that are needed.
652 * config/msp430/lib2mul.c: Likewise.
653 * config/msp430/t-msp430 (LIB2ADD): Remove lib2hw_mul.S.
654 Add rules to build hardware multiply libraries.
655 * config/msp430/lib2divSI.c: (__mspabi_divlu): Alias for
656 __mspabi_divul function.
657 (__mspabi_divllu): New stub function.
658
9a32d437
JDA
6592015-12-01 John David Anglin <danglin@gcc.gnu.org>
660
661 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Initialize
662 fixup values if saved GOT address doesn't match runtime address.
663 (fixup_branch_offset): Reorder list.
664
e5ef217c
RO
6652015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
666
667 * Makefile.in (VTV_CFLAGS): New variable.
668 (vtv_start$(objext), vtv_end$(objext), vtv_end$(objext))
669 (vtv_start_preinit$(objext), vtv_end_preinit$(objext)): Use it.
670 * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
671 Add vtv_start.o, vtv_end.o, vtv_start_preinit.o, vtv_end_preinit.o
672 to extra_parts if $enable_vtable_verify = yes.
673
78cc43a2
SN
6742015-11-23 Szabolcs Nagy <szabolcs.nagy@arm.com>
675
676 PR target/68059
677 * config/arm/linux-atomic-64bit.c (__write): Rename to...
678 (write): ...this and fix the return type.
679
9afebea2
DD
6802015-11-19 DJ Delorie <dj@redhat.com>
681
682 * config/msp430/lib2hw_mul.S: Fix alignment.
683
33f47f42
NS
6842015-11-18 Nathan Sidwell <nathan@codesourcery.com>
685
686 * config/nvptx/reduction.c: New.
687 * config/nvptx/t-nvptx (LIB2ADD): Add it.
688
d9adb476
DE
6892015-11-15 David Edelsohn <dje.gcc@gmail.com>
690
691 * config/rs6000/on_exit.c: New file.
692 * config/rs6000/t-aix-cxa (LIB2ADDEH): Build on_exit.c.
693 * config/rs6000/libgcc-aix-cxa.ver (on_exit): Add symbol to exports.
694
c0ab1970
CZ
6952015-11-11 Claudiu Zissulescu <claziss@synopsys.com>
696
697 * config/arc/dp-hack.h: Add support for ARCHS.
698 * config/arc/ieee-754/divdf3.S: Likewise.
699 * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
700 * config/arc/ieee-754/muldf3.S: Likewise.
701 * config/arc/ieee-754/mulsf3.S: Likewise
702 * config/arc/lib1funcs.S: Likewise
703 * config/arc/gmon/dcache_linesz.S: Don't read the build register
704 for ARCv2 cores.
705 * config/arc/gmon/profil.S (__profil, __profil_irq): Don't profile
706 for ARCv2 cores.
707 * config/arc/ieee-754/arc-ieee-754.h (MPYHU, MPYH): Define.
708 * config/arc/t-arc700-uClibc: Remove hard selection for ARC 700
709 cores.
710
e6b6bf09
RO
7112015-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
712
713 * config/ia64/crtbegin.S: Check HAVE_INITFINI_ARRAY_SUPPORT
714 value.
715 * config/ia64/crtend.S: Likewise.
716
a153644f
TS
7172015-11-07 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
718
719 * config/visium/lib2funcs.c (__set_trampoline_parity): Use
720 __CHAR_BIT__ instead of BITS_PER_UNIT.
721 * fixed-bit.h: Likewise.
722 * fp-bit.h: Likewise.
723 * libgcc2.c (__popcountSI2): Likewise.
724 (__popcountDI2): Likewise.
725 * libgcc2.h: Likewise.
726 * libgcov.h: Likewise.
727
3dee689d
DE
7282015-11-07 David Edelsohn <dje.gcc@gmail.com>
729
730 * config/rs6000/atexit.c: New file.
731 * config/rs6000/t-aix-cxa (LIB2ADDEH): Build atexit.c.
732 * config/rs6000/libgcc-aix-cxa.ver (atexit): Add symbol to exports.
733 * config/rs6000/cxa_finalize.c
734 (catomic_compare_and_exchange_bool_acq): Negate return value.
735
2ef543e4
VK
7362015-10-30 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
737
738 * config/i386/cpuinfo.c (enum processor_types): Add AMDFAM17H.
739 (processor_subtypes): Add znver1.
740 (get_amd_cpu): Detect znver1.
741
1300f017
CL
7422015-10-29 Christophe Lyon <christophe.lyon@linaro.org>
743
744 * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
745 Include crtfastmath.o.
746
3e5bb7ee
JR
7472015-10-23 Joern Rennecke <joern.rennecke@embecosm.com>
748
749 PR libgcc/66883
750 * config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo.
1300f017 751
793aa938
KP
7522015-10-16 Kaushik Phatak <kaushik.phatak@kpit.com>
753
754 * config/rl78/divmodqi.S: Return 0x00 by default for div by 0.
755 * config/rl78/divmodsi.S: Update return register to r8.
756 * config/rl78/divmodhi.S: Update return register to r8,r9.
757 Branch to main_loop_done_himode to pop registers before return.
758
7d296953 7592015-10-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
fac812f0
VK
760
761 * config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4.
762 (__cpu_indicator_init): Fix model selection for AMD CPUs.
763
6a192b5a
KY
7642015-10-05 Kirill Yukhin <kirill.yukhin@intel.com>
765
766 * config/i386/cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
767
4a0a9457
MF
7682015-10-03 Max Filippov <jcmvbkbc@gmail.com>
769
770 * config.host (xtensa*-*-uclinux*): New configuration.
771
ab91c076
KY
7722015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
773
385c7747 774 * config/i386/cpuinfo.c (processor_features): Add
ab91c076
KY
775 FEATURE_AVX512VBMI and FEATURE_AVX512VBMI.
776
30954527
JM
7772015-09-28 Joseph Myers <joseph@codesourcery.com>
778
779 * soft-fp/adddf3.c: Update from glibc.
780 * soft-fp/addsf3.c: Likewise.
781 * soft-fp/addtf3.c: Likewise.
782 * soft-fp/divdf3.c: Likewise.
783 * soft-fp/divsf3.c: Likewise.
784 * soft-fp/divtf3.c: Likewise.
785 * soft-fp/double.h: Likewise.
786 * soft-fp/eqdf2.c: Likewise.
787 * soft-fp/eqsf2.c: Likewise.
788 * soft-fp/eqtf2.c: Likewise.
789 * soft-fp/extenddftf2.c: Likewise.
790 * soft-fp/extended.h: Likewise.
791 * soft-fp/extendsfdf2.c: Likewise.
792 * soft-fp/extendsftf2.c: Likewise.
793 * soft-fp/extendxftf2.c: Likewise.
794 * soft-fp/fixdfdi.c: Likewise.
795 * soft-fp/fixdfsi.c: Likewise.
796 * soft-fp/fixdfti.c: Likewise.
797 * soft-fp/fixsfdi.c: Likewise.
798 * soft-fp/fixsfsi.c: Likewise.
799 * soft-fp/fixsfti.c: Likewise.
800 * soft-fp/fixtfdi.c: Likewise.
801 * soft-fp/fixtfsi.c: Likewise.
802 * soft-fp/fixtfti.c: Likewise.
803 * soft-fp/fixunsdfdi.c: Likewise.
804 * soft-fp/fixunsdfsi.c: Likewise.
805 * soft-fp/fixunsdfti.c: Likewise.
806 * soft-fp/fixunssfdi.c: Likewise.
807 * soft-fp/fixunssfsi.c: Likewise.
808 * soft-fp/fixunssfti.c: Likewise.
809 * soft-fp/fixunstfdi.c: Likewise.
810 * soft-fp/fixunstfsi.c: Likewise.
811 * soft-fp/fixunstfti.c: Likewise.
812 * soft-fp/floatdidf.c: Likewise.
813 * soft-fp/floatdisf.c: Likewise.
814 * soft-fp/floatditf.c: Likewise.
815 * soft-fp/floatsidf.c: Likewise.
816 * soft-fp/floatsisf.c: Likewise.
817 * soft-fp/floatsitf.c: Likewise.
818 * soft-fp/floattidf.c: Likewise.
819 * soft-fp/floattisf.c: Likewise.
820 * soft-fp/floattitf.c: Likewise.
821 * soft-fp/floatundidf.c: Likewise.
822 * soft-fp/floatundisf.c: Likewise.
823 * soft-fp/floatunditf.c: Likewise.
824 * soft-fp/floatunsidf.c: Likewise.
825 * soft-fp/floatunsisf.c: Likewise.
826 * soft-fp/floatunsitf.c: Likewise.
827 * soft-fp/floatuntidf.c: Likewise.
828 * soft-fp/floatuntisf.c: Likewise.
829 * soft-fp/floatuntitf.c: Likewise.
830 * soft-fp/gedf2.c: Likewise.
831 * soft-fp/gesf2.c: Likewise.
832 * soft-fp/getf2.c: Likewise.
833 * soft-fp/ledf2.c: Likewise.
834 * soft-fp/lesf2.c: Likewise.
835 * soft-fp/letf2.c: Likewise.
836 * soft-fp/muldf3.c: Likewise.
837 * soft-fp/mulsf3.c: Likewise.
838 * soft-fp/multf3.c: Likewise.
839 * soft-fp/negdf2.c: Likewise.
840 * soft-fp/negsf2.c: Likewise.
841 * soft-fp/negtf2.c: Likewise.
842 * soft-fp/op-1.h: Likewise.
843 * soft-fp/op-2.h: Likewise.
844 * soft-fp/op-4.h: Likewise.
845 * soft-fp/op-8.h: Likewise.
846 * soft-fp/op-common.h: Likewise.
847 * soft-fp/quad.h: Likewise.
848 * soft-fp/single.h: Likewise.
849 * soft-fp/soft-fp.h: Likewise.
850 * soft-fp/subdf3.c: Likewise.
851 * soft-fp/subsf3.c: Likewise.
852 * soft-fp/subtf3.c: Likewise.
853 * soft-fp/truncdfsf2.c: Likewise.
854 * soft-fp/trunctfdf2.c: Likewise.
855 * soft-fp/trunctfsf2.c: Likewise.
856 * soft-fp/trunctfxf2.c: Likewise.
857 * soft-fp/unorddf2.c: Likewise.
858 * soft-fp/unordsf2.c: Likewise.
859 * soft-fp/unordtf2.c: Likewise.
860
4dfe21ac
RE
8612015-09-24 Richard Earnshaw <rearnsha@arm.com>
862
863 PR libgcc/67624
864 * config/arm/fp16.c (__gnu_f2h_internal): Handle infinity correctly.
865
df2a1cc4
RO
8662015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
867
868 * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
869 Add crtbeginS.o, crtendS.o to extra_parts if libgcc_cv_solaris_crts.
870 * config/sol2/gmon.c: (monstartup): Don't write trailing NUL of
871 messages.
872 (internal_mcount): Likewise.
873 * config/sol2/t-sol2 (crtp.o, crtpg.o, gmon.o): Compile with
874 crt_compile, add CRTSTUFF_T_CFLAGS_S.
875
2d110442
RO
8762015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
877
878 * configure.ac (libgcc_cv_solaris_crts): New test.
879 * configure: Regenerate.
880 * config.in: Regenerate.
881 * config/sol2/crtp.c, config/sol2/crtpg.c: New files.
882 * config/gmon-sol2.c: Rename to ...
883 * config/sol2/gmon.c: ... this.
884 Include auto-target.h.
885 (internal_mcount): Wrap setup handling in !HAVE_SOLARIS_CRTS.
886 * config/t-sol2: Rename to ...
887 * config/sol2/t-sol2: ... this.
888 (gmon.o): Reflect renaming.
889 (crtp.o, crtpg.o): New rules.
890 * config.host (*-*-solaris2*): Reflect renaming.
891 Use system CRTs if present.
892 Remove default CRT case.
893
d572e439
JDA
8942015-09-23 John David Anglin <danglin@gcc.gnu.org>
895
896 * config/pa/linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.
897 (__sync_fetch_and_##OP##_##WIDTH): Change result to match type of
898 __kernel_cmpxchg2.
899 (__sync_##OP##_and_fetch_##WIDTH): Likewise.
900 (__sync_val_compare_and_swap_##WIDTH): Likewise.
901 (__sync_bool_compare_and_swap_##WIDTH): Likewise.
902 (__sync_lock_test_and_set_##WIDTH): Likewise.
903 (__sync_lock_release_##WIDTH): Likewise.
904 (__sync_fetch_and_##OP##_4): Change result to match type of
905 __kernel_cmpxchg.
906 (__sync_##OP##_and_fetch_4): Likewise.
907 (__sync_val_compare_and_swap_4): Likewise.
908 (__sync_bool_compare_and_swap_4): likewise.
909 (__sync_lock_test_and_set_4): Likewise.
910 (__sync_lock_release_4): Likewise.
911 (FETCH_AND_OP_2): Add long long variants.
912 (OP_AND_FETCH_2): Likewise.
913 (COMPARE_AND_SWAP_2 ): Likewise.
914 (SYNC_LOCK_TEST_AND_SET_2): Likewise.
915 (SYNC_LOCK_RELEASE_2): Likewise.
916 (__sync_bool_compare_and_swap_##WIDTH): Correct return.
917
7d296953 9182015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
06caf59d
KY
919
920 * libgcc/config/i386/cpuinfo.c (enum processor_features): Add
921 FEATURE_AVX512VL, FEATURE_AVX512BW, FEATURE_AVX512DQ,
922 FEATURE_AVX512CD, FEATURE_AVX512ER, FEATURE_AVX512PF.
923 (get_available_features): Habdle new features.
924
131314e1
JB
9252015-09-21 James Bowman <james.bowman@ftdichip.com>
926
927 * config/ft32/crti-hw.S: Use __PMSIZE to allow configurable
928 memory layout. Deal correctly with BSS region larger than 32K.
929 Handle a watchdog reset like a power-on reset. Clean up unused
930 code.
931
04218b35
AD
9322015-09-18 Andrew Dixie <andrewd@gentrack.com>
933 David Edelsohn <dje.gcc@gmail.com>
934
935 * config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
936 * config/rs6000/crtdbase.S: New file.
937 * config/rs6000/t-aix-cxa: Build crtdbase.o.
938
c8338173
MF
9392015-09-15 Max Filippov <jcmvbkbc@gmail.com>
940
941 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state):
942 Add support for call0 ABI.
943
7a84bf71
JDA
9442015-09-13 John David Anglin <danglin@gcc.gnu.org>
945
946 * config/pa/fptr.c (SIGN_EXTEND): Cast -1 to unsigned.
947
4efab402
SH
9482015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
949
950 * config/gthr-rtems.h (__GTHREADS_CXX0X): New.
951 (__GTHREAD_HAS_COND): Likewise.
952 (__gthread_t): Likewise.
953 (__gthread_cond_t): Likewise.
954 (__gthread_time_t): Likewise.
955 (__GTHREAD_MUTEX_INIT): Likewise.
956 (__GTHREAD_RECURSIVE_MUTEX_INIT): Likewise.
957 (__GTHREAD_COND_INIT): Likewise.
958 (__GTHREAD_COND_INIT_FUNCTION): Likewise.
959 (__GTHREAD_TIME_INIT): Likewise.
960 (__gthread_create): Likewise.
961 (__gthread_join): Likewise.
962 (__gthread_detach): Likewise.
963 (__gthread_equal): Likewise.
964 (__gthread_self): Likewise.
965 (__gthread_yield): Likewise.
966 (__gthread_cond_broadcast): Likewise.
967 (__gthread_cond_signal): Likewise.
968 (__gthread_cond_wait): Likewise.
969 (__gthread_cond_timedwait): Likewise.
970 (__gthread_cond_wait_recursive): Likewise.
971 (__gthread_cond_destroy): Likewise.
972 (rtems_gxx_once): Delete.
973 (rtems_gxx_key_create): Likewise.
974 (rtems_gxx_key_delete): Likewise.
975 (rtems_gxx_getspecific): Likewise.
976 (rtems_gxx_setspecific): Likewise.
977 (rtems_gxx_mutex_init): Likewise.
978 (rtems_gxx_mutex_destroy): Likewise.
979 (rtems_gxx_mutex_lock): Likewise.
980 (rtems_gxx_mutex_trylock): Likewise.
981 (rtems_gxx_mutex_unlock): Likewise.
982 (rtems_gxx_recursive_mutex_init): Likewise.
983 (rtems_gxx_recursive_mutex_lock): Likewise.
984 (rtems_gxx_recursive_mutex_trylock): Likewise.
985 (rtems_gxx_recursive_mutex_unlock): Likewise.
986 (__GTHREAD_ONCE_INIT): Use <pthread.h> initializer.
987 (__GTHREAD_MUTEX_INIT_FUNCTION): Use <pthread.h> function.
988 (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Likewise.
989 (__gthread_once): Likewise.
990 (__gthread_key_create): Likewise.
991 (__gthread_key_delete): Likewise.
992 (__gthread_getspecific): Likewise.
993 (__gthread_setspecific): Likewise.
994 (__gthread_key_t): Use <pthread.h> type.
995 (__gthread_once_t): Likewise
996 (__gthread_mutex_t): Use <sys/lock.h> type.
997 (__gthread_recursive_mutex_t): Likewise
998 (__gthread_mutex_lock): Use <sys/lock.h> function.
999 (__gthread_mutex_trylock): Likewise.
1000 (__gthread_mutex_timedlock): Likewise.
1001 (__gthread_mutex_unlock): Likewise.
1002 (__gthread_mutex_destroy): Likewise.
1003 (__gthread_recursive_mutex_lock): Likewise.
1004 (__gthread_recursive_mutex_trylock): Likewise.
1005 (__gthread_recursive_mutex_timedlock): Likewise.
1006 (__gthread_recursive_mutex_unlock): Likewise.
1007 (__gthread_recursive_mutex_destroy): Likewise.
1008
991995c4
MF
10092015-08-18 Max Filippov <jcmvbkbc@gmail.com>
1010
1011 * config/xtensa/unwind-dw2-xtensa.c (_Unwind_GetCFA): Return
1012 context->sp instead of context->cfa.
1013
0e19db59
MF
10142015-08-18 Max Filippov <jcmvbkbc@gmail.com>
1015
1016 * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde
1017 with unwind-dw2-fde-dip.
1018
b6ac5f62
MF
10192015-08-18 Max Filippov <jcmvbkbc@gmail.com>
1020
1021 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill): Use
1022 CALL12 followed by series of ENTRY to spill windowed registers.
1023 (__xtensa_nonlocal_goto): Call __xtensa_libgcc_window_spill
1024 instead of making linux spill syscall.
1025
3e0f3349
YR
10262015-08-14 Yuri Rumyantsev <ysrumyan@gmail.com>
1027
1028 * config/i386/cpuinfo.c (enum processor_subtypes): Add skylake.
1029 (get_intel_cpu): Likewise.
1030
51c728b1
L
10312015-08-12 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 * config/i386/cpuinfo.c (processor_types): Add INTEL_KNL.
1034 (get_intel_cpu): Add Knights Landing support.
1035
aff4eeac
UB
10362015-08-11 Uros Bizjak <ubizjak@gmail.com>
1037
1038 PR target/66954
1039 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_PCLMUL.
1040 (get_available_features): Handle FEATURE_PCLMUL.
1041
736e56da
L
10422015-08-10 H.J. Lu <hongjiu.lu@intel.com>
1043
1044 * config/i386/cpuinfo.c (get_intel_cpu): Treat model == 0x4f as
1045 Broadwell.
1046
54d22142
UB
10472015-07-22 Uros Bizjak <ubizjak@gmail.com>
1048
1049 PR target/66954
1050 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_AES.
1051 (get_available_features): Handle FEATURE_AES.
1052
20ca17e4
CLT
10532015-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1054
1055 * config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
1056 (EFAULT,EBUSY,ENOSYS): Delete unused #defines.
1057
ebe4a560
NS
10582015-07-17 Nathan Sidwell <nathan@codesourcery.com>
1059
1060 * offloadstuff.c: Constify host data.
1061
180744c0
JB
10622015-07-17 Jan Beulich <jbeulich@suse.com>
1063
1064 * config/t-softfp: Split up "else ifneq".
1065
a03c6ae3
SL
10662015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1067 Cesar Philippidis <cesar@codesourcery.com>
1068 Chung-Lin Tang <cltang@codesourcery.com>
1069
1070 * config/nios2/tramp.c (MOVHI, ORI, JMP): Conditionalize
1071 for __nios2_arch__ level.
1072
73358db5
JM
10732015-07-13 John Marino <gnugcc@marino.st>
1074
1075 * config/i386/t-dragonfly: New.
1076
f9a12f7b
JDA
10772015-07-01 John David Anglin <danglin@gcc.gnu.org>
1078
1079 * config/pa/linux-atomic.c (__kernel_cmpxchg): Reorder arguments to
1080 better match light-weight syscall argument order.
1081 (__kernel_cmpxchg2): Likewise.
1082 Adjust callers.
1083
cb78b51c
L
10842015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1085
1086 * config.host: Support i[34567]86-*-elfiamcu target.
1087 * config/t-softfp-sfdftf: New file.
1088 * config/i386/32/t-iamcu: Likewise.
1089 * configure: Regenerated.
1090
4fa0f9ea
JL
10912015-06-23 James Lemke <jwlemke@codesourcery.com>
1092
1093 libgcc/config/arm/
1094 * lib1funcs.S (aeabi_idiv0, aeabi_ldiv0): Add CFI entries.
1095
428b3812
L
10962015-05-27 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * Makefile.in (CRTSTUFF_CFLAGS): Add $(NO_PIE_CFLAGS).
1099
7d296953 11002015-05-27 John Marino <gnugcc@marino.st>
89c54dd3
JM
1101
1102 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Set
1103 md_unwind_header
1104 * config/i386/freebsd-unwind.h: New.
1105
9b789cc1
UB
11062015-05-22 Uros Bizjak <ubizjak@gmail.com>
1107
1108 * config.host (i[34567]-*-*, x86_64-*-*): Add t-crtfm instead of
1109 i386/t-crtfm to tmake_file.
1110 * config/i386/crtfastmath.c (set_fast_math_sse): New function.
1111 (set_fast_math): Use set_fast_math_sse for SSE targets.
1112 * config/i386/t-crtfm: Remove.
1113
3dafb220
AM
11142015-05-21 Alan Modra <amodra@gmail.com>
1115
1116 PR libgcc/66225
1117 * config/rs6000/morestack.S: Remove ".abiversion 1".
1118
0f0fd745
AM
11192015-05-20 Alan Modra <amodra@gmail.com>
1120
1121 * config/rs6000/morestack.S: New.
1122 * config/rs6000/t-stack-rs6000: New.
1123 * config.host (powerpc*-*-linux*): Add t-stack and t-stack-rs6000
1124 to tmake_file.
1125 * generic-morestack.c: Don't build for powerpc 32-bit.
1126
515ae71b
EB
11272015-05-19 Eric Botcazou <ebotcazou@adacore.com>
1128
1129 * Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
1130 Remove useless endif/ifneq ($(enable_shared),yes) pair.
1131
36805406
JL
11322015-05-16 James Bowman <james.bowman@ftdichip.com>
1133
1134 * config.host: FT32 target added.
1135 * config/ft32/*: New files for FT32 target.
1136
ff935d0c
MG
11372015-05-15 Martin Galvan <martin.galvan@tallertechnologies.com>
1138
385c7747
UB
1139 * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
1140 New macros.
1141 * config/arm/ieee754-df.S: Add CFI directives.
1142 * config/arm/ieee754-sf.S: Add CFI directives.
ff935d0c 1143
9b92a9f3
EB
11442015-05-13 Eric Botcazou <ebotcazou@adacore.com>
1145
1146 * configure.ac: Include config/sjlj.m4.
1147 Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
1148 * config.in: Regenerate.
1149 * configure: Likewise.
1150 * config.host: Replace enable_sjlj_exceptions by ac_cv_sjlj_exceptions.
1151
98b5dc61
UB
11522015-05-12 Uros Bizjak <ubizjak@gmail.com>
1153
1154 * libgcov-util.c: Add space between string literal and macro name.
1155
5a0ff57c
SL
11562015-05-06 Sandra Loosemore <sandra@codesourcery.com>
1157 Chris Jones <chrisj@nvidia.com>
1158 Joshua Conner <jconner@nvidia.com>
1159
1160 * config.host (arm*-*-linux*): Add support for crtfastmath.o.
1161 (arm*-*-uclinux*): Likewise.
1162 (arm*-*-eabi* | arm*-*-rtems*): Likewise.
1163 * config/arm/crtfastmath.c: New file.
1164
d28ad5d4
BS
11652014-04-29 Bernd Schmidt <bernds@codesourcery.com>
1166
1167 * Makefile.in (real_host_noncanonical): New variable.
1168 (libsubdir): Use it.
1169 * configure.ac (real_host_noncanonical): Compute. Remove special
1170 case for intelmicemul.
1171 * configure: Regenerate.
1172
cc86234f
UB
11732015-04-28 Uros Bizjak <ubizjak@gmail.com>
1174
1175 * config/frv/elf-lib.h: New file.
1176 (CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
1177 * libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
1178 to tm_file.
1179
11802015-04-28 Uros Bizjak <ubizjak@gmail.com>
1181
1182 * config/frv/frvbengin.c: Do not include defaults.h
1183 * config/frv/frvend.c: Ditto.
1184
2f6bd6eb
YS
11852015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
1186
1187 * config.host: Add h8300-*-linux
1188 * config/h8300/t-linux: New file.
1189 * config/h8300/lib1funs.s: Change symbol prefix.
1190 * config/h8300/sfp-machine.h: 64bit double support.
1191
15aa7b44
GR
11922015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
1193 Szabolcs Nagy <szabolcs.nagy@arm.com>
1194
1195 * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME): Define it on
1196 Linux if target provides dl_iterate_phdr.
1197
abd0cdc9
L
11982015-04-17 H.J. Lu <hongjiu.lu@intel.com>
1199
1200 PR target/65612
1201 * config.host (tmake_file): Add t-slibgcc-libgcc for Linux/x86.
1202 * config/i386/cpuinfo.c (__cpu_model): Initialize.
1203 (__cpu_indicator_init@GCC_4.8.0): New.
1204 (__cpu_model@GCC_4.8.0): Likewise.
1205 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add
1206 -DUSE_ELF_SYMVER.
1207
72ed1126
NC
12082015-04-16 Nick Clifton <nickc@redhat.com>
1209
1210 * config/rl78/divmodhi.S: Add G14 and G13 versions of the __divhi3
1211 and __modhi3 functions.
1212 * config/rl78/divmodso.S: Add G14 and G13 versions of the
1213 __divsi3, __udivsi3, __modsi3 and __umodsi3 functions.
1214
d26b2237
CG
12152015-04-15 Chen Gang <gang.chen.5i5j@gmail.com>
1216
1217 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Use empty
1218 do-while loop as macro body to avoid warnings.
1219
cacf1f59
JJ
12202015-04-10 Jakub Jelinek <jakub@redhat.com>
1221 Iain Sandoe <iain@codesourcery.com>
1222
1223 PR target/65351
1224 * configure: Regenerate.
1225
e8a4ed3b
JJ
12262015-04-07 Jakub Jelinek <jakub@redhat.com>
1227 Iain Sandoe <iain@codesourcery.com>
1228
1229 PR target/65351
1230 * configure: Regenerate.
1231
0341335e
CLT
12322015-03-25 Chung-Lin Tang <cltang@codesourcery.com>
1233
1234 * config.host (nios2-*-linux*): Remove 'extra_parts' setting.
1235
590e2636 12362015-03-03 Max Filippov <jcmvbkbc@gmail.com>
0341335e 1237
590e2636
MF
1238 Implement call0 ABI for xtensa
1239 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
1240 __xtensa_nonlocal_goto): Don't compile for call0 ABI.
1241 (__xtensa_sync_caches): Only use entry and retw in windowed ABI,
1242 use ret in call0 ABI.
1243 * config/xtensa/t-windowed: New file.
1244 * libgcc/config/xtensa/t-xtensa (LIB2ADDEH): Move to t-windowed.
1245 * libgcc/configure: Regenerated.
1246 * libgcc/configure.ac: Check if xtensa target is configured for
1247 windowed ABI and thus needs to use custom unwind code.
1248
7727f8f2
JW
12492015-02-12 Jonathan Wakely <jwakely@redhat.com>
1250
1251 PR libgcc/64885
1252 * gthr-single.h: Use __unused__ attribute instead of unused.
1253 * config/gthr-vxworks.h: Likewise.
1254 * config/i386/gthr-win32.h: Likewise.
1255
0e4a0def
KT
12562015-02-27 Kai Tietz <ktietz@redhat.com>
1257
1258 PR target/65038
1259 * config.in: Regenerated.
1260 * configure: Likewise.
1261 * configure.ac (AC_HEADER_STDC): Added explicit.
1262 (AC_CHECK_HEADERS): Check for default headers plus
1263 for ftw.h header.
1264 * libgcov-util.c (gcov_read_profile_dir): Disable use
1265 of ftw-function, if header is not found.
1266 (ftw_read_file): Likewise.
1267
b6530d0a
TS
12682015-02-23 Thomas Schwinge <thomas@codesourcery.com>
1269
1270 PR target/65181
1271 * config/nvptx/t-nvptx (INHIBIT_LIBC_CFLAGS): Define to
1272 -Dinhibit_libc.
1273
53cfb467
SL
12742015-02-17 Sandra Loosemore <sandra@codesourcery.com>
1275
1276 * config/arm/bpabi.S (test_div_by_zero): Make label names
1277 consistent between thumb2 and arm mode cases. Separate the
1278 signed comparison on the high word of the numerator from the
1279 unsigned comparison on the low word.
1280 * config/arm/bpabi-v6m.S (test_div_by_zero): Similarly separate
1281 signed comparison.
1282
77d10a1b
JM
12832015-02-17 Joseph Myers <joseph@codesourcery.com>
1284
1285 * config/nvptx/realloc.c: Include <stddef.h> instead of <stdlib.h>
1286 and <string.h>.
1287 (__nvptx_realloc): Call __builtin_memcpy instead of memcpy.
1288
98174188
RE
12892015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
1290
1291 PR gcov-profile/61889
471274de 1292 * libgcov-driver-system.c: undefine clashing macro for mkdir.
98174188 1293
771bef14
NC
12942015-02-02 Nick Clifton <nickc@redhat.com>
1295
1296 * config/rl78/fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case
1297 rounding up the fraction.
1298
40702893
JDA
12992015-01-31 John David Anglin <danglin@gcc.gnu.org>
1300
1301 * config/pa/linux-atomic.c (__kernel_cmpxchg2): Change declaration of
1302 oldval and newval to const void *. Fix typo.
1303 (FETCH_AND_OP_2): Use __atomic_load_n to load value.
1304 (FETCH_AND_OP_WORD): Likewise.
1305 (OP_AND_FETCH_WORD): Likewise.
1306 (COMPARE_AND_SWAP_2): Likewise.
1307 (__sync_val_compare_and_swap_4): Likewise.
1308 (__sync_lock_test_and_set_4): Likewise.
1309 (SYNC_LOCK_RELEASE_2): Likewise.
1310 Remove support for long long atomic operations.
1311
f7f049fa
CT
13122015-01-27 Caroline Tice <cmtice@google.com>
1313
1314 Committing VTV Cywin/Ming patch for Patrick Wollgast
1315 * Makefile.in: Move rules to build vtv_*.o out of the check
1316 for CUSTOM_CRTSTUFF.
1317 * config.host (i[34567]86-*-cygwin*, x86_64-*-cygwin*,
1318 i[34567]86-*-mingw*)
1319 (x86_64-*-mingw*): Only add vtv_*.o to extra_parts if
1320 enable_vtable_verify.
1321
8410904a
NC
13222015-01-27 Nick Clifton <nickc@redhat.com>
1323
1324 * config/rl78/cmpsi2.S: Use function start and end macros.
1325 (__gcc_bcmp): New function.
1326 * config/rl78/lshrsi3.S: Use function start and end macros.
1327 * config/rl78/mulsi3.S: Add support for G10.
1328 (__mulqi3): New function for G10.
1329 * config/rl78/signbit.S: Use function start and end macros.
1330 * config/rl78/t-rl78 (LIB2ADD): Add bit-count.S, fpbit-sf.S and
1331 fpmath-sf.S.
1332 (LIB2FUNCS_EXCLUDE): Define.
1333 (LIB2FUNCS_ST): Define.
1334 * config/rl78/trampoline.S: Use function start and end macros.
1335 * config/rl78/vregs.h (START_FUNC): New macro.
1336 (START_ANOTHER_FUNC): New macro.
1337 (END_FUNC): New macro.
1338 (END_ANOTHER_FUNC): New macro.
1339 * config/rl78/bit-count.S: New file. Contains assembler
1340 implementations of the bit counting functions: ___clzhi2,
1341 __clzsi2, ctzhi2, ctzsi2, ffshi2, ffssi2, __partityhi2,
1342 __paritysi2, __popcounthi2 and __popcountsi2.
1343 * config/rl78/fpbit-sf.S: New file. Contains assembler
1344 implementationas of the math functions: __negsf2, __cmpsf2,
1345 __eqsf2, __nesf2, __lesf2, __ltsf2, __gesf2, gtsf2, __unordsf2,
1346 __fixsfsi, __fixunssfsi, __floatsisf and __floatunssisf.
1347 * config/rl78/fpmath-sf.S: New file. Contains assembler
1348 implementations of the math functions: __subsf3, __addsf3,
1349 __mulsf3 and __divsf3
1350
f962fbf1
RO
13512015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1352
1353 * config.host (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*):
1354 Add i386/elf-lib.h to tm_file.
1355 * config/i386/elf-lib.h: Fix comment.
1356 * unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback) [__x86_64__
1357 && __sun__ && __svr4__]: Remove workaround.
1358
939911c5
ASJ
13592015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
1360
1361 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_BMI and
1362 FEATURE_BMI2.
1363 (get_available_features): Detect FEATURE_BMI and FEATURE_BMI2.
1364
c8f2dff2
L
13652015-01-24 H.J. Lu <hongjiu.lu@intel.com>
1366
1367 * config/i386/cpuinfo.c (processor_subtypes): Add
1368 INTEL_COREI7_BROADWELL.
1369 (get_intel_cpu): Support new Silvermont, Haswell and Broadwell
1370 model numbers.
1371
7bbf9734
UB
13722015-01-23 Uros Bizjak <ubizjak@gmail.com>
1373
1374 * config/i386/elf-lib.h: New file.
1375 (CRT_GET_RFIB_DATA): Move definition from gcc/config/i386/gnu-user.h.
1376 Wrap definition in #ifdef __i386__.
1377 * libgcc/config.host (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu)
1378 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*)
1379 (i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux*)
1380 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Add i386/elf-lib.h
1381 to tm_file.
1382
324820f1
CG
13832015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
1384
1385 * unwind-dw2-fde.h (last_fde): Use "(const fde *)" instead of
1386 "(char *)" to avoid qualifier warning by 'xgcc' compiling.
1387
a9ce4e4a
CLT
13882015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
1389
1390 * config/nios2/linux-unwind.h (nios2_fallback_frame_state):
1391 Update rt_sigframe format and address for current Nios II
1392 Linux conventions.
1393
82a19768
AT
13942015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1395
1396 * config.host (arm*-*-freebsd*): Add new configuration for
1397 arm*-*-freebsd*.
1398 * config/arm/freebsd-atomic.c: New file.
1399 * config/arm/t-freebsd: Likewise.
1400 * config/arm/unwind-arm.h: Add __FreeBSD__ to the list of
1401 'PC-relative indirect' OS's.
1402
0969ec7d
EB
14032015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1404
1405 * config.host: Add Visium support.
1406 * config/visium: New directory.
1407
5624e564
JJ
14082015-01-05 Jakub Jelinek <jakub@redhat.com>
1409
1410 Update copyright years.
1411
82f84ecb
MF
14122014-12-19 Matthew Fortune <matthew.fortune@imgtec.com>
1413
1414 * config.host: Support mipsisa32r6 and mipsisa64r6.
1415 * config/mips/mips16.S: Do not build for R6.
1416
69044fa9
OE
14172014-12-17 Oleg Endo <olegendo@gcc.gnu.org>
1418
1419 * config/sh/crt.h: New.
1420 * config/sh/crti.S: Use GLOBAL macro from crt.h for _init and _fini
1421 symbols.
1422 * config/sh/crt1.S: Likewise.
1423
2405e0ea
UB
14242014-12-15 Uros Bizjak <ubizjak@gmail.com>
1425
1426 PR libgcc/63832
1427 * crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
1428 func_ptr *dtor_list temporary variable to avoid "array subscript
1429 is above array bounds" warnings.
1430
7d296953 14312014-12-09 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
dd913323
MH
1432
1433 * Makefile.in (with_aix_soname): Define.
1434 * config/rs6000/t-slibgcc-aix: Act upon --with-aix-soname option.
1435 * configure.ac: Accept --with-aix-soname=aix|svr4|both option.
1436 * configure: Recreate.
1437
a66272f6
OH
14382014-12-05 Olivier Hainque <hainque@adacore.com>
1439
1440 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Remove default def,
1441 now provided by defaults.h.
1442
6342b2c5
OE
14432014-11-30 Oleg Endo <olegendo@gcc.gnu.org>
1444
7d0ee249 1445 PR target/55351
6342b2c5
OE
1446 * config/sh/lib1funcs.S: Check value of __SHMEDIA__ instead of checking
1447 whether it's defined.
1448
c17eac85
IT
14492014-11-27 Ilya Tocar <ilya.tocar@intel.com>
1450
1451 * config/i386/cpuinfo.c (processor_features): Add FEATURE_AVX512F.
1452 * config/i386/cpuinfo.c (get_available_features): Detect it.
1453
1025cb6c
TW
14542014-11-27 Tony Wang <tony.wang@arm.com>
1455
1456 * config/arm/lib1funcs.S (FUNC_START): Add conditional section
1457 redefine for macro L_arm_muldivsf3 and L_arm_muldivdf3.
1458 (SYM_END, ARM_SYM_START): Add macros used to expose function Symbols.
1459
d19f2e38
SB
14602014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
1461
1462 * crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
1463
17f6e9a3
JDA
14642014-11-24 John David Anglin <danglin@gcc.gnu.org>
1465
1466 * config/pa/linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap()
1467 instead.
1468
0cd7c672
GM
14692014-11-21 Guy Martin <gmsoft@tuxicoman.be>
1470 John David Anglin <danglin@gcc.gnu.org>
1471
1472 * config/pa/linux-atomic.c (__kernel_cmpxchg2): New.
1473 (FETCH_AND_OP_2): New. Use for subword and double word operations.
1474 (OP_AND_FETCH_2): Likewise.
1475 (COMPARE_AND_SWAP_2): Likewise.
1476 (SYNC_LOCK_TEST_AND_SET_2): Likewise.
1477 (SYNC_LOCK_RELEASE_2): Likewise.
1478 (SUBWORD_SYNC_OP): Remove.
1479 (SUBWORD_VAL_CAS): Likewise.
1480 (SUBWORD_BOOL_CAS): Likewise.
1481 (FETCH_AND_OP_WORD): Update.
1482 Consistently use signed types.
cc86234f 1483
85c64bbe
BS
14842014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1485 Thomas Schwinge <thomas@codesourcery.com>
1486 Ilya Verbin <ilya.verbin@intel.com>
1487 Andrey Turetskiy <andrey.turetskiy@intel.com>
1488
1489 * Makefile.in (crtoffloadbegin$(objext)): New rule.
1490 (crtoffloadend$(objext)): Likewise.
1491 * configure: Regenerate.
1492 * configure.ac (accel_dir_suffix): Compute new variable.
1493 (extra_parts): Add crtoffloadbegin.o and crtoffloadend.o
1494 if enable_offload_targets is not empty.
1495 * offloadstuff.c: New file.
1496
52a1ff8b
NC
14972014-11-13 Nick Clifton <nickc@redhat.com>
1498
1499 * config/rl78/divmodhi.S: Add support for the G10 architecture.
1500 Use START_FUNC and END_FUNC macros to enable linker garbage
1501 collection.
1502 * config/rl78/divmodqi.S: Likewise.
1503 * config/rl78/divmodsi.S: Likewise.
1504 * config/rl78/mulsi3.S: Likewise.
1505 * config/rl78/lib2div.c: Remove G10 functions.
1506 * config/rl78/lib2muls.c: Likewise.
1507 * config/rl78/t-rl8 (HOST_LIBGCC2_CFLAGS): Define.
1508 * config/rl78/vregs.h (START_FUNC): New macro.
1509 (END_FUNC): New macro.
1510
050af144
MF
15112014-11-12 Matthew Fortune <matthew.fortune@imgtec.com>
1512
1513 * config/mips/mips16.S: Set .module when supported. Update O32
1514 FP64 calling convention and use for FPXX when possible. Add FPXX
1515 calling convention fallback case.
1516
738f2522
BS
15172014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1518
1519 * config.host: Handle nvptx-*-*.
1520 * shared-object.mk (as-flags-$o): Define.
1521 ($(base)$(objext), $(base)_s$(objext)): Use it instead of
1522 -xassembler-with-cpp.
1523 * static-object.mk: Identical changes.
1524 * config/nvptx/t-nvptx: New file.
1525 * config/nvptx/crt0.s: New file.
1526 * config/nvptx/free.asm: New file.
1527 * config/nvptx/malloc.asm: New file.
1528 * config/nvptx/realloc.c: New file.
1529
e610393c
JM
15302014-10-30 Joseph Myers <joseph@codesourcery.com>
1531
1532 * Makefile.in (libgcc.map.in): New target.
1533 (libgcc.map): Use libgcc.map.in.
1534 * config/t-softfp (softfp_compat): New variable to be set by
1535 users.
1536 [$(softfp_compat) = y] (softfp_map_dep, softfp_set_symver): New
1537 variables.
1538 [$(softfp_compat) = y] (softfp_file_list): Use files in the build
1539 directory.
1540 [$(softfp_compat) = y] ($(softfp_file_list)): Generate wrappers
1541 that use compat symbols and disable all code unless [SHARED].
1542 * config/t-softfp-compat: New file.
1543 * find-symver.awk: New file.
1544 * configure.ac (--with-glibc-version): New configure option.
1545 (ppc_fp_compat): New variable set for powerpc*-*-linux*.
1546 * configure: Regenerate.
1547 * config.host (powerpc*-*-linux*): Use ${ppc_fp_compat} for
1548 soft-float and e500.
1549
bc1b3a88
JM
15502014-10-29 Joseph Myers <joseph@codesourcery.com>
1551
1552 * config/t-hardfp (hardfp_exclusions): Document new variable for
1553 user to define.
1554 (hardfp_func_list): Exclude functions from $(hardfp_exclusions).
1555 * config/t-softfp (softfp_extras): Document new variable for user
1556 to define.
1557 (softfp_func_list): Add functions from $(softfp_extras).
1558 * config/rs6000/t-e500v1-fp, config/rs6000/t-e500v2-fp: New files.
1559 * config.host (powerpc*-*-linux*): For e500v1, use
1560 rs6000/t-e500v1-fp and t-hardfp; do not use t-softfp-sfdf and
1561 t-softfp-excl. For e500v2, use t-hardfp-sfdf, rs6000/t-e500v2-fp
1562 and t-hardfp; do not use t-softfp-sfdf and t-softfp-excl.
1563
ef2810c1
JDA
15642014-10-26 John David Anglin <danglin@gcc.gnu.org>
1565
1566 * config/pa/linux-unwind.h (pa32_read_access_ok): New function.
1567 (pa32_fallback_frame_state): Use pa32_read_access_ok to check if
1568 memory read accesses are ok.
1569
d80c2bea
JM
15702014-10-25 Joseph Myers <joseph@codesourcery.com>
1571
1572 * configure.ac (ppc_fp_type): Set variable on powerpc*-*-linux*.
1573 * configure: Regenerate.
1574 * config.host (powerpc*-*-linux*): Use $ppc_fp_type to determine
1575 additions to tmake_file. Use t-hardfp-sfdf and t-hardfp instead
1576 of soft-fp for 32-bit classic hard float. Do not use
1577 t-softfp-excl for soft float.
1578
693b297b
JM
15792014-10-22 Joseph Myers <joseph@codesourcery.com>
1580
1581 * config.host (powerpc*-*-linux*): Only use soft-fp for 32-bit
1582 configurations.
1583 * config/rs6000/t-ppc64-fp (softfp_wrap_start, softfp_wrap_end):
1584 Remove variables.
1585
18a3415e
GJL
15862014-10-22 Georg-Johann Lay <avr@gjlay.de>
1587
1588 * config/avr/lib1funcs.S (__do_global_dtors): Fix wrong code
1589 introduced with 2014-10-21 trunk r216525.
1590
c1dd9790 15912014-10-21 Joern Rennecke <joern.rennecke@embecosm.com>
7d296953
JJ
1592 Vidya Praveen <vidya.praveen@atmel.com>
1593 Praveen Kumar Kaushik <Praveen_Kumar.Kaushik@atmel.com>
1594 Senthil Kumar Selvaraj <Senthil_Kumar.Selvaraj@atmel.com>
1595 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
c1dd9790
JR
1596
1597 * config/avr/lib1funcs.S (__do_global_dtors): Go back to descending
1598 order.
1599
1600 Updated library functions for AVRTINY arch.
1601 * config/avr/lib1funcs.S: Updated zero/tmp regs for AVRTINY.
1602 Replaced occurrences of r0/r1 with tmp/zero reg macros.
1603 Added wsubi/ wadi macros that expands conditionally as sbiw/ adiw
1604 or AVRTINY equivalent. Replaced occurrences of sbiw/adiw with
1605 wsubi/wadi macors.
1606 (__mulsi3_helper): Update stack, preserve callee saved regs and
1607 argument from stack. Restore callee save registers.
1608 (__mulpsi3): Likewise.
1609 (__muldi3, __udivmodsi4, __divmodsi4, __negsi2, __umoddi3, __udivmod64,
1610 __moddi3, __adddi3, __adddi3_s8, __subdi3, __cmpdi2, __cmpdi2_s8,
18a3415e 1611 __negdi2, __prologue_saves__, __epilogue_restores__): Excluded for
c1dd9790
JR
1612 AVRTINY.
1613 (__tablejump2__): Added lpm equivalent instructions for AVRTINY.
1614 (__do_copy_data): Added new definition for AVRTINY.
1615 (__do_clear_bss): Replace r17 by r18 to preserve zero reg for AVRTINY.
1616 (__load_3, __load_4, __xload_1, __xload_2, __xload_3,
1617 __xload_4, __movmemx_qi, __movmemx_hi): Excluded for AVRTINY.
1618 * config/avr/lib1funcs-fixed.S: Replaced occurrences of r0/r1 with
1619 tmp/zero reg macros. Replaced occurrences of sbiw/adiw with wsubi/wadi
1620 macors.
18a3415e 1621 * config/avr/t-avr (LIB1ASMFUNCS): Remove unsupported functions for
c1dd9790
JR
1622 AVRTINY.
1623
18a3415e 1624 Fix broken long multiplication on tiny arch.
c1dd9790 1625
5f606431
JM
16262014-10-09 Joseph Myers <joseph@codesourcery.com>
1627
1628 * soft-fp/double.h: Update from glibc.
1629 * soft-fp/eqdf2.c: Likewise.
1630 * soft-fp/eqsf2.c: Likewise.
1631 * soft-fp/eqtf2.c: Likewise.
1632 * soft-fp/extenddftf2.c: Likewise.
1633 * soft-fp/extended.h: Likewise.
1634 * soft-fp/extendsfdf2.c: Likewise.
1635 * soft-fp/extendsftf2.c: Likewise.
1636 * soft-fp/extendxftf2.c: Likewise.
1637 * soft-fp/gedf2.c: Likewise.
1638 * soft-fp/gesf2.c: Likewise.
1639 * soft-fp/getf2.c: Likewise.
1640 * soft-fp/ledf2.c: Likewise.
1641 * soft-fp/lesf2.c: Likewise.
1642 * soft-fp/letf2.c: Likewise.
1643 * soft-fp/op-1.h: Likewise.
1644 * soft-fp/op-2.h: Likewise.
1645 * soft-fp/op-4.h: Likewise.
1646 * soft-fp/op-8.h: Likewise.
1647 * soft-fp/op-common.h: Likewise.
1648 * soft-fp/quad.h: Likewise.
1649 * soft-fp/single.h: Likewise.
1650 * soft-fp/soft-fp.h: Likewise.
1651 * soft-fp/unorddf2.c: Likewise.
1652 * soft-fp/unordsf2.c: Likewise.
1653 * soft-fp/unordtf2.c: Likewise.
1654 * config/c6x/eqd.c (__c6xabi_eqd): Update call to FP_CMP_EQ_D.
1655 * config/c6x/eqf.c (__c6xabi_eqf): Update call to FP_CMP_EQ_S.
1656 * config/c6x/ged.c (__c6xabi_ged): Update call to FP_CMP_D.
1657 * config/c6x/gef.c (__c6xabi_gef): Update call to FP_CMP_S.
1658 * config/c6x/gtd.c (__c6xabi_gtd): Update call to FP_CMP_D.
1659 * config/c6x/gtf.c (__c6xabi_gtf): Update call to FP_CMP_S.
1660 * config/c6x/led.c (__c6xabi_led): Update call to FP_CMP_D.
1661 * config/c6x/lef.c (__c6xabi_lef): Update call to FP_CMP_S.
1662 * config/c6x/ltd.c (__c6xabi_ltd): Update call to FP_CMP_D.
1663 * config/c6x/ltf.c (__c6xabi_ltf): Update call to FP_CMP_S.
1664
9b84e7a8
RX
16652014-10-08 Rong Xu <xur@google.com>
1666
1667 * libgcov-util.c (read_gcda_file): Fix format.
1668 (find_match_gcov_info): Ditto.
1669 (calculate_2_entries): New.
1670 (compute_one_gcov): Ditto.
1671 (gcov_info_count_all_cold): Ditto.
1672 (gcov_info_count_all_zero): Ditto.
1673 (extract_file_basename): Ditto.
1674 (get_file_basename): Ditto.
1675 (set_flag): Ditto.
1676 (matched_gcov_info): Ditto.
1677 (calculate_overlap): Ditto.
1678 (gcov_profile_overlap): Ditto.
1679 * libgcov-driver.c (compute_summary): Make
1680 it avavilable for external calls.
1681
fe1090c1
RX
16822014-10-06 Rong Xu <xur@google.com>
1683
1684 * Makefile.in: Ditto.
1685 * libgcov-driver.c (gcov_sort_n_vals): New utility function.
1686 (gcov_sort_icall_topn_counter): Ditto.
1687 (gcov_sort_topn_counter_arrays): Ditto.
1688 (dump_one_gcov): Sort indirect_call topn counters.
1689 * libgcov-merge.c (__gcov_merge_icall_topn): New merge
1690 function.
1691 * libgcov-profiler.c (__gcov_topn_value_profiler_body): New
1692 utility function.
1693 (__gcov_indirect_call_topn_profiler): New profiler function.
1694 * libgcov-util.c (__gcov_icall_topn_counter_op): New.
1695 * libgcov.h: New decls.
1696
3daa7bbf
TS
16972014-10-04 Trevor Saunders <tsaunders@mozilla.com>
1698
1699 * config.host: Remove support for score-*.
1700
9a79452d
JM
17012014-09-22 Joseph Myers <joseph@codesourcery.com>
1702
1703 * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
1704 (__LIBGCC_XF_MANT_DIG__): Define if not already defined.
1705 (LONG_DOUBLE_HAS_XF_MODE): Define in terms of
1706 __LIBGCC_XF_MANT_DIG__.
1707 (__LIBGCC_TF_MANT_DIG__): Define if not already defined.
1708 (LONG_DOUBLE_HAS_TF_MODE): Define in terms of
1709 __LIBGCC_TF_MANT_DIG__.
1710 * libgcc2.c (NOTRUNC): Define in terms of
1711 __LIBGCC_*_EXCESS_PRECISION__, not LIBGCC2_LONG_DOUBLE_TYPE_SIZE.
1712 * libgcc2.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
1713
1a849e50
JM
17142014-09-22 Joseph Myers <joseph@codesourcery.com>
1715
1716 PR target/63312
1717 * config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
1718 New macros.
1719
598a1586
HPN
17202014-09-22 Hans-Peter Nilsson <hp@axis.com>
1721
1722 * crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS
1723 override USE_PT_GNU_EH_FRAME.
1724 [__LIBGCC_EH_FRAME_SECTION_NAME__ && !USE_PT_GNU_EH_FRAME]: Sanity-
1725 check USE_EH_FRAME_REGISTRY_ALWAYS against
1726 __LIBGCC_EH_FRAME_SECTION_NAME__, emit error if unsane.
1727 * Makefile.in (FORCE_EXPLICIT_EH_REGISTRY): New
1728 variable for substituted force_explicit_eh_registry.
1729 (CRTSTUFF_CFLAGS): Add FORCE_EXPLICIT_EH_REGISTRY.
1730 * configure.ac (explicit-exception-frame-registration):
1731 New AC_ARG_ENABLE.
1732 * configure: Regenerate.
1733
3a8fe7c6
OH
17342014-09-19 Olivier Hainque <hainque@adacore.com>
1735
1736 * config.host (powerpc-wrs-vxworksmils): New configuration,
1737 same as vxworksae.
1738
dd69f047
JM
17392014-09-18 Joseph Myers <joseph@codesourcery.com>
1740
1741 * libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__.
1742
e770bfd9
JM
17432014-09-18 Joseph Myers <joseph@codesourcery.com>
1744
1745 * config/i386/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): Treat clear
1746 bits not set bits as indicating trapping exceptions.
1747
cadb2b96
NS
17482014-09-17 Nathan sidwell <nathan@acm.org>
1749
1750 * Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
1751 (LIBGCOV_DRIVER): ... here.
1752 * libgcov-driver.c (gcov_master): New.
1753 (gcov_exit): Remove from master chain.
1754 (__gcov_init): Add to master chain if version compatible. Don't
1755 clear the version.
1756 * libgcov_interface (__gcov_flust): Call gcov_dump_int.
1757 (gcov_reset_int): Clear master chain, if compatible.
1758 (gcov_dump_int): New internal interface. Dump master chain, if
1759 compatible.
1760 (gcov_dump): Alias for gcov_dump_int.
1761 * libgcov.h (struct gcov_root): Add next and prev fields.
1762 (struct gcov_master): New struct.
1763 (__gcov_master): New.
1764 (gcov_dump_int): Declare.
1765
580d22a3
OH
17662014-09-17 Olivier Hainque <hainque@adacore.com>
1767
1768 * config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
1769 and crtbegin.o + crtend.o to extra_parts.
1770
8cc4b7a2
JM
17712014-09-12 Joseph Myers <joseph@codesourcery.com>
1772
1773 * libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
1774 __LIBGCC_HAS_SF_MODE__.
1775 (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
1776 (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
1777 (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
1778 * config/libbid/bid_gcc_intrinsics.h
1779 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
1780 (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
1781 (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
1782 * fixed-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
1783 (LIBGCC2_HAS_SF_MODE): Define using __LIBGCC_HAS_SF_MODE__.
1784 (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
1785
ea3f2b24
GJL
17862014-09-11 Georg-Johann Lay <avr@gjlay.de>
1787
1788 PR target/63223
1789 * config/avr/libgcc.S (__tablejump2__): Rewrite to use RAMPZ, ELPM
1790 and R24 as needed. Make work for all devices and .text locations.
1791 (__do_global_ctors, __do_global_dtors): Use word addresses.
1792 (__tablejump__, __tablejump_elpm__): Remove functions.
1793 * t-avr (LIB1ASMFUNCS): Remove _tablejump, _tablejump_elpm.
1794 Add _tablejump2.
1795 (XICALL, XIJMP): New macros.
1796
b677236a
MS
17972014-09-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
1798 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1799
1800 * config.host (aarch64*): Include crtfastmath.o and
1801 t-crtfm.
1802 * config/aarch64/crtfastmath.c: New file.
1803
157e859f
TS
18042014-09-08 Trevor Saunders <tsaunders@mozilla.com>
1805
1806 * config.host: Remove picochip support.
1807 * config/picochip/adddi3.S: Remove.
1808 * config/picochip/ashlsi3.S: Remove.
1809 * config/picochip/ashlsi3.c: Remove.
1810 * config/picochip/ashrsi3.S: Remove.
1811 * config/picochip/ashrsi3.c: Remove.
1812 * config/picochip/clzsi2.S: Remove.
1813 * config/picochip/cmpsi2.S: Remove.
1814 * config/picochip/divmod15.S: Remove.
1815 * config/picochip/divmodhi4.S: Remove.
1816 * config/picochip/divmodsi4.S: Remove.
1817 * config/picochip/lib1funcs.S: Remove.
1818 * config/picochip/longjmp.S: Remove.
1819 * config/picochip/lshrsi3.S: Remove.
1820 * config/picochip/lshrsi3.c: Remove.
1821 * config/picochip/parityhi2.S: Remove.
1822 * config/picochip/popcounthi2.S: Remove.
1823 * config/picochip/setjmp.S: Remove.
1824 * config/picochip/subdi3.S: Remove.
1825 * config/picochip/t-picochip: Remove.
1826 * config/picochip/ucmpsi2.S: Remove.
1827 * config/picochip/udivmodhi4.S: Remove.
1828 * config/picochip/udivmodsi4.S: Remove.
1829
66bb34c0
JM
18302014-09-08 Joseph Myers <joseph@codesourcery.com>
1831
1832 * libgcc2.c (SF_SIZE): Change all uses to __LIBGCC_SF_MANT_DIG__.
1833 (DF_SIZE): Change all uses to __LIBGCC_DF_MANT_DIG__.
1834 (XF_SIZE): Change all uses to __LIBGCC_XF_MANT_DIG__.
1835 (TF_SIZE): Change all uses to __LIBGCC_TF_MANT_DIG__.
1836 * libgcc2.h (SF_SIZE): Change to __LIBGCC_SF_MANT_DIG__. Give
1837 error if not defined and LIBGCC2_HAS_SF_MODE is defined.
1838 (DF_SIZE): Change to __LIBGCC_DF_MANT_DIG__. Give error if not
1839 defined and LIBGCC2_HAS_DF_MODE is defined.
1840 (XF_SIZE): Change to __LIBGCC_XF_MANT_DIG__. Give error if not
1841 defined and LIBGCC2_HAS_XF_MODE is defined.
1842 (TF_SIZE): Change to __LIBGCC_TF_MANT_DIG__. Give error if not
1843 defined and LIBGCC2_HAS_TF_MODE is defined.
1844
9686a2e6
JM
18452014-09-08 Joseph Myers <joseph@codesourcery.com>
1846
1847 * fp-bit.c (pack_d, unpack_d): Remove LARGEST_EXPONENT_IS_NORMAL
1848 and ROUND_TOWARDS_ZERO conditionals.
1849
71c3e2ef
NS
18502014-09-07 Nathan sidwell <nathan@acm.org>
1851
1852 * libgcov-interface.c (STRONG_ALIAS): Rename to ...
1853 (ALIAS_weak): ... here. Use forwarding function. Adjust uses.
1854
53d68b9f
JM
18552014-09-05 Joseph Myers <joseph@codesourcery.com>
1856
1857 * Makefile.in (CRTSTUFF_CFLAGS): Add -fbuilding-libgcc.
1858 * config/aarch64/linux-unwind.h (STACK_POINTER_REGNUM): Change all
1859 uses to __LIBGCC_STACK_POINTER_REGNUM__.
1860 (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
1861 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1862 * config/alpha/vms-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
1863 Change use to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1864 * config/cr16/unwind-cr16.c (STACK_GROWS_DOWNWARD): Change all
1865 uses to __LIBGCC_STACK_GROWS_DOWNWARD__.
1866 (DWARF_FRAME_REGISTERS): Change all uses to
1867 __LIBGCC_DWARF_FRAME_REGISTERS__.
1868 (EH_RETURN_STACKADJ_RTX): Change all uses to
1869 __LIBGCC_EH_RETURN_STACKADJ_RTX__.
1870 * config/cr16/unwind-dw2.h (DWARF_FRAME_REGISTERS): Change use to
1871 __LIBGCC_DWARF_FRAME_REGISTERS__. Remove conditional definition.
1872 * config/i386/cygming-crtbegin.c (EH_FRAME_SECTION_NAME): Change
1873 use to __LIBGCC_EH_FRAME_SECTION_NAME__.
1874 (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__.
1875 * config/i386/cygming-crtend.c (EH_FRAME_SECTION_NAME): Change use
1876 to __LIBGCC_EH_FRAME_SECTION_NAME__.
1877 (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__
1878 * config/mips/linux-unwind.h (STACK_POINTER_REGNUM): Change use to
1879 __LIBGCC_STACK_POINTER_REGNUM__.
1880 (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
1881 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1882 * config/nios2/linux-unwind.h (STACK_POINTER_REGNUM): Change use
1883 to __LIBGCC_STACK_POINTER_REGNUM__.
1884 * config/pa/hpux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
1885 all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1886 * config/pa/linux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
1887 all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1888 * config/rs6000/aix-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
1889 Change all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1890 (STACK_POINTER_REGNUM): Change all uses to
1891 __LIBGCC_STACK_POINTER_REGNUM__.
1892 * config/rs6000/darwin-fallback.c (STACK_POINTER_REGNUM): Change
1893 use to __LIBGCC_STACK_POINTER_REGNUM__.
1894 * config/rs6000/linux-unwind.h (STACK_POINTER_REGNUM): Change all
1895 uses to __LIBGCC_STACK_POINTER_REGNUM__.
1896 * config/sparc/linux-unwind.h (DWARF_FRAME_REGISTERS): Change use
1897 to __LIBGCC_DWARF_FRAME_REGISTERS__.
1898 * config/sparc/sol2-unwind.h (DWARF_FRAME_REGISTERS): Change use
1899 to __LIBGCC_DWARF_FRAME_REGISTERS__.
1900 * config/tilepro/linux-unwind.h (STACK_POINTER_REGNUM): Change use
1901 to __LIBGCC_STACK_POINTER_REGNUM__.
1902 * config/xtensa/unwind-dw2-xtensa.h (DWARF_FRAME_REGISTERS):
1903 Remove conditional definition.
1904 * crtstuff.c (TEXT_SECTION_ASM_OP): Change all uses to
1905 __LIBGCC_TEXT_SECTION_ASM_OP__.
1906 (EH_FRAME_SECTION_NAME): Change all uses to
1907 __LIBGCC_EH_FRAME_SECTION_NAME__.
1908 (EH_TABLES_CAN_BE_READ_ONLY): Change all uses to
1909 __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__.
1910 (CTORS_SECTION_ASM_OP): Change all uses to
1911 __LIBGCC_CTORS_SECTION_ASM_OP__.
1912 (DTORS_SECTION_ASM_OP): Change all uses to
1913 __LIBGCC_DTORS_SECTION_ASM_OP__.
1914 (JCR_SECTION_NAME): Change all uses to
1915 __LIBGCC_JCR_SECTION_NAME__.
1916 (INIT_SECTION_ASM_OP): Change all uses to
1917 __LIBGCC_INIT_SECTION_ASM_OP__.
1918 (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
1919 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
1920 * generic-morestack.c (STACK_GROWS_DOWNWARD): Change all uses to
1921 __LIBGCC_STACK_GROWS_DOWNWARD__.
1922 * libgcc2.c (INIT_SECTION_ASM_OP): Change all uses to
1923 __LIBGCC_INIT_SECTION_ASM_OP__.
1924 (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
1925 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
1926 (EH_FRAME_SECTION_NAME): Change all uses to
1927 __LIBGCC_EH_FRAME_SECTION_NAME__.
1928 * libgcov-profiler.c (VTABLE_USES_DESCRIPTORS): Remove conditional
1929 definitions. Change all uses to
1930 __LIBGCC_VTABLE_USES_DESCRIPTORS__.
1931 * unwind-dw2.c (STACK_GROWS_DOWNWARD): Change all uses to
1932 __LIBGCC_STACK_GROWS_DOWNWARD__.
1933 (DWARF_FRAME_REGISTERS): Change all uses to
1934 __LIBGCC_DWARF_FRAME_REGISTERS__.
1935 (EH_RETURN_STACKADJ_RTX): Change all uses to
1936 __LIBGCC_EH_RETURN_STACKADJ_RTX__.
1937 * unwind-dw2.h (DWARF_FRAME_REGISTERS): Remove conditional
1938 definition. Change use to __LIBGCC_DWARF_FRAME_REGISTERS__.
1939 * unwind-sjlj.c (DONT_USE_BUILTIN_SETJMP): Change all uses to
1940 __LIBGCC_DONT_USE_BUILTIN_SETJMP__.
1941 (JMP_BUF_SIZE): Change use to __LIBGCC_JMP_BUF_SIZE__.
1942
b20ee094
NS
19432014-09-02 Nathan sidwell <nathan@acm.org>
1944
1945 * libgcov-interface.c (STRONG_ALIAS): New.
1946 (__gcov_flush): Call __gcov_reset_int.
1947 (__gcov_reset): Strong alias for ...
1948 (__gcov_reset_ing): ... this renamed hidden version.
1949 * libgcov.h (__gcov_reset_int): New declaration.
1950
1ac83976
YS
19512014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
1952
25efdb9f
YS
1953 * config/i386/cygming-crtend.c (register_frame_ctor): Move atexit
1954 call from here...
1955 * config/i386/cygming-crtbegin.c (__gcc_register_frame): to here.
1956 (__dso_handle): Define on Cygwin.
1957 * config/i386/t-cygming (crtbeginS.o): New rule.
1958 * config.host (*-*-cygwin*): Add crtbeginS.o to extra_parts.
1959
1ac83976
YS
1960 * config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
1961 declaration syntax.
1962
c6f9ea3b
SE
19632014-08-13 Steve Ellcey <sellcey@mips.com>
1964
1965 * crtstuff.c: Undef caddr_t.
1966
5b1ea7c5
SE
19672014-08-12 Steve Ellcey <sellcey@mips.com>
1968
1969 * config/mips/mips16.S: Skip when __mips_soft_float is defined.
1970
4303c581
NS
19712014-08-07 Nathan Sidwell <nathan@acm.org>
1972
1973 * Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...
1974 (LIBGCOV_DRIVER): ... to here.
1975 * libgcov.h (gcov_do_dump): New #define.
1976 (struct gcov_root): New.
1977 (__gcov_root): New declaration.
1978 (__gcov_dump_one): Declare.
1979 * libgcov-driver.c (gcov_list, gcov_dump_complete,
1980 run_accounted): Delete.
1981 (gcov_compute_histogram): Add LIST argument, adjust.
1982 (compute_summary): Adjust gcov_compute_histogram call.
1983 (gcov_do_dump): Not hidden, static in libgcov.
1984 (gcov_clear): Move to interface.c.
1985 (__gcov_dump_one): New, broken out of ...
1986 (gcov_exit): ... here. Make static.
1987 (__gcov_root): New.
1988 (__gcov_init): Adjust.
1989 * libgcov-interface.c (gcov_clear, gcov_exit): Remove
1990 declarations.
1991 (__gcov_flush): Use __gcov_dump_one and __gcov_reset.
1992 (gcov_clear): Moved from driver.c. Add LIST argument.
1993 (__gcov_reset): Adjust for changed interfaces.
1994 (__gcov_fork): Remove local declaration of __gcov_flush_mx.
1995
23742a9e
RAR
19962014-08-04 Rohit <rohitarulraj@freescale.com>
1997
1998 PR target/60102
1999 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Update
d406ae47 2000 based on change in SPE high register numbers and 3 HTM registers.
23742a9e 2001
b98a872b
NS
20022014-08-01 Nathan Sidwell <nathan@acm.org>
2003
2004 * Makefile.in (LIBGCOV_MERGE, LIBGCOV_PROFILER,
2005 LIBGCOV_INTERFACE): Reformat.
2006 * libgcov-driver.c (gcov_exit, __gcov_init): Disable when
2007 IN_GCOV_TOOL.
2008 * libgcov-interface.c: Reformat some comments.
2009 (__gcov_flush_mx): Add declaration. Tidy up definition.
2010
6adaaa1d
AM
20112014-07-31 Alan Modra <amodra@gmail.com>
2012 Peter Bergner <bergner@vnet.ibm.com>
2013
2014 * config/rs6000/ibm-ldouble.c (typedef union longDblUnion): Delete.
2015 (pack_ldouble): New function.
2016 (__gcc_qadd): Use it.
2017 (__gcc_qmul): Likewise.
2018 (__gcc_qdiv): Likewise.
2019 (__gcc_qneg): Likewise.
2020 (__gcc_stoq): Likewise.
2021 (__gcc_dtoq): Likewise.
2022
87cb0c0c
UW
20232014-07-30 J. D. Johnston <jjohnst@us.ibm.com>
2024
2025 * config/s390/tpf-unwind.h: Include <stdbool.h>.
2026 (__tpf_eh_return): Add original return address as second parameter.
2027 Handle cases where unwinder routines were called directly, instead
2028 of from within the C++ library.
2029
19926161
NS
20302014-07-29 Nathan Sidwell <nathan@acm.org>
2031
2032 * libgcov.h: Move renaming of entry points to lib gcov specific
2033 portion.
2034 (gcov_do_dump): New rename.
2035 (gcov_rewrite): Remove inline, make HIDDEN.
2036 * libgcov-driver.c (gcov_clear, gcov_exit): Remove declarations.
2037 (gcov_exit_compute_summary): Rename to ...
2038 (compute_summary): ... here. Add LIST argument.
2039 (gcov_exit_merge_gcda): Rename to ...
2040 (merge_one_data): ... here.
2041 (gcov_exit_write_gcda): Rename to ...
2042 (write_one_data): ... here.
2043 (gcov_exit_merge_summary): Rename to ...
2044 (merge_summary): Add RUN_COUNTED argument.
2045 (gcov_exit_dump_gcov): Rename to ...
2046 (dump_one_gcov): Add RUN_COUNTED argument.
2047 (gcov_do_dump): New function, broken out of ...
2048 (gcov_exit): ... here. Call it.
2049
17522262
AG
20502014-07-27 Anthony Green <green@moxielogic.com>
2051
2052 * config.host: Add moxiebox configuration suppport.
2053
6dc33097
NS
20542014-07-27 Nathan Sidwell <nathan@acm.org>
2055
2056 * libgcov-driver.c (struct gcov_filename_aux): Rename ...
2057 (struct gcov_filename): ... here. Include buffer and max length
2058 fields.
2059 (gcov_max_filename): Remove.
2060 (gi_filename): Remove.
2061 (gcov_exit_compute_summary): Compute max filename here.
2062 (gcov_exit_merge_gcda): Add filename parm, adjust.
2063 (gcov_exit_merge_summary): Likewise.
2064 (gcov_exit_dump_gcov): Adjust for struct gcov_filename changes.
2065 (gcov_exit): Likewise.
2066 (__gcov_init): Don't calculate max length here.
2067 * libgcov_util.c (max_filename_len): Remove.
2068 (read_gcda_file): Don't calculate max length here.
2069 (gcov_read_profile_dir): Don't propagate here.
2070 * libgcov-driver-system.c (alloc_filename_struct): Adjust for
2071 struct gcov_filename changes.
2072 (gcov_exit_open_gcda_file): Likewise.
2073
770f687d
NS
20742014-07-25 Nathan Sidwell <nathan@acm.org>
2075
2076 * libgcov-driver.c (set_gcov_dump_complete,
2077 reset_gcov_dump_complete, get_gcov_dump_complete): Remove global
2078 functions polluting user's namespace.
2079 (gcov_exit): Set variable directly.
2080 (gcov_clear): Reset variable directly.
2081 * libgcov-interface.c (get_gcov_dymp_complete,
2082 reset_gov_dump_complete): Remove declarations.
2083 (__gcov_reset, __gcov_dump): Don't call them.
2084
fabf71ba
DD
20852014-07-24 DJ Delorie <dj@redhat.com>
2086
2087 * config/i386/cygming-crtbegin.c (deregister_frame_fn): Newly public.
770f687d
NS
2088 (__gcc_deregister_frame): Move logic to detect deregister function
2089 to ...
2090 (__gcc_register_frame): here, so it's consistent with the register
2091 logic.
fabf71ba 2092
d10ee722
NS
20932014-07-23 Nathan Sidwell <nathan@acm.org>
2094
2095 * libgcov-driver.c (set_gcov_list): Remove.
2096 (gcov_list): Make non-static in GCOV_TOOL.
2097 * libgcov.h (GCOV_TOOL_LINKAGE): Remove unused #define.
2098
a4137090
JDA
20992014-07-17 John David Anglin <danglin@gcc.gnu.org>
2100
2101 * config/pa/linux-atomic.c (__sync_lock_release_4): New.
2102 (SYNC_LOCK_RELEASE): Update to use __kernel_cmpxchg for release.
2103 Don't use SYNC_LOCK_RELEASE for int type.
2104
72602c6c
RB
21052014-07-14 Richard Biener <rguenther@suse.de>
2106
2107 * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
2108
d5313205
RX
21092014-07-11 Rong Xu <xur@google.com>
2110
2111 * libgcov-util.c (gcov_max_filename): Fix declartion.
2112
c77556a5
RX
21132014-07-10 Rong Xu <xur@google.com>
2114
2115 Add gcov-tool: an offline gcda profile processing tool
2116 Support.
2117 * libgcov-driver.c (gcov_max_filename): Make available
2118 to gcov-tool.
2119 * libgcov-merge.c (__gcov_merge_add): Replace
2120 gcov_read_counter() with a Macro.
2121 (__gcov_merge_ior): Ditto.
2122 (__gcov_merge_time_profile): Ditto.
2123 (__gcov_merge_single): Ditto.
2124 (__gcov_merge_delta): Ditto.
2125 * libgcov-util.c (void gcov_set_verbose): Set the verbose flag
2126 in the utility functions.
2127 (set_fn_ctrs): Utility function for reading gcda files to in-memory
2128 gcov_list object link lists.
2129 (tag_function): Ditto.
2130 (tag_blocks): Ditto.
2131 (tag_arcs): Ditto.
2132 (tag_lines): Ditto.
2133 (tag_counters): Ditto.
2134 (tag_summary): Ditto.
2135 (read_gcda_finalize): Ditto.
2136 (read_gcda_file): Ditto.
2137 (ftw_read_file): Ditto.
2138 (read_profile_dir_init): Ditto.
2139 (gcov_read_profile_dir): Ditto.
2140 (gcov_read_counter_mem): Ditto.
2141 (gcov_get_merge_weight): Ditto.
2142 (merge_wrapper): A wrapper function that calls merging handler.
2143 (gcov_merge): Merge two gcov_info objects with weights.
2144 (find_match_gcov_info): Find the matched gcov_info in the list.
2145 (gcov_profile_merge): Merge two gcov_info object lists.
2146 (__gcov_add_counter_op): Process edge profile counter values.
2147 (__gcov_ior_counter_op): Process IOR profile counter values.
2148 (__gcov_delta_counter_op): Process delta profile counter values.
2149 (__gcov_single_counter_op): Process single profile counter values.
2150 (fp_scale): Callback function for float-point scaling.
cc86234f 2151 (int_scale): Callback function for integer fraction scaling.
c77556a5
RX
2152 (gcov_profile_scale): Scaling profile counters.
2153 (gcov_profile_normalize): Normalize profile counters.
2154 * libgcov.h: Add headers and functions for gcov-tool use.
2155 (gcov_get_counter): New.
2156 (gcov_get_counter_target): Ditto.
2157 (struct gcov_info): Make the functions field mutable in gcov-tool
2158 compilation.
2159
5c7dac8a
KT
21602014-06-23 Kai Tietz <ktietz@redhat.com>
2161
2162 PR libgcc/61585
2163 * unwind-seh.c (_Unwind_GetGR): Check for proper
2164 index range.
2165 (_Unwind_SetGR): Likewise.
2166
161c9312
NC
21672014-05-22 Nick Clifton <nickc@redhat.com>
2168
2169 * config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
2170 -mhwmult=none.
2171
e3f0315f
TJ
21722014-05-22 Teresa Johnson <tejohnson@google.com>
2173
2174 * libgcov-driver.c (gcov_error): Move declaration before gcov-io.c
2175 include.
2176
dbed5a9b
JM
21772014-05-20 John Marino <gnugcc@marino.st>
2178
2179 * config.host (*-*-dragonfly*): New target.
2180 * crtstuff.c: Make dl_iterate_support generic on *bsd.
2181 * enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
2182 * unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
2183 * config/i386/dragonfly-unwind.h: New.
2184
1ec380e5
MR
21852014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2186
2187 PR libgcc/60166
2188 * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S)
2189 (_FP_NANFRAC_D, _FP_NANSIGN_Q): Set the quiet bit.
2190
54fde020
BE
21912014-05-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
2192
2193 * unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
2194 implementation.
2195
999db125
GJL
21962014-05-12 Georg-Johann Lay <avr@gjlay.de>
2197
2198 * config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception.
2199
cceaf54a
RO
22002014-05-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2201
2202 PR libgcc/61097
2203 * config/t-slibgcc-sld: Only build and install libgcc-unwind.map
2204 if --enable-shared.
2205
e3fe9b5b
BE
22062014-04-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2207
2208 Work around for current cygwin32 build problems.
2209 * config/i386/cygming-crtbegin.c (__register_frame_info,
2210 __deregister_frame_info, _Jv_RegisterClasses): Compile weak default
2211 functions only for 64-bit systems.
2212
54cf37e9
RO
22132014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2214
2215 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
2216 (sigill_caught, sigill_hdlr): Remove.
2217
d9f069ab
RO
22182014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2219
2220 * config/i386/crtfastmath.c (set_fast_math): Remove SSE execution
2221 check.
2222 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
2223 Solaris 9 single-threaded support.
2224 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
2225 Solaris 9 single-threaded support. Add call_user_handler code
2226 sequences.
2227 (sparc_is_sighandler): Likewise.
2228
59976ef8
AK
22292014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2230
2231 * config.host: Append t-floattodi to tmake_file depending on
2232 host_address.
2233
d02bbcf3
JS
22342014-03-20 Joel Sherrill <joel.sherrill@oarcorp.com>
2235
31466bc0 2236 * config.host (v850*-*-*): Add to tmake_file instead of resetting it.
d02bbcf3 2237
c2e7e597
UB
22382014-03-10 Uros Bizjak <ubizjak@gmail.com>
2239
2240 PR libgcc/60472
2241 * crtstuff.c (frame_dummy): Use void **jcr_list temporary
2405e0ea 2242 variable to avoid "array subscript is above array bounds" warnings.
c2e7e597
UB
2243 Use __builtin_expect when checking *jcr_list for NULL.
2244
227a7dc8
RO
22452014-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2246
2247 PR libgcc/59339
2248 * config.host (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu)
2249 (*-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Only add
2250 vtv_*.o to extra_parts if enable_vtable_verify.
2251
df2b279c
NC
22522014-03-06 Nick Clifton <nickc@redhat.com>
2253
2254 * config/msp430/t-msp430 (LIB2ADD): Add lib2hw_mul.S
2255 * config/msp430/lib2hw_mul.S: New: Hardware multiply routines.
2256
dc11d79b
JY
22572014-02-28 Joey Ye <joey.ye@arm.com>
2258
2259 PR libgcc/60166
2260 * config/arm/sfp-machine.h (_FP_NANFRAC_H,
2261 _FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q):
2262 Set to zero.
2263
341c653c
WL
22642014-02-24 Walter Lee <walt@tilera.com>
2265
2266 * config.host: Support "tilegx*" and "tilepro*" triplets.
2267 * config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
2268 * config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.
2269
95ce7613
CLT
22702014-02-20 Sandra Loosemore <sandra@codesourcery.com>
2271 Chung-Lin Tang <cltang@codesourcery.com>
2272
2273 * config/nios2/t-nios2 (CRTSTUFF_T_CFLAGS): Add -mno-gpopt.
2274 * config/nios2/crti.S: Remove .file directive.
2275 * config/nios2/crtn.S: Likewise.
2276
0bb4fc05
KT
22772014-02-18 Kai Tietz <ktietz@redhat.com>
2278 Jonathan Schleifer <js@webkeks.org>
2279
2280 PR objc/56870
2281 * unwind-seh.c (_GCC_specific_handler): Pass proper
2282 value to unwind-handler.
2283
9acf28f1
JM
22842014-02-12 Joseph Myers <joseph@codesourcery.com>
2285
2286 * soft-fp/adddf3.c: Update from glibc.
2287 * soft-fp/addsf3.c: Likewise.
2288 * soft-fp/addtf3.c: Likewise.
2289 * soft-fp/divdf3.c: Likewise.
2290 * soft-fp/divsf3.c: Likewise.
2291 * soft-fp/divtf3.c: Likewise.
2292 * soft-fp/double.h: Likewise.
2293 * soft-fp/eqdf2.c: Likewise.
2294 * soft-fp/eqsf2.c: Likewise.
2295 * soft-fp/eqtf2.c: Likewise.
2296 * soft-fp/extenddftf2.c: Likewise.
2297 * soft-fp/extended.h: Likewise.
2298 * soft-fp/extendsfdf2.c: Likewise.
2299 * soft-fp/extendsftf2.c: Likewise.
2300 * soft-fp/extendxftf2.c: Likewise.
2301 * soft-fp/fixdfdi.c: Likewise.
2302 * soft-fp/fixdfsi.c: Likewise.
2303 * soft-fp/fixdfti.c: Likewise.
2304 * soft-fp/fixsfdi.c: Likewise.
2305 * soft-fp/fixsfsi.c: Likewise.
2306 * soft-fp/fixsfti.c: Likewise.
2307 * soft-fp/fixtfdi.c: Likewise.
2308 * soft-fp/fixtfsi.c: Likewise.
2309 * soft-fp/fixtfti.c: Likewise.
2310 * soft-fp/fixunsdfdi.c: Likewise.
2311 * soft-fp/fixunsdfsi.c: Likewise.
2312 * soft-fp/fixunsdfti.c: Likewise.
2313 * soft-fp/fixunssfdi.c: Likewise.
2314 * soft-fp/fixunssfsi.c: Likewise.
2315 * soft-fp/fixunssfti.c: Likewise.
2316 * soft-fp/fixunstfdi.c: Likewise.
2317 * soft-fp/fixunstfsi.c: Likewise.
2318 * soft-fp/fixunstfti.c: Likewise.
2319 * soft-fp/floatdidf.c: Likewise.
2320 * soft-fp/floatdisf.c: Likewise.
2321 * soft-fp/floatditf.c: Likewise.
2322 * soft-fp/floatsidf.c: Likewise.
2323 * soft-fp/floatsisf.c: Likewise.
2324 * soft-fp/floatsitf.c: Likewise.
2325 * soft-fp/floattidf.c: Likewise.
2326 * soft-fp/floattisf.c: Likewise.
2327 * soft-fp/floattitf.c: Likewise.
2328 * soft-fp/floatundidf.c: Likewise.
2329 * soft-fp/floatundisf.c: Likewise.
2330 * soft-fp/floatunditf.c: Likewise.
2331 * soft-fp/floatunsidf.c: Likewise.
2332 * soft-fp/floatunsisf.c: Likewise.
2333 * soft-fp/floatunsitf.c: Likewise.
2334 * soft-fp/floatuntidf.c: Likewise.
2335 * soft-fp/floatuntisf.c: Likewise.
2336 * soft-fp/floatuntitf.c: Likewise.
2337 * soft-fp/gedf2.c: Likewise.
2338 * soft-fp/gesf2.c: Likewise.
2339 * soft-fp/getf2.c: Likewise.
2340 * soft-fp/ledf2.c: Likewise.
2341 * soft-fp/lesf2.c: Likewise.
2342 * soft-fp/letf2.c: Likewise.
2343 * soft-fp/muldf3.c: Likewise.
2344 * soft-fp/mulsf3.c: Likewise.
2345 * soft-fp/multf3.c: Likewise.
2346 * soft-fp/negdf2.c: Likewise.
2347 * soft-fp/negsf2.c: Likewise.
2348 * soft-fp/negtf2.c: Likewise.
2349 * soft-fp/op-1.h: Likewise.
2350 * soft-fp/op-2.h: Likewise.
2351 * soft-fp/op-4.h: Likewise.
2352 * soft-fp/op-8.h: Likewise.
2353 * soft-fp/op-common.h: Likewise.
2354 * soft-fp/quad.h: Likewise.
2355 * soft-fp/single.h: Likewise.
2356 * soft-fp/soft-fp.h: Likewise.
2357 * soft-fp/subdf3.c: Likewise.
2358 * soft-fp/subsf3.c: Likewise.
2359 * soft-fp/subtf3.c: Likewise.
2360 * soft-fp/truncdfsf2.c: Likewise.
2361 * soft-fp/trunctfdf2.c: Likewise.
2362 * soft-fp/trunctfsf2.c: Likewise.
2363 * soft-fp/trunctfxf2.c: Likewise.
2364 * soft-fp/unorddf2.c: Likewise.
2365 * soft-fp/unordsf2.c: Likewise.
2366 * soft-fp/unordtf2.c: Likewise.
2367 * config/aarch64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): New
2368 macro.
2369 * config/arm/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2370 Likewise.
2371 * config/c6x/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2372 Likewise.
2373 * config/cris/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2374 Likewise.
2375 * config/i386/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2376 Likewise.
2377 * config/ia64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2378 Likewise.
2379 * config/lm32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2380 Likewise.
2381 * config/mips/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2382 Likewise.
2383 * config/moxie/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2384 Likewise.
2385 * config/nds32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2386 Likewise.
2387 * config/nios2/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2388 Likewise.
2389 * config/rs6000/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2390 Likewise.
2391 * config/score/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2392 Likewise.
2393 * config/tilegx/sfp-machine32.h (_FP_TININESS_AFTER_ROUNDING):
2394 Likewise.
2395 * config/tilegx/sfp-machine64.h (_FP_TININESS_AFTER_ROUNDING):
2396 Likewise.
2397 * config/tilepro/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
2398 Likewise.
2399
ce245ec6
AK
24002014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2401
2402 * config/s390/32/_fixdfdi.c: Throw invalid exception if number
2403 cannot be represented.
2404 * config/s390/32/_fixsfdi.c: Likewise.
2405 * config/s390/32/_fixtfdi.c: Likewise.
2406 * config/s390/32/_fixunsdfdi.c: Likewise.
2407 * config/s390/32/_fixunssfdi.c: Likewise.
2408 * config/s390/32/_fixunstfdi.c: Likewise.
2409
1c51d688
RS
24102014-02-07 Richard Sandiford <rdsandiford@googlemail.com>
2411
2412 * configure.ac (libgcc_cv_mips_hard_float): New.
2413 * configure: Regenerate.
2414 * config.host (mips*-*-*): Use t-hardfp-sfdf rather than
2415 t-softfp-sfdf for hard-float targets.
2416 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Reinstate.
2417 (softfp_float_modes, softfp_int_modes, softfp_extensions)
2418 (softfp_truncations, softfp_exclude_libgcc2): New.
2419 * config/t-hardfp: New file.
2420 * config/t-hardfp-sfdf: Likewise.
2421 * config/hardfp.c: Likewise.
2422
bbf391db
AK
24232014-02-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2424
2425 * config.host: Include t-floattodi also for s390x.
2426 * config/s390/32/_fixdfdi.c: Omit in 64 bit mode.
2427 * config/s390/32/_fixsfdi.c: Likewise.
2428 * config/s390/32/_fixtfdi.c: Likewise.
2429 * config/s390/32/_fixunsdfdi.c: Likewise.
2430 * config/s390/32/_fixunssfdi.c: Likewise.
2431 * config/s390/32/_fixunstfdi.c: Likewise.
2432
91da0481
RO
24332014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2434
2435 PR target/59788
2436 * config/t-slibgcc-sld (libgcc-unwind.map): New target.
2437 (install-libgcc-unwind-map-forbuild): New target.
2438 (all): Depend on install-libgcc-unwind-map-forbuild.
2439 (install-libgcc-unwind-map): New target.
2440 (install): Depend on install-libgcc-unwind-map.
2441
02b67731
SL
24422014-02-02 Sandra Loosemore <sandra@codesourcery.com>
2443
2444 * config/nios2/crti.S (_init): Initialize GOT pointer from
2445 _gp_got instead of _GLOBAL_OFFSET_TABLE_.
2446
1ea0a651
RS
24472014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
2448
2449 * configure.ac: Check __mips64 when setting host_address.
2450 * configure: Regenerate.
2451 * config.host (mips*-*-*): Add t-softfp-sfdf, mips/t-softfp-tf,
2452 mips/t-mips64 and t-softfp.
2453 (mips*-*-linux*): Don't add mips/t-tpbit.
2454 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS, FPBIT, FPBIT_CFLAGS)
2455 (DPBIT, DPBIT_CFLAGS): Delete.
2456 * config/mips/sfp-machine.h: New file.
2457 * config/mips/t-mips64: Likewise.
2458 * config/mips/t-softfp-tf: Likewise.
2459 * config/mips/t-tpbit: Delete.
2460
f32b0061
MS
24612014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
2462
2463 * config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
2464 as long long.
2465
a5420aa4
WL
24662014-01-25 Walter Lee <walt@tilera.com>
2467
2468 * config/tilepro/atomic.c: Include tconfig.h. Don't include
2469 config.h or system.h.
2470 (bool) Define.
2471
24534912
WL
24722014-01-25 Walter Lee <walt@tilera.com>
2473
2474 * config/tilepro/atomic.c (pre_atomic_barrier): Mark inline.
2475 (post_atomic_barrier): Ditto.
2476 (__fetch_and_do): New macro.
2477 (__atomic_fetch_and_do): Use __fetch_and_do.
2478 (__sync_fetch_and_do): New macro.
2479 (__sync_fetch_and_add_4): New function.
2480 (__sync_fetch_and_sub_4): New function.
2481 (__sync_fetch_and_or_4): New function.
2482 (__sync_fetch_and_and_4): New function.
2483 (__sync_fetch_and_xor_4): New function.
2484 (__sync_fetch_and_nand_4): New function.
2485 (__sync_fetch_and_add_8): New function.
2486 (__sync_fetch_and_sub_8): New function.
2487 (__sync_fetch_and_or_8): New function.
2488 (__sync_fetch_and_and_8): New function.
2489 (__sync_fetch_and_xor_8): New function.
2490 (__sync_fetch_and_nand_8): New function.
2491 (__do_and_fetch): New macro.
2492 (__atomic_do_and_fetch): Use __do_and_fetch.
2493 (__sync_do_and_fetch): New macro.
2494 (__sync_add_and_fetch_4): New function.
2495 (__sync_sub_and_fetch_4): New function.
2496 (__sync_or_and_fetch_4): New function.
2497 (__sync_and_and_fetch_4): New function.
2498 (__sync_xor_and_fetch_4): New function.
2499 (__sync_nand_and_fetch_4): New function.
2500 (__sync_add_and_fetch_8): New function.
2501 (__sync_sub_and_fetch_8): New function.
2502 (__sync_or_and_fetch_8): New function.
2503 (__sync_and_and_fetch_8): New function.
2504 (__sync_xor_and_fetch_8): New function.
2505 (__sync_nand_and_fetch_8): New function.
2506 (__sync_exchange_methods): New macro.
2507 (__sync_val_compare_and_swap_4): New function.
2508 (__sync_bool_compare_and_swap_4): New function.
2509 (__sync_lock_test_and_test_4): New function.
2510 (__sync_val_compare_and_swap_8): New function.
2511 (__sync_bool_compare_and_swap_8): New function.
2512 (__sync_lock_test_and_test_8): New function.
2513 (__subword_cmpxchg_body): New macro.
2514 (__atomic_compare_exchange_1): Use __subword_cmpxchg_body.
2515 (__atomic_compare_exchange_2): Ditto.
2516 (__sync_subword_cmpxchg): New macro.
2517 (__sync_val_compare_and_swap_1): New function.
2518 (__sync_bool_compare_and_swap_1): New function.
2519 (__sync_val_compare_and_swap_2): New function.
2520 (__sync_bool_compare_and_swap_2): New function.
2521 (__atomic_subword): Rename to ...
2522 (__subword): ... New name.
2523 (__atomic_subword_fetch): Use __subword.
2524 (__sync_subword_fetch): New macro.
2525 (__sync_fetch_and_add_1): New function.
2526 (__sync_fetch_and_sub_1): New function.
2527 (__sync_fetch_and_or_1): New function.
2528 (__sync_fetch_and_and_1): New function.
2529 (__sync_fetch_and_xor_1): New function.
2530 (__sync_fetch_and_nand_1): New function.
2531 (__sync_fetch_and_add_2): New function.
2532 (__sync_fetch_and_sub_2): New function.
2533 (__sync_fetch_and_or_2): New function.
2534 (__sync_fetch_and_and_2): New function.
2535 (__sync_fetch_and_xor_2): New function.
2536 (__sync_fetch_and_nand_2): New function.
2537 (__sync_add_and_fetch_1): New function.
2538 (__sync_sub_and_fetch_1): New function.
2539 (__sync_or_and_fetch_1): New function.
2540 (__sync_and_and_fetch_1): New function.
2541 (__sync_xor_and_fetch_1): New function.
2542 (__sync_nand_and_fetch_1): New function.
2543 (__sync_add_and_fetch_2): New function.
2544 (__sync_sub_and_fetch_2): New function.
2545 (__sync_or_and_fetch_2): New function.
2546 (__sync_and_and_fetch_2): New function.
2547 (__sync_xor_and_fetch_2): New function.
2548 (__sync_nand_and_fetch_2): New function.
2549 (__atomic_subword_lock): Use __subword.
2550 (__sync_subword_lock): New macro.
2551 (__sync_lock_test_and_set_1): New function.
2552 (__sync_lock_test_and_set_2): New function.
2553
4d6d3bc5
WL
25542014-01-25 Walter Lee <walt@tilera.com>
2555
2556 * config/tilepro/atomic.c (BIT_OFFSET): Define.
2557 (__atomic_subword_cmpxchg): Use BIT_OFFSET.
2558 (__atomic_subword): Ditto.
2559
cbd9890e
WL
25602014-01-25 Walter Lee <walt@tilera.com>
2561
2562 * config/tilepro/atomic.c (__atomic_do_and_fetch): Add
2563 a prefix op argument.
2564 (__atomic_nand_fetch_4): Add prefix op.
2565 (__atomic_nand_fetch_8): Ditto.
2566
7d296953 25672014-01-21 Baruch Siach <barch@tkos.co.il>
800d8bd5
BS
2568
2569 * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
2570
46dd1242
L
25712014-01-09 Rong Xu <xur@google.com>
2572
2573 * libgcov-driver.c (this_prg): make it local to save
2574 bss space.
2575 (gcov_exit_compute_summary): Ditto.
2576 (gcov_exit_merge_gcda): Ditto.
2577 (gcov_exit_merge_summary): Ditto.
2578 (gcov_exit_dump_gcov): Ditto.
2579
cc86234f 25802014-01-08 Rong Xu <xur@google.com>
40d6b753
RX
2581
2582 * libgcov-driver.c: Use libgcov.h.
2583 (buffer_fn_data): Use xmalloc instead of malloc.
2584 (gcov_exit_merge_gcda): Ditto.
2585 * libgcov-driver-system.c (allocate_filename_struct): Ditto.
2586 * libgcov.h: New common header files for libgcov-*.h.
2587 * libgcov-interface.c: Use libgcov.h
2588 * libgcov-merge.c: Ditto.
2589 * libgcov-profiler.c: Ditto.
2590 * Makefile.in: Add dependence to libgcov.h
2591
a02e7bdd
JM
25922014-01-02 Joseph Myers <joseph@codesourcery.com>
2593
2594 * config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in
2595 case of small numerator and finite nonzero result.
2596
ac1dca3c
RS
25972014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2598
2599 Update copyright years
2600
f9030485
RS
26012014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2602
2603 * config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
2604 config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
2605 config/arc/dp-hack.h, config/arc/fp-hack.h,
2606 config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
2607 config/arc/ieee-754/arc600-dsp/divdf3.S,
2608 config/arc/ieee-754/arc600-dsp/divsf3.S,
2609 config/arc/ieee-754/arc600-dsp/muldf3.S,
2610 config/arc/ieee-754/arc600-dsp/mulsf3.S,
2611 config/arc/ieee-754/arc600-mul64/divdf3.S,
2612 config/arc/ieee-754/arc600-mul64/divsf3.S,
2613 config/arc/ieee-754/arc600-mul64/muldf3.S,
2614 config/arc/ieee-754/arc600-mul64/mulsf3.S,
2615 config/arc/ieee-754/arc600/divsf3.S,
2616 config/arc/ieee-754/arc600/mulsf3.S,
2617 config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
2618 config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
2619 config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
2620 config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
2621 config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
2622 config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
2623 config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
2624 config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
2625 config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
2626 config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
2627 config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
2628 config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
2629 config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
2630 config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
2631 config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
2632 config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
2633 config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
2634 config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
2635 config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
2636 config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
2637 config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
2638 config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
2639 vtv_start_preinit.c: Use the standard form for the copyright notice.
2640
e430824f
CLT
26412013-12-31 Sandra Loosemore <sandra@codesourcery.com>
2642 Chung-Lin Tang <cltang@codesourcery.com>
2643 Based on patches from Altera Corporation
2644
2645 * config.host (nios2-*-*,nios2-*-linux*): Add nios2 host cases.
2646 * config/nios2/lib2-nios2.h: New file.
2647 * config/nios2/lib2-divmod-hi.c: New file.
2648 * config/nios2/linux-unwind.h: New file.
2649 * config/nios2/lib2-divmod.c: New file.
2650 * config/nios2/linux-atomic.c: New file.
2651 * config/nios2/t-nios2: New file.
2652 * config/nios2/crti.asm: New file.
2653 * config/nios2/t-linux: New file.
2654 * config/nios2/lib2-divtable.c: New file.
2655 * config/nios2/lib2-mul.c: New file.
2656 * config/nios2/tramp.c: New file.
2657 * config/nios2/crtn.asm: New file.
2658
1879e97f
UB
26592013-12-26 Uros Bizjak <ubizjak@gmail.com>
2660
2661 * config/i386/cpuinfo.c (enum vendor_signatures): Remove.
2662 (__cpu_indicator_init): Use signature_INTEL_ebx and signature_AMD_ebx
2663 from cpuid.h to check vendor signatures.
2664
f4a4bdbb
GG
26652013-12-26 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2666
c2e7e597 2667 * config/i386/cpuinfo.c (processor_types): Rename AMD cpu names
f4a4bdbb
GG
2668 AMD_BOBCAT to AMD_BTVER1 and AMD_JAGUAR to AMD_BTVER2.
2669 (get_amd_cpu): Likewise.
2670
8d2ae544
L
26712013-12-25 H.J. Lu <hongjiu.lu@intel.com>
2672
2673 * config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
2674 Haswell.
2675
74924838
ASJ
26762013-12-25 Allan Sandfeld Jensen <sandfeld@kde.org>
2677 H.J. Lu <hongjiu.lu@intel.com>
2678
0bb52f25
L
2679 PR target/59422
2680 * config/i386/cpuinfo.c (enum processor_types): Add AMD_BOBCAT
74924838
ASJ
2681 and AMD_JAGUAR.
2682 (enum processor_subtypes): Add AMDFAM15H_BDVER3, AMDFAM15H_BDVER4,
2683 INTEL_COREI7_IVYBRIDGE and INTEL_COREI7_HASWELL.
2684 (enum processor_features): Add FEATURE_SSE4_A, FEATURE_FMA4,
2685 FEATURE_XOP and FEATURE_FMA.
2686 (get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
2687 AMDFAM15H_BDVER3.
2688 (get_intel_cpu): Handle INTEL_COREI7 and INTEL_COREI7_HASWELL.
0bb52f25 2689 (get_available_features): Handle FEATURE_FMA, FEATURE_SSE4_A,
74924838
ASJ
2690 FEATURE_FMA4 and FEATURE_XOP.
2691
d3c11974
L
26922013-12-23 H.J. Lu <hongjiu.lu@intel.com>
2693
2694 * config/i386/cpuinfo.c (processor_subtypes): Replace INTEL_ATOM,
2695 INTEL_SLM with INTEL_BONNELL, INTEL_SILVERMONT.
2696 (get_intel_cpu): Updated.
2697
064c4ff2
ZC
26982013-12-12 Zhenqiang Chen <zhenqiang.chen@arm.com>
2699
2700 * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
2701
8b02e720
UB
27022013-12-09 Uros Bizjak <ubizjak@gmail.com>
2703
2704 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
1f71a3c3 2705 instructions when __SSE_MATH__ is defined.
8b02e720 2706
3fa2ccb4
RC
27072013-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
2708
2709 * config.host (microblaze-*-rtems*): New.
2710
ecd78fc9
KV
27112013-12-04 Kugan Vivekanandarajah <kuganv@linaro.org>
2712
2713 * config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
2714 architectures that do not have hardware divide instruction.
2715 i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__.
2716
b21fbbd2
RS
27172013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
2718
2719 * longlong.h: Delete (moved to include/).
2720
b03fb8c9
AZ
27212013-12-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2722
2723 * config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add
2724 of normal number and qNaN to not raise an inexact exception.
2725
3c716922
UB
27262013-11-28 Uros Bizjak <ubizjak@gmail.com>
2727
2728 * config/i386/32/sfp-machine.h (__FP_FRAC_ADDI_4): New macro.
2729
27302013-11-28 Matthew Leach <matthew.leach@arm.com>
cceeb9a9
ML
2731
2732 * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state): Check
2733 for correct opcodes on BE.
2734
a3458d22
UB
27352013-11-27 Uros Bizjak <ubizjak@gmail.com>
2736
2737 * soft-fp/op-4.h: Update from glibc.
2738
30b8f78b
KV
27392013-11-27 Kugan Vivekanandarajah <kuganv@linaro.org>
2740
2741 * libgcc2.c (__udivmoddi4): Define new implementation when
2742 TARGET_HAS_NO_HW_DIVIDE is defined, for processors without any
2743 divide instructions.
2744
82552a29
OE
27452013-11-25 Oleg Endo <olegendo@gcc.gnu.org>
2746
2747 * config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E.
2748
80e87457
RO
27492013-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2750
2751 * config/t-softfp (soft-fp-objects-base): New variable.
2752 (soft-fp-objects): Use it.
2753
44178879
DE
27542013-11-23 David Edelson <dje.gcc@gmail.com>
2755 Andrew Dixie <andrewd@gentrack.com>
2756
2757 PR target/33704
2758 * config/rs6000/aixinitfini.c: New file.
2759 * config/rs6000/t-aix-cxa (LIB2ADD_ST): Add aixinitfini.c.
2760 * config/rs6000/libgcc-aix-cxa.ver (GCC_4.9): Add libgcc initfini
2761 symbols.
2762
e5287671
YR
27632013-11-22 Yuri Rumyantsev <ysrumyan@gmail.com>
2764
a3458d22 2765 * config/i386/cpuinfo.c (get_intel_cpu): Add Silvermont cases.
e5287671 2766
867c8b03
JH
27672013-11-18 Jan Hubicka <jh@suse.cz>
2768
7f369373
JH
2769 * libgcov-driver.c (run_accounted): Make global level static.
2770 (gcov_exit_merge_summary): Silence warning; do not clear
2771 run_accounted here.
2772 (gcov_exit): Clear it here.
2773
1d0b3334
JH
2774 * libgcov-driver.c (gcov_exit_merge_summary): Fix setting
2775 run_accounted.
2776
867c8b03
JH
2777 * libgcov-driver.c (get_gcov_dump_complete): Update comments.
2778 (all_prg, crc32): Remove static vars.
2779 (gcov_exit_compute_summary): Rewrite to return crc32; do not clear
2780 all_prg.
2781 (gcov_exit_merge_gcda): Add crc32 parameter.
2782 (gcov_exit_merge_summary): Add crc32 and all_prg parameter;
2783 do not account run if it was already accounted.
2784 (gcov_exit_dump_gcov): Add crc32 and all_prg parameters.
2785 (gcov_exit): Initialize all_prg; update.
2786
66204992
AS
27872013-11-15 Andreas Schwab <schwab@linux-m68k.org>
2788
2789 * configure: Regenerate.
2790
b54214fe
UW
27912013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2792 Alan Modra <amodra@gmail.com>
2793
2794 * config/rs6000/linux-unwind.h (TOC_SAVE_SLOT): Define.
2795 (frob_update_context): Use it.
2796
27972013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2798 Alan Modra <amodra@gmail.com>
2799
2800 * config/rs6000/tramp.S [__powerpc64__ && _CALL_ELF == 2]:
2801 (trampoline_initial): Provide ELFv2 variant.
2802 (__trampoline_setup): Likewise.
2803
2804 * config/rs6000/linux-unwind.h (frob_update_context): Do not
2805 check for AIX indirect function call sequence if _CALL_ELF == 2.
2806
28072013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2808 Alan Modra <amodra@gmail.com>
2809
2810 * config/rs6000/linux-unwind.h (get_regs): Do not support
2811 old kernel versions if _CALL_ELF == 2.
2812 (frob_update_context): Do not support PLT stub variants only
2813 generated by old linkers if _CALL_ELF == 2.
2814
13e0981a
UW
28152013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2816 Alan Modra <amodra@gmail.com>
2817
2818 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
2819 location of CR save area for 64-bit little-endian systems.
2820
1a80085d
EB
28212013-11-11 Eric Botcazou <ebotcazou@adacore.com>
2822
2823 * config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
2824 in tmake_file.
2825 * config/arm/t-vxworks: Delete.
2826
cabeea52
KT
28272013-11-10 Kai Tietz <ktietz@redhat.com>
2828
2829 * config/i386/cygming-crtbegin.c (__gcc_register_frame):
2830 Increment load-count on use of LIBGCC_SONAME DLL.
2831 (hmod_libgcc): New static variable to hold handle of
2832 LIBGCC_SONAME DLL.
2833 (__gcc_deregister_frame): Decrement load-count of
2834 LIBGCC_SONAME DLL.
2835
ac088ba1
BRF
28362013-11-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2837
2838 * configure.ac (libgcc_cv_dfp): Extend check to probe fenv.h
2839 availability.
2840 * configure: Regenerate
2841
d59a8fcc
UB
28422013-11-07 Uros Bizjak <ubizjak@gmail.com>
2843
2844 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Handle
2845 FP_EX_DENORM. Store result to volatile location after SSE division
2846 to close interrupt window. Remove unneeded fwait after x87
2847 division since interrupt window will be closed by emitted fstp.
9de84e84 2848 Rewrite FP_EX_INEXACT handling.
d59a8fcc 2849
9954c743
JM
28502013-11-06 Joseph Myers <joseph@codesourcery.com>
2851
2852 * soft-fp/README: Update.
2853 * soft-fp/adddf3.c: Update from glibc.
2854 * soft-fp/addsf3.c: Likewise.
2855 * soft-fp/addtf3.c: Likewise.
2856 * soft-fp/divdf3.c: Likewise.
2857 * soft-fp/divsf3.c: Likewise.
2858 * soft-fp/divtf3.c: Likewise.
2859 * soft-fp/double.h: Likewise.
2860 * soft-fp/eqdf2.c: Likewise.
2861 * soft-fp/eqsf2.c: Likewise.
2862 * soft-fp/eqtf2.c: Likewise.
2863 * soft-fp/extenddftf2.c: Likewise.
2864 * soft-fp/extended.h: Likewise.
2865 * soft-fp/extendsfdf2.c: Likewise.
2866 * soft-fp/extendsftf2.c: Likewise.
2867 * soft-fp/extendxftf2.c: Likewise.
2868 * soft-fp/fixdfdi.c: Likewise.
2869 * soft-fp/fixdfsi.c: Likewise.
2870 * soft-fp/fixdfti.c: Likewise.
2871 * soft-fp/fixsfdi.c: Likewise.
2872 * soft-fp/fixsfsi.c: Likewise.
2873 * soft-fp/fixsfti.c: Likewise.
2874 * soft-fp/fixtfdi.c: Likewise.
2875 * soft-fp/fixtfsi.c: Likewise.
2876 * soft-fp/fixtfti.c: Likewise.
2877 * soft-fp/fixunsdfdi.c: Likewise.
2878 * soft-fp/fixunsdfsi.c: Likewise.
2879 * soft-fp/fixunsdfti.c: Likewise.
2880 * soft-fp/fixunssfdi.c: Likewise.
2881 * soft-fp/fixunssfsi.c: Likewise.
2882 * soft-fp/fixunssfti.c: Likewise.
2883 * soft-fp/fixunstfdi.c: Likewise.
2884 * soft-fp/fixunstfsi.c: Likewise.
2885 * soft-fp/fixunstfti.c: Likewise.
2886 * soft-fp/floatdidf.c: Likewise.
2887 * soft-fp/floatdisf.c: Likewise.
2888 * soft-fp/floatditf.c: Likewise.
2889 * soft-fp/floatsidf.c: Likewise.
2890 * soft-fp/floatsisf.c: Likewise.
2891 * soft-fp/floatsitf.c: Likewise.
2892 * soft-fp/floattidf.c: Likewise.
2893 * soft-fp/floattisf.c: Likewise.
2894 * soft-fp/floattitf.c: Likewise.
2895 * soft-fp/floatundidf.c: Likewise.
2896 * soft-fp/floatundisf.c: Likewise.
2897 * soft-fp/floatunditf.c: Likewise.
2898 * soft-fp/floatunsidf.c: Likewise.
2899 * soft-fp/floatunsisf.c: Likewise.
2900 * soft-fp/floatunsitf.c: Likewise.
2901 * soft-fp/floatuntidf.c: Likewise.
2902 * soft-fp/floatuntisf.c: Likewise.
2903 * soft-fp/floatuntitf.c: Likewise.
2904 * soft-fp/gedf2.c: Likewise.
2905 * soft-fp/gesf2.c: Likewise.
2906 * soft-fp/getf2.c: Likewise.
2907 * soft-fp/ledf2.c: Likewise.
2908 * soft-fp/lesf2.c: Likewise.
2909 * soft-fp/letf2.c: Likewise.
2910 * soft-fp/muldf3.c: Likewise.
2911 * soft-fp/mulsf3.c: Likewise.
2912 * soft-fp/multf3.c: Likewise.
2913 * soft-fp/negdf2.c: Likewise.
2914 * soft-fp/negsf2.c: Likewise.
2915 * soft-fp/negtf2.c: Likewise.
2916 * soft-fp/op-1.h: Likewise.
2917 * soft-fp/op-2.h: Likewise.
2918 * soft-fp/op-4.h: Likewise.
2919 * soft-fp/op-8.h: Likewise.
2920 * soft-fp/op-common.h: Likewise.
2921 * soft-fp/quad.h: Likewise.
2922 * soft-fp/single.h: Likewise.
2923 * soft-fp/soft-fp.h: Likewise.
2924 * soft-fp/subdf3.c: Likewise.
2925 * soft-fp/subsf3.c: Likewise.
2926 * soft-fp/subtf3.c: Likewise.
2927 * soft-fp/truncdfsf2.c: Likewise.
2928 * soft-fp/trunctfdf2.c: Likewise.
2929 * soft-fp/trunctfsf2.c: Likewise.
2930 * soft-fp/trunctfxf2.c: Likewise.
2931 * soft-fp/unorddf2.c: Likewise.
2932 * soft-fp/unordsf2.c: Likewise.
2933 * soft-fp/unordtf2.c: Likewise.
2934
02ac9503
UB
29352013-11-05 Uros Bizjak <ubizjak@gmail.com>
2936
2937 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Define.
2938 (_FP_MUL_MEAT_D): Ditto.
2939 (_FP_DIV_MEAT_S): Ditto.
2940 (_FP_DIV_MEAT_D): Ditto.
2941 * config.host (i[34567]86-*-rtems*): Remove i386/t-softfp, add
2942 t-softfp-sfdf and t-softfp to tmake_file.
2943
61221141
UB
29442013-11-03 Uros Bizjak <ubizjak@gmail.com>
2945
2946 * config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
2947 * config/i386/crtprec.c: Ditto.
2948
9304f876
CJW
29492013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
2950 Shiva Chen <shiva0217@gmail.com>
2951
2952 * config.host (nds32*-elf*): Add nds32 target.
2953 * config/nds32 : New directory and files.
2954
0e499e75
HPN
29552013-10-16 Hans-Peter Nilsson <hp@axis.com>
2956
2957 For CRIS ports, switch to soft-fp. Improve arit.c and longlong.h.
2958 * config.host (cpu_type) <Setting default>: Add entry for
2959 crisv32-*-*.
2960 (tmake_file) <crisv32-*-elf, cris-*-elf, cris-*-linux*>
2961 <crisv32-*-linux*>: Adjust.
2962 * longlong.h: Wrap the whole CRIS section in a single
2963 defined(__CRIS__) conditional. Add comment about add_ssaaaa
2964 and sub_ddmmss.
2965 (COUNT_LEADING_ZEROS_0): Define when count_leading_zeros is
2966 defined.
2967 [__CRIS__] (__umulsidi3): Define.
2968 [__CRIS__] (umul_ppmm): Define in terms of __umulsidi3.
2969 * config/cris/sfp-machine.h: New file.
2970 * config/cris/umulsidi3.S: New file.
2971 * config/cris/t-elfmulti (LIB2ADD_ST): Add umulsidi3.S.
2972 * config/cris/arit.c (SIGNMULT): New macro.
2973 (__Div, __Mod): Use SIGNMULT instead of naked multiplication.
2974 * config/cris/mulsi3.S: Tweak to avoid redundant register-copying;
2975 saving 3 out of originally 33 cycles from the fastest
2976 path, 3 out of 54 from the medium path and one from the longest
2977 path. Improve comments.
2978
16022041
RS
29792013-10-15 Richard Sandiford <rdsandiford@googlemail.com>
2980
2981 * sync.c: Remove static aliases and define each function directly
2982 under its real name.
2983
69778659
JDA
29842013-10-02 John David Anglin <danglin@gcc.gnu.org>
2985
2986 * config.host (hppa*64*-*-linux*): Define extra_parts.
2987 (hppa*-*-linux*): Likewise.
2988
2deaf8b0
JR
29892013-10-02 Joern Rennecke <joern.rennecke@embecosm.com>
2990
2991 * config/arc/crtgend.S: Add 2013 to Copyright years.
2992 * config/arc/gmon/atomic.h: Likewise.
2993 * config/arc/gmon/auxreg.h: Likewise.
2994 * config/arc/gmon/sys/gmon_out.h: Likewise.
2995 * config/arc/gmon/sys/gmon.h: Likewise.
2996 * config/arc/gmon/prof-freq.c: Likewise.
2997 * config/arc/gmon/mcount.c: Likewise.
2998 * config/arc/gmon/prof-freq-stub.S: Likewise.
2999 * config/arc/gmon/gmon.c: Likewise.
3000 * config/arc/gmon/machine-gmon.h: Likewise.
3001 * config/arc/gmon/profil.S: Likewise.
3002 * config/arc/gmon/dcache_linesz.S: Likewise.
3003 * config/arc/crtg.S: Likewise.
3004 * config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
3005 * config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
3006 * config/arc/ieee-754/adddf3.S: Likewise.
3007 * config/arc/ieee-754/truncdfsf2.S: Likewise.
3008 * config/arc/ieee-754/fixsfsi.S: Likewise.
3009 * config/arc/ieee-754/gtsf2.S: Likewise.
3010 * config/arc/ieee-754/floatsisf.S: Likewise.
3011 * config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
3012 * config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
3013 * config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
3014 * config/arc/ieee-754/fixdfsi.S: Likewise.
3015 * config/arc/ieee-754/addsf3.S: Likewise.
3016 * config/arc/ieee-754/gesf2.S: Likewise.
3017 * config/arc/ieee-754/floatsidf.S: Likewise.
3018 * config/arc/ieee-754/extendsfdf2.S: Likewise.
3019 * config/arc/ieee-754/divtab-arc-df.c: Likewise.
3020 * config/arc/ieee-754/gtdf2.S: Likewise.
3021 * config/arc/ieee-754/fixunsdfsi.S: Likewise.
3022 * config/arc/ieee-754/uneqdf2.S: Likewise.
3023 * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
3024 * config/arc/ieee-754/uneqsf2.S: Likewise.
3025 * config/arc/ieee-754/arc-ieee-754.h: Likewise.
3026 * config/arc/ieee-754/divtab-arc-sf.c: Likewise.
3027 * config/arc/ieee-754/eqdf2.S: Likewise.
3028 * config/arc/ieee-754/ordsf2.S: Likewise.
3029 * config/arc/ieee-754/divsf3.S: Likewise.
3030 * config/arc/ieee-754/divdf3.S: Likewise.
3031 * config/arc/ieee-754/floatunsidf.S: Likewise.
3032 * config/arc/ieee-754/orddf2.S: Likewise.
3033 * config/arc/ieee-754/eqsf2.S: Likewise.
3034 * config/arc/ieee-754/gedf2.S: Likewise.
3035 * config/arc/crtn.S: Likewise.
3036 * config/arc/crti.S: Likewise.
3037 * config/arc/t-arc700-uClibc: Likewise.
3038 * config/arc/asm.h: Likewise.
3039 * config/arc/libgcc-excl.ver: Likewise.
3040 * config/arc/t-arc-newlib: Likewise.
3041 * config/arc/divtab-arc700.c: Likewise.
3042 * config/arc/initfini.c: Likewise.
3043 * config/arc/fp-hack.h: Likewise.
3044
c8e318b0
JR
30452013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
3046 Diego Novillo <dnovillo@google.com>
3047
3048 * config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
a07c5b47
JR
3049 * config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise.
3050 * config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise.
3051 * config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise.
c8e318b0 3052
d38a64b4
JR
30532013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
3054 Brendan Kehoe <brendan@zen.org>
3055 Simon Cook <simon.cook@embecosm.com>
3056
3057 * config.host (arc*-*-elf*, arc*-*-linux-uclibc*): New configurations.
3058 * config/arc: New directory.
3059 * longlong.h [__arc__] (umul_ppmm): Remove.
3060 [__arc__] (__umulsidi3): Define.
3061 [__arc__ && __ARC_NORM__] (count_leading_zeroes): Define.
3062 [__arc__ && __ARC_NORM__] (COUNT_LEADING_ZEROS_0): Likewise.
3063
dff717d2
JC
30642013-09-17 Jacek Caban <jacek@codeweavers.com>
3065
3066 * config/i386/gthr-win32.c: CreateSemaphoreW instead of
3067 CreateSemaphoreA.
3068 * config/i386/gthr-win32.h: Likewise.
3069
5c0029de
DD
30702013-09-16 DJ Delorie <dj@redhat.com>
3071
844ad6c6 3072 * config/rl78/vregs.h: Add G10 register definitions.
5c0029de
DD
3073 * config/rl78/lib2mul.c: Enable for RL78/G10.
3074 * config/rl78/lib2div.c: Likewise.
3075 * config/rl78/lshrsi3.S: Use vregs.h.
3076 * config/rl78/cmpsi2.S: Likewise.
3077 * config/rl78/trampoline.S: Likewise.
3078 * config/rl78/mulsi2.S: Likewise. Disable for RL78/G10.
3079
ceb2fc49
DD
30802013-09-14 DJ Delorie <dj@redhat.com>
3081 Nick Clifton <nickc@redhat.com>
3082
3083 * config/rl78/mulsi3.S: Remove a few unneeded moves and branches.
3084 * config/rl78/vregs.h: New.
3085 * config/rl78/signbit.S: New file. Implements signbit function.
3086 * config/rl78/divmodsi.S: New.
3087 * config/rl78/divmodhi.S: New.
3088 * config/rl78/divmodqi.S: New.
3089 * config/rl78/t-rl78: Build them here...
3090 * config/rl78/lib2div.c: ...but not here.
3091
f6a83b4a
DD
30922013-09-12 DJ Delorie <dj@redhat.com>
3093
3094 * config.host (msp*-*-elf): New.
3095 * config/msp430/: New port.
3096
9107b096
IS
30972013-08-18 Iain Sandoe <iain@codesourcery.com>
3098
3099 PR gcov-profile/58127
3100 * libgcov.c (__gcov_indirect_call_callee): Don't make this a
3101 __thread var for emulated TLS.
3102 (__gcov_indirect_call_counters): Likewise.
3103
0f9bde1f 31042013-08-16 Maciej W. Rozycki <macro@codesourcery.com>
61221141 3105 Catherine Moore <clm@codesourcery.com>
7d296953 3106 Richard Sandiford <rdsandiford@googlemail.com>
0f9bde1f
MR
3107
3108 * config/mips/mips16.S (CE_STARTFN, CE_ENDFN): New macros.
3109 (RET_FUNCTION): Use them in place of STARTFN and ENDFN.
3110 (CALL_STUB_NO_RET): Likewise.
3111 (CALL_STUB_RET): Likewise.
3112 * config/mips/libgcc-mips16.ver: Remove __mips16_call_stub and
3113 __mips16_ret call/return stub symbols.
3114 * config.host <mips*-*-linux>: For non-R5900 add t-slibgcc-libgcc
3115 to tmake_file.
3116
2dc14aac
MR
31172013-08-13 Maciej W. Rozycki <macro@codesourcery.com>
3118
3119 * config.host <mips*-*-linux*>: Remove a stray comment.
3120
748d71f3
JH
31212013-08-10 Jan Hubicka <jh@suse.cz>
3122
3123 Work around binutils PR14342
3124 * Makefile.in: Add _gcov_indirect_call_profiler_v2 symbol.
3125 * libgcov.c (L_gcov_indirect_call_profiler): Restore original API.
3126 (L_gcov_indirect_call_profiler_v2): New.
3127
2fa3d31b
JH
31282013-08-06 Jan Hubicka <jh@suse.cz>
3129
3130 * libgcov.c (__gcov_indirect_call_callee,
3131 __gcov_indirect_call_counters): New global vars.
3132 (__gcov_indirect_call_profiler): replace by ...
3133 (__gcov_indirect_call_profiler_v2) ... this one.
3134
2077db1b
CT
31352013-08-06 Caroline Tice <cmtice@google.com>
3136
d0595b65 3137 * config.host (extra_parts): Add vtv_start.o, vtv_end.o
2077db1b 3138 vtv_start_preinit.o and vtv_end_preinit.o.
d0595b65
CT
3139 * configure.ac: Add code to check/set enable_vtable_verify.
3140 * Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
2077db1b 3141 true.
d0595b65
CT
3142 * vtv_start_preinit.c: New file.
3143 * vtv_end_preinit.c: New file.
3144 * vtv_start.c: New file.
3145 * vtv_end.c: New file.
3146 * configure: Regenerated.
2077db1b 3147
46549c20
MK
31482013-08-01 Maxim Kuvyrkov <maxim@kugelworks.com>
3149
3150 * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
3151 * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
3152 * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
3153 GPL-3.0-with-GCC-exception.
3154
72be589b
MR
31552013-07-30 Maciej W. Rozycki <macro@codesourcery.com>
3156
3157 * config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
3158 ISA and up.
3159
902a3faf
AK
31602013-07-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3161
3162 * config/s390/linux-unwind.h: Use the proper dwarf to hard reg
3163 mapping for FPRs when creating the fallback framestate.
3164
02371798
GJL
31652013-07-19 Georg-Johann Lay <avr@gjlay.de>
3166
3167 PR target/57516
3168 * config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
3169 (__round_s2_const, __round_u2_const)
3170 (__round_s4_const, __round_u4_const, __round_x8):
3171 Saturate result if addition result cannot be represented.
3172
ab0e8379
MK
31732013-07-15 Matthias Klose <doko@ubuntu.com>
3174
3175 * libgcc2.c: Don't include <limits.h>.
3176
7da38058
JJ
31772013-07-09 Janis Johnson <janisjo@codesourcery.com>
3178
3179 * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
3180
1f6eac90
JJ
31812013-07-06 Jakub Jelinek <jakub@redhat.com>
3182
3183 PR target/29776
3184 * libgcc2.c (__floattisf): Avoid undefined signed overflow.
3185
4ea3d774
JJ
31862013-06-28 Jakub Jelinek <jakub@redhat.com>
3187
3188 PR middle-end/36041
3189 * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
3190 Define.
3191 (__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
3192 instead of table lookups.
3193 (__popcountDI2): Likewise.
3194
9d2cdf25
CJW
31952013-06-25 Chung-Ju Wu <jasonwucj@gmail.com>
3196
3197 * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
3198 correctly.
3199
fa1e55b0
JM
32002013-06-21 Joseph Myers <joseph@codesourcery.com>
3201
3202 PR other/53317
3203 * soft-fp/adddf3.c: Update from glibc.
3204 * soft-fp/addsf3.c: Likewise.
3205 * soft-fp/addtf3.c: Likewise.
3206 * soft-fp/divdf3.c: Likewise.
3207 * soft-fp/divsf3.c: Likewise.
3208 * soft-fp/divtf3.c: Likewise.
3209 * soft-fp/double.h: Likewise.
3210 * soft-fp/eqdf2.c: Likewise.
3211 * soft-fp/eqsf2.c: Likewise.
3212 * soft-fp/eqtf2.c: Likewise.
3213 * soft-fp/extenddftf2.c: Likewise.
3214 * soft-fp/extended.h: Likewise.
3215 * soft-fp/extendsfdf2.c: Likewise.
3216 * soft-fp/extendsftf2.c: Likewise.
3217 * soft-fp/fixdfdi.c: Likewise.
3218 * soft-fp/fixdfsi.c: Likewise.
3219 * soft-fp/fixsfdi.c: Likewise.
3220 * soft-fp/fixsfsi.c: Likewise.
3221 * soft-fp/fixtfdi.c: Likewise.
3222 * soft-fp/fixtfsi.c: Likewise.
3223 * soft-fp/fixunsdfdi.c: Likewise.
3224 * soft-fp/fixunsdfsi.c: Likewise.
3225 * soft-fp/fixunssfdi.c: Likewise.
3226 * soft-fp/fixunssfsi.c: Likewise.
3227 * soft-fp/fixunstfdi.c: Likewise.
3228 * soft-fp/fixunstfsi.c: Likewise.
3229 * soft-fp/floatdidf.c: Likewise.
3230 * soft-fp/floatdisf.c: Likewise.
3231 * soft-fp/floatditf.c: Likewise.
3232 * soft-fp/floatsidf.c: Likewise.
3233 * soft-fp/floatsisf.c: Likewise.
3234 * soft-fp/floatsitf.c: Likewise.
3235 * soft-fp/floatundidf.c: Likewise.
3236 * soft-fp/floatundisf.c: Likewise.
3237 * soft-fp/floatunditf.c: Likewise.
3238 * soft-fp/floatunsidf.c: Likewise.
3239 * soft-fp/floatunsisf.c: Likewise.
3240 * soft-fp/floatunsitf.c: Likewise.
3241 * soft-fp/gedf2.c: Likewise.
3242 * soft-fp/gesf2.c: Likewise.
3243 * soft-fp/getf2.c: Likewise.
3244 * soft-fp/ledf2.c: Likewise.
3245 * soft-fp/lesf2.c: Likewise.
3246 * soft-fp/letf2.c: Likewise.
3247 * soft-fp/muldf3.c: Likewise.
3248 * soft-fp/mulsf3.c: Likewise.
3249 * soft-fp/multf3.c: Likewise.
3250 * soft-fp/negdf2.c: Likewise.
3251 * soft-fp/negsf2.c: Likewise.
3252 * soft-fp/negtf2.c: Likewise.
3253 * soft-fp/op-1.h: Likewise.
3254 * soft-fp/op-2.h: Likewise.
3255 * soft-fp/op-4.h: Likewise.
3256 * soft-fp/op-8.h: Likewise.
3257 * soft-fp/op-common.h: Likewise.
3258 * soft-fp/quad.h: Likewise.
3259 * soft-fp/single.h: Likewise.
3260 * soft-fp/soft-fp.h: Likewise.
3261 * soft-fp/subdf3.c: Likewise.
3262 * soft-fp/subsf3.c: Likewise.
3263 * soft-fp/subtf3.c: Likewise.
3264 * soft-fp/truncdfsf2.c: Likewise.
3265 * soft-fp/trunctfdf2.c: Likewise.
3266 * soft-fp/trunctfsf2.c: Likewise.
3267 * soft-fp/unorddf2.c: Likewise.
3268 * soft-fp/unordsf2.c: Likewise.
3269 * soft-fp/unordtf2.c: Likewise.
3270 * config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
3271 * config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3272 * config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3273 * config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3274 * config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3275 * config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3276 * config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3277 * config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3278 * config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3279 * config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
3280 * config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
3281 * config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
3282
0de86a92
JU
32832013-06-16 Jürgen Urban <JuergenUrban@gmx.de>
3284
3285 * config/mips/lib2funcs.c: New file.
3286 * config/mips/t-mips (LIB2ADD_ST): Add it.
3287
0d008882
OE
32882013-06-09 Oleg Endo <olegendo@gcc.gnu.org>
3289
3290 PR target/6526
3291 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Do not change bits
3292 other than FPSCR.PR and FPSCR.SZ. Add SH4A implementation.
3293
776434d1
WL
32942013-06-08 Walter Lee <walt@tilera.com>
3295
3296 * config/tilepro/atomic.h: Don't include stdint.h or features.h.
3297 Replace int64_t with long long. Add __extension__ where
3298 appropriate.
3299 * config/tilepro/atomic.c: Include config.h.
3300
6ab3ebb4
DR
33012013-06-06 Douglas B Rupp <rupp@adacore.com>
3302
3303 * config.host (arm-wrs-vxworks): Configure with other soft float.
3304
107eea2c
JU
33052013-06-04 Jürgen Urban <JuergenUrban@gmx.de>
3306
3307 * config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
3308 (mips64r5900el-*-elf*): New configurations.
3309
5cc19c62
AM
33102013-06-04 Alan Modra <amodra@gmail.com>
3311
3312 * config/rs6000/ibm-ldouble.c: Enable for little-endian.
3313
0f1d3965
YR
33142013-06-03 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
3315
3316 * config/i386/cpuinfo.c (INTEL_SLM): New enum value.
3317
0ba045df
EB
33182013-05-28 Eric Botcazou <ebotcazou@adacore.com>
3319
3320 * config/sparc/sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set
3321 fs->signal_frame for SIGFPE raised for IEEE-754 exceptions.
3322 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Likewise.
3323
49dcafd4
EB
33242013-05-22 Eric Botcazou <ebotcazou@adacore.com>
3325
3326 * config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
3327 (powerpc-wrs-vxworks): Likewise.
3328
4fcb5d87
EB
33292013-05-22 Eric Botcazou <ebotcazou@adacore.com>
3330
3331 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
3332 signal frames as well.
3333 (MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the
3334 STACK_BIAS to the CFA offset.
3335
0ec33224
RH
33362013-05-17 Richard Henderson <rth@redhat.com>
3337
3338 PR target/49146
3339 * unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
3340 (execute_cfa_program): Use it when storing to fs->regs.
3341
492a8029
KT
33422013-05-08 Kai Tietz <ktietz@redhat.com>
3343
3344 * config/i386/cygming-crtbegin.c (__register_frame_info): Make weak.
3345 (__deregister_frame_info): Likewise.
3346
701e2f0a
TS
33472013-05-06 Thomas Schwinge <thomas@codesourcery.com>
3348
e5123d08
TS
3349 * fp-bit.c (unpack_d, pack_d): Properly preserve and restore a
3350 NaN's payload.
3351
701e2f0a
TS
3352 * fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
3353
b9a7eb5d
AM
33542013-04-25 Alan Modra <amodra@gmail.com>
3355
3356 * config.host: Match little-endian powerpc-linux.
3357
dfe192f5
YZ
33582013-04-19 Yufeng Zhang <yufeng.zhang@arm.com>
3359
3360 * config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
3361 as 'unsigned long long' instead of 'unsigned long'.
3362 (_FP_WS_TYPE): Change to define as 'signed long long' instead of
3363 'signed long'.
3364
b6b9af2f
JB
33652013-04-10 Julian Brown <julian@codesourcery.com>
3366
3367 * config/arm/linux-atomic.c (SUBWORD_SYNC_OP, SUBWORD_VAL_CAS)
3368 (SUBWORD_TEST_AND_SET): Use signed char/short types instead of
3369 unsigned char/unsigned short.
3370 (__sync_val_compare_and_swap_{1,2}): Handle signed argument.
3371
ecabdd00
JDA
33722013-04-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3373
3374 PR other/55274
3375 * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.
3376
34652576
MI
33772013-04-04 Meador Inge <meadori@codesourcery.com>
3378
3379 * config/arm/bpabi.S (aeabi_ldivmod): Add DWARF information for
3380 computing the location of the link register.
3381 (aeabi_uldivmod): Ditto.
3382
e9fd8c19
KT
33832013-03-27 Kai Tietz <ktietz@redhat.com>
3384
3385 * config.host: Add support for cygwin x64 target.
3386 * configure: Regenerated.
3387
a6406324
WL
33882013-03-26 Walter Lee <walt@tilera.com>
3389
3390 * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
3391 -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
3392
55446c7e
KT
33932013-03-25 Kai Tietz <ktietz@redhat.com>
3394
3395 * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
3396
d2ae19d9
RM
33972013-03-20 Robert Mason <rbmj@verizon.net>
3398
3399 * config/vxlib-tls.c (__gthread_get_tsd_data,)
3400 (__gthread_set_tsd_data, __gthread_enter_tsd_dtor_context,)
3401 (__gthread_leave_tsd_dtor_context): Add prototypes.
3402 (tls_delete_hook): Update.
3403
22c4c869
CM
34042013-03-20 Catherine Moore <clm@codesourcery.com>
3405 Joseph Myers <joseph@codesourcery.com>
3406 Chao-ying Fu <fu@mips.com>
3407
3408 * config/mips/mips16.S: Don't build for microMIPS.
3409 * config/mips/linux-unwind.h: Handle microMIPS frame.
3410 * config/mips/crtn.S (fini, init): New labels.
3411
fbd28bc3
JJ
34122013-03-14 Jakub Jelinek <jakub@redhat.com>
3413
3414 PR tree-optimization/53265
3415 * unwind-dw2.c (execute_cfa_program): Avoid
3416 -Waggressive-array-optimizations warnings for DW_CFA_GNU_window_save
3417 on targets with DWARF_FRAME_REGISTERS < 32.
3418
decc676e
OE
34192013-03-13 Oleg Endo <olegendo@gcc.gnu.org>
3420
3421 PR target/49880
3422 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Enable for SH2A.
3423 (sdivsi3, udivsi3): Remove SH4 check and always compile these functions.
3424
84ea618a
ST
34252013-03-07 Sriraman Tallam <tmsriram@google.com>
3426
3427 * config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for
3428 sandybridge processors.
3429
8f6d1c86
OE
34302013-03-06 Oleg Endo <olegendo@gcc.gnu.org>
3431
3432 PR target/56529
3433 * config/sh/lib1funcs.S (udivsi3_i4i, sdivsi3_i4i): Add __SH2A__ to
3434 inclusion list.
3435
ecdbd01a 34362013-03-04 Edgar E. Iglesias <edgar.iglesias@gmail.com>
409b1de4
EI
3437
3438 * config/microblaze/crti.S: Setup stack protection at entry
3439
0b4ce21b
GJL
34402013-03-04 Georg-Johann Lay <avr@gjlay.de>
3441
3442 * config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)
3443 (__rotldi3): Shift bytewise if applicable.
3444
b7c3f1ca
JG
34452013-03-01 James Greenhalgh <james.greenhalgh@arm.com>
3446
3447 * config/aarch64/sync-cache.c
3448 (__aarch64_sync_cache_range): Silence warnings.
3449
6d65e8f1
CM
34502013-02-25 Catherine Moore <clm@codesourcery.com>
3451
3452 Revert:
3453 2013-02-24 Catherine Moore <clm@codesourcery.com>
3454 Joseph Myers <joseph@codesourcery.com>
3455 Chao-ying Fu <fu@mips.com>
3456
3457 * config/mips/mips16.S: Don't build for microMIPS.
3458 * config/mips/linux-unwind.h: Handle microMIPS frame.
3459 * config/mips/crtn.S (fini, init): New labels.
3460
6941b508
CM
34612013-02-24 Catherine Moore <clm@codesourcery.com>
3462 Joseph Myers <joseph@codesourcery.com>
3463 Chao-ying Fu <fu@mips.com>
3464
3465 * config/mips/mips16.S: Don't build for microMIPS.
3466 * config/mips/linux-unwind.h: Handle microMIPS frame.
3467 * config/mips/crtn.S (fini, init): New labels.
3468
7c422dbb 34692012-02-19 Edgar E. Iglesias <edgar.iglesias@gmail.com>
cc86234f 3470 * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
7c422dbb
EI
3471 as dividend.
3472
110207ad
AM
34732013-02-16 Alan Modra <amodra@gmail.com>
3474
3475 PR target/55431
3476 * config/rs6000/linux-unwind.h (ppc_linux_aux_vector): Delete.
3477 (ppc_fallback_frame_state): Always set up save locations for fp
3478 and altivec. Don't bother with non-callee-saved regs, r0-r13
3479 except for r2 on ppc64, fr0-fr13, v0-v19, vscr.
3480
e68a4ef6
GJL
34812013-02-12 Georg-Johann Lay <avr@gjlay.de>
3482
3483 PR target/54222
3484 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add: _usmulUHA, _usmulUSA,
3485 _ssmulHA, _ssmulSA.
3486 (LIB1ASMFUNCS): Add: _muldi3_6, _mulsidi3, _umulsidi3, _usmuluha3,
3487 _ssmulha3, _usmulusa3, _ssmulsa3.
3488 * config/avr/lib1funcs.S (__muldi3_6): Break out of __muldi3.
3489 (__muldi3): XCALL __muldi3_6 instead of rcall.
3490 (__umulsidi3, __mulsidi3): New functions.
3491 (do_prologue_saves, do_epilogue_restores): New .macros.
3492 (__divdi3_moddi3): Use them.
3493 * config/avr/lib1funcs-fixed.S (__usmuluha3, __ssmulha3)
3494 (__usmulusa3, __ssmulsa3): New functions.
3495
6c59ffd1
IS
34962013-02-11 Iain Sandoe <iain@codesourcery.com>
3497 Jack Howarth <howarth@bromo.med.uc.edu>
3498 Patrick Marlier <patrick.marlier@gmail.com>
3499
3500 PR libitm/55693
3501 * config/darwin-crt-tm.c: Remove dummy functions hack.
3502
85d768f3
GJL
35032013-02-08 Georg-Johann Lay <avr@gjlay.de>
3504
3505 PR target/54222
3506 * config/avr/lib2funcs.c: New C sources for modules for libgcc.a.
3507 * config/avr/lib2-object.mk: New iterator to build objects from it.
3508 * config/avr/t-avr: Iterate lib2-object.mk to build objects from
3509 lib2funcs.c.
3510 (LIB2FUNCS_EXCLUDE): Add _clrsbdi2.
3511 (LIB1ASMFUNCS): Add: _ssabs_1, _mask1, _ret, _roundqq3, _rounduqq3,
3512 _round_s2, _round_u2, _round_2_const, _addmask_2, _round_s4,
3513 _round_u4, _round_4_const, _addmask_4, _round_x8, _rounddq3
3514 _roundudq3, _roundda3 _rounduda3, _roundta3 _rounduta3.
3515 * config/avr/lib1funcs-fixed.S: Implement them.
3516
5d5bf775
RS
35172013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
3518
3519 Update copyright years.
3520
99113dff
DE
35212013-02-01 David Edelsohn <dje.gcc@gmail.com>
3522
3523 PR target/54601
3524 * config.host (powerpc-ibm-aix[56789]): Add t-aix-cxa to tmake_file.
3525 Add crtcxa to extra_parts.
3526 * config/rs6000/exit.h: New file.
3527 * config/rs6000/cxa_atexit.c: New file.
3528 * config/rs6000/cxa_finalize.c: New file.
3529 * config/rs6000/crtcxa.c: New file.
3530 * config/rs6000/t-aix-cxa: New file.
3531 * config/rs6000/libgcc-aix-cxa.ver: New file.
3532
dbdbd982
NC
35332013-01-31 Nick Clifton <nickc@redhat.com>
3534
3535 * config/v850/lib1funcs.S: Add support for e3v5 architecture
3536 variant.
3537
5893f158
GJL
35382013-01-29 Georg-Johann Lay <avr@gjlay.de>
3539
3540 PR target/54222
3541 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
3542 _mulQQ, _mulHQ, _mulHA, _mulSA,
3543 _mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
3544 _divQQ, _divHQ, _divHA, _divSA,
3545 _divUQQ, _divUHQ, _divUHA, _divUSA.
3546
ecdbd01a 35472013-01-26 David Holsgrove <david.holsgrove@xilinx.com>
fbf0cf90 3548
dbdbd982 3549 * config.host(microblaze*-linux*): tmake_file: Remove
fbf0cf90
DH
3550 t-slibgcc-nolc-override, add t-slibgcc-libgcc.
3551 * config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE
3552 to exclude functions from being built with libgcc.c and use
3553 the microblaze assembly.
3554
ecdbd01a 35552013-01-26 Edgar E. Iglesias <edgar.iglesias@gmail.com>
6f14eef2
EI
3556
3557 * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
3558 extra_parts.
3559
922c57d1
YZ
35602013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
3561
3562 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
3563 results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
3564 __UINTPTR_TYPE__; also cast 'base' to the same type before the
3565 alignment operation.
3566
e0f8b6a0
SN
35672013-01-15 Sofiane Naci <sofiane.naci@arm.com>
3568
3569 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
3570 loop start address for cache clearing.
3571
00892272
GJL
35722013-01-14 Georg-Johann Lay <avr@gjlay.de>
3573
3574 * config/avr/lib1funcs.S: Remove trailing blanks.
3575 * config/avr/lib1funcs-fixed.S: Ditto.
3576
e59ec5fd
GJL
35772013-01-14 Georg-Johann Lay <avr@gjlay.de>
3578
3579 * config/avr/avr-lib.h: Add GPL copyright notice.
3580
3ffc1958
GJL
35812013-01-14 Georg-Johann Lay <avr@gjlay.de>
3582
3583 * fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
3584 declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
3585 (SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
3586 min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
3587
25c210f9
MK
35882013-01-07 Mark Kettenis <kettenis@openbsd.org>
3589
3590 * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*):
3591 Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
2bc15360 3592
db59befb
NC
35932013-01-04 Nick Clifton <nickc@redhat.com>
3594
3595 * config/v850/lib1funcs.S: Only provide CALLT support functions if
3596 the CALLT instruction is supported.
3597
5aa12dbf
JW
35982012-12-20 Jonathan Wakely <jwakely.gcc@gmail.com>
3599
3600 * gthr.h (__gthread_cond_timedwait_recursive): Do not require.
3601 * gthr-posix.h (__gthread_cond_timedwait_recursive): Remove.
3602
65f14117
JT
36032012-12-13 John Tytgat <John@bass-software.com>
3604
3605 * config/arm/fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp
3606 is 25.
3607
ee3ae4f7
JJ
36082012-12-12 Jakub Jelinek <jakub@redhat.com>
3609
3610 PR libgcc/55451
3611 * fixed-bit.c (FIXED_SSADD, FIXED_SSSUB, FIXED_SSNEG): Avoid
3612 undefined signed overflows.
3613
2fcfba3d
UB
36142012-12-09 Uros Bizjak <ubizjak@gmail.com>
3615
3616 PR target/55344
3617 * config/alpha/linux-unwind.h: Disable when inhibit_libc is defined.
3618
4f2b3dc2
UB
36192012-12-06 Uros Bizjak <ubizjak@gmail.com>
3620
3621 * config/i386/sfp-machine.h (FP_EX_ALL): Define.
3622 (FP_TRAPPING_EXCEPTIONS): Define.
3623 * config/i386/32/sfp-machine.h (FP_EX_SHIFT): Define.
3624 * config/i386/64/sfp-machine.h (FP_EX_SHIFT): Ditto.
3625
066161a2
RH
36262012-12-04 Richard Henderson <rth@redhat.com>
3627
3628 PR bootstrap/55571
3629 * Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.
3630
7d296953 36312012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
25626181 3632
4f2b3dc2 3633 * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
25626181
MS
3634 (FP_EX_SHIFT): Define.
3635 (FP_TRAPPING_EXCEPTIONS): Define.
3636
7d296953 36372012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
868395e8
MS
3638
3639 * config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
3640 (FP_ROUNDMODE): Use FP_RND_MASK.
3641 * config/aarch64/sfp-exceptions.c: New.
3642 * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3643 Use __sfp_handle_exceptions.
3644
5005fe22
RE
36452012-12-04 Richard Earnshaw <rearnsha@arm.com>
3646
3647 * config.host: (arm*-*-freebsd*): Remove.
3648 (arm*-*-linux*, arm*-*-uclinux*): Simplify logic.
3649 (arm*-*-elf*): Remove.
3650 (arm*-*-wince-pe*): Remove.
3651 * arm/unwind-arm.c (struct fpa_reg): Delete.
3652 (struct fpa_regs): Delete.
3653 (phase1_vrs): Remove fpa element.
3654 (_Unwind_VRS_Get): Remove _UVRSC_FPA.
3655 (_Unwind_VRS_Set, _Unwind_VRS_Pop): Likewise.
3656 * arm/pr-support.c (__gnu_unwind_execute): Remove FPA support.
3657 * ieee754-sf.S (floatundisf): Remove FPA support.
3658 (floatdisf): Likewise.
3659 * ieee75f-df.S (floatundidf): Likewise.
3660 (floatdidf): Likewise.
3661
e5a81c8e
KT
36622012-11-29 Kai Tietz <ktietz@redhat.com>
3663
3664 PR target/55445
3665 * unwind-c.c (__SEH__): Make sure SjLj isn't active.
3666 * unwind-generic.h: Likewise.
3667 * unwind-seh.c: Likewise.
3668
f4919e4a
RH
36692012-11-28 Richard Henderson <rth@redhat.com>
3670
3671 PR libgcc/48076
3672 * emutls.c (__emutls_get_address): Avoid race condition between
3673 obj->loc.offset read and emutls_key initialization.
4f2b3dc2 3674
e13d9d5a
GJL
36752012-11-22 Georg-Johann Lay <avr@gjlay.de>
3676
3677 Adjust decimal point of signed accum mode to GCC default.
3678
3679 PR target/54222
3680 * config/avr/t-avr (LIB1ASMFUNCS): Add _fractsfsq _fractsfusq,
3681 _divqq_helper.
3682 * config/avr/lib1funcs-fixed.S (__fractqqsf, __fracthqsf)
3683 (__fractsasf, __fractsfha, __fractusqsf, __fractsfsa)
3684 (__mulha3, __mulsa3)
3685 (__divqq3, __divha3, __divsa3): Adjust to new position of
4f2b3dc2
UB
3686 decimal point of signed accum types.
3687
e13d9d5a
GJL
3688 (__mulusa3_round): New function.
3689 (__mulusa3): Use it.
3690 (__divqq_helper): New function.
3691 (__udivuqq3): Use it.
3692
1b845c6e
JJ
36932012-11-20 Jakub Jelinek <jakub@redhat.com>
3694
3695 PR bootstrap/55370
3696 * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
3697
822a258a
TJ
36982012-11-18 Teresa Johnson <tejohnson@google.com>
3699
3700 PR bootstrap/55051
3701 * libgcov.c (gcov_exit): Remove merged program summary
3702 comparison unless !GCOV_LOCKED.
3703
7d296953 37042012-11-15 Marcus Shawcroft <marcus.shawcroft@arm.com>
54f4eaf0
MS
3705
3706 * soft-fp: Updated from glibc upstream.
3707
e808687a
ILT
37082012-11-06 Ian Lance Taylor <iant@google.com>
3709
3710 * generic-morestack.c (__generic_morestack): Align the returned
3711 stack pointer to a 32 byte boundary.
3712 * config/i386/morestack.S (__morestack_non_split) [32-bit]: Don't
3713 increment the return address until we have decided that we don't
3714 have a varargs function.
3715 (__morestack) [32-bit]: Align stack correctly when calling C
3716 functions.
3717 (__morestack) [64-bit]: Likewise.
3718
460277e0
TS
37192012-11-04 Thomas Schwinge <thomas@codesourcery.com>
3720
3721 * configure: Regenerate.
3722
73edb277
UB
37232012-11-02 Uros Bizjak <ubizjak@gmail.com>
3724
3725 PR target/55175
3726 * config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
3727 * config/i386/sfp-machine.h: Guard exception handling
3728 code with _SOFT_FLOAT.
3729 * config/i386/32/sfp-machine.h: Guard rounding handling
3730 code with _SOFT_FLOAT.
3731 * config/i386/64/sfp-machine.h: Ditto.
3732
c1d4fa04
JS
37332012-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
3734
3735 * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
3736 as extra_parts.
3737
eff6ca85
UB
37382012-10-26 Uros Bizjak <ubizjak@gmail.com>
3739
3740 * config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
3741 Clear only fxsave.mxcsr_mask. Use saved mxcsr from fxsave structure
3742 when appropriate. Correct structure element types.
3743 * config/i386/t-crtfm (crtfastmath.o): Compile with -mfxsr, remove
3744 -minline-all-stringops from compile flags.
3745
7d296953 37462012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
43a8f1a1
RC
3747
3748 * config.host (sparc64-*-rtems*): Remove sparc/t-elf.
3749
7d296953 37502012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
76c78361 3751
eff6ca85 3752 * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
76c78361 3753
6f288860
SH
37542012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3755
3756 * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
3757 tmake_file.
3758
1e3d5096
IB
37592012-10-23 Ian Bolton <ian.bolton@arm.com>
3760 Jim MacArthur <jim.macarthur@arm.com>
3761 Marcus Shawcroft <marcus.shawcroft@arm.com>
3762 Nigel Stephens <nigel.stephens@arm.com>
3763 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3764 Richard Earnshaw <rearnsha@arm.com>
3765 Sofiane Naci <sofiane.naci@arm.com>
3766 Stephen Thomas <stephen.thomas@arm.com>
3767 Tejas Belagod <tejas.belagod@arm.com>
3768 Yufeng Zhang <yufeng.zhang@arm.com>
3769
3770 * config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
3771 * config/aarch64/crti.S: New file.
3772 * config/aarch64/crtn.S: New file.
3773 * config/aarch64/linux-unwind.h: New file.
3774 * config/aarch64/sfp-machine.h: New file.
3775 * config/aarch64/sync-cache.c: New file.
3776 * config/aarch64/t-aarch64: New file.
3777 * config/aarch64/t-softfp: New file.
3778
8a740f07
HPN
37792012-10-21 Hans-Peter Nilsson <hp@bitrange.com>
3780
3781 * config/mmix/crti.S: Mark program and data addresses using PRELD.
3782 Remove typo'd and unnecessary alignment-LOC for .data. Remove
3783 no-longer-needed LDBU insns.
3784
7d296953 37852012-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
153c8397
SH
3786
3787 * config.host
3788 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
3789 "arm*-*-rtemseabi*" to "arm*-*-rtems*".
3790
595fefee
MGD
37912012-10-17 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3792
3793 * config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A.
3794
9945a876
MK
37952012-10-15 Matthias Klose <doko@ubuntu.com>
3796
3797 * config.host: Match arm*-*-linux-* for ARM Linux/GNU.
3798
1183dc2c
PC
37992012-10-15 Pavel Chupin <pavel.v.chupin@intel.com>
3800
3801 * configure: Regenerate.
3802 * configure.ac: Replace code with GCC_AC_THREAD_HEADER use.
3803
945a9c1f
UB
38042012-10-10 Uros Bizjak <ubizjak@gmail.com>
3805
3806 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
3807 instructions for 64bit targets only.
3808
fb8bf47a
UB
38092012-10-10 Uros Bizjak <ubizjak@gmail.com>
3810
3811 * config/i386/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
3812 FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX): Move to ...
3813 * config/i386/32/sfp-machine.h: ... here.
3814 * config/i386/64/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
3815 FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX):
3816 New defines.
3817
acb72498
MK
38182012-10-07 Matthias Klose <doko@ubuntu.com>
3819
3820 * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
3821 as unused.
3822 (_Unwind_decode_typeinfo_ptr): Mark base as unused.
3823
8eaee0f0
MK
38242012-10-06 Mark Kettenis <kettenis@openbsd.org>
3825
3826 * config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
3827 * unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
3828 (USE_PT_GNU_EH_FRAME): Define for OpenBSD.
3829 (ElfW): Likewise.
3830
5e3e4fe8
JW
38312012-10-05 Jonathan Wakely <jwakely.gcc@gmail.com>
3832
3833 PR other/53889
3834 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
3835 Fix parameter names.
3836
86086376
OE
38372012-10-04 Oleg Endo <olegendo@gcc.gnu.org>
3838
3839 PR target/33135
3840 * config/sh/t-sh (HOST_LIBGCC2_CFLAGS): Delete.
3841 * config/sh/t-netbsd (HOST_LIBGCC2_CFLAGS): Delete.
3842 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Remove mieee option.
3843
9597375a
OE
38442012-10-03 Oleg Endo <olegendo@gcc.gnu.org>
3845
3846 PR target/50457
3847 * config/sh/linux-atomic.S: Delete.
3848 * config/sh/linux-atomic.c: New.
3849 * config/sh/t-linux (LIB2ADD): Replace linux-atomic.S with
3850 linux-atomic.c. Add cflags to disable warnings.
3851
1504e3e1
JW
38522012-10-02 Jonathan Wakely <jwakely.gcc@gmail.com>
3853
3854 PR other/53889
3855 * gthr.h (__gthread_recursive_mutex_destroy): Document new required
3856 function.
3857 * gthr-posix.h (__gthread_recursive_mutex_destroy): Define.
3858 * gthr-single.h (__gthread_recursive_mutex_destroy): Likewise.
3859 * config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise.
3860 * config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise.
5e3e4fe8
JW
3861 * config/i386/gthr-win32.c (__gthread_win32_recursive_mutex_destroy):
3862 Likewise.
1504e3e1
JW
3863 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
3864 Likewise.
3865 * config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy):
3866 Likewise.
3867 * config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise.
3868 * config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise.
3869
17f293b0
MK
38702012-09-19 Mark Kettenis <kettenis@openbsd.org>
3871
9597375a
OE
3872 * config.host (hppa-*-openbsd*): New target.
3873 * config/pa/t-openbsd: New file.
17f293b0 3874
51526856
GJL
38752012-09-15 Georg-Johann Lay <avr@gjlay.de>
3876
3877 PR target/54222
3878 * config/avr/lib1funcs-fixed.S (__ssneg_2, __ssabs_2, __ssneg_4,
3879 __ssabs_4, __clr_8, __ssneg_8, __ssabs_8,
3880 __usadd_8, __ussub_8, __ssadd_8, __sssub_8): New functions.
3881 (__divsa3): Use __negsi2 to negate r_quoL.
3882 * config/avr/lib1funcs.S (FALIAS): New macro.
3883 (__divmodsi4): Break out and use __divmodsi4_neg1 as...
3884 (__negsi2): ...this new function.
3885 * config/avr/t-avr (LIB1ASMFUNCS): Add _negsi2, _clr_8,
3886 _ssneg_2, _ssneg_4, _ssneg_8, _ssabs_2, _ssabs_4,
3887 _ssabs_8, _ssadd_8, _sssub_8, _usadd_8, _ussub_8.
3888 (LIB2FUNCS_EXCLUDE): Fix typo for _add _sub.
3889 Add: _ssadd*, _sssub*, _ssneg*, _ssabs* for signed fixed modes.
3890 Add: _usadd*, _ussub*, _usneg* for unsigned fixed modes.
3891
aadb5b43
OE
38922012-09-10 Oleg Endo <olegendo@gcc.gnu.org>
3893
3894 PR target/54089
3895 * config/sh/lib1funcs.S (ashlsi3): Reimplement as ashlsi3_r0.
3896 (lshrsi3): Reimplement as lshrsi3_r0.
3897
d5d66749
AS
38982012-09-10 Andreas Schwab <schwab@linux-m68k.org>
3899
3900 PR target/46191
3901 * config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
3902 of libgcc.a.
3903
c6c36e73
TJ
39042012-09-07 Teresa Johnson <tejohnson@google.com>
3905
9597375a 3906 PR gcov-profile/54487
c6c36e73 3907 * libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
9597375a 3908 differences.
c6c36e73 3909
b588ae30
GJL
39102012-09-05 Georg-Johann Lay <avr@gjlay.de>
3911
3912 PR target/54461
3913 * config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
3914 not configured --with-avrlibc=no.
3915 * config/avr/t-avrlibc: New file.
3916 * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
3917 (DPBIT_FUNCS): Ditto.
3918 (TPBIT_FUNCS): Ditto.
3919
abd16fb1
TJ
39202012-09-04 Teresa Johnson <tejohnson@google.com>
3921
3922 * libgcov.c (struct gcov_summary_buffer): New structure.
3923 (gcov_histogram_insert): New function.
3924 (gcov_compute_histogram): Ditto.
3925 (gcov_exit): Invoke gcov_compute_histogram, and perform merging of
3926 histograms during summary merging.
3927
613061fd
MK
39282012-09-01 Mark Kettenis <kettenis@openbsd.org>
3929
3930 * config.host (x86_64-*-openbsd*): New target.
73edb277 3931
867a8345
CLT
39322012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
3933
3934 * config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
3935 attribute.
3936
4aeaaca3
GJL
39372012-08-24 Georg-Johann Lay <avr@gjlay.de>
3938
3939 PR target/54222
3940 * config/avr/t-avr (conv_X): Rename to func_X.
3941
e55e4056
GJL
39422012-08-24 Georg-Johann Lay <avr@gjlay.de>
3943
3944 PR target/54222
3945 * config/avr/lib1funcs-fixed.S: New file.
3946 * config/avr/lib1funcs.S: Include it. Undefine some divmodsi
3947 after they are used.
3948 (neg2, neg4): New macros.
3949 (__mulqihi3,__umulqihi3,__mulhi3): Rewrite non-MUL variants.
3950 (__mulhisi3,__umulhisi3,__mulsi3): Rewrite non-MUL variants.
3951 (__umulhisi3): Speed up MUL variant if there is enough flash.
3952 * config/avr/avr-lib.h (TA, UTA): Adjust according to gcc's
3953 avr-modes.def.
3954 * config/avr/t-avr (LIB1ASMFUNCS): Add: _fractqqsf, _fractuqqsf,
3955 _fracthqsf, _fractuhqsf, _fracthasf, _fractuhasf, _fractsasf,
3956 _fractusasf, _fractsfqq, _fractsfuqq, _fractsfhq, _fractsfuhq,
3957 _fractsfha, _fractsfsa, _mulqq3, _muluqq3, _mulhq3, _muluhq3,
3958 _mulha3, _muluha3, _mulsa3, _mulusa3, _divqq3, _udivuqq3, _divhq3,
3959 _udivuhq3, _divha3, _udivuha3, _divsa3, _udivusa3.
3960 (LIB2FUNCS_EXCLUDE): Add supported functions.
3961
a147b6d2
GJL
39622012-08-22 Georg-Johann Lay <avr@gjlay.de>
3963
3964 * Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out
3965 LIB2FUNCS_EXCLUDE before adding them to libgcc-objects,
3966 libgcc-s-objects.
3967 * fixed-obj.mk: Only expand dependency if $o is not in
3968 LIB2FUNCS_EXCLUDE.
3969
c637141a
L
39702012-08-22 H.J. Lu <hongjiu.lu@intel.com>
3971
3972 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): New.
3973
130e00bd
JM
39742012-08-22 Joseph Myers <joseph@codesourcery.com>
3975
3976 * Makefile.in (vis_hide, gen-hide-list): Do not make definitions
3977 depend on --enable-shared.
3978 ($(lib1asmfuncs-o)): Use %.vis files independent of
3979 --enable-shared.
3980 * static-object.mk ($(base)$(objext), $(base).vis)
3981 ($(base)_s$(objext)): Use same rules for visibility handling as in
3982 shared-object.mk.
3983
4b1b3788
ILT
39842012-08-21 Ian Lance Taylor <iant@google.com>
3985
3986 * config/i386/morestack.S (__morestack_non_split): Increase amount
3987 of space allocated for non-split code stack.
3988
d2468141
JM
39892012-08-19 Joseph Myers <joseph@codesourcery.com>
3990
3991 * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc
3992 even if inhibit_libc.
3993
a508e1a8
JB
39942012-08-17 Julian Brown <julian@codesourcery.com>
3995
3996 * Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
3997 -fexceptions -fnon-call-exceptions if not defined.
3998 ($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
3999 * config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.
4000
5615a07d
AS
40012012-08-17 Andreas Schwab <schwab@linux-m68k.org>
4002
4003 * config/m68k/linux-atomic.c (__sync_lock_test_and_set_1): Fix
4004 type.
4005
138f5acd
DE
40062012-08-16 David Edelsohn <dje.gcc@gmail.com>
4007
4008 * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
4009 rs6000/t-slibgcc-aix.
4010
18efc0dd
SB
40112012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4012
4013 * longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling.
4014
6b39bc38
SB
40152012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4016
4017 * longlong.h: (whole file, powerpc): Adjust to single assembler syntax.
4018
cd25dea0
L
40192012-08-03 H.J. Lu <hongjiu.lu@intel.com>
4020
4021 PR driver/54171
4022 * Makefile.in (version): Replace top_srcdir with srcdir.
4023
a3dda30b
JY
40242012-08-03 Jonathan Yong <jon_y@users.sourceforge.net>
4025
4026 * Makefile.in (version): set to BASE-VER file from gcc directory.
4027
d04aacfc
NC
40282012-08-01 Nick Clifton <nickc@redhat.com>
4029
4030 * config/m32c/lib2funcs.c (__clrsbhi2): New function.
4031 Implements __clrsb for an HImode argument.
4032
0d13c974
NC
40332012-07-31 Nick Clifton <nickc@redhat.com>
4034
4035 * config/stormy16/lib2funcs.c (__clrsbhi2): New function.
4036 Implements __clrsb for an HImode argument.
4037 * config/stormy16/clrsbhi2.c: New file:
4038 * config/stormy16/t-stormy16 (LIB2ADD): Add clrsbhi2.c.
4039
efbb59b2
SB
40402012-07-22 Steven Bosscher <steven@gcc.gnu.org>
4041
4042 * libgcov.c (__gcov_ior_profiler): Benign comment fix.
4043
bf1431e3
TG
40442012-07-19 Tristan Gingold <gingold@adacore.com>
4045 Richard Henderson <rth@redhat.com>
4046
4047 * unwind-seh.c: New file.
4048 * unwind-generic.h: Include windows.h for SEH.
4049 (_Unwind_Exception): Use 6 private fields for SEH.
4050 (_GCC_specific_handler): Declare.
4051 * unwind-c.c (__gcc_personality_seh0): New function.
4052 Adjust for SEH.
4053 * config/i386/libgcc-cygming.ver: New file.
4054 * config/i386/t-seh-eh: New file.
4055 * config.host (x86_64-*-mingw*): Default to seh.
4056
659140c8
SB
40572012-07-14 Steven Bosscher <steven@gcc.gnu.org>
4058
4059 * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
4060
a20d08fd
UB
40612012-06-17 Uros Bizjak <ubizjak@gmail.com>
4062
4063 * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
4064 __builtin_expect when checking for exceptions.
4065 * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Ditto.
4066
79261115
UB
40672012-06-13 Uros Bizjak <ubizjak@gmail.com>
4068
4a172156
UB
4069 * config/ia64/sfp-machine.h (__sfp_handle_exceptions): New
4070 function declaration.
4071 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
4072 (FP_RND_MASK): New.
4073 * config/ia64/sfp-exceptions.c: New.
4074 * config/ia64/t-softfp (LIB2ADD): Add sfp-exceptions.c.
79261115 4075
bb5c97d4
UB
40762012-06-13 Uros Bizjak <ubizjak@gmail.com>
4077
4078 * config/i386/32/sfp-machine.h (_FP_NANSIGN_S, _FP_NANSIGN_D,
4079 _FP_NANSIGN_E, _FP_NANSIGN_Q): Move ...
4080 * config/i386/64/sfp-machine: ... (delete here) ...
4081 * config/i386/sfp-machine.h: ... to here.
4082 (FP_EX_MASK): Remove.
4083 (FP_RND_MASK): New.
4084 (FP_INIT_ROUNDMODE): Declare asm as volatile.
4085
91fe5efb
ST
40862012-06-11 Sriraman Tallam <tmsriram@google.com>
4087
4088 * config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
4089 * config/i386/libgcc-sol2.ver: Ditto.
4090 * config/i386/libgcc-glibc.ver: Ditto.
4091
67a218c5
RM
40922012-06-11 Roland McGrath <mcgrathr@google.com>
4093
4094 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
4095 If __GLIBC__ is defined, refer to __pthread_key_create instead of
4096 pthread_cancel.
4097
492fbea1
UB
40982012-06-09 Uros Bizjak <ubizjak@gmail.com>
4099
4100 * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
4101 _FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
4102 FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
4103 FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
4104 FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
4105 __LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
4106 * config/i386/64/sfp-machine: ... (delete here) ...
4107 * config/i386/sfp-machine.h: ... to here.
4108 (FP_EX_MASK): New.
4109 (__sfp_handle_exceptions): New function declaration.
4110 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
4111 * config/i386/sfp-exceptions.c: New.
4112 * config/i386/t-softfp: New.
4113 * config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
4114 i386/t-softfp to tmake_file.
4115
7b4cf266
DM
41162012-06-03 David S. Miller <davem@davemloft.net>
4117
4118 * longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
4119 change.
4120
0de0d5c6
DM
41212012-05-31 David S. Miller <davem@davemloft.net>
4122
4123 * longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
4124 multiply and divide instructions on 32-bit when V9.
4125 (add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
4126
d8c9d391
JM
41272012-05-29 Joseph Myers <joseph@codesourcery.com>
4128
4129 * config/arm/ieee754-df.S: Fix typos.
4130 * config/arm/ieee754-sf.S: Fix typos.
4131 * config/c6x/libunwind.S: Fix typos.
4132 * config/epiphany/udivsi3-float.c: Fix typos.
4133 * config/microblaze/muldi3_hard.S: Fix typos.
4134 * config/picochip/adddi3.S: Fix typos.
4135 * config/picochip/ashlsi3.S: Fix typos.
4136 * config/picochip/ashrsi3.S: Fix typos.
4137 * config/picochip/clzsi2.S: Fix typos.
4138 * config/picochip/cmpsi2.S: Fix typos.
4139 * config/picochip/divmod15.S: Fix typos.
4140 * config/picochip/divmodhi4.S: Fix typos.
4141 * config/picochip/divmodsi4.S: Fix typos.
4142 * config/picochip/longjmp.S: Fix typos.
4143 * config/picochip/lshrsi3.S: Fix typos.
4144 * config/picochip/parityhi2.S: Fix typos.
4145 * config/picochip/popcounthi2.S: Fix typos.
4146 * config/picochip/setjmp.S: Fix typos.
4147 * config/picochip/subdi3.S: Fix typos.
4148 * config/picochip/ucmpsi2.S: Fix typos.
4149 * config/picochip/udivmodhi4.S: Fix typos.
4150 * config/picochip/udivmodsi4.S: Fix typos.
4151 * config/spu/divv2df3.c: Fix typos.
4152 * config/spu/mfc_multi_tag_release.c: Fix typos.
4153 * config/spu/mfc_tag_release.c: Fix typos.
4154 * configure.ac: Fix typos.
4155 * configure: Regenerate.
4156
31a18a7e
ILT
41572012-05-25 Ian Lance Taylor <iant@google.com>
4158
4159 * config/i386/morestack.S (__morestack_non_split): Check whether
4160 caller is varargs and needs %bp to hold the stack frame on return.
4161
c5768510
OH
41622012-05-25 Olivier Hainque <hainque@adacore.com>
4163
4164 * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
4165 sequence in the non pic case on VxWorks.
4166
7c7c339b
OH
41672012-05-24 Olivier Hainque <hainque@adacore.com>
4168
73fb7630 4169 * Makefile.in: Move dependency on install-unwind_h from
7c7c339b
OH
4170 "install-leaf" to "install".
4171
fdc1b7d3
OH
41722012-05-24 Olivier Hainque <hainque@adacore.com>
4173
4174 * Makefile.in (clean): Remove libgcc_tm.stamp as well.
4175 Use a separate command for stamp removals.
4176
07ba94b9
AP
41772012-05-21 Andrew Pinski <apinski@cavium.com>
4178
4179 PR bootstrap/53183
4180 * configure.ac: Define the default includes to being none.
4181 * configure: Regenerate.
4182
4677d2eb
OH
41832012-05-16 Olivier Hainque <hainque@adacore.com>
4184
4185 * Makefile.in (install-unwind_h): Rename into ...
4186 (install-unwind_h-forbuild): New target.
4187 (all): Use it instead of the former install-unwind_h.
4188 (install-unwind_h): Reinstate, copy to user install destination
4189 for include files, not to the internal gcc object directory one.
4190 (install-leaf): Depend on it.
4191
7d67c380
OH
41922012-05-15 Olivier Hainque <hainque@adacore.com>
4193
4194 * config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
4195 register numbers. LR_REGNO replaces R_LR.
4196 (ucontext_for): New, helper for ...
4197 (ppc_aix_fallback_frame_state): New, implementation for aix 5.2
4198 and 5.3 of ...
4199 (MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
4200
aca06c90
RO
42012012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4202
4203 * config.host (i[34567]86-*-linux*, x86_64-*-linux*)
4204 (i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
4205 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
4206 i386/t-cpuinfo ...
4207 (i[34567]86-*-*, x86_64-*-*): ... here.
4208
4209 * config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
4210 * config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
4211
4212 * config/i386/i386-cpuinfo.c: Rename to ...
4213 * config/i386/cpuinfo.c: ... this.
4214 * config/i386/t-cpuinfo (LIB2ADD): Reflect this.
4215
4216 * configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
4217 (libgcc_cv_init_priority): New test.
4218 * configure: Regenerate.
4219 * config.in: New file.
4220 * Makefile.in (clean): Rename config.h to auto-target.h.
4221 (config.h): Likewise.
4222 (stamp-h): Likewise.
4223
4224 * config/i386/cpuinfo.c (auto-target.h): Include.
4225 (CONSTRUCTOR_PRIORITY): Define.
4226 (__cpu_indicator_init): Use it.
4227
0d03ac1b
L
42282012-05-09 H.J. Lu <hongjiu.lu@intel.com>
4229
4230 * longlong.h: Use a URL instead of an FSF postal address.
4231 Replace spaces with tab.
4232
4a172156 42332012-05-08 Teresa Johnson <tejohnson@google.com>
4e8ee9cb
TJ
4234
4235 * libgcov.c (gcov_clear, __gcov_reset): New functions.
4236 (__gcov_dump): Ditto.
4237 (gcov_dump_complete): New global variable.
4238 (gcov_exit): Export hidden to enable use in L_gcov_dump.
4239 (__gcov_flush): Outline functionality now in gcov_clear.
4240 * Makefile.in (L_gcov_reset, L_gcov_dump): Define.
4241
e4bb767e
AJ
42422012-04-28 Aurelien Jarno <aurelien@aurel32.net>
4243
31a18a7e
ILT
4244 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
4245 (mips*-*-linux*): Include mips/t-tpbit when long double is
4246 16 bytes long.
e4bb767e 4247
5ddecff9
ST
42482012-04-25 Sriraman Tallam <tmsriram@google.com>
4249
4250 * config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
4251 (get_available_features): New argument. Check for AVX2.
4252 (__cpu_indicator_init): Modify call to get_available_features.
4253
b427dd7a
AM
42542012-04-25 Alan Modra <amodra@gmail.com>
4255
4256 * config/rs6000/crtsavevr.S: New file.
4257 * config/rs6000/crtrestvr.S: New file.
4258 * config/rs6000/t-savresfgpr: Build the above.
4259 * config/rs6000/t-netbsd: Likewise.
4260
ad491329
ST
42612012-04-24 Sriraman Tallam <tmsriram@google.com>
4262
4263 * libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
4264
792317cc
ST
42652012-04-24 Sriraman Tallam <tmsriram@google.com>
4266
4267 * libgcc/config/i386/i386-cpuinfo.c: New file.
4268 * libgcc/config/i386/t-cpuinfo: New file.
4269 * libgcc/config.host: Include t-cpuinfo.
4270 * libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
4271
e1be98a4
CF
42722012-04-24 Chao-ying Fu <fu@mips.com>
4273
4274 * unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
4275
1bde7dab
TS
42762012-04-20 Thomas Schwinge <thomas@codesourcery.com>
4277
4278 struct siginfo vs. siginfo_t
4279
4280 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
4281 siginfo_t instead of struct siginfo.
4282 * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
4283 * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
4284 * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
4285 (ia64_handle_unwabi): Likewise.
4286 * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
4287 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
4288 * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
4289 (sh_fallback_frame_state): Likewise.
4290 * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
4291 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
4292
24590f66
L
42932012-04-02 H.J. Lu <hongjiu.lu@intel.com>
4294
4295 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
4296 system call number.
4297
9a9dcce8
EB
42982012-03-31 Eric Botcazou <ebotcazou@adacore.com>
4299
4300 * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
4301 if it hasn't been previously saved.
4302
6401aaf5
L
43032012-03-29 H.J. Lu <hongjiu.lu@intel.com>
4304
4305 * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
4306 only for glibc.
4307
7fd6378e
GJL
43082012-03-28 Georg-Johann Lay <avr@gjlay.de>
4309
4310 PR target/52737
4311 * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
4312 instead of __AVR_HAVE_8BIT_SP__.
4313
9e916de7
TG
43142012-03-26 Tristan Gingold <gingold@adacore.com>
4315
4316 * config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
4317 (unw_table_entry): Use unw_word instead of unsigned long.
4318 (_Unwind_FindTableEntry): Likewise.
4319 * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
4320 * config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
4321 (_Unwind_FindTableEntry): Likewise.
4322 * config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
4323 (unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
4324 (set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
4325 (ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
4326 (ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
4327 (uw_frame_state_for, uw_update_reg_address, uw_update_context)
4328 (uw_init_context_1, uw_install_context): Likewise.
4329 (unw_word): Move to unwind-ia64.h
4330
4b12e93d
TG
43312012-03-26 Tristan Gingold <gingold@adacore.com>
4332
4333 * config/vms/vms-ucrt0.c: Update copyright years.
4334 Add a sanity check.
4335 (___gcc_main_flags): Declare.
4336 (__main): Check flags to remap argv and exit code.
4337 * config.host (*-*-*vms*): Adjust extra_parts.
4338 * config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
4339 (crt0.o): Add.
4340
06ea7371
RE
43412012-03-22 Richard Earnshaw <rearnsha@arm.com>
4342
4343 * arm/lib1funcs.asm (ctzsi2): New function.
4344 * arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
4345 * arm/t-linux (LIB1ASMFUNCS): Likewise.
4346 * arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
4347 * arm/t-symbian (LIB1ASMFUNCS): Likewise.
4348 * arm/t-vxworks (LIB1ASMFUNCS): Likewise.
4349 * arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
4350
d82ad50d
AT
43512012-03-21 Andreas Tobler <andreast@fgznet.ch>
4352
4353 * config.host: Add bits to support powerpc64-*-freebsd*.
4354 * config/rs6000/freebsd-unwind.h: New file.
4355 * config/rs6000/t-freebsd64: New file.
4356
b260a8c0
RG
43572012-03-20 Richard Guenther <rguenther@suse.de>
4358
4359 PR gcov-profile/52627
4360 * libgcov.c (init_mx): Fix mutex name.
4361
86286a8a
TG
43622012-03-16 Tristan Gingold <gingold@adacore.com>
4363
4364 * config/ia64/vms-unwind.h: Remove ulong (and replace
4365 it by unw_reg where used). Define unw_reg with __int64.
4366
7888f266
RO
43672012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4368
4369 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
4370 Solaris 8 handling.
4371 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
4372 Solaris 8 handling.
4373 (sparc_is_sighandler): Likewise.
4374
f155bc64
L
43752012-03-13 H.J. Lu <hongjiu.lu@intel.com>
4376
4377 * unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
4378 <= saved reg size.
4379
d47657bd
RO
43802012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4381
4382 * config/arm/crtn.S: Fix typo.
4383
5bef73a1
RG
43842012-03-13 Richard Guenther <rguenther@suse.de>
4385
4386 * libgcov.c: Remove stdio.h include and NULL un-define.
4387
9c4271f3
RG
43882012-03-13 Richard Guenther <rguenther@suse.de>
4389
4390 PR target/52569
4391 * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
4392
c6d10e7c
RG
43932012-03-13 Richard Guenther <rguenther@suse.de>
4394
4395 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
4396
074a385f
RG
43972012-03-13 Richard Guenther <rguenther@suse.de>
4398
4399 * gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
4400 and __gthread_mutex_init_function definitions.
4401
c4bc5c25
RO
44022012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4403
4404 * config.host (mips*-*-openbsd*): Remove.
4405
5c30094f
RO
44062012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4407
4408 * config.host: Remove alpha*-dec-osf5.1* handling.
4409 * config/alpha/gthr-posix.c: Remove.
4410 * config/alpha/libgcc-osf5.ver: Remove.
4411 * config/alpha/osf5-unwind.h: Remove.
4412 * config/alpha/t-osf-pthread: Remove.
4413 * config/alpha/t-slibgcc-osf: Remove.
4414 * config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
4415 * gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
4416 [__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
4417 * mkmap-flat.awk: Remove osf_export handling.
4418
33e3e24d
RG
44192012-03-12 Richard Guenther <rguenther@suse.de>
4420
4421 * gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
4422 * gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
4423 (__gthread_mutex_init_function): New function.
4424 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
4425
4426 PR gcov/49484
4427 * libgcov.c: Include gthr.h.
4428 (__gcov_flush_mx): New global variable.
4429 (init_mx, init_mx_once): New functions.
4430 (__gcov_flush): Protect self with a mutex.
4431 (__gcov_fork): Re-initialize mutex after forking.
4432 * unwind-dw2-fde.c: Change condition under which to use
4433 __GTHREAD_MUTEX_INIT_FUNCTION.
4434
d8aba32a
TG
44352012-03-12 Tristan Gingold <gingold@adacore.com>
4436
4437 * config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
4438 * config/ia64/t-vms: Likewise.
4439
75ffafdc
MH
44402012-03-11 Michael Hope <michael.hope@linaro.org>
4441
4a172156
UB
4442 * longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
4443 for Thumb-2.
75ffafdc 4444
ef6c2c53
WL
44452012-03-07 Walter Lee <walt@tilera.com>
4446
4447 * config/tilepro/atomic.c: Rename "atomic_" prefix to
4448 "arch_atomic_".
4449 (atomic_xor): Rename and move definition to
4450 config/tilepro/atomic.h.
4451 (atomic_nand): Ditto.
4452 * config/tilepro/atomic.h: Rename "atomic_" prefix to
4453 "arch_atomic_".
4454 (arch_atomic_xor): Move from config/tilepro/atomic.c.
4455 (arch_atomic_nand): Ditto.
4456
4e30d980
GJL
44572012-03-07 Georg-Johann Lay <avr@gjlay.de>
4458
4459 PR target/52507
4460 * config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
4461
61108225
GJL
44622012-03-07 Georg-Johann Lay <avr@gjlay.de>
4463
4464 PR target/52505
4465 * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
4466 from RAM.
4467
b30e10ab
GJL
44682012-03-07 Georg-Johann Lay <avr@gjlay.de>
4469
4470 PR target/52461
4471 PR target/52508
4472 * config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
4473 if RAMPZ affects reading from RAM.
4474 (__tablejump_elpm__): Ditto.
4475 (.xload): Ditto.
4476 (__movmemx_hi): Ditto.
4477 (__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
4478 (__do_global_dtors): Ditto.
4479 (__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
4480 (__movmemx_hi): Ditto.
4481
8993fde4
RH
44822012-03-05 Richard Henderson <rth@redhat.com>
4483
4484 * longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
4485 [ARM] (count_trailing_zeros): Use the builtin.
4486
b7633ee3
KT
44872012-03-01 Kai Tietz <ktietz@redhat.com>
4488
4489 * soft-fp: Imported from glibc upstream.
4490
fbd3340c
KT
44912012-02-28 Kai Tietz <ktietz@redhat.com>
4492
4493 * config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
4494 for mingw-targets as attribute gcc_struct.
4495
e9e053eb
ILT
44962012-02-28 Ian Lance Taylor <iant@google.com>
4497
4498 * generic-morestack.c (__splitstack_releasecontext): Correct call
4499 to __morestack_release_segments.
4500
d80c632e
ST
45012012-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
4502
4503 PR target/52390
4504 * generic-morestack.c (__generic_morestack_set_initial_sp): Test
4505 for __linux__ when removing signals from __morestack_fullmask.
4506
0253a8b1
GJL
45072012-02-23 Georg-Johann Lay <avr@gjlay.de>
4508
4509 PR target/52261
4510 * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
4511
e10e461e
UW
45122012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4513
4514 * config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
4515 instead of HAVE_INITFINI_ARRAY.
4516 * config/ia64/crtend.S: Likewise.
4517
0c0c6398
KT
45182012-02-20 Kai Tietz <ktietz@redhat.com>
4519
d7470374
KT
4520 PR libstdc++/52300
4521 * gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
4522
0c0c6398
KT
4523 * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
4524 to w32-unwind.h header.
4525
78c27266
RS
45262012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
4527
4528 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
4529 (mips*-*-linux*): Remove t-slibgcc-libgcc.
4530 * config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
4531 * config/mips/mips16.S (__mips16_rdhwr): Delete.
4532
5adeb246
RS
45332012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
4534
4535 * config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
4536
672ed313
IS
45372012-02-15 Iain Sandoe <iains@gcc.gnu.org>
4538
4539 PR libitm/52220
4540 * config/darwin-crt-tm.c: Correct typo.
e9e053eb 4541
e948a1fb
IS
45422012-02-15 Iain Sandoe <iains@gcc.gnu.org>
4543 Patrick Marlier <patrick.marlier@gmail.com>
4544
4545 PR libitm/52220
4546 * config/darwin-crt-tm.c: Generate dummy functions.
4547
6017aed3
IS
45482012-02-15 Iain Sandoe <iains@gcc.gnu.org>
4549 Patrick Marlier <patrick.marlier@gmail.com>
4550
4551 PR libitm/52042
4552 * config/darwin-crt-tm.c (getTMCloneTable): New function.
4553 (__doTMRegistrations): Call it.
e9e053eb 4554 (__doTMdeRegistrations): Likewise.
6017aed3 4555
2da8c1ad 45562012-01-15 Georg-Johann Lay <avr@gjlay.de>
7d296953
JJ
4557 Anatoly Sokolov <aesok@post.ru>
4558 Eric Weddington <eric.weddington@atmel.com>
2da8c1ad
GJL
4559
4560 PR target/52261
4561 * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
4562 (__epilogue_restores__): Ditto.
4563
0f952eb4
EB
45642012-02-15 Eric Botcazou <ebotcazou@adacore.com>
4565
4566 PR target/51921
4567 PR target/52205
4568 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
4569 Solaris 11 and slightly reformat.
4570 (sparc_is_sighandler): Likewise.
4571
dd552284
WL
45722012-02-14 Walter Lee <walt@tilera.com>
4573
4574 * config.host: Handle tilegx and tilepro.
4575 * config/tilegx/sfp-machine.h: New file.
4576 * config/tilegx/sfp-machine32.h: New file.
4577 * config/tilegx/sfp-machine64.h: New file.
4578 * config/tilegx/t-crtstuff: New file.
4579 * config/tilegx/t-softfp: New file.
4580 * config/tilegx/t-tilegx: New file.
4581 * config/tilepro/atomic.c: New file.
4582 * config/tilepro/atomic.h: New file.
4583 * config/tilepro/linux-unwind.h: New file.
4584 * config/tilepro/sfp-machine.h: New file.
4585 * config/tilepro/softdivide.c: New file.
4586 * config/tilepro/softmpy.S: New file.
4587 * config/tilepro/t-crtstuff: New file.
4588 * config/tilepro/t-tilepro: New file.
4589
b59cbd50
JW
45902012-02-07 Jonathan Wakely <jwakely.gcc@gmail.com>
4591
4592 PR libstdc++/51296
4593 PR libstdc++/51906
4594 * gthr-posix.h: Allow static initializer macros to be disabled.
4595 (__gthrw_pthread_cond_init): Define weak reference unconditionally.
4596
6caf807f
CLT
45972012-02-05 Chung-Lin Tang <cltang@codesourcery.com>
4598
4599 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
4600 Add t-slibgcc-libgcc to tmake_file.
4601 * config/mips/libgcc-mips16.ver: Revert previous patch.
4602 * config/mips/mips16.S (__mips16_rdhwr): Hide.
4603
7d296953
JJ
46042012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4605 Jayant R Sonar <jayant.sonar@kpitcummins.com>
b25364a0
S
4606
4607 * config.host: Add National Semiconductor CR16 target (cr16-*-*).
4608 * config/cr16/crti.S: New file.
4609 * config/cr16/crtlibid.S: New file.
4610 * config/cr16/crtn.S: New file.
4611 * config/cr16/lib1funcs.S: New file.
4612 * config/cr16/t-cr16: New file.
4613 * config/cr16/t-crtlibid: New file.
4614 * config/cr16/unwind-dw2.h: New file.
4615 * config/cr16/unwind-cr16.c: New file.
4616 * config/cr16/divmodhi3.c: New file.
4617
8ef03aa7
AM
46182012-01-25 Alan Modra <amodra@gmail.com>
4619
4620 * config/rs6000/t-linux64: Delete. Move..
4621 * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
4622 * config/rs6000/t-linux: ..and libgcc flags to here.
4623
daecebc8
DR
46242012-01-22 Douglas B Rupp <rupp@gnat.com>
4625
4626 * config.host (i[34567]86-*-interix3*):
8ef03aa7 4627 Change triplet to i[34567]86-*-interix[3-9]*.
daecebc8
DR
4628 * configure: Regenerate.
4629
ddaf8125
RS
46302012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
4631 Richard Sandiford <rdsandiford@googlemail.com>
4632
4633 * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
4634 * config/mips/mips16.S (__mips16_rdhwr): New function.
4635 * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
4636
2cd8b32c
NS
46372012-01-11 Nathan Sidwell <nathan@acm.org>
4638
4639 * libgcov.c (__gcov_init): Ignore objects with no functions.
4640
cba300dd
GJL
46412012-01-10 Georg-Johann Lay <avr@gjlay.de>
4642
4643 PR target/49868
4644 Extend __pgmx semantics to linearize memory.
4645 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
4646 * config/avr/lib1funcs.S (__xload_1): New function.
4647 (__movmemx_qi, __movmemx_hi): New functions.
4648 (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
4649 semantics.
9ffaf4bc 4650
3d137660
EB
46512012-01-09 Eric Botcazou <ebotcazou@adacore.com>
4652
4653 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
4654 purported sigacthandler address isn't null before dereferencing it.
4655 (sparc_is_sighandler): Likewise.
4656
bf4db96c
EB
46572012-01-09 Eric Botcazou <ebotcazou@adacore.com>
4658
4659 PR ada/41929
4660 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
4661 add CFA. Revert back to old code for Solaris 8+ multi-threaded.
4662 (sparc_is_sighandler): Likewise.
4663 (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
4664
1ab3568b
TG
46652012-01-06 Tristan Gingold <gingold@adacore.com>
4666
4667 * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
4668 compatibility thunks...
4669 (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
4670 (crtbeginS.o, crtendS.o): ... and these to ...
4671 * config/ia64/t-ia64-elf: ... this new file.
4672 * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
4673 (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
4674
925b0ed8
AK
46752012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4676
4677 * configure: Regenerate.
4678 * config/s390/t-crtstuff: Remove -fPIC.
4679
a99ad737
JW
46802012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
4681
4682 PR bootstrap/51006
4683 * enable-execute-stack-mprotect.c (getpagesize): Do not define
4684 for NetBSD.
4685
884f56d1
GJL
46862012-01-02 Georg-Johann Lay <avr@gjlay.de>
4687
4688 PR target/51345
4689 * config/avr/lib1funcs.S: Remove FIXME comments.
4690 (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
4691
8c57e547
GJL
46922012-01-02 Georg-Johann Lay <avr@gjlay.de>
4693
4694 Implement light-weight DImode support.
4695 * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
4696 _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
4697 * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
4698 __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
4699
04dbc287
NS
47002011-12-30 Nathan Sidwell <nathan@acm.org>
4701
4702 * libgcov.c (gcov_crc32): Remove global var.
4703 (free_fn_data): New function.
4704 (buffer_fn_data): Pass in filename, more robust error recovery.
4705 (crc32_unsigned): New function.
4706 (gcov_exit): More robust detection of new program. More robust
4707 error recovery.
4708 (__gcov_init): Do not update program's crc here.
4709
8e1d97d4
TG
47102011-12-21 Tristan Gingold <gingold@adacore.com>
4711
4712 * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
4713
9ffaf4bc
ILT
47142011-12-21 Ian Lance Taylor <iant@google.com>
4715
4716 * config/i386/morestack.S: Simplify CFI opcodes throughout.
4717
a0c8d0c1
ILT
47182011-12-20 Ian Lance Taylor <iant@google.com>
4719
4720 * config/i386/morestack.S (__morestack_non_split): If there is
4721 enough stack space already, don't split. Ask for more stack space
4722 than we required.
4723
69048898
SDJ
47242011-12-20 Sergio Durigan Junior <sergiodj@redhat.com>
4725
4726 * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
4727 `sys/sdt.h'.
4728 (_Unwind_DebugHook): New function.
4729 (uw_restore_core_regs): New define.
4730 (unwind_phase2): Use uw_restore_core_regs instead of
4731 restore_core_regs.
4732 (unwind_phase2_forced): Likewise.
4733 (__gnu_Unwind_Resume): Likewise.
4734
1bb4b6a3
UB
47352011-12-20 Uros Bizjak <ubizjak@gmail.com>
4736
4737 * config/alpha/linux-unwind.h: Update copyright years.
4738 (MD_FROB_UPDATE_CONTEXT): New define.
4739 (alpha_frob_update_context): New function.
4740
eb028768
RS
47412011-12-17 Richard Sandiford <rdsandiford@googlemail.com>
4742
4743 * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
4744 tmake_file rather replacing it.
4745
6a2045bf
IS
47462011-12-15 Iain Sandoe <iains@gcc.gnu.org>
4747
4748 * config/rs6000/darwin-world.S (toplevel): Make it clear that this
1bb4b6a3 4749 function is not used for PPC64.
6a2045bf
IS
4750 (save_world): Amend comments. Update the VRsave mask to reflect the
4751 saved regs.
4752 (rest_world): Update comments, do not clobber r10, do not use r8.
4753 (eh_rest_world_r10): Amend comments, do not use r8.
4754 (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
4755 no longer used, move restore of CR and target address to the end of
4756 the routine.
4757
a13780a6
L
47582011-12-14 H.J. Lu <hongjiu.lu@intel.com>
4759
4760 * generic-morestack.c (__generic_morestack_set_initial_sp): Check
4761 __GLIBC__ instead of __linux__ when using __SIGRTMIN.
4762
d7288dfb
GJL
47632011-12-14 Georg-Johann Lay <avr@gjlay.de>
4764
4765 PR target/49313
4766 * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
4767 * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
4768
8d2c862d
EB
47692011-12-11 Eric Botcazou <ebotcazou@adacore.com>
4770
4771 * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
4772
3447cae6
GJL
47732011-12-09 Georg-Johann Lay <avr@gjlay.de>
4774
4775 PR target/49313
4776 * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
4777 * config/avr/lib1funcs.S (__muldi3): New function.
4778
806fc6aa
AP
47792011-12-06 Andrew Pinski <apinski@cavium.com>
4780
4781 * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
4782 size of func_ptr.
4783 (__frame_dummy_init_array_entry): Likewise.
4784
28c5e6b5
GJL
47852011-12-06 Georg-Johann Lay <avr@gjlay.de>
4786
4787 Forward-port from gcc-4_6-branch r181936 2011-12-02.
4788
4789 PR target/51345
4790 PR target/51002
4791 * config/avr/lib1funcs.S (__prologue_saves__,
4792 __epilogue_restores__, __divdi3_moddi3): Enclose parts using
4793 __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__). Add FIXME comments.
4794
8f90394a
IS
47952011-12-04 Iain Sandoe <iains@gcc.gnu.org>
4796
4797 * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
4798
06dd33ac
JDA
47992011-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4800
4801 PR other/51272
4802 * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
4803 (_ITM_deregisterTMCloneTable): Likewise.
4804 (__register_frame_info): Fix unused warning.
4805 (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
4806 pthread_default_stacksize_np): Likewise.
4807 * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
1bb4b6a3 4808
85b8555e
DD
48092011-11-29 DJ Delorie <dj@redhat.com>
4810
4811 * config.host (rl78-*-elf): New case.
4812 * config/rl78: New directory for the Renesas RL78.
4813
4d5ae4ea
BS
48142011-11-29 Bernd Schmidt <bernds@codesourcery.com>
4815
4816 * config.host (tic6x-*-uclinux): Append to extra_parts. Fix
4817 formatting.
4818
f9c55897
RO
48192011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4820
4821 PR other/51022
4822 * config/rs6000/t-savresfgpr: New file.
4823 * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
4824 $(srcdir)/config/rs6000/eabi.S.
4825 * config/rs6000/t-ppccomm-ldbl: Remove.
4826 * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
4827 tmake_file.
4828 (powerpc-*-eabispe*): Likewise.
4829 (powerpc-*-eabi*): Likewise.
4830 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
4831 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
4832 to tmake_file, remove rs6000/t-ppccomm-ldbl.
4833 (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
4834 tmake_file.
4835 (powerpc-*-eabisim*): Likewise.
4836 (powerpc-*-elf*): Likewise.
4837 (powerpc-*-eabialtivec*): Likewise.
4838 (powerpc-xilinx-eabi*): Likewise.
4839 (powerpc-*-rtems*): Likewise.
4840 (powerpcle-*-elf*): Likewise.
4841 (powerpcle-*-eabisim*): Likewise.
4842 (powerpcle-*-eabi*): Likewise.
4843
a01207c4
ILT
48442011-11-27 Ian Lance Taylor <iant@google.com>
4845
4846 * generic-morestack.c (__splitstack_find): Check for NULL old
4847 stack value.
4848 (__splitstack_resetcontext): New function.
4849 (__splitstack_releasecontext): New function.
4850 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
4851
2b0b8ab2
IS
48522011-11-27 Iain Sandoe <iains@gcc.gnu.org>
4853
4854 * config/darwin-crt-tm.c: Correct comments, use correct licence.
4855
c1d8101c
IS
48562011-11-27 Iain Sandoe <iains@gcc.gnu.org>
4857
4858 * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
4859
8b281334
RH
48602011-11-26 Richard Henderson <rth@redhat.com>
4861
4862 * config/m68k/linux-atomic.c: New file.
4863 * config/m68k/t-linux: New file.
4864 * config.host (m68k-uclinux, m68k-linux): Use it.
4865
7546aa9d
RH
48662011-11-26 Richard Henderson <rth@redhat.com>
4867
4868 * crtstuff.c (__TMC_LIST__): Mark used not unused.
4869 (__TMC_END__): Only declare if hidden is available; in the definition,
4870 if hidden is unavailable add a null record.
4871 (deregister_tm_clones, register_tm_clones): New.
4872 (__do_global_dtors_aux, frame_dummy): Use them.
4873 (__do_global_dtors, __do_global_ctors_1): Likewise.
4874
e2362f5d
IS
48752011-11-22 Iain Sandoe <iains@gcc.gnu.org>
4876
4877 * config/darwin-crt-tm.c: New file.
4878 * config.host (darwin): Build crttms.o crttme.o to provide
4879 startup and shutdown for tm clones.
4880 * config/t-darwin (crttms.o): New build rule.
4881 (crttme.o): Likewise.
4882
6685dd96
HPN
48832011-11-21 Hans-Peter Nilsson <hp@axis.com>
4884
4885 * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
4886 et al.
4887
b0dc7e4c
RH
48882011-11-21 Richard Henderson <rth@redhat.com>
4889
4890 * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
4891 (__TMC_LIST__, __TMC_END__): New.
4892 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
4893 (__do_global_dtors): Likewise.
4894 (frame_dummy): Call _ITM_registerTMCloneTable.
4895 (__do_global_ctors_1): Likewise.
4896
d4b4b542
RO
48972011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4898
4899 * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
4900 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
4901 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
4902 (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
4903 * config/i386/t-darwin64: Remove.
4904 * config/sh/t-netbsd (LIB2ADD): Remove.
4905
989bdb74
GJL
49062011-11-21 Georg-Johann Lay <avr@gjlay.de>
4907
4908 PR target/49313
4909 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
4910 (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
4911 * config/avr/lib1funcs.S (wmov): New assembler macro.
4912 (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
4913 (__moddi3, __divdi3, __divdi3_moddi3): New functions.
4914 (__udivmod64): New function.
4915 (__negdi2): New function.
4916
515a0cfc
GP
49172011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
4918
4919 * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
4920 *-*-freebsd*aout*): Remove.
4921
0115d17f
HPN
49222011-11-20 Hans-Peter Nilsson <hp@axis.com>
4923
4924 * static-object.mk (c_flags-$o): Save c_flags.
4925 ($(base)$(objext)): Use it.
4926
93aeb62b
SE
49272011-11-18 Steve Ellcey <sje@cup.hp.com>
4928
4929 * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
4930
7bc6df2c
GJL
49312011-11-18 Georg-Johann Lay <avr@gjlay.de>
4932
4933 PR target/49868
4934 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
4935 * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
4936 New functions.
4937
425d737b
MGD
49382011-11-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4939
4940 * config/arm/lib1funcs.asm (udivsi3): Add support for divide
4941 functions.
1bb4b6a3 4942 (aeabi_uidivmod): Likewise.
425d737b
MGD
4943 (umodsi3): Likewise.
4944 (divsi3): Likewise.
4945 (aeabi_idivmod): Likewise.
4946 (modsi3): Likewise.
4947
f2a176dc
TG
49482011-11-16 Tristan Gingold <gingold@adacore.com>
4949
4950 * config/alpha/qrnnd.S: Use specific pseudos for VMS.
4951
7c209481
GJL
49522011-11-15 Georg-Johann Lay <avr@gjlay.de>
4953
4954 PR target/49868
4955 * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3, _load_4.
4956 * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
4957
9dfd5832
JDA
49582011-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4959
4960 * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
4961 tmake_file list.
4962 * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
4963 * config/pa/t-stublib64: Delete.
4964
f77dca5d
RH
49652011-11-12 Richard Henderson <rth@redhat.com>
4966
4967 * config/rs6000/linux-unwind.h (frob_update_context): Properly
4968 cast the pointer argument to _Unwind_SetGRPtr.
4969
902828f0
RO
49702011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4971
4972 * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
4973
e14304ef
ILT
49742011-11-09 Ian Lance Taylor <iant@google.com>
4975
4976 * generic-morestack.c: Include <string.h>.
4977 (uintptr_type): Define.
4978 (struct initial_sp): Add dont_block_signals field. Reduce size of
4979 extra array by 1.
4980 (allocate_segment): Set prev field to NULL. Don't set
4981 __morestack_current_segment or __morestack_segments.
4982 (__generic_morestack): Update current->prev and *pp after calling
4983 allocate_segment.
4984 (__morestack_block_signals): Don't do anything if
4985 dont_block_signals is set.
4986 (__morestack_unblock_signals): Likewise.
4987 (__generic_findstack): Check for initial_sp == NULL. Add casts to
4988 uintptr_type.
4989 (__splitstack_block_signals): New function.
4990 (enum __splitstack_content_offsets): Define.
4991 (__splitstack_getcontext, __splitstack_setcontext): New functions.
4992 (__splitstack_makecontext): New function.
4993 (__splitstack_block_signals_context): New function.
4994 (__splitstack_find_context): New function.
4995 * config/i386/morestack.S (__morestack_get_guard): New function.
4996 (__morestack_set_guard, __morestack_make_guard): New functions.
4997 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
4998
e3d871e4
RO
49992011-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5000
5001 * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
5002 (i[34567]86-*-mingw*): ... here.
5003 (x86_64-*-mingw*): ... here.
5004
e55cef40
RO
50052011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5006
5007 * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
5008
5366b186
NS
50092011-11-07 Nathan Sidwell <nathan@acm.org>
5010
5011 * libgcov.c (struct gcov_fn_buffer): New struct.
5012 (buffer_fn_data): New helper.
5013 (gcov_exit): Rework for new gcov data structures.
5014
74155a6f
GJL
50152011-11-07 Georg-Johann Lay <avr@gjlay.de>
5016
5017 PR target/49313
5018 * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
5019
200feb07
RO
50202011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5021
5022 * config.host (tmake_file): Correct comment.
5023 (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
5024 t-libgcc-pic.
5025 (bfin*-uclinux*): Likewise.
5026 (bfin*-linux-uclibc*): Likewise.
5027 (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
5028
5029 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
5030 assigning.
5031 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
5032 * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
5033 * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
5034 * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
5035 * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
5036 * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
5037 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
5038 * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
5039 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
5040 * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
5041 * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
5042 * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
5043 * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
5044
5045 * config/bfin/t-elf: Remove.
5046 * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
5047
c9cd1a07
RO
50482011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5049
5050 * config.host (*-*-rtems*): Add t-rtems to tmake_file.
5051 (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
5052 (lm32-*-elf*, lm32-*-rtems*): Split into ...
5053 (lm32-*-elf*): ... this.
5054 (lm32-*-rtems*): ... and this.
5055 Add to tmake_file.
5056 (m32r-*-rtems*): Add to tmake_file.
5057 (moxie-*-rtems*): Likewise.
5058 (sparc-*-rtems*): Likewise.
5059 Remove t-rtems from tmake_file.
5060 (sparc64-*-rtems*): Likewise.
5061 * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
5062 instead.
5063
9fbcc75d
RO
50642011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5065
5066 PR bootstrap/50982
5067 * config/gthr-posix.h: Move ...
5068 * gthr-posix.h: ... here.
5069 * config/gthr-lynx.h: Reflect this.
5070 * config/gthr-vxworks.h: Likewise.
5071 * config/rs6000/gthr-aix.h: Likewise.
5072 * configure.ac (target_thread_file): Likewise.
5073 * configure: Regenerate.
5074
76644b68
SH
50752011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
5076
5077 * config.host (arm*-*-rtemseabi*): New target.
5078
5e490f2a
JDA
50792011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5080
5081 PR other/50991
5082 * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
5083 extra-parts.
5084
feeeff5c
JR
50852011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
5086
5087 * config.host (epiphany-*-elf*): New configuration.
5088 * config/epiphany: New Directory.
5089
d618bb2c
RC
50902011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
5091
5092 * config.host (avr-*-rtems*): Add config/avr/t-rtems.
5093 * config/avr/t-rtems: New.
5094 Filter out _exit from LIB1ASMFUNCS.
5095
1bb6f778
DM
50962011-11-04 David S. Miller <davem@davemloft.net>
5097
5098 * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
5099 * configure: Rebuild.
5100
9a7f7422
AK
51012011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5102
5103 * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
5104 variable.
5105
e4fe948a
GJL
51062011-11-04 Georg-Johann Lay <avr@gjlay.de>
5107
5108 PR target/50931
5109 * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
5110 * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
5111
7084e037
JS
51122011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
5113
5114 PR target/50989
5115 * config.host (sparc-*-rtems*): Add sparc/t-softmul.
5116
1a032034
RO
51172011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5118
5119 * config/c6x/t-elf (LIB2ADDEH): Set.
5120 * config/c6x/t-c6x-elf: Remove.
5121
d385f772
RO
51222011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5123
5124 * config/i386/sol2-ci.S: Rename to ...
5125 * config/i386/crti.S: ... this.
5126 * config/i386/sol2-cn.S: Rename to ...
5127 * config/i386/crtn.S: ... this.
5128 * config/sparc/sol2-ci.S: Rename to ...
5129 * config/sparc/crti.S: ... this.
5130 * config/sparc/sol2-cn.S: Rename to ...
5131 * config/sparc/crtn.S: ... this.
5132 * config/t-sol2 (CUSTOM_CRTIN): Remove.
5133 (crti.o, crtn.o): Remove.
5134
1ba878a9
TG
51352011-11-04 Tristan Gingold <gingold@adacore.com>
5136
5137 * config/ia64/fde-vms.c: Do not include md-unwind-support.h
5138
02750c15
KK
51392011-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
5140
5141 * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
5142
bf86b067
HPN
51432011-11-03 Hans-Peter Nilsson <hp@axis.com>
5144
5145 * config.host (crisv32-*-none, cris-*-none): Remove.
5146 (crisv32-*-elf): Append to tmake_file, don't just set it.
5147 (cris-*-elf): Add missing t-fdpbit to tmake_file.
5148
d0bc53bd
RO
51492011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5150
5151 * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
5152 (ecrtn$(objext)): Likewise.
5153 (ncrti$(objext)): Likewise.
5154 (ncrtn$(objext)): Likewise.
5155
036da830
AS
51562011-11-03 Andreas Schwab <schwab@redhat.com>
5157
5158 * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
5159
d2a7d041
DM
51602011-11-02 David S. Miller <davem@davemloft.net>
5161
5162 * configure.ac: Set host_address on sparc too.
5163 * configure: Regenerate.
5164 * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
5165 based upon host_address.
5166 * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
5167
af8ed618
JM
51682011-11-02 Jason Merrill <jason@redhat.com>
5169
5170 * config/rs6000/t-ppccomm: Add missing \.
5171
5d1c8e77
RO
51722011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5173
5174 * gthr-single.h, gthr.h: New files.
5175 * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
5176 config/gthr-vxworks.h, config/i386/gthr-win32.h,
5177 config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
5178 config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
5179 * config/i386/gthr-win32.c: Include "gthr-win32.h".
5180 * configure.ac (thread_header): New variable.
5181 Set it depending on target_thread_file.
5182 (gthr-default.h): Link from $thread_header.
5183 * configure: Regenerate.
5184 * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
5185
852b75ed
RO
51862011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5187
5188 * configure.ac (tm_file_): New variable.
5189 Determine from tm_file.
5190 (tm_file, tm_defines): Substitute.
5191 * configure: Regenerate.
5192 * mkheader.sh: New file.
5193 * Makefile.in (clean): Remove libgcc_tm.h.
5194 ($(objects)): Depend on libgcc_tm.h.
5195 (libgcc_tm_defines, libgcc_tm_file): New variables.
5196 (libgcc_tm.h, libgcc_tm.stamp): New targets.
5197 ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
5198 ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
5199 ($(extra-parts)): Depend on libgcc_tm.h.
5200 * config.host (tm_defines, tm_file): New variable.
5201 (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
5202 (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
5203 (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
5204 (avr-*-rtems*): Likewise.
5205 (avr-*-*): Likewise.
5206 (frv-*-elf): Likewise.
5207 (frv-*-*linux*): Likewise.
5208 (h8300-*-rtems*): Likewise.
5209 (h8300-*-elf*): Likewise.
5210 (i[34567]86-*-darwin*): Likewise.
5211 (x86_64-*-darwin*): Likewise.
5212 (rx-*-elf): Likewise.
5213 (tic6x-*-uclinux): Likewise.
5214 (tic6x-*-elf): Likewise.
5215 (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
5216 * config/alpha/gthr-posix.c: Include libgcc_tm.h.
5217 * config/i386/cygming-crtbegin.c: Likewise.
5218 * config/i386/cygming-crtend.c: Likewise.
5219 * config/ia64/fde-vms.c: Likewise.
5220 * config/ia64/unwind-ia64.c: Likewise.
5221 * config/libbid/bid_gcc_intrinsics.h: Likewise.
5222 * config/rs6000/darwin-fallback.c: Likewise.
5223 * config/stormy16/lib2funcs.c: Likewise.
5224 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
5225 * crtstuff.c: Likewise.
5226 * dfp-bit.h: Likewise.
5227 * emutls.c: Likewise.
5228 * fixed-bit.c: Likewise.
5229 * fp-bit.c: Likewise.
5230 * generic-morestack-thread.c: Likewise.
5231 * generic-morestack.c: Likewise.
5232 * libgcc2.c: Likewise.
5233 * libgcov.c: Likewise.
5234 * unwind-dw2-fde-dip.c: Likewise.
5235 * unwind-dw2-fde.c: Likewise.
5236 * unwind-dw2.c: Likewise.
5237 * unwind-sjlj.c: Likewise.
5238
f9989b51
RO
52392011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5240
5241 * configure.ac: Include ../config/picflag.m4.
5242 (GCC_PICFLAG): Call it.
5243 Substitute.
5244 * configure: Regenerate.
5245 * Makefile.in (gcc_srcdir): Remove.
5246 (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
5247 (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
5248 (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
5249 ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
5250 ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
5251 Use $<.
5252 Remove comment.
5253 * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
5254 * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
5255 to refer to libgcc2.c.
5256 Use $<.
5257 * config/darwin-64.c: New file.
5258 * config/darwin-crt3.c: Remove comment.
5259 * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
5260 config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
5261 config/udivmodsi4.c: New files.
5262 * config/memcmp.c, config/memcpy.c, config/memmove.c,
5263 config/memset.c: New files.
5264 * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
5265 * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
5266 * config/t-freebsd-thread, config/t-libgcc-pic: New files.
5267 * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
5268 * config/t-openbsd-thread: New file.
5269 * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
5270 * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
5271 * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
5272 * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
5273 qrnnd.S.
5274 Adapt filename.
5275 * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
5276 to refer to gthr-posix.c.
5277 * config/alpha/t-vms (LIB2ADD): Set.
5278 * config/alpha/vms-gcc_shell_handler.c: New file.
5279 * config/arm/bpabi.c, config/arm/fp16.c,
5280 config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
5281 config/arm/unaligned-funcs.c: New files.
5282 * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
5283 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
5284 * config/arm/t-linux: Likewise.
5285 * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
5286 * config/arm/t-netbsd: New file.
5287 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
5288 * config/arm/t-symbian (LIB2ADD_ST): Set.
5289 * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
5290 * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
5291 * config/bfin/t-elf: New file.
5292 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
5293 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
5294 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
5295 config/c6x/ltf.c: New files.
5296 * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
5297 (HOST_LIBGCC2_CFLAGS): Set.
5298 * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
5299 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
5300 * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
5301 New files.
5302 * config/cris/t-elfmulti (LIB2ADD_ST): Set.
5303 * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
5304 * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
5305 config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
5306 config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
5307 files.
5308 * config/frv/t-frv (LIB2ADD): Set.
5309 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
5310 * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
5311 config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
5312 config/h8300/popcounthi2.c: New files.
5313 * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
5314 * config/i386/gthr-win32.c: New file.
5315 * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
5316 * config/i386/t-cygwin: Likewise.
5317 * config/i386/t-darwin, config/i386/t-darwin64,
5318 config/i386/t-gthr-win32, config/i386/t-interix: New files.
5319 * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
5320 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
5321 * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
5322 * config/ia64/quadlib.c: New file.
5323 * config/ia64/t-hpux (LIB2ADD): Set.
5324 * config/ia64/t-ia64: Add comment.
5325 * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
5326 * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
5327 (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
5328 * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
5329 * config/m32c/t-m32c (LIB2ADD): Set.
5330 * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
5331 * config/m32r/t-m32r: Likewise.
5332 * config/m68k/fpgnulib.c: New file.
5333 * config/m68k/t-floatlib (LIB2ADD): Set.
5334 (xfgnulib.c): New target.
5335 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
5336 * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
5337 * config/mep/t-mep (LIB2ADD): Set.
5338 * config/microblaze/divsi3.asm: Rename to divsi3.S.
5339 * config/microblaze/moddi3.asm: Rename to moddi3.S.
5340 * config/microblaze/modsi3.asm: Rename to modsi3.S.
5341 * config/microblaze/muldi3_hard.asm: Rename to hard.S.
5342 * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
5343 * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
5344 * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
5345 * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
5346 * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
5347 * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
5348 New files.
5349 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
5350 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
5351 * config/pa/fptr.c, config/pa/lib2funcs.S,
5352 config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
5353 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
5354 (LIB2ADD, LIB2ADD_ST): Set.
5355 * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
5356 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
5357 Set.
5358 * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
5359 * config/pdp11/t-pdp11: New file.
5360 * config/picochip/libgccExtras/adddi3.S,
5361 config/picochip/libgccExtras/ashlsi3.S,
5362 config/picochip/libgccExtras/ashrsi3.S,
5363 config/picochip/libgccExtras/clzsi2.S,
5364 config/picochip/libgccExtras/cmpsi2.S,
5365 config/picochip/libgccExtras/divmod15.S,
5366 config/picochip/libgccExtras/divmodhi4.S,
5367 config/picochip/libgccExtras/divmodsi4.S,
5368 config/picochip/libgccExtras/lshrsi3.S,
5369 config/picochip/libgccExtras/parityhi2.S,
5370 config/picochip/libgccExtras/popcounthi2.S,
5371 config/picochip/libgccExtras/subdi3.S,
5372 config/picochip/libgccExtras/ucmpsi2.S,
5373 config/picochip/libgccExtras/udivmodhi4.S,
5374 config/picochip/libgccExtras/udivmodsi4.S: New files.
5375 * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
5376 (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
5377 * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
5378 config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
5379 config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
5380 config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
5381 config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
5382 config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
5383 files.
5384 * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
5385 (HOST_LIBGCC2_CFLAGS): Set.
5386 * config/rs6000/t-darwin64: New file.
5387 * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
5388 * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
5389 * config/rs6000/t-ppccomm (LIB2ADD): Add
5390 $(srcdir)/config/rs6000/tramp.S.
5391 (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
5392 Add $(srcdir)/config/rs6000/eabi.S.
5393 (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
5394 (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
5395 (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
5396 (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
5397 (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
5398 (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
5399 * config/rs6000/tramp.S: New file.
5400 * config/s390/t-tpf: Remove.
5401 * config/sh/linux-atomic.S: New file.
5402 * config/sh/t-linux (LIB2ADD): Set.
5403 (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
5404 * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
5405 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
5406 to unwind-dw2.c.
5407 (HOST_LIBGCC2_CFLAGS): Set.
5408 * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
5409 * config/spu/divmodti4.c, config/spu/divv2df3.c,
5410 config/spu/float_disf.c, config/spu/float_unsdidf.c,
5411 config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
5412 config/spu/mfc_multi_tag_release.c,
5413 config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
5414 config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
5415 config/spu/multi3.c: New files.
5416 * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
5417 (HOST_LIBGCC2_CFLAGS): Set.
5418 * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
5419 config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
5420 config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
5421 config/stormy16/ffshi2.c, config/stormy16/lib2.c,
5422 config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
5423 config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
5424 config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
5425 config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
5426 config/stormy16/umodsi3.c: New files.
5427 * config/xtensa/lib2funcs.S: New file.
5428 * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
5429 * config/xtensa/t-xtensa (LIB2ADD): Set.
5430 * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
5431 (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
5432 Add t-freebsd-thread to tmake_file for posix threads.
5433 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
5434 (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
5435 (*-*-lynxos*): Likewise.
5436 (*-*-netbsd*): Likewise.
5437 (*-*-openbsd*): Likewise.
5438 Add t-openbsd-thread to tmake_file for posix threads.
5439 (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
5440 (*-*-vxworks*): Set tmake_file.
5441 (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
5442 (alpha*-*-freebsd*): Likewise.
5443 (alpha*-*-netbsd*): Likewise.
5444 (alpha*-*-openbsd*): Likewise.
5445 (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
5446 (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
5447 (alpha*-dec-*vms*): Likewise.
5448 (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
5449 (bfin*-elf*): Add bfin/t-elf to tmake_file.
5450 (bfin*-uclinux*): Likewise.
5451 (bfin*-linux-uclibc*): Likewise.
5452 (crisv32-*-elf): Add cris/t-cris to tmake_file.
5453 (crisv32-*-none): Likewise.
5454 (cris-*-elf): Likewise.
5455 (cris-*-none): Likewise.
5456 (cris-*-linux*, crisv32-*-linux*): Likewise.
5457 (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
5458 tmake_file.
5459 (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
5460 tmake_file.
5461 (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
5462 (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
5463 (x86_64-*-elf*): Likewise.
5464 (i[34567]86-*-nto-qnx*): Likewise.
5465 (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
5466 win32 threads.
5467 (x86_64-*-mingw*): Likewise.
5468 (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
5469 (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
5470 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
5471 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
5472 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
5473 tmake_file.
5474 (mipsisa64sr71k-*-elf*): Likewise.
5475 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
5476 (mips-*-elf*, mipsel-*-elf*): Likewise.
5477 (mips64-*-elf*, mips64el-*-elf*): Likewise.
5478 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
5479 (mips*-*-rtems*): Likewise.
5480 (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
5481 to tmake_file.
5482 (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
5483 (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
5484 (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
5485 (spu-*-elf*): Likewise.
5486 (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
5487
45b86625
RO
54882011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5489
5490 * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
5491 $(srcdir) to refer to $(LIB1ASMSRC).
5492 Use $<.
5493 * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
5494 config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
5495 config/arm/lib1funcs.S: New files.
5496 * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
5497 * config/arm/t-arm: New file.
5498 * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
5499 * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
5500 config/arm/t-strongarm-elf: New files.
5501 * config/arm/t-symbian (LIB1ASMFUNCS): Set.
5502 * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
5503 * config/avr/lib1funcs.S: New file.
5504 * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5505 * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
5506 * config/c6x/lib1funcs.S: New file.
5507 * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5508 * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
5509 * config/frv/lib1funcs.S: New file.
5510 * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5511 * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
5512 * config/i386/cygwin.S, config/i386/t-chkstk: New files.
5513 * config/ia64/__divxf3.asm: Rename to ...
5514 * config/ia64/__divxf3.S: ... this.
5515 Adapt lib1funcs.asm filename.
5516 * config/ia64/_fixtfdi.asm: Rename to ...
5517 * config/ia64/_fixtfdi.S: ... this.
5518 Adapt lib1funcs.asm filename.
5519 * config/ia64/_fixunstfdi.asm: Rename to ...
5520 * config/ia64/_fixunstfdi.S: ... this.
5521 Adapt lib1funcs.asm filename.
5522 * config/ia64/_floatditf.asm: Rename to ...
5523 * config/ia64/_floatditf.S: ... this.
5524 Adapt lib1funcs.asm filename.
5525 * config/ia64/lib1funcs.S: New file.
5526 * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
5527 * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5528 * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
5529 * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
5530 * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
5531 * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
5532 * config/mep/lib1funcs.S: New file.
5533 * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5534 * config/mips/mips16.S: New file.
5535 * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5536 * config/pa/milli64.S: New file.
5537 * config/pa/t-linux, config/pa/t-linux64: New files.
5538 * config/picochip/lib1funcs.S: New file.
5539 * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5540 * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
5541 * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
5542 * config/sh/t-netbsd: New file.
5543 * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
5544 Use $(srcdir) to refer to lib1funcs.S, adapt filename.
5545 * config/sh/t-sh64: New file.
5546 * config/sparc/lb1spc.S: New file.
5547 * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
5548 filename.
5549 * config/v850/lib1funcs.S, config/v850/t-v850: New files.
5550 * config/vax/lib1funcs.S, config/vax/t-linux: New files.
5551 * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
5552 config/xtensa/lib1funcs.S: New files.
5553 * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5554 * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
5555 tmake_file.
5556 (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
5557 (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
5558 (arm*-*-linux*): Likewise.
5559 Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
5560 arm*-*-linux-*eabi, add arm/t-linux otherwise.
5561 (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
5562 (arm*-*-ecos-elf): Likewise.
5563 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
5564 (arm*-*-rtems*): Likewise.
5565 (arm*-*-elf): Likewise.
5566 (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
5567 (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
5568 (bfin*-elf*): Add bfin/t-bfin to tmake_file.
5569 (bfin*-uclinux*): Likewise.
5570 (bfin*-linux-uclibc*): Likewise.
5571 (bfin*-rtems*): Likewise.
5572 (bfin*-*): Likewise.
5573 (fido-*-elf): Merge into m68k-*-elf*.
5574 (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
5575 (frv-*-*linux*): Add frv/t-frv to tmake_file.
5576 (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
5577 (h8300-*-elf*): Likewise.
5578 (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
5579 (hppa*-*-linux*): Add pa/t-linux to tmake_file.
5580 (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
5581 (i[34567]86-*-mingw*): Likewise.
5582 (x86_64-*-mingw*): Likewise.
5583 (i[34567]86-*-interix3*): Likewise.
5584 (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
5585 (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
5586 (m68k-*-elf*): Also handle fido-*-elf.
5587 Add m68k/t-floatlib to tmake_file.
5588 (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
5589 (m68k-*-linux*): Likewise.
5590 (m68k-*-rtems*): Likewise.
5591 (mcore-*-elf): Add mcore/t-mcore to tmake_file.
5592 (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
5593 sh64*-*-*.
5594 (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
5595 Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
5596 (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
5597 (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
5598 sh/t-netbsd to tmake_file.
5599 Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
5600 (sh-*-rtems*): Add sh/t-sh to tmake_file.
5601 (sh-wrs-vxworks): Likewise.
5602 (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
5603 *-leon[3-9]*.
5604 (v850*-*-*): Add v850/t-v850 to tmake_file.
5605 (vax-*-linux*): Add vax/t-linux to tmake_file.
5606 (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
5607
5f73c6cc
RO
56082011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5609
5610 * crtstuff.c: New file.
5611 * Makefile.in (CRTSTUFF_CFLAGS): Define.
5612 (CRTSTUFF_T_CFLAGS): Define.
5613 (extra-parts, INSTALL_PARTS): Remove conditional assignments.
5614 (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
5615 (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
5616 crtstuff.c.
5617 Use $<.
5618 (crtbeginT.o): Use $(objext).
5619 [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
5620 (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
5621 (gcc-extra-parts): Remove.
5622 * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
5623 Set extra_parts.
5624 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
5625 *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
5626 Add t-crtstuff-pic to tmake_file.
5627 (*-*-lynxos*): New case.
5628 Set tmake_file, extra_parts.
5629 (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
5630 Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
5631 *-*-netbsdelf[2-9]*.
5632 (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
5633 (*-*-rtems*): Set extra_parts.
5634 (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
5635 (*-*-uclinux*): New case.
5636 Set extra_parts.
5637 (*-*-vms*): New case.
5638 Set tmake_file, extra_parts.
5639 (*-*-elf): Set extra_parts.
5640 (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
5641 (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
5642 vms/t-vms64.
5643 Set extra_parts.
5644 (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
5645 Set extra_parts.
5646 (arm*-*-freebsd*): Add t-crtin to tmake_file.
5647 Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
5648 (arm-wrs-vxworks): Append to tmake_file.
5649 Set extra_parts.
5650 (arm*-*-uclinux*): Set extra_parts.
5651 (arm*-*-ecos-elf): Likewise.
5652 (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
5653 arm*-*-eabi*.
5654 (arm*-*-rtems*): Set extra_parts.
5655 (arm*-*-elf): Likewise.
5656 (avr-*-rtems*): Clear extra_parts.
5657 (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
5658 Set extra_parts.
5659 (bfin*-uclinux*): Likewise.
5660 (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
5661 (bfin*-rtems*): Append to tmake_file.
5662 Set extra_parts.
5663 (bfin*-*): Likewise.
5664 (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
5665 (crisv32-*-elf): ... this.
5666 (crisv32-*-none): ... this.
5667 (cris-*-elf, cris-*-none): New cases.
5668 Add cris/t-elfmulti to tmake_file.
5669 (fr30-*-elf): Append to tmake_file.
5670 Set extra_parts.
5671 (frv-*-elf): Append to tmake_file, add frv/t-frv.
5672 Set extra_parts.
5673 (h8300-*-rtems*): Append to tmake_file.
5674 Set extra_parts.
5675 (h8300-*-elf*): Likewise.
5676 (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
5677 Set extra_parts.
5678 (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
5679 Set extra_parts.
5680 (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
5681 (x86_64-*-elf*): Likewise.
5682 (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
5683 (x86_64-*-freebsd*): Likewise.
5684 (x86_64-*-netbsd*): Likewise.
5685 (i[34567]86-*-linux*): Likewise.
5686 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
5687 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
5688 (x86_64-*-linux*): Likewise.
5689 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
5690 (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
5691 tmake_file.
5692 Set extra_parts.
5693 (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
5694 (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
5695 Append to extra_parts, remove crtbegin.o, crtend.o.
5696 (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
5697 (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
5698 crtend.o, crtbeginS.o, crtendS.o.
5699 (ia64*-*-linux*): Comment extra_parts.
5700 (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
5701 Set extra_parts.
5702 (iq2000*-*-elf*): Clear extra_parts.
5703 (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
5704 (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
5705 (m32r-*-elf*, m32r-*-rtems*): Split off ...
5706 (m32r-*-rtems*): ... this.
5707 Add m32r/t-m32r to tmake_file.
5708 (m68k-*-elf*): Add t-crtin to tmake_file.
5709 (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
5710 (mcore-*-elf): Likewise.
5711 (microblaze*-*-*): Set extra_parts.
5712 (mips*-sde-elf*): New case.
5713 Set tmake_file, extra_parts.
5714 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
5715 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
5716 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
5717 tmake_file.
5718 Set extra_parts.
5719 (mipsisa64sr71k-*-elf*): Likewise.
5720 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
5721 (mips-*-elf*, mipsel-*-elf*): Likewise.
5722 (mips64-*-elf*, mips64el-*-elf*): Likewise.
5723 (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
5724 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
5725 (mips*-*-rtems*): Likewise.
5726 (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
5727 (moxie-*-*): Split into ...
5728 (moxie-*-elf, moxie-*-uclinux*): ... this.
5729 Add to extra_parts, remove crtbegin.o, crtend.o.
5730 (moxie-*-rtems*): New case.
5731 Set tmake_file.
5732 Clear extra_parts.
5733 (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
5734 Set extra_parts.
5735 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
5736 (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
5737 tmake_file.
5738 Set extra_parts.
5739 (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
5740 rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
5741 Set extra_parts.
5742 (powerpc-*-eabisim*): Likewise.
5743 (powerpc-*-elf*): Likewise.
5744 (powerpc-*-eabialtivec*): Likewise.
5745 (powerpc-xilinx-eabi*): Likewise.
5746 (powerpc-*-eabi*): Likewise.
5747 (powerpc-*-rtems*): Likewise.
5748 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
5749 tmake_file.
5750 Set extra_parts.
5751 (powerpc-*-lynxos*): Add to tmake_file.
5752 (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
5753 rs6000/t-crtstuff, t-crtstuff-pic.
5754 Set extra_parts.
5755 (powerpcle-*-eabisim*): Likewise.
5756 (powerpcle-*-eabi*): Likewise.
5757 (rx-*-elf): Remove extra_parts.
5758 (s390x-ibm-tpf*): Set extra_parts.
5759 (score-*-elf): Set extra_parts.
5760 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
5761 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
5762 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
5763 (sh64l*-*-netbsd*): Split into ...
5764 (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
5765 Add t-crtstuff-pic to tmake_file.
5766 Set extra_parts.
5767 (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
5768 Set extra_parts.
5769 (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
5770 (sparc-*-elf*): Remove t-crtin from tmake_file.
5771 Add to extra_parts, remove crtbegin.o, crtend.o.
5772 (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
5773 (sparc64-*-linux*): Likewise.
5774 (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
5775 Add to extra_parts, remove crtbegin.o, crtend.o.
5776 (sparc64-*-elf*): Remove t-crtin from tmake_file.
5777 Add to extra_parts, remove crtbegin.o, crtend.o.
5778 (sparc64-*-rtems*): Remove t-crtin from tmake_file.
5779 Add to extra_parts, remove crtbegin.o, crtend.o.
5780 (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
5781 (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
5782 (spu-*-elf*): Add to tmake_file, add spu/t-elf.
5783 Set extra_parts.
5784 (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
5785 Set extra_parts.
5786 (tic6x-*-*): Change to ...
5787 (tic6x-*-elf): ... this.
5788 Set extra_parts.
5789 (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
5790 Set extra_parts.
5791 (am33_2.0-*-linux*): Add comment.
5792 (mep*-*-*): Add mep/t-mep to tmake_file.
5793 Set extra_parts.
5794 * config/alpha/t-vms: New file.
5795 * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
5796 * config/arm/crti.S, config/arm/crtn.S: New files.
5797 * config/bfin/crti.S, config/bfin/crtn.S: New files.
5798 * config/bfin/crtlibid.S: New file.
5799 * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
5800 * config/c6x/crti.S, config/c6x/crtn.S: New files.
5801 * config/c6x/t-elf (CUSTOM_CRTIN): Set.
5802 (crti.o, crtin.o): New rules.
5803 (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
5804 * config/c6x/t-uclinux: New file.
5805 * config/cris/t-elfmulti: New file.
5806 * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
5807 * config/fr30/crti.S, config/fr30/crtn.S: New files.
5808 * config/frv/frvbegin.c, config/frv/frvend.c: New files.
5809 * config/frv/t-frv: New file.
5810 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
5811 * config/h8300/crti.S, config/h8300/crtn.S: New files.
5812 * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
5813 New files.
5814 * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
5815 refer to cygming-crtbegin.c, cygming-crtend.c.
5816 Use $<.
5817 * config/i386/t-nto: New file.
5818 * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
5819 * config/ia64/crti.S, config/ia64/crtn.S: New files.
5820 * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
5821 crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
5822 Use .S extension.
5823 Use $<.
5824 * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
5825 (crtinitS.o): New rule.
5826 * config/ia64/vms-crtinit.S: New file.
5827 * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
5828 * config/m32r/initfini.c: New file.
5829 * config/m32r/t-linux, config/m32r/t-m32r: New files.
5830 * config/m68k/crti.S, config/m68k/crtn.S: New files.
5831 * config/mcore/crti.S, config/mcore/crtn.S: New files.
5832 * config/mep/t-mep: New file.
5833 * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
5834 * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
5835 * config/mips/crti.S, config/mips/crtn.S: New files.
5836 * config/mips/t-crtstuff: New file.
5837 * config/mmix/crti.S, config/mmix/crtn.S: New files.
5838 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
5839 (CUSTOM_CRTIN): Set.
5840 ($(T)crti.o, $(T)crtn.o): Remove $(T),
5841 dependencies.
5842 Use $(srcdir) to refer to crti.S, crtn.S.
5843 Use .S extension, $<.
5844 * config/moxie/crti.asm: Rename to ...
5845 * config/moxie/crti.S: ... this.
5846 * config/moxie/crtn.asm: Rename to ...
5847 * config/moxie/crtn.S: ... this.
5848 * config/moxie/t-moxie: Remove.
5849 * config/pa/stublib.c: New file.
5850 * config/pa/t-stublib, config/pa/t-stublib64: New files.
5851 * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
5852 * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
5853 * config/rs6000/t-crtstuff: New file.
5854 * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
5855 (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
5856 (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
5857 Make output file explicit.
5858 (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
5859 Make output file explicit.
5860 (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
5861 Make output file explicit.
5862 (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
5863 Make output file explicit.
5864 * config/score/crti.S, config/score/crtn.S: New files.
5865 * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
5866 * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
5867 files.
5868 * config/sh/t-sh, config/sh/t-superh: New files.
5869 * config/sparc/t-linux64: New file.
5870 * config/spu/cache.S, config/spu/cachemgr.c: New files.
5871 * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
5872 (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
5873 (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
5874 * config/t-crtin: Remove.
5875 * config/t-crtstuff-pic: New file.
5876 * config/t-sol2 (CUSTOM_CRTIN): Set.
5877 (crti.o, crtn.o): New rules.
5878 * config/vms/t-vms: New file.
5879 * config/vms/vms-ucrt0.c: New file.
5880 * config/xtensa/t-elf: New file.
5881
b040f2be
RO
58822011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5883
5884 * Makefile.in (SHLIB_NM_FLAGS): Set.
5885 * mkmap-flat.awk, mkmap-symver.awk: New files.
5886 * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
5887 exceptions.
5888 * configure: Regenerate.
5889 * config/libgcc-glibc.ver: New file.
5890 * config/libgcc-libsystem.ver: New file.
5891 * config/t-libunwind (SHLIB_LC): Set.
5892 * config/t-linux: New file.
5893 * config/t-slibgcc (INSTALL_SHLIB): New.
5894 (SHLIB_INSTALL): Use it.
5895 * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
5896 to mkmap-symver.awk.
5897 (SHLIB_MAPFILES): Don't append, adapt pathname.
5898 (SHLIB_VERPFX): Set.
5899 * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
5900 to mkmap-symver.awk.
5901 * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
5902 config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
5903 * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
5904 * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
5905 to mkmap-flat.awk.
5906 * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
5907 * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
5908 * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
5909 * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
5910 * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
5911 * config/i386/libgcc-darwin.10.4.ver,
5912 config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
5913 New files.
5914 * config/i386/t-darwin: Remove.
5915 * config/i386/t-darwin64: Likewise.
5916 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
5917 * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
5918 config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
5919 * config/i386/t-linux: New file.
5920 * config/i386/t-mingw32: New file.
5921 * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
5922 * config/ia64/t-glibc: Rename to ...
5923 * config/ia64/t-linux: ... this.
5924 (SHLIB_MAPFILES): Set.
5925 * config/ia64/t-glibc-libunwind: Rename to ...
5926 * config/ia64/t-linux-libunwind: ... this.
5927 * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
5928 * config/ia64/t-slibgcc-hpux: New file.
5929 * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
5930 * config/m68k/t-slibgcc-elf-ver: New file.
5931 * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
5932 * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
5933 to mkmap-flat.awk.
5934 * config/pa/t-slibgcc-hpux: New file.
5935 * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
5936 files.
5937 * config/rs6000/libgcc-darwin.10.4.ver,
5938 config/rs6000/libgcc-darwin.10.5.ver: New files.
5939 * config/rs6000/libgcc-ppc-glibc.ver: Rename to
5940 config/rs6000/libgcc-glibc.ver.
5941 * config/rs6000/libgcc-ppc64.ver: Rename to
5942 config/rs6000/libgcc-ibm-ldouble.ver.
5943 * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
5944 * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
5945 * config/rs6000/t-ldbl128: Rename to ...
5946 * config/rs6000/t-linux: ... this.
5947 (SHLIB_MAPFILES): Adapt filename.
5948 * config/rs6000/t-slibgcc-aix: New file.
5949 * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
5950 * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
5951 libgcc-excl.ver, libgcc-glibc.ver.
5952 (SHLIB_LINK, SHLIB_INSTALL): Remove.
5953 * config/sparc/libgcc-glibc.ver: New file.
5954 * config/sparc/t-linux: New file.
5955 * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
5956 * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
5957 t-slibgcc-elf-ver to tmake_file.
5958 Add t-slibgcc-nolc-override to tmake_file for posix threads on
5959 *-*-freebsd[34].
5960 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
5961 *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
5962 t-slibgcc-elf-ver, t-linux to tmake_file.
5963 (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
5964 tmake_file.
5965 (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
5966 (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
5967 (alpha*-dec-*vms*): Likewise.
5968 (arm*-*-freebsd*): Append to tmake_file.
5969 (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
5970 (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
5971 arm*-*-linux-*eabi.
5972 (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
5973 tmake_file for arm*-*-symbianelf*.
5974 (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
5975 (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
5976 cris/t-linux.
5977 (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
5978 (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
5979 pa/t-slibgcc-dwarf-ver to tmake_file.
5980 (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
5981 pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
5982 (hppa*64*-*-hpux11*): Likewise.
5983 (hppa[12]*-*-hpux11*): Likewise.
5984 (x86_64-*-darwin*): Don't override tmake_file, but only keep
5985 i386/t-crtpc, i386/t-crtfm.
5986 (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
5987 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
5988 to tmake_file.
5989 Add i386/t-cygwin to tmake_file.
5990 Prepent i386/t-mingw-pthread to tmake_file for posix threads.
5991 (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
5992 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
5993 to tmake_file.
5994 Add i386/t-mingw32 to tmake_file.
5995 (x86_64-*-mingw*): Likewise.
5996 (ia64*-*-freebsd*): Append to tmake_file.
5997 (ia64*-*-linux*): Append to tmake_file.
5998 Replace ia64/t-glibc by ia64/t-linux.
5999 Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
6000 system libunwind.
6001 (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
6002 t-slibgcc-hpux to tmake_file.
6003 (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
6004 (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
6005 (m32rle-*-linux*): Likewise.
6006 (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
6007 sjlj exceptions.
6008 (microblaze*-linux*): New case.
6009 Append to tmake_file, add t-slibgcc-nolc-override.
6010 (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
6011 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
6012 Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
6013 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
6014 rs6000/t-slibgcc-aix to tmake_file.
6015 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
6016 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
6017 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
6018 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
6019 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
6020 (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
6021 sh*-*-linux*.
6022 (sparc-*-linux*): Append to tmake_file for *-leon*.
6023 Add sparc/t-linux to tmake_file for non-Leon targets.
6024 (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
6025 (tic6x-*-uclinux): New case.
6026 Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
6027 (tic6x-*-*): Add c6x/t-elf to tmake_file.
6028 (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
6029 (am33_2.0-*-linux*): Append to tmake_file.
6030 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
6031 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
6032 x86_64-*-kfreebsd*-gnu.
6033 Add i386/t-linux to tmake_file.
6034
18b4bd7b
ILT
60352011-10-28 Ian Lance Taylor <iant@google.com>
6036
6037 * config/i386/morestack.S: Correct CFI information to do proper
6038 returns throughout function. In 32-bit mode, save %ebx so that it
6039 is restored on unwind.
6040
5b2d9d90
BS
60412011-10-25 Bernd Schmidt <bernds@codesourcery.com>
6042
6043 * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
6044 case where B3 isn't the return register.
6045
0d53e346
BS
6046 * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
6047 logic for doubleword pops.
6048
cbffbd59
AT
60492011-10-25 Andreas Tobler <andreast@fgznet.ch>
6050
6051 * config/rs6000/t-freebsd: Add wildcard.
6052
56dc349e
PB
60532011-10-21 Paul Brook <paul@codesourcery.com>
6054
6055 * unwind-arm-common.inc: Handle ID3/4 unwinding data.
6056
1e06b07d
UB
60572011-10-16 Uros Bizjak <ubizjak@gmail.com>
6058 Eric Botcazou <ebotcazou@adacore.com>
6059
6060 PR target/50737
6061 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
6062 fs->signal_frame to 1.
6063
b5204884
ILT
60642011-10-07 Ian Lance Taylor <iant@google.com>
6065
6066 * generic-morestack-thread.c: #include <errno.h>.
6067
91a639a1
ILT
60682011-10-07 Ian Lance Taylor <iant@google.com>
6069
6070 PR target/46093
6071 * generic-morestack.c (__generic_morestack): Make sure the segment
6072 is large enough for both the stack frame and the copied
6073 parameters.
6074
cc49116d
RO
60752011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6076
6077 PR bootstrap/49804
6078 * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
6079 extra_parts.
6080
2996d8c3
NC
60812011-09-28 Nick Clifton <nickc@redhat.com>
6082
6083 * config/rx/rx-lib.h: Always restrict doubles to the SF type when
6084 64-bit doubles are not enabled.
6085 * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
6086 and floatunsisf functions.
6087
1e874273 60882011-09-13 Paul Brook <paul@codesourcery.com>
2996d8c3 6089
1e874273
PB
6090 * config.host (tic6x-*-*): Add c6x/t-c6x-elf. Set unwind_header.
6091 * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
6092 * unwind-arm-common.inc: New file.
6093 * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
6094 * config/arm/unwind-arm.h: Use unwind-arm-common.h.
6095 (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
6096 * config/c6x/libunwind.S: New file.
6097 * config/c6x/pr-support.c: New file.
6098 * config/c6x/unwind-c6x.c: New file.
6099 * config/c6x/unwind-c6x.h: New file.
6100 * config/c6x/t-c6x-elf: New file.
6101
f70c879a
UB
61022011-08-23 Uros Bizjak <ubizjak@gmail.com>
6103
6104 * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
6105 (ASM_DIVZERO): Ditto.
6106 (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
6107
c55b374b
RS
61082011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
6109
6110 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
6111
1e138510
RS
61122011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
6113
6114 PR target/50090
6115 * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
6116 instead of an assembly one.
6117
1563503d
PB
61182011-08-12 Paolo Bonzini <bonzini@gnu.org>
6119
6120 PR bootstrap/50047
6121 * Makefile.in (install-unwind_h): Create
6122 $(gcc_objdir)/include/unwind.h atomically.
6123
3627ac1a
RO
61242011-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6125
6126 * Makefile.in (install-unwind_h): Remove destination file first.
6127
c6412d86
RO
61282011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6129
6130 * sync.c: New file.
6131 * config/mips/t-mips16: New file.
6132 * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
6133 (mips*-*-linux*): Likewise.
6134 (mips*-sde-elf*): Likewise.
6135 (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
6136 mipsisa64-*-elf*, mipsisa64r2-*-elf*.
6137 Add mips/t-mips16 to tmake_file.
6138 (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
6139 (mips-*-elf*): Likewise.
6140 (mips64-*-elf*): Likewise.
6141 (mips64orion-*-elf*): Likewise.
6142 (mips*-*-rtems*): Likewise.
6143 (mipstx39-*-elf*): Likewise.
6144 * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
6145 ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
6146 LIBGCC_SYNC_CFLAGS.
6147 Use $(srcdir) to refer to sync.c.
6148 Use $<.
6149 ($(libgcc-sync-funcs-o)): Likewise.
6150 ($(libgcc-sync-size-funcs-s-o)): Likewise.
6151 ($(libgcc-sync-funcs-s-o)): Likewise.
6152
3cb6e5bd
AS
61532011-08-09 Andreas Schwab <schwab@linux-m68k.org>
6154
6155 * config.host (ia64*-*-linux*): Move ia64/t-glibc after
6156 t-libunwind.
6157
cca2207a
L
61582011-08-08 H.J. Lu <hongjiu.lu@intel.com>
6159
6160 PR other/48007
6161 * config/i386/value-unwind.h: New.
6162
ed39fbad
RS
61632011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
6164
6165 * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
6166 (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
6167 Add to tmake_file rather than overriding it.
6168
aca0b0b3
RO
61692011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6170
6171 * config/t-softfp: Remove.
6172 * soft-fp: Moved from ../gcc/config.
6173 * soft-fp/README: Remove t-softfp reference.
6174 * soft-fp/t-softfp: Move to config/t-softfp.
6175 (softfp_machine_header): Remove.
6176 (softfp_file_list): Remove config subdir.
6177 (soft-fp-objects): New variable.
6178 ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
6179 (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
6180 (SFP_MACHINE, $(SFP_MACHINE)): Remove.
6181 * config/t-softfp-excl: New file.
6182 * config/t-softfp-sfdf: New file.
6183 * config/t-softfp-tf: New file.
6184 * config/no-sfp-machine.h: New file.
6185 * config/arm/sfp-machine.h: New file.
6186 * config/arm/t-softfp: New file.
6187 * config/c6x/sfp-machine.h: New file.
6188 * config/i386/32/t-fprules-softfp: Rename to ...
6189 * config/i386/32/t-softfp: ... this.
6190 (tifunctions, LIB2ADD): Remove.
6191 (softfp_int_modes): Override.
6192 * config/i386/64/t-softfp-compat (tf-functions): Remove config
6193 subdir.
6194 * config/i386/64/eqtf2.c: Likewise.
6195 * config/i386/64/getf2.c: Likewise.
6196 * config/i386/64/letf2.c: Likewise.
6197 * config/ia64/sft-machine.h: New file.
6198 * config/ia64/t-fprules-softfp: Rename to ...
6199 * config/ia64/t-softfp: ... this.
6200 * config/lm32/sfp-machine.h: New file.
6201 * config/moxie/t-moxie-softfp: Remove.
6202 * config/rs6000/ibm-ldouble-format: New file.
6203 * config/rs6000/ibm-ldouble.c: New file.
6204 * config/rs6000/libgcc-ppc-glibc.ver: New file
6205 * config/rs6000/libgcc-ppc64.ver: New file
6206 * config/rs6000/sfp-machine.h: New file.
6207 * config/rs6000/t-freebsd: New file.
6208 * config/rs6000/t-ibm-ldouble: New file.
6209 * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
6210 libgcc-ppc-glibc.ver.
6211 * config/rs6000/t-linux64: New file.
6212 * config/rs6000/t-ppccomm (LIB2ADD): Add
6213 $(srcdir)/config/rs6000/ibm-ldouble.c.
6214 * config/rs6000/t-ppccomm-ldbl: New file.
6215 * config/score/sfp-machine.h: New file.
6216 * config.host (sfp_machine_header): Explain.
6217 (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
6218 t-softfp to tmake_file.
6219 (arm*-*-uclinux*): Likewise.
6220 (arm*-*-ecos-elf): Likewise.
6221 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
6222 (arm*-*-rtems*): Likewise.
6223 (arm*-*-elf): Likewise.
6224 (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
6225 in tmake_file.
6226 Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
6227 (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
6228 (lm32-*-uclinux*): Likewise.
6229 (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
6230 t-softfp-excl, t-softfp.
6231 (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
6232 (powerpc64-*-darwin*): Likewise.
6233 (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
6234 to tmake_file.
6235 (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
6236 tmake_file.
6237 (powerpc-*-eabisim*): Likewise.
6238 (powerpc-*-elf*): Likewise.
6239 (powerpc-*-eabialtivec*): Likewise.
6240 (powerpc-xilinx-eabi*): Likewise.
6241 (powerpc-*-rtems*): Likewise.
6242 (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
6243 t-softfp-excl, t-softfp to tmake_file.
6244 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
6245 rs6000/t-ppccomm-ldbl to tmake_file.
6246 (powerpcle-*-elf*): Likewise.
6247 (powerpcle-*-eabisim*): Likewise.
6248 (powerpcle-*-eabi*): Likewise.
6249 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
6250 rs6000/t-ibm-ldouble to tmake_file.
6251 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
6252 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
6253 (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
6254 (tic6x-*-*): Likewise.
6255 (i[34567]86-*-darwin*, x86_64-*-darwin*,
6256 i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
6257 i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
6258 i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
6259 i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
6260 i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
6261 t-softfp to tmake_file.
6262 * configure.ac (sfp_machine_header): Provide default if unset.
6263 Substitute.
6264 Link sfp-machine.h to config/$sfp_machine_header.
6265 * configure: Regenerate.
6266
569dc494
RO
62672011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6268
6269 * Makefile.in (double_type_size, long_double_type_size): Set.
6270 Remove $(fpbit-in-libgcc) support.
6271 (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
6272 (fpbit-src): New variable.
6273 ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
6274 Compile with -DFLOAT $(FPBIT_CFLAGS).
6275 Use $<.
6276 ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
6277 Compile with $(FPBIT_CFLAGS).
6278 Use $<.
6279 ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
6280 Compile with -DFLOAT $(TPBIT_CFLAGS).
6281 Use $<.
6282 * configure.ac (double_type_size, long_double_type_size):
6283 Determine and substitute.
6284 * configure: Regenerate.
6285 * fp-bit.c, fp-bit.h: New files.
6286 * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
6287 * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
6288 * config/mips/t-mips: New file.
6289 * config/mips/t-sdemtk: New file.
6290 * config/rs6000/ppc64-fp.c: New file.
6291 * config/rs6000/t-darwin (LIB2ADD): Add
6292 $(srcdir)/config/rs6000/ppc64-fp.c.
6293 * config/rs6000/t-ppc64-fp: New file.
6294 * config/rx/rx-lib.h: New file.
6295 * config/rx/t-rx (FPBIT): Set to true.
6296 ($(gcc_objdir)/fp-bit.c): Remove.
6297 (DPBIT): Set to true only with -m64bit-doubles.
6298 ($(gcc_objdir)/dp-bit.c): Remove.
6299 * config/sparc/t-softfp: Remove.
6300 * config/spu/t-elf: New file.
6301 * config/t-fdpbit, config/t-fpbit: New files.
6302 * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
6303 (mips*-*-*): Likewise.
6304 (arm-wrs-vxworks): Likewise.
6305 (arm*-*-freebsd*): Likewise.
6306 (avr-*-rtems*): Add t-fpbit to tmake_file.
6307 (avr-*-*): Likewise.
6308 (bfin*-elf*): Add t-fdpbit to tmake_file.
6309 (bfin*-uclinux*): Likewise.
6310 (bfin*-linux-uclibc*): Likewise.
6311 (bfin*-rtems*): New case.
6312 Add t-fdpbit to tmake_file.
6313 (bfin*-*): Add t-fdpbit to tmake_file.
6314 (crisv32-*-elf): Likewise.
6315 (cris-*-linux*): Likewise.
6316 (fr30-*-elf): Likewise.
6317 (frv-*-elf, frv-*-*linux*): Likewise.
6318 (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
6319 (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
6320 (m32r-*-elf*): Likewise.
6321 (m32rle-*-elf*): Likewise.
6322 (m32r-*-linux*): Likewise.
6323 (m32rle-*-linux*): Likewise.
6324 (mcore-*-elf): Add t-fdpbit to tmake_file.
6325 (microblaze*-*-*): Likewise.
6326 (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
6327 (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
6328 (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
6329 Fix typo.
6330 Add mips/t-tpbit to tmake-file.
6331 (mips*-*-linux*): Fix typo.
6332 (mips*-sde-elf*): New case
6333 Add mips/t-sdemtk unless using newlib.
6334 (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
6335 (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
6336 (mn10300-*-*): Likewise.
6337 (pdp11-*-*): Likewise.
6338 (picochip-*-*): Add t-fpbit to tmake_file.
6339 (powerpc-*-eabisimaltivec*): Likewise.
6340 (powerpc-*-eabisim*): Likewise.
6341 (powerpc-*-elf*): Likewise.
6342 (powerpc-*-eabialtivec*): Likewise.
6343 (powerpc-xilinx-eabi*): New case.
6344 Add t-fdpbit to tmake_file.
6345 (powerpc-*-eabi*): Add t-fdpbit to tmake_file.
6346 (powerpc-*-rtems*): Likewise.
6347 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
6348 tmake_file.
6349 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
6350 tmake_file.
6351 (powerpc-*-lynxos*): Likewise.
6352 (powerpcle-*-elf*): Likewise.
6353 (powerpcle-*-eabisim*): Likewise.
6354 (powerpcle-*-eabi*): Likewise.
6355 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
6356 t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
6357 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
6358 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
6359 (rx-*-elf): Add t-fdpbit to tmake_file.
6360 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
6361 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
6362 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
6363 (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
6364 sh*-*-netbsd*.
6365 (sh-*-rtems*): Add t-fdpbit to tmake_file.
6366 (sh-wrs-vxworks): Likewise.
6367 (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
6368 (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
6369 (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
6370 (sparc64-*-rtems*): ... new case.
6371 (sparc-*-rtems*): Add t-fdpbit to tmake_file.
6372 (spu-*-elf*): Likewise.
6373 Add spu/t-elf to tmake_file.
6374 (v850*-*-*): Add t-fdpbit to tmake_file.
6375 (xstormy16-*-elf): Likewise.
6376 (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
6377 (mep*-*-*): Likewise.
6378
201cdb74
RO
63792011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6380
6381 * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
6382 variables.
6383 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
6384 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
6385 (install-unwind_h): New target.
6386 (all): Depend on it.
6387 * config.host (unwind_header): New variable.
6388 (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
6389 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
6390 *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
6391 (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
6392 (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
6393 Set unwind_header.
6394 (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
6395 Set unwind_header.
6396 (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
6397 arm*-*-eabi*.
6398 Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
6399 Set unwind_header.
6400 (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
6401 (ia64*-*-freebsd*): Likewise.
6402 (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
6403 tmake_file.
6404 Add t-libunwind-elf, ia64/t-glibc-libunwind unless
6405 $with_system_libunwind.
6406 (ia64*-*-hpux*): Set tmake_file.
6407 (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
6408 (picochip-*-*): Set tmake_file.
6409 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
6410 md_unwind_header.
6411 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
6412 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
6413 (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
6414 (xtensa*-*-elf*): Set tmake_file.
6415 (xtensa*-*-linux*): Likewise.
6416 * configure.ac: Include ../config/unwind_ipinfo.m4.
6417 Call GCC_CHECK_UNWIND_GETIPINFO.
6418 Link unwind.h to $unwind_header.
6419 * configure: Regenerate.
6420 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
6421 unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
6422 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
6423 unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
6424 * config/unwind-dw2-fde-darwin.c: New file.
6425 * config/arm/libunwind.S, config/arm/pr-support.c,
6426 config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
6427 config/arm/unwind-arm.h,: New files.
6428 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
6429 config/ia64/t-eh-ia64, config/ia64/t-glibc,
6430 config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
6431 config/ia64/t-vms, config/ia64/unwind-ia64.c,
6432 config/ia64/unwind-ia64.h: New files.
6433 * config/picochip/t-picochip: New file.
6434 * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
6435 files.
6436 * config/rs6000/t-darwin (LIB2ADDEH): Set.
6437 * config/s390/t-tpf (LIB2ADDEH): Remove.
6438 * config/t-darwin (LIB2ADDEH): Set.
6439 * config/t-eh-dw2-dip: New file.
6440 * config/t-libunwind, config/t-libunwind-elf: New files.
6441 * config/t-sol2 (LIB2ADDEH): Remove.
6442 * config/xtensa/t-xtensa: New file.
6443
40f2f11f
L
64442011-08-02 H.J. Lu <hongjiu.lu@intel.com>
6445
6446 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
6447 (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
6448 long long to check rt_sigreturn syscall.
6449
bd15e32c
AM
64502011-08-02 Alan Modra <amodra@gmail.com>
6451
6452 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
6453 Restore for indirect call bcrtl from correct stack slot, and only
6454 if cfa+40 isn't valid.
6455
655b30bf
JB
64562011-08-01 Julian Brown <julian@codesourcery.com>
6457
6458 * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
6459 (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
6460 * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
6461
247eb06f
JB
64622011-08-01 Julian Brown <julian@codesourcery.com>
6463
6464 * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
6465 (libgcc-std.ver.in): Use above.
6466 * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
6467 LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
6468 throughout file.
6469 * config/t-fixedpoint-gnu-prefix: New file.
6470 * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
6471 * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
6472 instead of __PFX__.
6473
02a8fe00
L
64742011-07-28 H.J. Lu <hongjiu.lu@intel.com>
6475
6476 * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
6477 Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
6478 for x86-64. Properly check __x86_64__ and __LP64__.
6479
5fce9126
L
64802010-07-28 H.J. Lu <hongjiu.lu@intel.com>
6481
6482 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
6483 version.
6484 (_FP_WS_TYPE): Likewise.
6485 (_FP_I_TYPE): Likewise.
6486
2374a88a
AM
64872011-07-28 Alan Modra <amodra@gmail.com>
6488
6489 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
6490 Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
6491 in a plt call stub. Do restore r2 if stopped on bctrl.
6492
e44dbbe1
RO
64932011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6494
6495 * config.host (i[3456x]86-*-netware*): Remove.
6496 * config/i386/netware-crt0.c, config/i386/t-nwld,
6497 config/i386/t-slibgcc-nwld: Remove.
6498
bcead286
BS
64992011-07-15 Bernd Schmidt <bernds@codesourcery.com>
6500
6501 * config.host: Handle tic6x-*-*.
6502 * config/c6x/c6x-abi.h: New file.
6503
b3fe1584
RO
65042011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6505
6506 * config/i386/crtprec.c: New file.
6507 * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
6508 * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
6509 Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
6510 (x86_64-*-darwin*): Likewise.
6511 (i[34567]86-*-solaris2*: Likewise.
6512
35d8090d
RO
65132011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6514
6515 * config/alpha/crtfastmath.c: New file.
6516 * config/i386/crtfastmath.c: New file.
6517 * config/ia64/crtfastmath.c: New file.
6518 * config/mips/crtfastmath.c: New file.
6519 * config/sparc/crtfastmath.c: New file.
6520
6521 * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
6522 crtfastmath.c.
6523 Add -frandom-seed=gcc-crtfastmath.
6524 * config/alpha/t-crtfm: Remove.
6525 * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
6526 * config/ia64/t-ia64 (crtfastmath.o): Remove.
6527
6528 * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
6529 (alpha*-dec-osf5.1*): Likewise.
6530 (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
6531 Add crtfastmath.o to extra_parts.
6532 (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
6533 Add crtfastmath.o to extra_parts.
6534 (x86_64-*-darwin*): Likewise.
6535 (x86_64-*-mingw*): Likewise.
6536 (ia64*-*-elf*): Add t-crtfm to tmake_file.
6537 (ia64*-*-freebsd*): Likewise.
6538 (ia64*-*-linux*): Likewise.
6539 (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
6540 Add crtfastmath.o to extra_parts.
6541
e141542e
RO
65422011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6543
6544 * config/darwin-crt3.o: New file.
6545 * config/rs6000/darwin-crt2.c: New file.
6546 * config/t-darwin: New file.
6547 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
6548 (crt2.o): New rule.
6549 * config.host (*-*-darwin*): Add crt3.o to extra_parts.
6550 (powerpc-*-darwin*): Add crt2.o to extra_parts.
6551 (powerpc64-*-darwin*): Likewise.
6552
2d1efe2d
RO
65532011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6554
6555 * config/i386/netware-crt0.c: New file.
6556 * config/i386/t-nwld: Rename to ...
6557 * config/i386/t-slibgcc-nwld: ... this.
6558 * config/i386/t-nwld: New file.
6559 * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
6560 tmake_file.
6561 Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
6562 extra_parts.
6563
4a8bb046
RO
65642011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6565
6566 * configure.ac (i?86-*-solaris2*): Use libgcc copy of
6567 i386/t-crtstuff.
6568 * configure: Regenerate.
6569
2d8d5935
RO
65702011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6571
6572 * dfp-bit.c, dfp-bit.h: New files.
6573 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
6574 variables.
6575 ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
6576 ($(d64pbit-o)): Likewise.
6577 ($(d128pbit-o)): Likewise.
6578 * config/t-dfprules: New file.
6579 * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
6580 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
6581 i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
6582 (x86_64-*-linux*): Likewise.
6583 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
6584 (i[34567]86-*-cygwin*): Likewise.
6585 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
6586 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
6587
2c50b2c3
RO
65882011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6589
6590 * Makfile.in (LIBGCOV): New variable.
6591 ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
6592 * libgcov.c: New file.
6593
a039d7c2
RO
65942011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6595
6596 * fixed-bit.c, fixed-bit.h: New files.
6597 * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
6598 refer to fixed-bit.c.
6599
1e4b2746
JM
66002011-07-07 Joseph Myers <joseph@codesourcery.com>
6601
6602 * config.host (*local*): Remove.
6603
fbdd5d87
RO
66042011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6605
6606 PR target/39150
6607 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
6608 like i?86-*-solaris2.1[0-9]*.
6609 (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
6610 * configure.ac (i?86-*-solaris2*): Likewise.
6611 * configure: Regenerate.
6612
9e7714f4
TS
66132011-07-06 Thomas Schwinge <thomas@schwinge.name>
6614
6615 * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
6616 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
6617 md_unwind_header by splitting out of...
6618 (i[34567]86-*-linux*): ... this.
6619 * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
6620 Remove md_unwind_header by splitting out of...
6621 (x86_64-*-linux*): ... this.
6622
6dab9931
GJL
66232011-07-04 Georg-Johann Lay <avr@gjlay.de>
6624
6625 * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
6626
4be46d19
NC
66272011-06-28 Nick Clifton <nickc@redhat.com>
6628
6629 * config.host: Recognize all V850 variants.
6630
1da9434b
UB
66312011-06-22 Uros Bizjak <ubizjak@gmail.com>
6632
6633 * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
6634
e4d48a4d
RO
66352011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6636
6637 * shared-object.mk (c_flags-$o): Save c_flags.
6638 ($(base)$(objext)): Use it.
6639 ($(base)_s$(objext)): Likewise.
6640
3801c801
BS
66412011-06-21 Bernd Schmidt <bernds@codesourcery.com>
6642
6643 * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
6644 * libgcc-std.ver.in (GCC_4.7.0): New section.
6645
0ad8bb3b 66462011-06-16 Georg-Johann Lay <avr@gjlay.de>
1da9434b 6647
0ad8bb3b
GJL
6648 PR target/49313
6649 PR target/29524
6650 * config/avr/t-avr: Fix line endings.
6651 (intfuncs16): Remove _ffsXX2, _clzXX2, _ctzXX2, _popcountXX2,
6652 _parityXX2.
6653
ea963999
OH
66542011-06-14 Olivier Hainque <hainque@adacore.com>
6655 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6656
6657 * config/mips/irix6-unwind.h: New file.
6658 * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
6659
b11b0904
EB
66602011-06-10 Eric Botcazou <ebotcazou@adacore.com>
6661
6662 * config/sparc/linux-unwind.h (STACK_BIAS): Define.
6663 (sparc64_fallback_frame_state): Use it.
6664 (sparc64_frob_update_context): Further adjust context.
6665 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
6666 * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
6667 * config/sparc/sol2-cn.S: Likewise.
6668
10e48e39
RO
66692011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6670
6671 * enable-execute-stack-empty.c: New file.
6672 * enable-execute-stack-mprotect.c: New file.
6673 * config/i386/enable-execute-stack-mingw32.c: New file.
6674 * config.host (enable_execute_stack): New variable.
6675 Select appropriate variants.
6676 * configure.ac: Link enable-execute-stack.c to
6677 $enable_execute_stack.
6678 * configure: Regenerate.
6679 * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
6680 (lib2funcs): Remove _enable_execute_stack.
6681
10c4cabc
DM
66822011-06-09 David S. Miller <davem@davemloft.net>
6683 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6684
6685 * config.host (sparc-*-linux*): Correct md_unwind_header
6686 filename.
6687 (s390x-ibm-tpf*): Fix typo.
6688
aa4203e7
RO
66892011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6690
6691 * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
6692 Add crtfastmath.o to extra_parts.
6693 (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
6694 mips/t-crtfm.
6695 * config/mips/t-crtfm: Remove.
6696
0defd786
JDA
66972011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6698
6699 * config.host (hppa*-*-linux*): Correct md_unwind_header name.
6700
82f247af
KK
67012011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
6702
6703 * config.host (sh*-*-linux*): Fix typo.
6704
58cd1d70
RO
67052011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6706
6707 * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
6708 * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
6709 * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
6710 * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
6711 * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
6712 * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
6713 * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
6714 Wrap in !__MINGW64__.
6715 * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
6716 * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
6717 * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
6718 * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
6719 * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
6720 * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
6721 * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
6722 Wrap in !__LP64__.
6723 * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
6724 * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
6725 * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
6726 * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
6727 * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
6728 * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
6729 * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
6730 * config/no-unwind.h: New file.
6731 * config.host (md_unwind_header): Document.
6732 Define.
6733 (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
6734 alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
6735 hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
6736 hppa[12]*-*-hpux11*): Set md_unwind_header.
6737 (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
6738 Set md_unwind_header.
6739 (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
6740 (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
6741 (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
6742 m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
6743 powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
6744 s390x-*-linux*, s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
6745 sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
6746 md_unwind_header.
6747 * configure.ac: Link md-unwind-support.h to $md_unwind_header.
6748 * configure: Regenerate.
6749
737346fa
RO
67502011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6751
6752 * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
6753 Set tmake_file, extra_parts.
6754 * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
6755 Remove O32 support.
6756 * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
6757 Remove O32 support.
6758 * config/mips/t-irix6: New file.
6759 * config/mips/t-slibgcc-irix: New file.
6760
c192cee6
RO
67612011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6762
6763 * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
6764 * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
6765
ee33b5f0
RO
67662011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6767
6768 * configure.ac (target_thread_file): Determine thread model.
6769 * configure: Regenerate.
6770 * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
6771 * config/alpha/t-alpha: New file.
6772 * config/alpha/t-crtfm: Use $<.
6773 * config/alpha/t-ieee: New file.
6774 * config/alpha/t-osf-pthread: New file.
6775 * config/alpha/t-slibgcc-osf: New file.
6776 * config/alpha/libgcc-osf5.ver: New file.
6777
0699e415
RO
67782011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6779
6780 * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
6781 tmake_file.
6782 Add crtfastmath.o to extra_parts.
6783
a3fab9c2
RO
67842011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6785
6786 * config/gmon-sol2.c: Reindent.
6787 Cleanup comments.
6788 Remove, correct casts.
6789 Use STDERR_FILENO, NULL.
6790 (BASEADDRESS): Remove.
6791 (minbrk): Remove.
6792 (errno, sbrk): Remove declarations.
6793 (monstartup) [hp300]: Remove.
6794 (mcount): Remove.
6795
ca24c5ad
RO
67962011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6797
6798 * Makefile.in (cpu_type): Define.
6799 * config.host (i[34567]86-*-rtems*): Handle it.
6800 (i[34567]86-*-solaris2*): Move body ...
6801 (*-*-solaris2*): ... here.
6802 New case, generalize.
6803 (sparc-*-elf*): Handle it.
6804 (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
6805 (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
6806 (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
6807 Fold into ...
6808 (sparc*-*-solaris2*): ... this.
6809 New case.
6810 (sparc64-*-elf*): Handle it.
6811 * config/gmon-sol2.c: Move from ../gcc/config/sparc.
6812 Merge ../gcc/config/i386/gmon-sol2.c.
6813 * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
6814 Use C comments.
6815 Merge ../gcc/config/i386/sol2-gc1.asm.
6816 * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
6817 Use C comments.
6818 * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
6819 Use C comments.
6820 * config/i386/t-crtfm (crtfastmath.o): Use $<.
6821 * config/i386/t-crtstuff: New file.
6822 * config/i386/t-softfp: New file.
6823 * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
6824 $(T)crti.o, $(T)crtn.o): Remove.
6825 (gcrt1.o): New rule.
6826 (TARGET_LIBGCC2_CFLAGS): Remove.
6827 * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
6828 * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
6829 * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
6830 * config/sparc/t-sol2: New file.
6831 * config/sparc/t-crtfm: Move to ...
6832 * config/t-crtfm: ... this.
6833 Use $(cpu_type), $<.
6834 * config/t-crtin: New file.
6835 * config/sparc/t-softfp: New file.
6836 * config/sparc/t-softmul: New file.
6837 * config/t-rtems: New file.
6838 * config/t-slibgcc: New file.
6839 * config/t-slibgcc-elf-ver: New file.
6840 * config/t-slibgcc-gld: New file.
6841 * config/t-slibgcc-sld: New file.
6842 * config/t-sol2: New file.
6843 * configure.ac: Include ../config/lib-ld.m4.
6844 Call AC_LIB_PROG_LD_GNU.
6845 Substitute cpu_type.
6846 * configure: Regenerate.
6847
ad5f3d7b
BS
68482011-05-27 Bernd Schmidt <bernds@codesourcery.com>
6849
6850 PR bootstrap/49173
6851 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
6852 libgcc-std.ver in the build directory.
6853 * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
6854 * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
6855
cdbf4541
BS
68562011-05-25 Bernd Schmidt <bernds@codesourcery.com>
6857
6858 * libgcc-std.ver.in: New file.
6859 * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
6860 variables.
6861 (libgcc-std.ver): New rule.
6862 * config/t-gnu-prefix: New file.
6863
c8028650
RO
68642011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6865
6866 * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
6867
4a68b4ca
JM
68682011-05-10 Joseph Myers <joseph@codesourcery.com>
6869
6870 * config/i386/darwin-lib.h: New file.
6871
80cf2e08
JM
68722011-05-10 Joseph Myers <joseph@codesourcery.com>
6873
6874 * config/arm/symbian-lib.h: New.
6875
a3330c9d
CD
68762011-05-04 Chris Demetriou <cgd@google.com>
6877
6878 * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
6879 (__x86.get_pc_thunk.bx): ...this.
6880 (__morestack): Adjust for rename, remove undef of __i686.
6881
6ace0756
CD
68822011-05-03 Chris Demetriou <cgd@google.com>
6883
6884 * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
6885
ebb9f8b0
JM
68862011-03-22 Joseph Myers <joseph@codesourcery.com>
6887
6888 * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
6889 arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
6890 m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
6891 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
6892 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
6893 Remove cases.
6894
9cfa1499
AT
68952011-03-14 Andreas Tobler <andreast@fgznet.ch>
6896
6897 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
6898 Adjust copyright year.
6899
457186f6
ILT
69002011-03-07 Ian Lance Taylor <iant@google.com>
6901
6902 * generic-morestack.c (__splitstack_find): Adjust returned stack
6903 pointer to include all registers pushed by __morestack.
6904
58c741a6
DK
69052011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
6906
6907 PR target/40125
6908 * configure.ac: Call ACX_NONCANONICAL_TARGET.
6909 (toolexecdir): Calculate and AC_SUBST.
6910 (toolexeclibdir): Likewise.
6911 * Makefile.in (target_noncanonical): Import.
6912 (toolexecdir): Likewise.
6913 (toolexeclibdir): Likewise.
6914 * configure: Regenerate.
6915
26716c44
NF
69162010-12-13 Nathan Froyd <froydnj@codesourcery.com>
6917
6918 PR target/46040
6919 * config/arm/bpabi.h: Rename to...
6920 * config/arm/bpabi-lib.h: ...this.
6921
b595b1a1
RO
69222010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6923
6924 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
6925 appropriate.
6926 * configure: Regenerate.
6927
a3abe41c
NF
69282010-11-24 Nathan Froyd <froydnj@codesourcery.com>
6929
6930 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
6931 __FLOAT_WORD_ORDER__.
6932 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
6933 Delete.
6934
455c8f48
RW
69352010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6936
6937 PR other/46202
6938 * Makefile.in (install-strip): New phony target.
6939
f3824a8b
ILT
69402010-11-07 Ian Lance Taylor <iant@google.com>
6941
6942 PR target/46089
6943 * config/i386/morestack.S (__morestack_large_model): New
6944 function.
6945
18ed6ee4
NF
69462010-10-23 Nathan Froyd <froydnj@codesourcery.com>
6947
6948 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
6949 Delete.
6950 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
6951
8ac7fdcb
NF
69522010-10-14 Nathan Froyd <froydnj@codesourcery.com>
6953
6954 * config/arm/bpabi.h: New file.
6955 * config/frv/frv-abi.h: New file.
6956
cdb388c2
ILT
69572010-10-01 Ian Lance Taylor <iant@google.com>
6958
6959 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
6960 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
6961
ef7c141c
L
69622010-10-01 H.J. Lu <hongjiu.lu@intel.com>
6963
6964 PR target/45858
6965 * config.host: Add the missing `$'.
6966
80920132
ME
69672010-09-30 Michael Eager <eager@eagercon.com>
6968
6969 * config.host: Add microblaze*-*-*.
6970 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
6971 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
6972 udivsi3.asm,umodsi3.asm}: New.
6973
6dace308
ILT
69742010-09-28 Ian Lance Taylor <iant@google.com>
6975
6976 * configure.ac: Adjust CFI test to test assembler directly rather
6977 than checking gcc preprocessor macro.
6978 * configure: Rebuild.
6979
b6110d6d
ILT
69802010-09-27 Ian Lance Taylor <iant@google.com>
6981
6982 * configure.ac: Test whether assembler supports CFI directives.
6983 * config.host: Only add t-stack and i386/t-stack-i386 to
6984 tmake_file if libgcc_cv_cfi is "yes".
6985 * configure: Rebuild.
6986
7458026b
ILT
69872010-09-27 Ian Lance Taylor <iant@google.com>
6988
6989 * generic-morestack.h: New file.
6990 * generic-morestack.c: New file.
6991 * generic-morestack-thread.c: New file.
6992 * config/i386/morestack.S: New file.
6993 * config/t-stack: New file.
6994 * config/i386/t-stack-i386: New file.
6995 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
6996 i386/t-stack-i386 to tmake_file.
6997
5b50fc0c
IS
69982010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6999
7000 * Makefile.in (libgcc-extra-parts): Check for static archives and
7001 invoke ranlib after installing them.
7002 (gcc-extra-parts): Likewise.
7003 (install-leaf): Likewise.
7004
b93cf342
L
70052010-09-14 H.J. Lu <hongjiu.lu@intel.com>
7006
7007 * configure: Regenerated.
7008
996b42ef
KT
70092010-09-10 Kai Tietz <kai.tietz@onevision.com>
7010
b93cf342 7011 * configure: Regenerated.
996b42ef 7012
be1c764e
GP
70132010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
7014 Andrew Pinski <pinskia@gmail.com>
7015
1da9434b 7016 PR target/40959
be1c764e
GP
7017 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
7018
cc0ae0ca
L
70192010-09-06 H.J. Lu <hongjiu.lu@intel.com>
7020
7021 PR target/45524
7022 * configure: Regenerated.
7023
84f47d20
AS
70242010-09-06 Andreas Schwab <schwab@redhat.com>
7025
7026 * configure: Regenerate.
7027
4159fb8d
UB
70282010-09-03 Uros Bizjak <ubizjak@gmail.com>
7029
7030 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
7031 64bit targets.
7032 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
7033 for 64bit targets.
7034
0df8fcc8
UB
70352010-09-03 Uros Bizjak <ubizjak@gmail.com>
7036 Iain Sandoe <iains@gcc.gnu.org>
7037
7038 PR target/45476
7039 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
7040 LIB2FUNCS_EXCLUDE functions.
7041
3c39bca6
AK
70422010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7043
7044 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
7045 Include dfp.m4.
7046 * configure: Regenerate.
7047
d78552bd
UB
70482010-09-01 Uros Bizjak <ubizjak@gmail.com>
7049
7050 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
7051 i386/t-freebsd to tmake_file.
7052 * config/i386/t-freebsd: New file.
7053 * config/i386/libgcc-bsd.ver: New file.
7054
c5b79d4e
NF
70552010-07-23 Nathan Froyd <froydnj@codesourcery.com>
7056
7057 * config.host (powerpc*-eabispe*): Set tmake_file.
7058 (powerpc*-eabi*): Likewise.
7059 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
7060 crtbeginS, crtendS, crtbeginT.
7061
48b09a92
KH
70622010-06-12 Kazu Hirata <kazu@codesourcery.com>
7063
7064 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
7065 to tmake_file. Add crtfastmath.o to extra_parts.
7066 * config/mips/t-crtfm: New.
7067
7d296953 70682010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
a4389204
JS
7069
7070 * config.host (sparc64-*-rtems*): New target.
7071
ed104137
RO
70722010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7073
7074 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
7075 assembler syntax.
7076
3f56ef8b
TS
70772010-04-15 Thomas Schwinge <tschwinge@gnu.org>
7078
7079 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
7080
8c200350
RO
70812010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7082
7083 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
7084 alpha-dec-osf5.0* support.
7085
7d296953 70862010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
c1b14424
RC
7087
7088 * config.host: Add lm32-*-rtems*.
7089
f128db92 70902010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7d296953 7091 Uros Bizjak <ubizjak@gmail.com>
f128db92
RO
7092
7093 PR target/39048
7094 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
7095 like other remaining 32-bit x86 OSes.
7096 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
7097 assembler syntax.
7098 * config/i386/libgcc-sol2.ver: New file.
7099 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
7100
7d296953 71012010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
368fabd5
JH
7102
7103 PR c/43553
7104 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
7105 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
7106 is used and substitute set_use_emutls.
7107 * configure: Regenerated.
7108
15baf7f8
TG
71092010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
7110
7111 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
7112
7f5441df
RO
71132010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7114
7115 PR target/38085
7116 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
7117 MULTILIB_CFLAGS.
7118 ($(T)gcrt1.o): Likewise.
7119 ($(T)crt1.o): Likewise.
7120 ($(T)crti.o): Likewise.
7121 ($(T)crtn.o): Likewise.
7122
ef74edbd
RW
71232010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7124
7125 PR other/42980
7126 * Makefile.in (install): Use $(MAKE) string in rule, for
7127 parallel make.
7128
e7c914db
HPN
71292010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
7130
7131 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
7132 * config/mmix/t-mmix: New file.
7133 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
7134
1bcb71c4
JH
71352010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
7136
7137 PR java/41991
7138 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
7139 SHLIB_MAPFILES.
7140
e6e50811
AG
71412010-01-04 Anthony Green <green@moxielogic.com>
7142
7143 * config/moxie/crti.asm, config/moxie/crtn.asm,
7144 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
7145 config/moxie/t-moxie: New files.
7146 * config.host: Add t-moxie-softfp reference.
7147
7d296953 71482009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
ca8520ad
IS
7149
7150 PR other/39888
7151 * config/t-slibgcc-darwin: Fix embedded rpaths for
7152 --enable-version-specific-runtime-libs, build extension stub
7153 libs exposing features available from current libgcc_s.
7154
7d296953 71552009-11-11 Jon Beniston <jon@beniston.com>
aa4945c1 7156
d78552bd
UB
7157 * config.host: Add lm32 targets.
7158 * config/lm32: New directory.
7159 * config/lm32/libgcc_lm32.h: New file.
7160 * config/lm32/_mulsi3.c: New file.
7161 * config/lm32/_udivmodsi4.c: New file.
7162 * config/lm32/_divsi3.c: New file.
7163 * config/lm32/_modsi3.c: New file.
7164 * config/lm32/_udivsi3.c: New file.
7165 * config/lm32/_umodsi3.c: New file.
7166 * config/lm32/_lshrsi3.S: New file.
7167 * config/lm32/_ashrsi3.S: New file.
7168 * config/lm32/_ashlsi3.S: New file.
7169 * config/lm32/crti.S: New file.
7170 * config/lm32/crtn.S: New file.
7171 * config/lm32/t-lm32: New file.
7172 * config/lm32/t-elf: New file.
7173 * config/lm32/t-uclinux: New file.
aa4945c1 7174
65a324b4
NC
71752009-10-26 Nick Clifton <nickc@redhat.com>
7176
7177 * config.host: Add support for RX target.
7178 * config/rx: New directory.
7179 * config/rx/rx-abi-functions.c: New file. Supplementary
7180 functions for libgcc to support the RX ABI.
7181 * config/rx/rx-abi.h: New file. Supplementary header file for
7182 libgcc RX ABI functions.
7183 * config/rx/t-rx: New file: Makefile fragment for building
7184 libgcc for the RX.
7185
dfb3b0e3
UB
71862009-10-09 Uros Bizjak <ubizjak@gmail.com>
7187
7188 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
7189 constraint of y0 to "g".
7190
81dd9fd7
AK
71912009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7192
7193 * config.host: Include the s390 makefile fragments.
7194 * config/s390/32/_fixdfdi.c: New file.
7195 * config/s390/32/_fixsfdi.c: New file.
7196 * config/s390/32/_fixtfdi.c: New file.
7197 * config/s390/32/_fixunsdfdi.c: New file.
7198 * config/s390/32/_fixunssfdi.c: New file.
7199 * config/s390/32/_fixunstfdi.c: New file.
7200 * config/s390/32/t-floattodi: New file.
7201 * config/s390/libgcc-glibc.ver: New file.
7202 * config/s390/t-crtstuff: New file.
7203 * config/s390/t-linux: New file.
7204 * config/s390/t-tpf: New file.
7205
df58e648
RW
72062009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7207
7208 * configure.ac (AC_PREREQ): Bump to 2.64.
7209
79052be3
KK
72102009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
7211
7212 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
7213
5213506e
RW
72142009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7215
7216 * configure: Regenerate.
7217
a9a25daa
DR
72182009-08-09 Douglas B Rupp <rupp@gnat.com>
7219
7220 * config.host (ia64-hp-*vms*): New target.
7221 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
7222 with ia64-hp-*vms*.
7223
6efbd53f
RW
72242009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7225
7226 * configure.ac: Add snippet for maintainer-mode.
7227 * configure: Regenerate.
7228 * Makefile.in (AUTOCONF, configure_deps): New variables.
7229 ($(srcdir)/configure)): New rule, active only with maintainer
7230 mode turned on.
7231
7acf4da6
DD
72322009-06-23 DJ Delorie <dj@redhat.com>
7233
7234 Add MeP port.
7235 * config.host: Add mep support.
7236
54f549af
KT
72372009-06-22 Kai Tietz <kai.tietz@onevision.com>
7238
34481f28 7239 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 7240 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
34481f28
UB
7241
7242 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
7243 for mingw targets.
54f549af
KT
7244 * config/i386/64/_multc3.c: Likewise.
7245 * config/i386/64/_powitf2.c: Likewise.
7246 * config/i386/64/eqtf2.c: Likewise.
7247 * config/i386/64/getf2.c: Likewise.
7248 * config/i386/64/letf2.c: Likewise.
7249 * config/i386/64/letf2.c: Likewise.
34481f28
UB
7250 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
7251 unsigned long long for x64 mingw targets.
7252 (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
7253 (_FP_I_TYPE): Define as long long for x64 mingw target.
54f549af 7254
fea96e25
MR
72552009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
7256
7257 * config.host (vax-*-linux*): New.
7258
cceb575c
AG
72592009-05-31 Anthony Green <green@moxielogic.com>
7260
7261 * config.host: Add moxie support.
7262 * config/moxie/t-moxie: New file.
7263
7d296953 72642009-05-29 David Billinghurst <billingd@gcc.gnu.org>
e997fb9c
DB
7265
7266 * config.host: Add i386/${host_address}/t-fprules-softfp and
dfb3b0e3 7267 t-softfp to tmake_file for i[34567]86-*-cygwin*.
e997fb9c 7268
532bfb0a
AJ
72692009-04-17 Aurelien Jarno <aurelien@aurel32.net>
7270
7271 * config.host: Add i386/${host_address}/t-fprules-softfp to
7272 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
7273
748086b7
JJ
72742009-04-09 Nick Clifton <nickc@redhat.com>
7275
7276 * config/ia64/tf-signs.c: Change copyright header to refer to
7277 version 3 of the GNU General Public License with version 3.1
7278 of the GCC Runtime Library Exception and to point readers at
7279 the COPYING3 and COPYING3.RUNTIME files and the FSF's license
7280 web page.
7281 * config/i386/32/tf-signs.c: Likewise.
7282 * config/libbid/_addsub_dd.c: Likewise.
7283 * config/libbid/_addsub_sd.c: Likewise.
7284 * config/libbid/_addsub_td.c: Likewise.
7285 * config/libbid/_dd_to_df.c: Likewise.
7286 * config/libbid/_dd_to_di.c: Likewise.
7287 * config/libbid/_dd_to_sd.c: Likewise.
7288 * config/libbid/_dd_to_sf.c: Likewise.
7289 * config/libbid/_dd_to_si.c: Likewise.
7290 * config/libbid/_dd_to_td.c: Likewise.
7291 * config/libbid/_dd_to_tf.c: Likewise.
7292 * config/libbid/_dd_to_udi.c: Likewise.
7293 * config/libbid/_dd_to_usi.c: Likewise.
7294 * config/libbid/_dd_to_xf.c: Likewise.
7295 * config/libbid/_df_to_dd.c: Likewise.
7296 * config/libbid/_df_to_sd.c: Likewise.
7297 * config/libbid/_df_to_td.c: Likewise.
7298 * config/libbid/_di_to_dd.c: Likewise.
7299 * config/libbid/_di_to_sd.c: Likewise.
7300 * config/libbid/_di_to_td.c: Likewise.
7301 * config/libbid/_div_dd.c: Likewise.
7302 * config/libbid/_div_sd.c: Likewise.
7303 * config/libbid/_div_td.c: Likewise.
7304 * config/libbid/_eq_dd.c: Likewise.
7305 * config/libbid/_eq_sd.c: Likewise.
7306 * config/libbid/_eq_td.c: Likewise.
7307 * config/libbid/_ge_dd.c: Likewise.
7308 * config/libbid/_ge_sd.c: Likewise.
7309 * config/libbid/_ge_td.c: Likewise.
7310 * config/libbid/_gt_dd.c: Likewise.
7311 * config/libbid/_gt_sd.c: Likewise.
7312 * config/libbid/_gt_td.c: Likewise.
7313 * config/libbid/_isinfd128.c: Likewise.
7314 * config/libbid/_isinfd32.c: Likewise.
7315 * config/libbid/_isinfd64.c: Likewise.
7316 * config/libbid/_le_dd.c: Likewise.
7317 * config/libbid/_le_sd.c: Likewise.
7318 * config/libbid/_le_td.c: Likewise.
7319 * config/libbid/_lt_dd.c: Likewise.
7320 * config/libbid/_lt_sd.c: Likewise.
7321 * config/libbid/_lt_td.c: Likewise.
7322 * config/libbid/_mul_dd.c: Likewise.
7323 * config/libbid/_mul_sd.c: Likewise.
7324 * config/libbid/_mul_td.c: Likewise.
7325 * config/libbid/_ne_dd.c: Likewise.
7326 * config/libbid/_ne_sd.c: Likewise.
7327 * config/libbid/_ne_td.c: Likewise.
7328 * config/libbid/_sd_to_dd.c: Likewise.
7329 * config/libbid/_sd_to_df.c: Likewise.
7330 * config/libbid/_sd_to_di.c: Likewise.
7331 * config/libbid/_sd_to_sf.c: Likewise.
7332 * config/libbid/_sd_to_si.c: Likewise.
7333 * config/libbid/_sd_to_td.c: Likewise.
7334 * config/libbid/_sd_to_tf.c: Likewise.
7335 * config/libbid/_sd_to_udi.c: Likewise.
7336 * config/libbid/_sd_to_usi.c: Likewise.
7337 * config/libbid/_sd_to_xf.c: Likewise.
7338 * config/libbid/_sf_to_dd.c: Likewise.
7339 * config/libbid/_sf_to_sd.c: Likewise.
7340 * config/libbid/_sf_to_td.c: Likewise.
7341 * config/libbid/_si_to_dd.c: Likewise.
7342 * config/libbid/_si_to_sd.c: Likewise.
7343 * config/libbid/_si_to_td.c: Likewise.
7344 * config/libbid/_td_to_dd.c: Likewise.
7345 * config/libbid/_td_to_df.c: Likewise.
7346 * config/libbid/_td_to_di.c: Likewise.
7347 * config/libbid/_td_to_sd.c: Likewise.
7348 * config/libbid/_td_to_sf.c: Likewise.
7349 * config/libbid/_td_to_si.c: Likewise.
7350 * config/libbid/_td_to_tf.c: Likewise.
7351 * config/libbid/_td_to_udi.c: Likewise.
7352 * config/libbid/_td_to_usi.c: Likewise.
7353 * config/libbid/_td_to_xf.c: Likewise.
7354 * config/libbid/_tf_to_dd.c: Likewise.
7355 * config/libbid/_tf_to_sd.c: Likewise.
7356 * config/libbid/_tf_to_td.c: Likewise.
7357 * config/libbid/_udi_to_dd.c: Likewise.
7358 * config/libbid/_udi_to_sd.c: Likewise.
7359 * config/libbid/_udi_to_td.c: Likewise.
7360 * config/libbid/_unord_dd.c: Likewise.
7361 * config/libbid/_unord_sd.c: Likewise.
7362 * config/libbid/_unord_td.c: Likewise.
7363 * config/libbid/_usi_to_dd.c: Likewise.
7364 * config/libbid/_usi_to_sd.c: Likewise.
7365 * config/libbid/_usi_to_td.c: Likewise.
7366 * config/libbid/_xf_to_dd.c: Likewise.
7367 * config/libbid/_xf_to_sd.c: Likewise.
7368 * config/libbid/_xf_to_td.c: Likewise.
7369 * config/libbid/bid128.c: Likewise.
7370 * config/libbid/bid128_2_str.h: Likewise.
7371 * config/libbid/bid128_2_str_macros.h: Likewise.
7372 * config/libbid/bid128_2_str_tables.c: Likewise.
7373 * config/libbid/bid128_add.c: Likewise.
7374 * config/libbid/bid128_compare.c: Likewise.
7375 * config/libbid/bid128_div.c: Likewise.
7376 * config/libbid/bid128_fma.c: Likewise.
7377 * config/libbid/bid128_logb.c: Likewise.
7378 * config/libbid/bid128_minmax.c: Likewise.
7379 * config/libbid/bid128_mul.c: Likewise.
7380 * config/libbid/bid128_next.c: Likewise.
7381 * config/libbid/bid128_noncomp.c: Likewise.
7382 * config/libbid/bid128_quantize.c: Likewise.
7383 * config/libbid/bid128_rem.c: Likewise.
7384 * config/libbid/bid128_round_integral.c: Likewise.
7385 * config/libbid/bid128_scalb.c: Likewise.
7386 * config/libbid/bid128_sqrt.c: Likewise.
7387 * config/libbid/bid128_string.c: Likewise.
7388 * config/libbid/bid128_to_int16.c: Likewise.
7389 * config/libbid/bid128_to_int32.c: Likewise.
7390 * config/libbid/bid128_to_int64.c: Likewise.
7391 * config/libbid/bid128_to_int8.c: Likewise.
7392 * config/libbid/bid128_to_uint16.c: Likewise.
7393 * config/libbid/bid128_to_uint32.c: Likewise.
7394 * config/libbid/bid128_to_uint64.c: Likewise.
7395 * config/libbid/bid128_to_uint8.c: Likewise.
7396 * config/libbid/bid32_to_bid128.c: Likewise.
7397 * config/libbid/bid32_to_bid64.c: Likewise.
7398 * config/libbid/bid64_add.c: Likewise.
7399 * config/libbid/bid64_compare.c: Likewise.
7400 * config/libbid/bid64_div.c: Likewise.
7401 * config/libbid/bid64_fma.c: Likewise.
7402 * config/libbid/bid64_logb.c: Likewise.
7403 * config/libbid/bid64_minmax.c: Likewise.
7404 * config/libbid/bid64_mul.c: Likewise.
7405 * config/libbid/bid64_next.c: Likewise.
7406 * config/libbid/bid64_noncomp.c: Likewise.
7407 * config/libbid/bid64_quantize.c: Likewise.
7408 * config/libbid/bid64_rem.c: Likewise.
7409 * config/libbid/bid64_round_integral.c: Likewise.
7410 * config/libbid/bid64_scalb.c: Likewise.
7411 * config/libbid/bid64_sqrt.c: Likewise.
7412 * config/libbid/bid64_string.c: Likewise.
7413 * config/libbid/bid64_to_bid128.c: Likewise.
7414 * config/libbid/bid64_to_int16.c: Likewise.
7415 * config/libbid/bid64_to_int32.c: Likewise.
7416 * config/libbid/bid64_to_int64.c: Likewise.
7417 * config/libbid/bid64_to_int8.c: Likewise.
7418 * config/libbid/bid64_to_uint16.c: Likewise.
7419 * config/libbid/bid64_to_uint32.c: Likewise.
7420 * config/libbid/bid64_to_uint64.c: Likewise.
7421 * config/libbid/bid64_to_uint8.c: Likewise.
7422 * config/libbid/bid_b2d.h: Likewise.
7423 * config/libbid/bid_binarydecimal.c: Likewise.
7424 * config/libbid/bid_conf.h: Likewise.
7425 * config/libbid/bid_convert_data.c: Likewise.
7426 * config/libbid/bid_decimal_data.c: Likewise.
7427 * config/libbid/bid_decimal_globals.c: Likewise.
7428 * config/libbid/bid_div_macros.h: Likewise.
7429 * config/libbid/bid_dpd.c: Likewise.
7430 * config/libbid/bid_flag_operations.c: Likewise.
7431 * config/libbid/bid_from_int.c: Likewise.
7432 * config/libbid/bid_functions.h: Likewise.
7433 * config/libbid/bid_gcc_intrinsics.h: Likewise.
7434 * config/libbid/bid_inline_add.h: Likewise.
7435 * config/libbid/bid_internal.h: Likewise.
7436 * config/libbid/bid_round.c: Likewise.
7437 * config/libbid/bid_sqrt_macros.h: Likewise.
7438
74392009-04-09 Jakub Jelinek <jakub@redhat.com>
7440
7441 * Makefile.in: Change copyright header to refer to version
7442 3 of the GNU General Public License and to point readers at the
7443 COPYING3 file and the FSF's license web page.
7444 * config.host: Likewise.
7445
633dd061
AM
74462009-04-07 Alan Modra <amodra@bigpond.net.au>
7447
7448 * config.host: Reorder and merge to match config.gcc change.
7449
457d1d00
AM
74502009-04-03 Alan Modra <amodra@bigpond.net.au>
7451
7452 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
7453
52c0e446
JM
74542009-03-28 Joseph Myers <joseph@codesourcery.com>
7455
7456 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
7457 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
7458 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
7459 powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
7460
ba181049
UB
74612009-02-12 Uros Bizjak <ubizjak@gmail.com>
7462
7463 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
7464 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
7465
c252db20
L
74662009-02-12 H.J. Lu <hongjiu.lu@intel.com>
7467
ba181049
UB
7468 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
7469 ia64/t-softfp-compat to tmake_file.
c252db20
L
7470
7471 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
7472
7473 * config/ia64/__divxf3.asm: New.
7474 * config/ia64/_fixtfdi.asm: Likewise.
7475 * config/ia64/_fixunstfdi.asm: Likewise.
7476 * config/ia64/_floatditf.asm: Likewise.
7477 * config/ia64/t-fprules-softfp: Likewise.
7478 * config/ia64/t-softfp-compat: Likewise.
7479 * config/ia64/tf-signs.c: Likewise.
7480
c60535f9
BE
74812009-01-18 Ben Elliston <bje@au.ibm.com>
7482
7483 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
7484
ce16861e
BE
74852009-01-16 Ben Elliston <bje@au.ibm.com>
7486
7487 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
7488 to tmake_file.
7489
bcf4713b
BE
74902009-01-13 Ben Elliston <bje@au.ibm.com>
7491
7492 * config/t-softfp: New file.
7493 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
7494 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
7495
7d296953 74962009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
2042cb04
JS
7497
7498 * config.host: Add m32r*-*-rtems*.
7499
7d296953 75002008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
541ed00e
JS
7501
7502 * config.host: Add m32c*-*-rtems*.
7503
19523300
RO
75042008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7505
7506 PR bootstrap/33100
7507 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
7508 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
7509 * configure: Regenerate.
7510 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
7511 tmake_file here from gcc/config.gcc.
7512 Move extra_parts here from gcc/config.gcc.
7513 * config/i386/t-sol2: Move here from gcc/config/i386.
7514 Use gcc_srcdir instead of srcdir.
7515
0a4a51c7
AN
75162008-11-18 Adam Nemet <anemet@caviumnetworks.com>
7517
7518 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
7519 case.
7520
2a761e46
TS
75212008-11-09 Thomas Schwinge <tschwinge@gnu.org>
7522
7523 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
7524
c0451df7
TS
75252008-10-08 Thomas Schwinge <tschwinge@gnu.org>
7526
7527 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
7528
358da97e
HS
75292008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7530
7531 Add picoChip port.
7532 * config.host: Add picochip-*-*.
7533
c660f132
BW
75342008-08-06 Bob Wilson <bob.wilson@acm.org>
7535
7536 * config.host: Match more processor names for Xtensa.
7537
d1349557
L
75382008-07-08 H.J. Lu <hongjiu.lu@intel.com>
7539
7540 * config/i386/64/t-softfp-compat: Update comments.
7541
dd7b73c0
L
75422008-07-07 H.J. Lu <hongjiu.lu@intel.com>
7543
7544 * config/i386/64/_divtc3-compat.c: Moved to ...
7545 * config/i386/64/_divtc3.c: Here.
7546
7547 * config/i386/64/_multc3-compat.c: Moved to ...
7548 * config/i386/64/_multc3.c: Here.
7549
7550 * config/i386/64/_powitf2-compat.c: Moved to ...
7551 * config/i386/64/_powitf2.c: Here.
7552
7553 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
7554 .c suffix instead of -compat.c.
7555
6e1fab3d
UB
75562008-07-05 Uros Bizjak <ubizjak@gmail.com>
7557
7558 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
7559 (_FP_MUL_MEAT_D): Ditto.
7560 (_FP_DIV_MEAT_S): Ditto.
7561 (_FP_DIV_MEAT_D): Ditto.
7562
f92518d7
RS
75632008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
7564
7565 * Makefile.in: Add support for __sync_* libgcc functions.
7566
d0aede14
L
75672008-07-03 H.J. Lu <hongjiu.lu@intel.com>
7568
7569 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
7570
c174f11c
L
75712008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7572
7573 PR boostrap/36702
7574 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
7575 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
7576
7577 * config/i386/64/t-fprules-softfp: Moved to ...
7578 * config/i386/64/t-softfp-compat: This. New.
7579
5f464fa2
UB
75802008-07-02 Uros Bizjak <ubizjak@gmail.com>
7581
7582 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
7583 Initialize f with 0.0.
7584
ff473280
L
75852008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7586
7587 PR target/36669
7588 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
7589
7590 * config/i386/64/_divtc3-compat.c: New.
7591 * config/i386/64/_multc3-compat.c: Likewise.
7592 * config/i386/64/_powitf2-compat.c: Likewise.
7593 * config/i386/64/eqtf2.c: Likewise.
7594 * config/i386/64/getf2.c: Likewise.
7595 * config/i386/64/letf2.c: Likewise.
7596 * config/i386/64/t-fprules-softfp: Likewise.
7597
75982008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7599
7600 * config.host: Add i386/${host_address}/t-fprules-softfp to
7601 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
dfb3b0e3 7602 i[34567]86-*-linux*, x86_64-*-linux*.
ff473280
L
7603
7604 * configure.ac: Set host_address to 64 or 32 for x86.
7605 * configure: Regenerated.
7606
7607 * Makefile.in (config.status): Also depend on
7608 $(srcdir)/config.host.
7609
7610 * config/i386/32/t-fprules-softfp: New.
7611 * config/i386/32/tf-signs.c: Likewise.
7612
7613 * config/i386/64/sfp-machine.h: New. Moved from gcc.
7614
76152008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7616 Uros Bizjak <ubizjak@gmail.com>
7617
7618 * config/i386/32/sfp-machine.h: New.
7619
30551d99
NF
76202008-06-26 Nathan Froyd <froydnj@codesourcery.com>
7621
7622 * config/rs6000/t-ppccomm: Remove rules that conflict with
7623 auto-generated rules.
7624
18c04407
RW
76252008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7626
7627 * configure.ac: sinclude override.m4.
7628 * configure: Regenerate.
7629
10fbe77a
BRF
76302008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
7631
7632 * configure: Regenerate.
7633
bc6d4c3f
JM
76342008-06-10 Joseph Myers <joseph@codesourcery.com>
7635
7636 * Makefile.in (DECNUMINC): Remove
7637 -I$(MULTIBUILDTOP)../../libdecnumber.
7638 * gstdint.h: New.
7639
cd985f66
JM
76402008-06-07 Joseph Myers <joseph@codesourcery.com>
7641
7642 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
7643 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
7644 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
7645 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
7646 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
7647 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
7648 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
7649 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
7650 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
7651 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
7652 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
7653 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
7654 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
7655 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
7656
93fea8d3
AL
76572008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
7658
7659 * config.host (sh2[lbe]*-*-linux*): Allow target.
7660
18724e30
NF
76612008-04-30 Nathan Froyd <froydnj@codesourcery.com>
7662
7663 * config/rs6000/t-ppccomm: Add build rules for new files.
7664 (LIB2ADD_ST): New variable.
7665
47583040
AH
76662008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
7667
7668 PR target/34210
7669 PR target/35508
7670 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
7671 * config/t-avr: New file. Build 16bit libgcc functions.
7672
cf8e67fe
JJ
76732008-03-02 Jakub Jelinek <jakub@redhat.com>
7674
7675 PR target/35401
7676 * config/t-slibgcc-darwin: Make install-leaf dependent on
7677 install-darwin-libgcc-stubs instead of install.
7678
8d8da227
JM
76792008-01-25 Joseph Myers <joseph@codesourcery.com>
7680
7681 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
7682 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
7683 sh-*-rtemscoff*): Remove cases.
7684
edbf8b16
RS
76852007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
7686
7687 * Makefile.in (all): Use install-leaf rather than install.
7688 (install): Split most of the rule into...
7689 (install-leaf): ...this new one.
7690
89deeaff
EK
76912007-12-19 Etsushi Kato <ek.kato@gmail.com>
7692 Paolo Bonzini <bonzini@gnu.org>
7693
7694 PR target/30572
5f464fa2
UB
7695 * Makefile.in: Use @shlib_slibdir@ substitution to get
7696 correct install name on darwin.
89deeaff 7697 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
dfb3b0e3 7698
4081d704
HPN
76992007-12-15 Hans-Peter Nilsson <hp@axis.com>
7700
7701 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
7702 cris-*-elf and cris-*-none.
7703 (crisv32-*-linux*): Similar, as cris-*-linux*.
7704
f43e89a3
RIL
77052007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
7706
7707 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
7708
b4e9c2c6
L
77092007-10-27 H.J. Lu <hongjiu.lu@intel.com>
7710
7711 PR regression/33926
7712 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
7713 * configure: Regenerated.
7714
b2a00c89
L
77152007-09-27 H.J. Lu <hongjiu.lu@intel.com>
7716
7717 * Makefile.in (dfp-filenames): Replace decimal_globals,
7718 decimal_data, binarydecimal and convert_data with
7719 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
7720 and bid_convert_data, respectively.
7721
8d2a9e0e
CF
77222007-09-17 Chao-ying Fu <fu@mips.com>
7723 Nigel Stephens <nigel@mips.com>
7724
7725 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
7726 * Makefile.in (fixed_point): Define.
7727 Check if fixed_point is yes to build support functions.
7728 * configure.ac: Check for fixed_point support.
7729 * configure: Regenerated.
7730 * gen-fixed.sh: New file to generate lists of fixed-point labels,
7731 funcs, modes, from, to.
7732
2b53935d
JJ
77332007-09-11 Janis Johnson <janis187@us.ibm.com
7734
7735 * Makefile.in (dfp-filenames): Add bid128_noncomp.
7736
2533577f
JJ
77372007-09-10 Janis Johnson <janis187@us.ibm.com>
7738
7739 * Makefile.in (dfp-filenames): Remove decUtility, add
7740 decDouble, decPacked, decQuad, decSingle.
7741
3ae3dbd6
HK
77422007-08-27 Hans Kester <hans.kester@ellips.nl>
7743
7744 * config.host : Add x86_64-elf target.
7745
22867d02
L
77462007-07-06 H.J. Lu <hongjiu.lu@intel.com>
7747
7748 * configure.ac (set_have_cc_tls): Add a missing =.
7749 * configure: Regenerated.
7750
6f461e76
L
77512007-07-06 H.J. Lu <hongjiu.lu@intel.com>
7752
7753 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
7754 and x86_64-*-linux*.
7755
7756 * config/t-tls: New file.
7757
dfb3b0e3 7758 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
6f461e76
L
7759
7760 * configure.ac: Include ../config/enable.m4 and
7761 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
7762 supports TLS and substitute set_have_cc_tls.
7763 * configure: Regenerated.
7764
200359e8
L
77652007-07-04 H.J. Lu <hongjiu.lu@intel.com>
7766
7767 * Makefile.in: Use libbid for DFP when BID is enabled.
7768
76f5e200
DS
77692007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
7770
7771 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
dfb3b0e3 7772 extra_parts. Add config/i386/t-cygming to tmake_file.
76f5e200
DS
7773 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
7774
9bd196f0 77752007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
200359e8 7776 Danny Smith <dannysmith@users.sourceforge.net>
9bd196f0
ZM
7777
7778 PR target/29498
7779 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
7780 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
7781 * config/i386/t-crtfm: Compile crtfastmath.o with
7782 -minline-all-stringops.
7783
1910440e
RS
77842007-05-10 Richard Sandiford <richard@codesourcery.com>
7785
7786 * config.host (sparc-wrs-vxworks): New target.
7787
7d33c31d
KH
77882007-04-14 Kazu Hirata <kazu@codesourcery.com>
7789
7790 * config.host: Recognize fido.
7791
96fccd0d
JJ
77922007-04-04 Janis Johnson <janis187@us.ibm.com>
7793
7794 * configure: Check host, not target, for decimal float support.
7795
577565f9
UB
77962007-04-03 Uros Bizjak <ubizjak@gmail.com>
7797
7798 * config/i386/t-crtpc: New file.
7799 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
5f464fa2 7800 (x86_64-*-linux*): Ditto.
577565f9 7801
ccf8e764
RH
78022007-02-30 Kai Tietz <kai.tietz@onevision.com>
7803
7804 * config.host (x86_64-*-mingw*): New target.
7805
79b87c74
MM
78062007-03-23 Michael Meissner <michael.meissner@amd.com>
7807 H.J. Lu <hongjiu.lu@intel.com>
7808
7809 * Makefile.in (enable_decimal_float): New.
7810 (DECNUMINC): Add
7811 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
7812 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
7813 (decbits-filenames): This.
7814 (decbits-objects): New.
7815 (libgcc-objects): Add $(decbits-objects).
7816
7817 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
7818 Substitute enable_decimal_float.
7819 * configure: Regenerated.
7820
8fce4e31
HPN
78212007-03-19 Hans-Peter Nilsson <hp@axis.com>
7822
7823 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
7824
e8bb4597
BM
78252007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7826
7827 * Makefile.in (install-info): New dummy target.
7828
344189f9
BS
78292007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
7830
7831 * config.host (bfin*-linux-uclibc*): Set extra_parts.
7832
ac84c172
BM
78332007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7834
7835 * Makefile.in: Add install-html and install-pdf dummy
7836 targets.
7837
cd5c2357
RS
78382007-02-05 Roger Sayle <roger@eyesopen.com>
7839 Daniel Jacobowitz <dan@codesourcery.com>
7840
7841 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
7842 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
7843 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
7844
d9a66f98
JJ
78452007-01-29 Janis Johnson <janis187@us.ibm.com>
7846
7847 * Makefile.in (dec-filenames): Add decExcept.
7848
9891ec5f
DJ
78492007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7850
7851 PR bootstrap/30469
7852 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
7853 -fprofile-use.
7854
d6efbf5a
DJ
78552007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
7856
7857 * configure.ac: Add --enable-version-specific-runtime-libs.
7858 Correct $slibdir default.
7859 * configure: Regenerated.
7860
17caeff2
JM
78612007-01-23 Joseph Myers <joseph@codesourcery.com>
7862
7863 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
7864
5ea41e3a
AP
78652007-01-21 Andrew Pinski <pinskia@gmail.com>
7866
7867 PR target/30519
7868 * config.host (alpha*-*-linux*): Set extra_parts.
7869
26900826
KK
78702007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
7871
7872 * config/sh/t-linux: New.
7873 * config.host (sh*-*-linux*): Set tmake_file.
7874
97af925b
DJ
78752007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7876
7877 * Makefile.in (install): Handle multilibs.
7878
b0088af7
BM
78792007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
7880
7881 * Makefile.in: Added .PHONY entry for documentation targets.
7882
e0a9456a
BM
78832007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
7884
7885 * Makefile.in: Add empty info, html, dvi, pdf targets.
7886
7fd453b4
MS
78872007-01-04 Mike Stump <mrs@apple.com>
7888
7889 * Makefile.in (MAKEINFO): Remove.
7890 (PERL): Likewise.
7891
14e8fc8b
PB
78922007-01-04 Paolo Bonzini <bonzini@gnu.org>
7893
7894 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
7895 * configure: Regenerate.
7896 * Makefile.in (host_subdir): Substitute it.
dfb3b0e3 7897 (gcc_objdir): Use it.
14e8fc8b 7898
1555beba
DJ
78992007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7900
7901 * config.host (ia64*-*-linux*): Set tmake_file.
7902
79e6eaeb
DJ
79032007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7904
7905 * Makefile.in (version): Define.
7906
fa958513
DJ
79072007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7908 Paolo Bonzini <bonzini@gnu.org>
7909
7910 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
7911 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
7912 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
7913 config/sparc/t-crtfm, config/t-slibgcc-darwin,
7914 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
7915 shared-object.mk, siditi-object.mk, static-object.mk: New files.
7916 * configure: Generated.
818ab71a
JJ
7917\f
7918Copyright (C) 2007-2016 Free Software Foundation, Inc.
7919
7920Copying and distribution of this file, with or without modification,
7921are permitted in any medium without royalty provided the copyright
7922notice and this notice are preserved.