re PR go/68562 (morestack misaligns stack on x86_64)
[gcc.git] / libgcc / ChangeLog
1 2016-02-10 Ian Lance Taylor <iant@google.com>
2
3 PR go/68562
4 * config/i386/morestack.S (__stack_split_initialize): Align
5 stack.
6
7 2016-02-03 Andreas Tobler <andreast@gcc.gnu.org>
8
9 PR bootstrap/69611
10 * config/rs6000/sfp-machine.h: Guard __sfp_exceptions with
11 __FLOAT128__ to compile only for __float128 capable targets.
12
13 2016-01-25 Jakub Jelinek <jakub@redhat.com>
14
15 PR target/69444
16 * config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
17 instead of ___NO_FPRS__.
18
19 2016-01-21 Michael Meissner <meissner@linux.vnet.ibm.com>
20 Steven Munroe <munroesj@linux.vnet.ibm.com>
21 Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com>
22
23 * config/rs6000/float128-sed: New files to convert TF names to KF
24 names for PowerPC IEEE 128-bit floating point support.
25 * config/rs6000/float128-sed-hw: Likewise.
26
27 * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
28 floating point hardware support.
29
30 * config/rs6000/float128-ifunc.c: New file to pick either IEEE
31 128-bit floating point software emulation or use ISA 3.0 hardware
32 support if it is available.
33
34 * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
35 floating point.
36
37 * config/rs6000/extendkftf2-sw.c: New file, convert IEEE 128-bit
38 floating point to IBM extended double.
39
40 * config/rs6000/trunctfkf2-sw.c: New file, convert IBM extended
41 double to IEEE 128-bit floating point.
42
43 * config/rs6000/t-float128: New Makefile fragments to enable
44 building __float128 emulation support.
45 * config/rs6000/t-float128-hw: Likewise.
46
47 * config/rs6000/sfp-exceptions.c: New file to provide exception
48 support for IEEE 128-bit floating point.
49
50 * config/rs6000/floattikf.c: New files for converting between IEEE
51 128-bit floating point and signed/unsigned 128-bit integers.
52 * config/rs6000/fixunskfti.c: Likewise.
53 * config/rs6000/fixkfti.c: Likewise.
54 * config/rs6000/floatuntikf.c: Likewise.
55
56 * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
57 when building on 64-bit systems, or when VSX is enabled.
58 (_FP_W_TYPE): Likewise.
59 (_FP_WS_TYPE): Likewise.
60 (_FP_I_TYPE): Likewise.
61 (TItype): Define on 64-bit systems.
62 (UTItype): Likewise.
63 (TI_BITS): Likewise.
64 (_FP_MUL_MEAT_D): Add support for using 64-bit types.
65 (_FP_MUL_MEAT_Q): Likewise.
66 (_FP_DIV_MEAT_D): Likewise.
67 (_FP_DIV_MEAT_Q): Likewise.
68 (_FP_NANFRAC_D): Likewise.
69 (_FP_NANFRAC_Q): Likewise.
70 (ISA_BIT): Add exception support if we are being compiled on a
71 machine with hardware floating point support to build the IEEE
72 128-bit emulation functions.
73 (FP_EX_INVALID): Likewise.
74 (FP_EX_OVERFLOW): Likewise.
75 (FP_EX_UNDERFLOW): Likewise.
76 (FP_EX_DIVZERO): Likewise.
77 (FP_EX_INEXACT): Likewise.
78 (FP_EX_ALL): Likewise.
79 (__sfp_handle_exceptions): Likewise.
80 (FP_HANDLE_EXCEPTIONS): Likewise.
81 (FP_RND_NEAREST): Likewise.
82 (FP_RND_ZERO): Likewise.
83 (FP_RND_PINF): Likewise.
84 (FP_RND_MINF): Likewise.
85 (FP_RND_MASK): Likewise.
86 (_FP_DECL_EX): Likewise.
87 (FP_INIT_ROUNDMODE): Likewise.
88 (FP_ROUNDMODE): Likewise.
89
90 * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
91 VSX code, enable IEEE 128-bit floating point. If the compiler can
92 compile IEEE 128-bit floating point code with ISA 3.0 IEEE 128-bit
93 floating point hardware instructions and it supports declaring
94 functions with the ifunc attribute, enable ifunc functions to
95 switch between software and hardware support.
96 * configure.ac (powerpc*-*-linux*): Likewise.
97 * configure: Regenerate.
98
99 2016-01-15 Nick Clifton <nickc@redhat.com>
100
101 * config/msp430/t-msp430 (lib2_mul_none.o): Only use the first
102 dependency as the source file to be compiled.
103 (lib2_mul_16bit.o, lib2hw_mul_16.o, lib2hw_mul_32.o)
104 (lib2hw_mul_f5.o): Likewise.
105
106 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
107
108 * libgcc/config/rs6000/extendkftf2-sw.c: Revert 2016-01-13 change.
109 * libgcc/config/rs6000/fixkfti.c: Likewise.
110 * libgcc/config/rs6000/fixunskfti.c: Likewise.
111 * libgcc/config/rs6000/float128-hw.c: Likewise.
112 * libgcc/config/rs6000/float128-ifunc.c: Likewise.
113 * libgcc/config/rs6000/float128-sed: Likewise.
114 * libgcc/config/rs6000/floattikf.c: Likewise.
115 * libgcc/config/rs6000/floatuntikf.c: Likewise.
116 * libgcc/config/rs6000/quad-float128.h: Likewise.
117 * libgcc/config/rs6000/sfp-exceptions.c: Likewise.
118 * libgcc/config/rs6000/sfp-machine.h: Likewise.
119 * libgcc/config/rs6000/t-float128: Likewise.
120 * libgcc/config/rs6000/t-float128-hw: Likewise.
121 * libgcc/config/rs6000/trunctfkf2-sw.c: Likewise.
122 * libgcc/config.host: Likewise.
123 * libgcc/configure: Likewise.
124 * libgcc/configure.ac: Likewise.
125
126 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
127 Steven Munroe <munroesj@linux.vnet.ibm.com>
128 Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com>
129
130 * config/rs6000/sfp-exceptions.c: New file to provide exception
131 support for IEEE 128-bit floating point.
132
133 * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
134 floating point hardware support.
135
136 * config/rs6000/floattikf.c: New files for IEEE 128-bit floating
137 point conversions.
138 * config/rs6000/fixunskfti.c: Likewise.
139 * config/rs6000/fixkfti.c: Likewise.
140 * config/rs6000/floatuntikf.c: Likewise.
141 * config/rs6000/extendkftf2-sw.c: Likewise.
142 * config/rs6000/trunctfkf2-sw.c: Likewise.
143
144 * config/rs6000/float128-ifunc.c: New file to pick either IEEE
145 128-bit floating point software emulation or use ISA 3.0 hardware
146 support if it is available.
147
148 * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
149 floating point.
150
151 * config/rs6000/t-float128: New Makefile fragments to enable
152 building __float128 emulation support.
153 * config/rs6000/t-float128-hw: Likewise.
154
155 * config/rs6000/float128-sed: New file to convert TF names to KF
156 names for PowerPC IEEE 128-bit floating point support.
157
158 * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
159 when building on 64-bit systems, or when VSX is enabled.
160 (_FP_W_TYPE): Likewise.
161 (_FP_WS_TYPE): Likewise.
162 (_FP_I_TYPE): Likewise.
163 (TItype): Define on 64-bit systems.
164 (UTItype): Likewise.
165 (TI_BITS): Likewise.
166 (_FP_MUL_MEAT_D): Add support for using 64-bit types.
167 (_FP_MUL_MEAT_Q): Likewise.
168 (_FP_DIV_MEAT_D): Likewise.
169 (_FP_DIV_MEAT_Q): Likewise.
170 (_FP_NANFRAC_D): Likewise.
171 (_FP_NANFRAC_Q): Likewise.
172 (ISA_BIT): Add exception support if we are being compiled on a
173 machine with hardware floating point support to build the IEEE
174 128-bit emulation functions.
175 (FP_EX_INVALID): Likewise.
176 (FP_EX_OVERFLOW): Likewise.
177 (FP_EX_UNDERFLOW): Likewise.
178 (FP_EX_DIVZERO): Likewise.
179 (FP_EX_INEXACT): Likewise.
180 (FP_EX_ALL): Likewise.
181 (__sfp_handle_exceptions): Likewise.
182 (FP_HANDLE_EXCEPTIONS): Likewise.
183 (FP_RND_NEAREST): Likewise.
184 (FP_RND_ZERO): Likewise.
185 (FP_RND_PINF): Likewise.
186 (FP_RND_MINF): Likewise.
187 (FP_RND_MASK): Likewise.
188 (_FP_DECL_EX): Likewise.
189 (FP_INIT_ROUNDMODE): Likewise.
190 (FP_ROUNDMODE): Likewise.
191
192 * configure.ac (powerpc*-*-linux*): Check whether the PowerPC
193 compiler can do __float128.
194 * configure: Regenerate.
195
196 * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
197 VSX code, enable IEEE 128-bit floating point.
198
199 2016-01-05 Olivier Hainque <hainque@adacore.com>
200
201 * config/rs6000/aix-unwind.h (ucontext_for): Handle AIX 7.1
202 specificities.
203
204 2016-01-04 Jakub Jelinek <jakub@redhat.com>
205
206 Update copyright years.
207
208 2015-12-18 Andris Pavenis <andris.pavenis@iki.fi>
209
210 * config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-*
211 soft-fp targets.
212
213 2015-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
214
215 * unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort
216 instead of abort to avoid dependency on stdlib.h.
217
218 2015-12-09 John David Anglin <danglin@gcc.gnu.org>
219
220 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Remove code
221 to initialize call to __dl_fixup once.
222
223 2015-12-04 Nick Clifton <nickc@redhat.com>
224
225 * config/msp430/mpy.c (__mulhi3): Use a faster algorithm.
226 Allow for the second argument being negative.
227 * config.host (extra_parts): Define for MSP430. Create separate
228 libraries for each of the hardware multiply formats.
229 * config/msp430/lib2hw_mul.S: Build only the multiply routines
230 that are needed.
231 * config/msp430/lib2mul.c: Likewise.
232 * config/msp430/t-msp430 (LIB2ADD): Remove lib2hw_mul.S.
233 Add rules to build hardware multiply libraries.
234 * config/msp430/lib2divSI.c: (__mspabi_divlu): Alias for
235 __mspabi_divul function.
236 (__mspabi_divllu): New stub function.
237
238 2015-12-01 John David Anglin <danglin@gcc.gnu.org>
239
240 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Initialize
241 fixup values if saved GOT address doesn't match runtime address.
242 (fixup_branch_offset): Reorder list.
243
244 2015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
245
246 * Makefile.in (VTV_CFLAGS): New variable.
247 (vtv_start$(objext), vtv_end$(objext), vtv_end$(objext))
248 (vtv_start_preinit$(objext), vtv_end_preinit$(objext)): Use it.
249 * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
250 Add vtv_start.o, vtv_end.o, vtv_start_preinit.o, vtv_end_preinit.o
251 to extra_parts if $enable_vtable_verify = yes.
252
253 2015-11-23 Szabolcs Nagy <szabolcs.nagy@arm.com>
254
255 PR target/68059
256 * config/arm/linux-atomic-64bit.c (__write): Rename to...
257 (write): ...this and fix the return type.
258
259 2015-11-19 DJ Delorie <dj@redhat.com>
260
261 * config/msp430/lib2hw_mul.S: Fix alignment.
262
263 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
264
265 * config/nvptx/reduction.c: New.
266 * config/nvptx/t-nvptx (LIB2ADD): Add it.
267
268 2015-11-15 David Edelsohn <dje.gcc@gmail.com>
269
270 * config/rs6000/on_exit.c: New file.
271 * config/rs6000/t-aix-cxa (LIB2ADDEH): Build on_exit.c.
272 * config/rs6000/libgcc-aix-cxa.ver (on_exit): Add symbol to exports.
273
274 2015-11-11 Claudiu Zissulescu <claziss@synopsys.com>
275
276 * config/arc/dp-hack.h: Add support for ARCHS.
277 * config/arc/ieee-754/divdf3.S: Likewise.
278 * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
279 * config/arc/ieee-754/muldf3.S: Likewise.
280 * config/arc/ieee-754/mulsf3.S: Likewise
281 * config/arc/lib1funcs.S: Likewise
282 * config/arc/gmon/dcache_linesz.S: Don't read the build register
283 for ARCv2 cores.
284 * config/arc/gmon/profil.S (__profil, __profil_irq): Don't profile
285 for ARCv2 cores.
286 * config/arc/ieee-754/arc-ieee-754.h (MPYHU, MPYH): Define.
287 * config/arc/t-arc700-uClibc: Remove hard selection for ARC 700
288 cores.
289
290 2015-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
291
292 * config/ia64/crtbegin.S: Check HAVE_INITFINI_ARRAY_SUPPORT
293 value.
294 * config/ia64/crtend.S: Likewise.
295
296 2015-11-07 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
297
298 * config/visium/lib2funcs.c (__set_trampoline_parity): Use
299 __CHAR_BIT__ instead of BITS_PER_UNIT.
300 * fixed-bit.h: Likewise.
301 * fp-bit.h: Likewise.
302 * libgcc2.c (__popcountSI2): Likewise.
303 (__popcountDI2): Likewise.
304 * libgcc2.h: Likewise.
305 * libgcov.h: Likewise.
306
307 2015-11-07 David Edelsohn <dje.gcc@gmail.com>
308
309 * config/rs6000/atexit.c: New file.
310 * config/rs6000/t-aix-cxa (LIB2ADDEH): Build atexit.c.
311 * config/rs6000/libgcc-aix-cxa.ver (atexit): Add symbol to exports.
312 * config/rs6000/cxa_finalize.c
313 (catomic_compare_and_exchange_bool_acq): Negate return value.
314
315 2015-10-30 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
316
317 * config/i386/cpuinfo.c (enum processor_types): Add AMDFAM17H.
318 (processor_subtypes): Add znver1.
319 (get_amd_cpu): Detect znver1.
320
321 2015-10-29 Christophe Lyon <christophe.lyon@linaro.org>
322
323 * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
324 Include crtfastmath.o.
325
326 2015-10-23 Joern Rennecke <joern.rennecke@embecosm.com>
327
328 PR libgcc/66883
329 * config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo.
330
331 2015-10-16 Kaushik Phatak <kaushik.phatak@kpit.com>
332
333 * config/rl78/divmodqi.S: Return 0x00 by default for div by 0.
334 * config/rl78/divmodsi.S: Update return register to r8.
335 * config/rl78/divmodhi.S: Update return register to r8,r9.
336 Branch to main_loop_done_himode to pop registers before return.
337
338 2015-10-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
339
340 * config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4.
341 (__cpu_indicator_init): Fix model selection for AMD CPUs.
342
343 2015-10-05 Kirill Yukhin <kirill.yukhin@intel.com>
344
345 * config/i386/cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
346
347 2015-10-03 Max Filippov <jcmvbkbc@gmail.com>
348
349 * config.host (xtensa*-*-uclinux*): New configuration.
350
351 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
352
353 * config/i386/cpuinfo.c (processor_features): Add
354 FEATURE_AVX512VBMI and FEATURE_AVX512VBMI.
355
356 2015-09-28 Joseph Myers <joseph@codesourcery.com>
357
358 * soft-fp/adddf3.c: Update from glibc.
359 * soft-fp/addsf3.c: Likewise.
360 * soft-fp/addtf3.c: Likewise.
361 * soft-fp/divdf3.c: Likewise.
362 * soft-fp/divsf3.c: Likewise.
363 * soft-fp/divtf3.c: Likewise.
364 * soft-fp/double.h: Likewise.
365 * soft-fp/eqdf2.c: Likewise.
366 * soft-fp/eqsf2.c: Likewise.
367 * soft-fp/eqtf2.c: Likewise.
368 * soft-fp/extenddftf2.c: Likewise.
369 * soft-fp/extended.h: Likewise.
370 * soft-fp/extendsfdf2.c: Likewise.
371 * soft-fp/extendsftf2.c: Likewise.
372 * soft-fp/extendxftf2.c: Likewise.
373 * soft-fp/fixdfdi.c: Likewise.
374 * soft-fp/fixdfsi.c: Likewise.
375 * soft-fp/fixdfti.c: Likewise.
376 * soft-fp/fixsfdi.c: Likewise.
377 * soft-fp/fixsfsi.c: Likewise.
378 * soft-fp/fixsfti.c: Likewise.
379 * soft-fp/fixtfdi.c: Likewise.
380 * soft-fp/fixtfsi.c: Likewise.
381 * soft-fp/fixtfti.c: Likewise.
382 * soft-fp/fixunsdfdi.c: Likewise.
383 * soft-fp/fixunsdfsi.c: Likewise.
384 * soft-fp/fixunsdfti.c: Likewise.
385 * soft-fp/fixunssfdi.c: Likewise.
386 * soft-fp/fixunssfsi.c: Likewise.
387 * soft-fp/fixunssfti.c: Likewise.
388 * soft-fp/fixunstfdi.c: Likewise.
389 * soft-fp/fixunstfsi.c: Likewise.
390 * soft-fp/fixunstfti.c: Likewise.
391 * soft-fp/floatdidf.c: Likewise.
392 * soft-fp/floatdisf.c: Likewise.
393 * soft-fp/floatditf.c: Likewise.
394 * soft-fp/floatsidf.c: Likewise.
395 * soft-fp/floatsisf.c: Likewise.
396 * soft-fp/floatsitf.c: Likewise.
397 * soft-fp/floattidf.c: Likewise.
398 * soft-fp/floattisf.c: Likewise.
399 * soft-fp/floattitf.c: Likewise.
400 * soft-fp/floatundidf.c: Likewise.
401 * soft-fp/floatundisf.c: Likewise.
402 * soft-fp/floatunditf.c: Likewise.
403 * soft-fp/floatunsidf.c: Likewise.
404 * soft-fp/floatunsisf.c: Likewise.
405 * soft-fp/floatunsitf.c: Likewise.
406 * soft-fp/floatuntidf.c: Likewise.
407 * soft-fp/floatuntisf.c: Likewise.
408 * soft-fp/floatuntitf.c: Likewise.
409 * soft-fp/gedf2.c: Likewise.
410 * soft-fp/gesf2.c: Likewise.
411 * soft-fp/getf2.c: Likewise.
412 * soft-fp/ledf2.c: Likewise.
413 * soft-fp/lesf2.c: Likewise.
414 * soft-fp/letf2.c: Likewise.
415 * soft-fp/muldf3.c: Likewise.
416 * soft-fp/mulsf3.c: Likewise.
417 * soft-fp/multf3.c: Likewise.
418 * soft-fp/negdf2.c: Likewise.
419 * soft-fp/negsf2.c: Likewise.
420 * soft-fp/negtf2.c: Likewise.
421 * soft-fp/op-1.h: Likewise.
422 * soft-fp/op-2.h: Likewise.
423 * soft-fp/op-4.h: Likewise.
424 * soft-fp/op-8.h: Likewise.
425 * soft-fp/op-common.h: Likewise.
426 * soft-fp/quad.h: Likewise.
427 * soft-fp/single.h: Likewise.
428 * soft-fp/soft-fp.h: Likewise.
429 * soft-fp/subdf3.c: Likewise.
430 * soft-fp/subsf3.c: Likewise.
431 * soft-fp/subtf3.c: Likewise.
432 * soft-fp/truncdfsf2.c: Likewise.
433 * soft-fp/trunctfdf2.c: Likewise.
434 * soft-fp/trunctfsf2.c: Likewise.
435 * soft-fp/trunctfxf2.c: Likewise.
436 * soft-fp/unorddf2.c: Likewise.
437 * soft-fp/unordsf2.c: Likewise.
438 * soft-fp/unordtf2.c: Likewise.
439
440 2015-09-24 Richard Earnshaw <rearnsha@arm.com>
441
442 PR libgcc/67624
443 * config/arm/fp16.c (__gnu_f2h_internal): Handle infinity correctly.
444
445 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
446
447 * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
448 Add crtbeginS.o, crtendS.o to extra_parts if libgcc_cv_solaris_crts.
449 * config/sol2/gmon.c: (monstartup): Don't write trailing NUL of
450 messages.
451 (internal_mcount): Likewise.
452 * config/sol2/t-sol2 (crtp.o, crtpg.o, gmon.o): Compile with
453 crt_compile, add CRTSTUFF_T_CFLAGS_S.
454
455 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
456
457 * configure.ac (libgcc_cv_solaris_crts): New test.
458 * configure: Regenerate.
459 * config.in: Regenerate.
460 * config/sol2/crtp.c, config/sol2/crtpg.c: New files.
461 * config/gmon-sol2.c: Rename to ...
462 * config/sol2/gmon.c: ... this.
463 Include auto-target.h.
464 (internal_mcount): Wrap setup handling in !HAVE_SOLARIS_CRTS.
465 * config/t-sol2: Rename to ...
466 * config/sol2/t-sol2: ... this.
467 (gmon.o): Reflect renaming.
468 (crtp.o, crtpg.o): New rules.
469 * config.host (*-*-solaris2*): Reflect renaming.
470 Use system CRTs if present.
471 Remove default CRT case.
472
473 2015-09-23 John David Anglin <danglin@gcc.gnu.org>
474
475 * config/pa/linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.
476 (__sync_fetch_and_##OP##_##WIDTH): Change result to match type of
477 __kernel_cmpxchg2.
478 (__sync_##OP##_and_fetch_##WIDTH): Likewise.
479 (__sync_val_compare_and_swap_##WIDTH): Likewise.
480 (__sync_bool_compare_and_swap_##WIDTH): Likewise.
481 (__sync_lock_test_and_set_##WIDTH): Likewise.
482 (__sync_lock_release_##WIDTH): Likewise.
483 (__sync_fetch_and_##OP##_4): Change result to match type of
484 __kernel_cmpxchg.
485 (__sync_##OP##_and_fetch_4): Likewise.
486 (__sync_val_compare_and_swap_4): Likewise.
487 (__sync_bool_compare_and_swap_4): likewise.
488 (__sync_lock_test_and_set_4): Likewise.
489 (__sync_lock_release_4): Likewise.
490 (FETCH_AND_OP_2): Add long long variants.
491 (OP_AND_FETCH_2): Likewise.
492 (COMPARE_AND_SWAP_2 ): Likewise.
493 (SYNC_LOCK_TEST_AND_SET_2): Likewise.
494 (SYNC_LOCK_RELEASE_2): Likewise.
495 (__sync_bool_compare_and_swap_##WIDTH): Correct return.
496
497 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
498
499 * libgcc/config/i386/cpuinfo.c (enum processor_features): Add
500 FEATURE_AVX512VL, FEATURE_AVX512BW, FEATURE_AVX512DQ,
501 FEATURE_AVX512CD, FEATURE_AVX512ER, FEATURE_AVX512PF.
502 (get_available_features): Habdle new features.
503
504 2015-09-21 James Bowman <james.bowman@ftdichip.com>
505
506 * config/ft32/crti-hw.S: Use __PMSIZE to allow configurable
507 memory layout. Deal correctly with BSS region larger than 32K.
508 Handle a watchdog reset like a power-on reset. Clean up unused
509 code.
510
511 2015-09-18 Andrew Dixie <andrewd@gentrack.com>
512 David Edelsohn <dje.gcc@gmail.com>
513
514 * config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
515 * config/rs6000/crtdbase.S: New file.
516 * config/rs6000/t-aix-cxa: Build crtdbase.o.
517
518 2015-09-15 Max Filippov <jcmvbkbc@gmail.com>
519
520 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state):
521 Add support for call0 ABI.
522
523 2015-09-13 John David Anglin <danglin@gcc.gnu.org>
524
525 * config/pa/fptr.c (SIGN_EXTEND): Cast -1 to unsigned.
526
527 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
528
529 * config/gthr-rtems.h (__GTHREADS_CXX0X): New.
530 (__GTHREAD_HAS_COND): Likewise.
531 (__gthread_t): Likewise.
532 (__gthread_cond_t): Likewise.
533 (__gthread_time_t): Likewise.
534 (__GTHREAD_MUTEX_INIT): Likewise.
535 (__GTHREAD_RECURSIVE_MUTEX_INIT): Likewise.
536 (__GTHREAD_COND_INIT): Likewise.
537 (__GTHREAD_COND_INIT_FUNCTION): Likewise.
538 (__GTHREAD_TIME_INIT): Likewise.
539 (__gthread_create): Likewise.
540 (__gthread_join): Likewise.
541 (__gthread_detach): Likewise.
542 (__gthread_equal): Likewise.
543 (__gthread_self): Likewise.
544 (__gthread_yield): Likewise.
545 (__gthread_cond_broadcast): Likewise.
546 (__gthread_cond_signal): Likewise.
547 (__gthread_cond_wait): Likewise.
548 (__gthread_cond_timedwait): Likewise.
549 (__gthread_cond_wait_recursive): Likewise.
550 (__gthread_cond_destroy): Likewise.
551 (rtems_gxx_once): Delete.
552 (rtems_gxx_key_create): Likewise.
553 (rtems_gxx_key_delete): Likewise.
554 (rtems_gxx_getspecific): Likewise.
555 (rtems_gxx_setspecific): Likewise.
556 (rtems_gxx_mutex_init): Likewise.
557 (rtems_gxx_mutex_destroy): Likewise.
558 (rtems_gxx_mutex_lock): Likewise.
559 (rtems_gxx_mutex_trylock): Likewise.
560 (rtems_gxx_mutex_unlock): Likewise.
561 (rtems_gxx_recursive_mutex_init): Likewise.
562 (rtems_gxx_recursive_mutex_lock): Likewise.
563 (rtems_gxx_recursive_mutex_trylock): Likewise.
564 (rtems_gxx_recursive_mutex_unlock): Likewise.
565 (__GTHREAD_ONCE_INIT): Use <pthread.h> initializer.
566 (__GTHREAD_MUTEX_INIT_FUNCTION): Use <pthread.h> function.
567 (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Likewise.
568 (__gthread_once): Likewise.
569 (__gthread_key_create): Likewise.
570 (__gthread_key_delete): Likewise.
571 (__gthread_getspecific): Likewise.
572 (__gthread_setspecific): Likewise.
573 (__gthread_key_t): Use <pthread.h> type.
574 (__gthread_once_t): Likewise
575 (__gthread_mutex_t): Use <sys/lock.h> type.
576 (__gthread_recursive_mutex_t): Likewise
577 (__gthread_mutex_lock): Use <sys/lock.h> function.
578 (__gthread_mutex_trylock): Likewise.
579 (__gthread_mutex_timedlock): Likewise.
580 (__gthread_mutex_unlock): Likewise.
581 (__gthread_mutex_destroy): Likewise.
582 (__gthread_recursive_mutex_lock): Likewise.
583 (__gthread_recursive_mutex_trylock): Likewise.
584 (__gthread_recursive_mutex_timedlock): Likewise.
585 (__gthread_recursive_mutex_unlock): Likewise.
586 (__gthread_recursive_mutex_destroy): Likewise.
587
588 2015-08-18 Max Filippov <jcmvbkbc@gmail.com>
589
590 * config/xtensa/unwind-dw2-xtensa.c (_Unwind_GetCFA): Return
591 context->sp instead of context->cfa.
592
593 2015-08-18 Max Filippov <jcmvbkbc@gmail.com>
594
595 * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde
596 with unwind-dw2-fde-dip.
597
598 2015-08-18 Max Filippov <jcmvbkbc@gmail.com>
599
600 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill): Use
601 CALL12 followed by series of ENTRY to spill windowed registers.
602 (__xtensa_nonlocal_goto): Call __xtensa_libgcc_window_spill
603 instead of making linux spill syscall.
604
605 2015-08-14 Yuri Rumyantsev <ysrumyan@gmail.com>
606
607 * config/i386/cpuinfo.c (enum processor_subtypes): Add skylake.
608 (get_intel_cpu): Likewise.
609
610 2015-08-12 H.J. Lu <hongjiu.lu@intel.com>
611
612 * config/i386/cpuinfo.c (processor_types): Add INTEL_KNL.
613 (get_intel_cpu): Add Knights Landing support.
614
615 2015-08-11 Uros Bizjak <ubizjak@gmail.com>
616
617 PR target/66954
618 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_PCLMUL.
619 (get_available_features): Handle FEATURE_PCLMUL.
620
621 2015-08-10 H.J. Lu <hongjiu.lu@intel.com>
622
623 * config/i386/cpuinfo.c (get_intel_cpu): Treat model == 0x4f as
624 Broadwell.
625
626 2015-07-22 Uros Bizjak <ubizjak@gmail.com>
627
628 PR target/66954
629 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_AES.
630 (get_available_features): Handle FEATURE_AES.
631
632 2015-07-22 Chung-Lin Tang <cltang@codesourcery.com>
633
634 * config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
635 (EFAULT,EBUSY,ENOSYS): Delete unused #defines.
636
637 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
638
639 * offloadstuff.c: Constify host data.
640
641 2015-07-17 Jan Beulich <jbeulich@suse.com>
642
643 * config/t-softfp: Split up "else ifneq".
644
645 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
646 Cesar Philippidis <cesar@codesourcery.com>
647 Chung-Lin Tang <cltang@codesourcery.com>
648
649 * config/nios2/tramp.c (MOVHI, ORI, JMP): Conditionalize
650 for __nios2_arch__ level.
651
652 2015-07-13 John Marino <gnugcc@marino.st>
653
654 * config/i386/t-dragonfly: New.
655
656 2015-07-01 John David Anglin <danglin@gcc.gnu.org>
657
658 * config/pa/linux-atomic.c (__kernel_cmpxchg): Reorder arguments to
659 better match light-weight syscall argument order.
660 (__kernel_cmpxchg2): Likewise.
661 Adjust callers.
662
663 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
664
665 * config.host: Support i[34567]86-*-elfiamcu target.
666 * config/t-softfp-sfdftf: New file.
667 * config/i386/32/t-iamcu: Likewise.
668 * configure: Regenerated.
669
670 2015-06-23 James Lemke <jwlemke@codesourcery.com>
671
672 libgcc/config/arm/
673 * lib1funcs.S (aeabi_idiv0, aeabi_ldiv0): Add CFI entries.
674
675 2015-05-27 H.J. Lu <hongjiu.lu@intel.com>
676
677 * Makefile.in (CRTSTUFF_CFLAGS): Add $(NO_PIE_CFLAGS).
678
679 2015-05-27 John Marino <gnugcc@marino.st>
680
681 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Set
682 md_unwind_header
683 * config/i386/freebsd-unwind.h: New.
684
685 2015-05-22 Uros Bizjak <ubizjak@gmail.com>
686
687 * config.host (i[34567]-*-*, x86_64-*-*): Add t-crtfm instead of
688 i386/t-crtfm to tmake_file.
689 * config/i386/crtfastmath.c (set_fast_math_sse): New function.
690 (set_fast_math): Use set_fast_math_sse for SSE targets.
691 * config/i386/t-crtfm: Remove.
692
693 2015-05-21 Alan Modra <amodra@gmail.com>
694
695 PR libgcc/66225
696 * config/rs6000/morestack.S: Remove ".abiversion 1".
697
698 2015-05-20 Alan Modra <amodra@gmail.com>
699
700 * config/rs6000/morestack.S: New.
701 * config/rs6000/t-stack-rs6000: New.
702 * config.host (powerpc*-*-linux*): Add t-stack and t-stack-rs6000
703 to tmake_file.
704 * generic-morestack.c: Don't build for powerpc 32-bit.
705
706 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
707
708 * Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
709 Remove useless endif/ifneq ($(enable_shared),yes) pair.
710
711 2015-05-16 James Bowman <james.bowman@ftdichip.com>
712
713 * config.host: FT32 target added.
714 * config/ft32/*: New files for FT32 target.
715
716 2015-05-15 Martin Galvan <martin.galvan@tallertechnologies.com>
717
718 * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
719 New macros.
720 * config/arm/ieee754-df.S: Add CFI directives.
721 * config/arm/ieee754-sf.S: Add CFI directives.
722
723 2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
724
725 * configure.ac: Include config/sjlj.m4.
726 Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
727 * config.in: Regenerate.
728 * configure: Likewise.
729 * config.host: Replace enable_sjlj_exceptions by ac_cv_sjlj_exceptions.
730
731 2015-05-12 Uros Bizjak <ubizjak@gmail.com>
732
733 * libgcov-util.c: Add space between string literal and macro name.
734
735 2015-05-06 Sandra Loosemore <sandra@codesourcery.com>
736 Chris Jones <chrisj@nvidia.com>
737 Joshua Conner <jconner@nvidia.com>
738
739 * config.host (arm*-*-linux*): Add support for crtfastmath.o.
740 (arm*-*-uclinux*): Likewise.
741 (arm*-*-eabi* | arm*-*-rtems*): Likewise.
742 * config/arm/crtfastmath.c: New file.
743
744 2014-04-29 Bernd Schmidt <bernds@codesourcery.com>
745
746 * Makefile.in (real_host_noncanonical): New variable.
747 (libsubdir): Use it.
748 * configure.ac (real_host_noncanonical): Compute. Remove special
749 case for intelmicemul.
750 * configure: Regenerate.
751
752 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
753
754 * config/frv/elf-lib.h: New file.
755 (CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
756 * libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
757 to tm_file.
758
759 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
760
761 * config/frv/frvbengin.c: Do not include defaults.h
762 * config/frv/frvend.c: Ditto.
763
764 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
765
766 * config.host: Add h8300-*-linux
767 * config/h8300/t-linux: New file.
768 * config/h8300/lib1funs.s: Change symbol prefix.
769 * config/h8300/sfp-machine.h: 64bit double support.
770
771 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
772 Szabolcs Nagy <szabolcs.nagy@arm.com>
773
774 * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME): Define it on
775 Linux if target provides dl_iterate_phdr.
776
777 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
778
779 PR target/65612
780 * config.host (tmake_file): Add t-slibgcc-libgcc for Linux/x86.
781 * config/i386/cpuinfo.c (__cpu_model): Initialize.
782 (__cpu_indicator_init@GCC_4.8.0): New.
783 (__cpu_model@GCC_4.8.0): Likewise.
784 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add
785 -DUSE_ELF_SYMVER.
786
787 2015-04-16 Nick Clifton <nickc@redhat.com>
788
789 * config/rl78/divmodhi.S: Add G14 and G13 versions of the __divhi3
790 and __modhi3 functions.
791 * config/rl78/divmodso.S: Add G14 and G13 versions of the
792 __divsi3, __udivsi3, __modsi3 and __umodsi3 functions.
793
794 2015-04-15 Chen Gang <gang.chen.5i5j@gmail.com>
795
796 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Use empty
797 do-while loop as macro body to avoid warnings.
798
799 2015-04-10 Jakub Jelinek <jakub@redhat.com>
800 Iain Sandoe <iain@codesourcery.com>
801
802 PR target/65351
803 * configure: Regenerate.
804
805 2015-04-07 Jakub Jelinek <jakub@redhat.com>
806 Iain Sandoe <iain@codesourcery.com>
807
808 PR target/65351
809 * configure: Regenerate.
810
811 2015-03-25 Chung-Lin Tang <cltang@codesourcery.com>
812
813 * config.host (nios2-*-linux*): Remove 'extra_parts' setting.
814
815 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
816
817 Implement call0 ABI for xtensa
818 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
819 __xtensa_nonlocal_goto): Don't compile for call0 ABI.
820 (__xtensa_sync_caches): Only use entry and retw in windowed ABI,
821 use ret in call0 ABI.
822 * config/xtensa/t-windowed: New file.
823 * libgcc/config/xtensa/t-xtensa (LIB2ADDEH): Move to t-windowed.
824 * libgcc/configure: Regenerated.
825 * libgcc/configure.ac: Check if xtensa target is configured for
826 windowed ABI and thus needs to use custom unwind code.
827
828 2015-02-12 Jonathan Wakely <jwakely@redhat.com>
829
830 PR libgcc/64885
831 * gthr-single.h: Use __unused__ attribute instead of unused.
832 * config/gthr-vxworks.h: Likewise.
833 * config/i386/gthr-win32.h: Likewise.
834
835 2015-02-27 Kai Tietz <ktietz@redhat.com>
836
837 PR target/65038
838 * config.in: Regenerated.
839 * configure: Likewise.
840 * configure.ac (AC_HEADER_STDC): Added explicit.
841 (AC_CHECK_HEADERS): Check for default headers plus
842 for ftw.h header.
843 * libgcov-util.c (gcov_read_profile_dir): Disable use
844 of ftw-function, if header is not found.
845 (ftw_read_file): Likewise.
846
847 2015-02-23 Thomas Schwinge <thomas@codesourcery.com>
848
849 PR target/65181
850 * config/nvptx/t-nvptx (INHIBIT_LIBC_CFLAGS): Define to
851 -Dinhibit_libc.
852
853 2015-02-17 Sandra Loosemore <sandra@codesourcery.com>
854
855 * config/arm/bpabi.S (test_div_by_zero): Make label names
856 consistent between thumb2 and arm mode cases. Separate the
857 signed comparison on the high word of the numerator from the
858 unsigned comparison on the low word.
859 * config/arm/bpabi-v6m.S (test_div_by_zero): Similarly separate
860 signed comparison.
861
862 2015-02-17 Joseph Myers <joseph@codesourcery.com>
863
864 * config/nvptx/realloc.c: Include <stddef.h> instead of <stdlib.h>
865 and <string.h>.
866 (__nvptx_realloc): Call __builtin_memcpy instead of memcpy.
867
868 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
869
870 PR gcov-profile/61889
871 * libgcov-driver-system.c: undefine clashing macro for mkdir.
872
873 2015-02-02 Nick Clifton <nickc@redhat.com>
874
875 * config/rl78/fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case
876 rounding up the fraction.
877
878 2015-01-31 John David Anglin <danglin@gcc.gnu.org>
879
880 * config/pa/linux-atomic.c (__kernel_cmpxchg2): Change declaration of
881 oldval and newval to const void *. Fix typo.
882 (FETCH_AND_OP_2): Use __atomic_load_n to load value.
883 (FETCH_AND_OP_WORD): Likewise.
884 (OP_AND_FETCH_WORD): Likewise.
885 (COMPARE_AND_SWAP_2): Likewise.
886 (__sync_val_compare_and_swap_4): Likewise.
887 (__sync_lock_test_and_set_4): Likewise.
888 (SYNC_LOCK_RELEASE_2): Likewise.
889 Remove support for long long atomic operations.
890
891 2015-01-27 Caroline Tice <cmtice@google.com>
892
893 Committing VTV Cywin/Ming patch for Patrick Wollgast
894 * Makefile.in: Move rules to build vtv_*.o out of the check
895 for CUSTOM_CRTSTUFF.
896 * config.host (i[34567]86-*-cygwin*, x86_64-*-cygwin*,
897 i[34567]86-*-mingw*)
898 (x86_64-*-mingw*): Only add vtv_*.o to extra_parts if
899 enable_vtable_verify.
900
901 2015-01-27 Nick Clifton <nickc@redhat.com>
902
903 * config/rl78/cmpsi2.S: Use function start and end macros.
904 (__gcc_bcmp): New function.
905 * config/rl78/lshrsi3.S: Use function start and end macros.
906 * config/rl78/mulsi3.S: Add support for G10.
907 (__mulqi3): New function for G10.
908 * config/rl78/signbit.S: Use function start and end macros.
909 * config/rl78/t-rl78 (LIB2ADD): Add bit-count.S, fpbit-sf.S and
910 fpmath-sf.S.
911 (LIB2FUNCS_EXCLUDE): Define.
912 (LIB2FUNCS_ST): Define.
913 * config/rl78/trampoline.S: Use function start and end macros.
914 * config/rl78/vregs.h (START_FUNC): New macro.
915 (START_ANOTHER_FUNC): New macro.
916 (END_FUNC): New macro.
917 (END_ANOTHER_FUNC): New macro.
918 * config/rl78/bit-count.S: New file. Contains assembler
919 implementations of the bit counting functions: ___clzhi2,
920 __clzsi2, ctzhi2, ctzsi2, ffshi2, ffssi2, __partityhi2,
921 __paritysi2, __popcounthi2 and __popcountsi2.
922 * config/rl78/fpbit-sf.S: New file. Contains assembler
923 implementationas of the math functions: __negsf2, __cmpsf2,
924 __eqsf2, __nesf2, __lesf2, __ltsf2, __gesf2, gtsf2, __unordsf2,
925 __fixsfsi, __fixunssfsi, __floatsisf and __floatunssisf.
926 * config/rl78/fpmath-sf.S: New file. Contains assembler
927 implementations of the math functions: __subsf3, __addsf3,
928 __mulsf3 and __divsf3
929
930 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
931
932 * config.host (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*):
933 Add i386/elf-lib.h to tm_file.
934 * config/i386/elf-lib.h: Fix comment.
935 * unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback) [__x86_64__
936 && __sun__ && __svr4__]: Remove workaround.
937
938 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
939
940 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_BMI and
941 FEATURE_BMI2.
942 (get_available_features): Detect FEATURE_BMI and FEATURE_BMI2.
943
944 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
945
946 * config/i386/cpuinfo.c (processor_subtypes): Add
947 INTEL_COREI7_BROADWELL.
948 (get_intel_cpu): Support new Silvermont, Haswell and Broadwell
949 model numbers.
950
951 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
952
953 * config/i386/elf-lib.h: New file.
954 (CRT_GET_RFIB_DATA): Move definition from gcc/config/i386/gnu-user.h.
955 Wrap definition in #ifdef __i386__.
956 * libgcc/config.host (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu)
957 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*)
958 (i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux*)
959 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Add i386/elf-lib.h
960 to tm_file.
961
962 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
963
964 * unwind-dw2-fde.h (last_fde): Use "(const fde *)" instead of
965 "(char *)" to avoid qualifier warning by 'xgcc' compiling.
966
967 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
968
969 * config/nios2/linux-unwind.h (nios2_fallback_frame_state):
970 Update rt_sigframe format and address for current Nios II
971 Linux conventions.
972
973 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
974
975 * config.host (arm*-*-freebsd*): Add new configuration for
976 arm*-*-freebsd*.
977 * config/arm/freebsd-atomic.c: New file.
978 * config/arm/t-freebsd: Likewise.
979 * config/arm/unwind-arm.h: Add __FreeBSD__ to the list of
980 'PC-relative indirect' OS's.
981
982 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
983
984 * config.host: Add Visium support.
985 * config/visium: New directory.
986
987 2015-01-05 Jakub Jelinek <jakub@redhat.com>
988
989 Update copyright years.
990
991 2014-12-19 Matthew Fortune <matthew.fortune@imgtec.com>
992
993 * config.host: Support mipsisa32r6 and mipsisa64r6.
994 * config/mips/mips16.S: Do not build for R6.
995
996 2014-12-17 Oleg Endo <olegendo@gcc.gnu.org>
997
998 * config/sh/crt.h: New.
999 * config/sh/crti.S: Use GLOBAL macro from crt.h for _init and _fini
1000 symbols.
1001 * config/sh/crt1.S: Likewise.
1002
1003 2014-12-15 Uros Bizjak <ubizjak@gmail.com>
1004
1005 PR libgcc/63832
1006 * crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
1007 func_ptr *dtor_list temporary variable to avoid "array subscript
1008 is above array bounds" warnings.
1009
1010 2014-12-09 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1011
1012 * Makefile.in (with_aix_soname): Define.
1013 * config/rs6000/t-slibgcc-aix: Act upon --with-aix-soname option.
1014 * configure.ac: Accept --with-aix-soname=aix|svr4|both option.
1015 * configure: Recreate.
1016
1017 2014-12-05 Olivier Hainque <hainque@adacore.com>
1018
1019 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Remove default def,
1020 now provided by defaults.h.
1021
1022 2014-11-30 Oleg Endo <olegendo@gcc.gnu.org>
1023
1024 PR target/55351
1025 * config/sh/lib1funcs.S: Check value of __SHMEDIA__ instead of checking
1026 whether it's defined.
1027
1028 2014-11-27 Ilya Tocar <ilya.tocar@intel.com>
1029
1030 * config/i386/cpuinfo.c (processor_features): Add FEATURE_AVX512F.
1031 * config/i386/cpuinfo.c (get_available_features): Detect it.
1032
1033 2014-11-27 Tony Wang <tony.wang@arm.com>
1034
1035 * config/arm/lib1funcs.S (FUNC_START): Add conditional section
1036 redefine for macro L_arm_muldivsf3 and L_arm_muldivdf3.
1037 (SYM_END, ARM_SYM_START): Add macros used to expose function Symbols.
1038
1039 2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
1040
1041 * crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
1042
1043 2014-11-24 John David Anglin <danglin@gcc.gnu.org>
1044
1045 * config/pa/linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap()
1046 instead.
1047
1048 2014-11-21 Guy Martin <gmsoft@tuxicoman.be>
1049 John David Anglin <danglin@gcc.gnu.org>
1050
1051 * config/pa/linux-atomic.c (__kernel_cmpxchg2): New.
1052 (FETCH_AND_OP_2): New. Use for subword and double word operations.
1053 (OP_AND_FETCH_2): Likewise.
1054 (COMPARE_AND_SWAP_2): Likewise.
1055 (SYNC_LOCK_TEST_AND_SET_2): Likewise.
1056 (SYNC_LOCK_RELEASE_2): Likewise.
1057 (SUBWORD_SYNC_OP): Remove.
1058 (SUBWORD_VAL_CAS): Likewise.
1059 (SUBWORD_BOOL_CAS): Likewise.
1060 (FETCH_AND_OP_WORD): Update.
1061 Consistently use signed types.
1062
1063 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1064 Thomas Schwinge <thomas@codesourcery.com>
1065 Ilya Verbin <ilya.verbin@intel.com>
1066 Andrey Turetskiy <andrey.turetskiy@intel.com>
1067
1068 * Makefile.in (crtoffloadbegin$(objext)): New rule.
1069 (crtoffloadend$(objext)): Likewise.
1070 * configure: Regenerate.
1071 * configure.ac (accel_dir_suffix): Compute new variable.
1072 (extra_parts): Add crtoffloadbegin.o and crtoffloadend.o
1073 if enable_offload_targets is not empty.
1074 * offloadstuff.c: New file.
1075
1076 2014-11-13 Nick Clifton <nickc@redhat.com>
1077
1078 * config/rl78/divmodhi.S: Add support for the G10 architecture.
1079 Use START_FUNC and END_FUNC macros to enable linker garbage
1080 collection.
1081 * config/rl78/divmodqi.S: Likewise.
1082 * config/rl78/divmodsi.S: Likewise.
1083 * config/rl78/mulsi3.S: Likewise.
1084 * config/rl78/lib2div.c: Remove G10 functions.
1085 * config/rl78/lib2muls.c: Likewise.
1086 * config/rl78/t-rl8 (HOST_LIBGCC2_CFLAGS): Define.
1087 * config/rl78/vregs.h (START_FUNC): New macro.
1088 (END_FUNC): New macro.
1089
1090 2014-11-12 Matthew Fortune <matthew.fortune@imgtec.com>
1091
1092 * config/mips/mips16.S: Set .module when supported. Update O32
1093 FP64 calling convention and use for FPXX when possible. Add FPXX
1094 calling convention fallback case.
1095
1096 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1097
1098 * config.host: Handle nvptx-*-*.
1099 * shared-object.mk (as-flags-$o): Define.
1100 ($(base)$(objext), $(base)_s$(objext)): Use it instead of
1101 -xassembler-with-cpp.
1102 * static-object.mk: Identical changes.
1103 * config/nvptx/t-nvptx: New file.
1104 * config/nvptx/crt0.s: New file.
1105 * config/nvptx/free.asm: New file.
1106 * config/nvptx/malloc.asm: New file.
1107 * config/nvptx/realloc.c: New file.
1108
1109 2014-10-30 Joseph Myers <joseph@codesourcery.com>
1110
1111 * Makefile.in (libgcc.map.in): New target.
1112 (libgcc.map): Use libgcc.map.in.
1113 * config/t-softfp (softfp_compat): New variable to be set by
1114 users.
1115 [$(softfp_compat) = y] (softfp_map_dep, softfp_set_symver): New
1116 variables.
1117 [$(softfp_compat) = y] (softfp_file_list): Use files in the build
1118 directory.
1119 [$(softfp_compat) = y] ($(softfp_file_list)): Generate wrappers
1120 that use compat symbols and disable all code unless [SHARED].
1121 * config/t-softfp-compat: New file.
1122 * find-symver.awk: New file.
1123 * configure.ac (--with-glibc-version): New configure option.
1124 (ppc_fp_compat): New variable set for powerpc*-*-linux*.
1125 * configure: Regenerate.
1126 * config.host (powerpc*-*-linux*): Use ${ppc_fp_compat} for
1127 soft-float and e500.
1128
1129 2014-10-29 Joseph Myers <joseph@codesourcery.com>
1130
1131 * config/t-hardfp (hardfp_exclusions): Document new variable for
1132 user to define.
1133 (hardfp_func_list): Exclude functions from $(hardfp_exclusions).
1134 * config/t-softfp (softfp_extras): Document new variable for user
1135 to define.
1136 (softfp_func_list): Add functions from $(softfp_extras).
1137 * config/rs6000/t-e500v1-fp, config/rs6000/t-e500v2-fp: New files.
1138 * config.host (powerpc*-*-linux*): For e500v1, use
1139 rs6000/t-e500v1-fp and t-hardfp; do not use t-softfp-sfdf and
1140 t-softfp-excl. For e500v2, use t-hardfp-sfdf, rs6000/t-e500v2-fp
1141 and t-hardfp; do not use t-softfp-sfdf and t-softfp-excl.
1142
1143 2014-10-26 John David Anglin <danglin@gcc.gnu.org>
1144
1145 * config/pa/linux-unwind.h (pa32_read_access_ok): New function.
1146 (pa32_fallback_frame_state): Use pa32_read_access_ok to check if
1147 memory read accesses are ok.
1148
1149 2014-10-25 Joseph Myers <joseph@codesourcery.com>
1150
1151 * configure.ac (ppc_fp_type): Set variable on powerpc*-*-linux*.
1152 * configure: Regenerate.
1153 * config.host (powerpc*-*-linux*): Use $ppc_fp_type to determine
1154 additions to tmake_file. Use t-hardfp-sfdf and t-hardfp instead
1155 of soft-fp for 32-bit classic hard float. Do not use
1156 t-softfp-excl for soft float.
1157
1158 2014-10-22 Joseph Myers <joseph@codesourcery.com>
1159
1160 * config.host (powerpc*-*-linux*): Only use soft-fp for 32-bit
1161 configurations.
1162 * config/rs6000/t-ppc64-fp (softfp_wrap_start, softfp_wrap_end):
1163 Remove variables.
1164
1165 2014-10-22 Georg-Johann Lay <avr@gjlay.de>
1166
1167 * config/avr/lib1funcs.S (__do_global_dtors): Fix wrong code
1168 introduced with 2014-10-21 trunk r216525.
1169
1170 2014-10-21 Joern Rennecke <joern.rennecke@embecosm.com>
1171 Vidya Praveen <vidya.praveen@atmel.com>
1172 Praveen Kumar Kaushik <Praveen_Kumar.Kaushik@atmel.com>
1173 Senthil Kumar Selvaraj <Senthil_Kumar.Selvaraj@atmel.com>
1174 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
1175
1176 * config/avr/lib1funcs.S (__do_global_dtors): Go back to descending
1177 order.
1178
1179 Updated library functions for AVRTINY arch.
1180 * config/avr/lib1funcs.S: Updated zero/tmp regs for AVRTINY.
1181 Replaced occurrences of r0/r1 with tmp/zero reg macros.
1182 Added wsubi/ wadi macros that expands conditionally as sbiw/ adiw
1183 or AVRTINY equivalent. Replaced occurrences of sbiw/adiw with
1184 wsubi/wadi macors.
1185 (__mulsi3_helper): Update stack, preserve callee saved regs and
1186 argument from stack. Restore callee save registers.
1187 (__mulpsi3): Likewise.
1188 (__muldi3, __udivmodsi4, __divmodsi4, __negsi2, __umoddi3, __udivmod64,
1189 __moddi3, __adddi3, __adddi3_s8, __subdi3, __cmpdi2, __cmpdi2_s8,
1190 __negdi2, __prologue_saves__, __epilogue_restores__): Excluded for
1191 AVRTINY.
1192 (__tablejump2__): Added lpm equivalent instructions for AVRTINY.
1193 (__do_copy_data): Added new definition for AVRTINY.
1194 (__do_clear_bss): Replace r17 by r18 to preserve zero reg for AVRTINY.
1195 (__load_3, __load_4, __xload_1, __xload_2, __xload_3,
1196 __xload_4, __movmemx_qi, __movmemx_hi): Excluded for AVRTINY.
1197 * config/avr/lib1funcs-fixed.S: Replaced occurrences of r0/r1 with
1198 tmp/zero reg macros. Replaced occurrences of sbiw/adiw with wsubi/wadi
1199 macors.
1200 * config/avr/t-avr (LIB1ASMFUNCS): Remove unsupported functions for
1201 AVRTINY.
1202
1203 Fix broken long multiplication on tiny arch.
1204
1205 2014-10-09 Joseph Myers <joseph@codesourcery.com>
1206
1207 * soft-fp/double.h: Update from glibc.
1208 * soft-fp/eqdf2.c: Likewise.
1209 * soft-fp/eqsf2.c: Likewise.
1210 * soft-fp/eqtf2.c: Likewise.
1211 * soft-fp/extenddftf2.c: Likewise.
1212 * soft-fp/extended.h: Likewise.
1213 * soft-fp/extendsfdf2.c: Likewise.
1214 * soft-fp/extendsftf2.c: Likewise.
1215 * soft-fp/extendxftf2.c: Likewise.
1216 * soft-fp/gedf2.c: Likewise.
1217 * soft-fp/gesf2.c: Likewise.
1218 * soft-fp/getf2.c: Likewise.
1219 * soft-fp/ledf2.c: Likewise.
1220 * soft-fp/lesf2.c: Likewise.
1221 * soft-fp/letf2.c: Likewise.
1222 * soft-fp/op-1.h: Likewise.
1223 * soft-fp/op-2.h: Likewise.
1224 * soft-fp/op-4.h: Likewise.
1225 * soft-fp/op-8.h: Likewise.
1226 * soft-fp/op-common.h: Likewise.
1227 * soft-fp/quad.h: Likewise.
1228 * soft-fp/single.h: Likewise.
1229 * soft-fp/soft-fp.h: Likewise.
1230 * soft-fp/unorddf2.c: Likewise.
1231 * soft-fp/unordsf2.c: Likewise.
1232 * soft-fp/unordtf2.c: Likewise.
1233 * config/c6x/eqd.c (__c6xabi_eqd): Update call to FP_CMP_EQ_D.
1234 * config/c6x/eqf.c (__c6xabi_eqf): Update call to FP_CMP_EQ_S.
1235 * config/c6x/ged.c (__c6xabi_ged): Update call to FP_CMP_D.
1236 * config/c6x/gef.c (__c6xabi_gef): Update call to FP_CMP_S.
1237 * config/c6x/gtd.c (__c6xabi_gtd): Update call to FP_CMP_D.
1238 * config/c6x/gtf.c (__c6xabi_gtf): Update call to FP_CMP_S.
1239 * config/c6x/led.c (__c6xabi_led): Update call to FP_CMP_D.
1240 * config/c6x/lef.c (__c6xabi_lef): Update call to FP_CMP_S.
1241 * config/c6x/ltd.c (__c6xabi_ltd): Update call to FP_CMP_D.
1242 * config/c6x/ltf.c (__c6xabi_ltf): Update call to FP_CMP_S.
1243
1244 2014-10-08 Rong Xu <xur@google.com>
1245
1246 * libgcov-util.c (read_gcda_file): Fix format.
1247 (find_match_gcov_info): Ditto.
1248 (calculate_2_entries): New.
1249 (compute_one_gcov): Ditto.
1250 (gcov_info_count_all_cold): Ditto.
1251 (gcov_info_count_all_zero): Ditto.
1252 (extract_file_basename): Ditto.
1253 (get_file_basename): Ditto.
1254 (set_flag): Ditto.
1255 (matched_gcov_info): Ditto.
1256 (calculate_overlap): Ditto.
1257 (gcov_profile_overlap): Ditto.
1258 * libgcov-driver.c (compute_summary): Make
1259 it avavilable for external calls.
1260
1261 2014-10-06 Rong Xu <xur@google.com>
1262
1263 * Makefile.in: Ditto.
1264 * libgcov-driver.c (gcov_sort_n_vals): New utility function.
1265 (gcov_sort_icall_topn_counter): Ditto.
1266 (gcov_sort_topn_counter_arrays): Ditto.
1267 (dump_one_gcov): Sort indirect_call topn counters.
1268 * libgcov-merge.c (__gcov_merge_icall_topn): New merge
1269 function.
1270 * libgcov-profiler.c (__gcov_topn_value_profiler_body): New
1271 utility function.
1272 (__gcov_indirect_call_topn_profiler): New profiler function.
1273 * libgcov-util.c (__gcov_icall_topn_counter_op): New.
1274 * libgcov.h: New decls.
1275
1276 2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
1277
1278 * config.host: Remove support for score-*.
1279
1280 2014-09-22 Joseph Myers <joseph@codesourcery.com>
1281
1282 * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
1283 (__LIBGCC_XF_MANT_DIG__): Define if not already defined.
1284 (LONG_DOUBLE_HAS_XF_MODE): Define in terms of
1285 __LIBGCC_XF_MANT_DIG__.
1286 (__LIBGCC_TF_MANT_DIG__): Define if not already defined.
1287 (LONG_DOUBLE_HAS_TF_MODE): Define in terms of
1288 __LIBGCC_TF_MANT_DIG__.
1289 * libgcc2.c (NOTRUNC): Define in terms of
1290 __LIBGCC_*_EXCESS_PRECISION__, not LIBGCC2_LONG_DOUBLE_TYPE_SIZE.
1291 * libgcc2.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
1292
1293 2014-09-22 Joseph Myers <joseph@codesourcery.com>
1294
1295 PR target/63312
1296 * config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
1297 New macros.
1298
1299 2014-09-22 Hans-Peter Nilsson <hp@axis.com>
1300
1301 * crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS
1302 override USE_PT_GNU_EH_FRAME.
1303 [__LIBGCC_EH_FRAME_SECTION_NAME__ && !USE_PT_GNU_EH_FRAME]: Sanity-
1304 check USE_EH_FRAME_REGISTRY_ALWAYS against
1305 __LIBGCC_EH_FRAME_SECTION_NAME__, emit error if unsane.
1306 * Makefile.in (FORCE_EXPLICIT_EH_REGISTRY): New
1307 variable for substituted force_explicit_eh_registry.
1308 (CRTSTUFF_CFLAGS): Add FORCE_EXPLICIT_EH_REGISTRY.
1309 * configure.ac (explicit-exception-frame-registration):
1310 New AC_ARG_ENABLE.
1311 * configure: Regenerate.
1312
1313 2014-09-19 Olivier Hainque <hainque@adacore.com>
1314
1315 * config.host (powerpc-wrs-vxworksmils): New configuration,
1316 same as vxworksae.
1317
1318 2014-09-18 Joseph Myers <joseph@codesourcery.com>
1319
1320 * libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__.
1321
1322 2014-09-18 Joseph Myers <joseph@codesourcery.com>
1323
1324 * config/i386/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): Treat clear
1325 bits not set bits as indicating trapping exceptions.
1326
1327 2014-09-17 Nathan sidwell <nathan@acm.org>
1328
1329 * Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
1330 (LIBGCOV_DRIVER): ... here.
1331 * libgcov-driver.c (gcov_master): New.
1332 (gcov_exit): Remove from master chain.
1333 (__gcov_init): Add to master chain if version compatible. Don't
1334 clear the version.
1335 * libgcov_interface (__gcov_flust): Call gcov_dump_int.
1336 (gcov_reset_int): Clear master chain, if compatible.
1337 (gcov_dump_int): New internal interface. Dump master chain, if
1338 compatible.
1339 (gcov_dump): Alias for gcov_dump_int.
1340 * libgcov.h (struct gcov_root): Add next and prev fields.
1341 (struct gcov_master): New struct.
1342 (__gcov_master): New.
1343 (gcov_dump_int): Declare.
1344
1345 2014-09-17 Olivier Hainque <hainque@adacore.com>
1346
1347 * config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
1348 and crtbegin.o + crtend.o to extra_parts.
1349
1350 2014-09-12 Joseph Myers <joseph@codesourcery.com>
1351
1352 * libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
1353 __LIBGCC_HAS_SF_MODE__.
1354 (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
1355 (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
1356 (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
1357 * config/libbid/bid_gcc_intrinsics.h
1358 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
1359 (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
1360 (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
1361 * fixed-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
1362 (LIBGCC2_HAS_SF_MODE): Define using __LIBGCC_HAS_SF_MODE__.
1363 (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
1364
1365 2014-09-11 Georg-Johann Lay <avr@gjlay.de>
1366
1367 PR target/63223
1368 * config/avr/libgcc.S (__tablejump2__): Rewrite to use RAMPZ, ELPM
1369 and R24 as needed. Make work for all devices and .text locations.
1370 (__do_global_ctors, __do_global_dtors): Use word addresses.
1371 (__tablejump__, __tablejump_elpm__): Remove functions.
1372 * t-avr (LIB1ASMFUNCS): Remove _tablejump, _tablejump_elpm.
1373 Add _tablejump2.
1374 (XICALL, XIJMP): New macros.
1375
1376 2014-09-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
1377 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1378
1379 * config.host (aarch64*): Include crtfastmath.o and
1380 t-crtfm.
1381 * config/aarch64/crtfastmath.c: New file.
1382
1383 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
1384
1385 * config.host: Remove picochip support.
1386 * config/picochip/adddi3.S: Remove.
1387 * config/picochip/ashlsi3.S: Remove.
1388 * config/picochip/ashlsi3.c: Remove.
1389 * config/picochip/ashrsi3.S: Remove.
1390 * config/picochip/ashrsi3.c: Remove.
1391 * config/picochip/clzsi2.S: Remove.
1392 * config/picochip/cmpsi2.S: Remove.
1393 * config/picochip/divmod15.S: Remove.
1394 * config/picochip/divmodhi4.S: Remove.
1395 * config/picochip/divmodsi4.S: Remove.
1396 * config/picochip/lib1funcs.S: Remove.
1397 * config/picochip/longjmp.S: Remove.
1398 * config/picochip/lshrsi3.S: Remove.
1399 * config/picochip/lshrsi3.c: Remove.
1400 * config/picochip/parityhi2.S: Remove.
1401 * config/picochip/popcounthi2.S: Remove.
1402 * config/picochip/setjmp.S: Remove.
1403 * config/picochip/subdi3.S: Remove.
1404 * config/picochip/t-picochip: Remove.
1405 * config/picochip/ucmpsi2.S: Remove.
1406 * config/picochip/udivmodhi4.S: Remove.
1407 * config/picochip/udivmodsi4.S: Remove.
1408
1409 2014-09-08 Joseph Myers <joseph@codesourcery.com>
1410
1411 * libgcc2.c (SF_SIZE): Change all uses to __LIBGCC_SF_MANT_DIG__.
1412 (DF_SIZE): Change all uses to __LIBGCC_DF_MANT_DIG__.
1413 (XF_SIZE): Change all uses to __LIBGCC_XF_MANT_DIG__.
1414 (TF_SIZE): Change all uses to __LIBGCC_TF_MANT_DIG__.
1415 * libgcc2.h (SF_SIZE): Change to __LIBGCC_SF_MANT_DIG__. Give
1416 error if not defined and LIBGCC2_HAS_SF_MODE is defined.
1417 (DF_SIZE): Change to __LIBGCC_DF_MANT_DIG__. Give error if not
1418 defined and LIBGCC2_HAS_DF_MODE is defined.
1419 (XF_SIZE): Change to __LIBGCC_XF_MANT_DIG__. Give error if not
1420 defined and LIBGCC2_HAS_XF_MODE is defined.
1421 (TF_SIZE): Change to __LIBGCC_TF_MANT_DIG__. Give error if not
1422 defined and LIBGCC2_HAS_TF_MODE is defined.
1423
1424 2014-09-08 Joseph Myers <joseph@codesourcery.com>
1425
1426 * fp-bit.c (pack_d, unpack_d): Remove LARGEST_EXPONENT_IS_NORMAL
1427 and ROUND_TOWARDS_ZERO conditionals.
1428
1429 2014-09-07 Nathan sidwell <nathan@acm.org>
1430
1431 * libgcov-interface.c (STRONG_ALIAS): Rename to ...
1432 (ALIAS_weak): ... here. Use forwarding function. Adjust uses.
1433
1434 2014-09-05 Joseph Myers <joseph@codesourcery.com>
1435
1436 * Makefile.in (CRTSTUFF_CFLAGS): Add -fbuilding-libgcc.
1437 * config/aarch64/linux-unwind.h (STACK_POINTER_REGNUM): Change all
1438 uses to __LIBGCC_STACK_POINTER_REGNUM__.
1439 (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
1440 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1441 * config/alpha/vms-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
1442 Change use to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1443 * config/cr16/unwind-cr16.c (STACK_GROWS_DOWNWARD): Change all
1444 uses to __LIBGCC_STACK_GROWS_DOWNWARD__.
1445 (DWARF_FRAME_REGISTERS): Change all uses to
1446 __LIBGCC_DWARF_FRAME_REGISTERS__.
1447 (EH_RETURN_STACKADJ_RTX): Change all uses to
1448 __LIBGCC_EH_RETURN_STACKADJ_RTX__.
1449 * config/cr16/unwind-dw2.h (DWARF_FRAME_REGISTERS): Change use to
1450 __LIBGCC_DWARF_FRAME_REGISTERS__. Remove conditional definition.
1451 * config/i386/cygming-crtbegin.c (EH_FRAME_SECTION_NAME): Change
1452 use to __LIBGCC_EH_FRAME_SECTION_NAME__.
1453 (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__.
1454 * config/i386/cygming-crtend.c (EH_FRAME_SECTION_NAME): Change use
1455 to __LIBGCC_EH_FRAME_SECTION_NAME__.
1456 (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__
1457 * config/mips/linux-unwind.h (STACK_POINTER_REGNUM): Change use to
1458 __LIBGCC_STACK_POINTER_REGNUM__.
1459 (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
1460 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1461 * config/nios2/linux-unwind.h (STACK_POINTER_REGNUM): Change use
1462 to __LIBGCC_STACK_POINTER_REGNUM__.
1463 * config/pa/hpux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
1464 all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1465 * config/pa/linux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
1466 all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1467 * config/rs6000/aix-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
1468 Change all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
1469 (STACK_POINTER_REGNUM): Change all uses to
1470 __LIBGCC_STACK_POINTER_REGNUM__.
1471 * config/rs6000/darwin-fallback.c (STACK_POINTER_REGNUM): Change
1472 use to __LIBGCC_STACK_POINTER_REGNUM__.
1473 * config/rs6000/linux-unwind.h (STACK_POINTER_REGNUM): Change all
1474 uses to __LIBGCC_STACK_POINTER_REGNUM__.
1475 * config/sparc/linux-unwind.h (DWARF_FRAME_REGISTERS): Change use
1476 to __LIBGCC_DWARF_FRAME_REGISTERS__.
1477 * config/sparc/sol2-unwind.h (DWARF_FRAME_REGISTERS): Change use
1478 to __LIBGCC_DWARF_FRAME_REGISTERS__.
1479 * config/tilepro/linux-unwind.h (STACK_POINTER_REGNUM): Change use
1480 to __LIBGCC_STACK_POINTER_REGNUM__.
1481 * config/xtensa/unwind-dw2-xtensa.h (DWARF_FRAME_REGISTERS):
1482 Remove conditional definition.
1483 * crtstuff.c (TEXT_SECTION_ASM_OP): Change all uses to
1484 __LIBGCC_TEXT_SECTION_ASM_OP__.
1485 (EH_FRAME_SECTION_NAME): Change all uses to
1486 __LIBGCC_EH_FRAME_SECTION_NAME__.
1487 (EH_TABLES_CAN_BE_READ_ONLY): Change all uses to
1488 __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__.
1489 (CTORS_SECTION_ASM_OP): Change all uses to
1490 __LIBGCC_CTORS_SECTION_ASM_OP__.
1491 (DTORS_SECTION_ASM_OP): Change all uses to
1492 __LIBGCC_DTORS_SECTION_ASM_OP__.
1493 (JCR_SECTION_NAME): Change all uses to
1494 __LIBGCC_JCR_SECTION_NAME__.
1495 (INIT_SECTION_ASM_OP): Change all uses to
1496 __LIBGCC_INIT_SECTION_ASM_OP__.
1497 (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
1498 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
1499 * generic-morestack.c (STACK_GROWS_DOWNWARD): Change all uses to
1500 __LIBGCC_STACK_GROWS_DOWNWARD__.
1501 * libgcc2.c (INIT_SECTION_ASM_OP): Change all uses to
1502 __LIBGCC_INIT_SECTION_ASM_OP__.
1503 (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
1504 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
1505 (EH_FRAME_SECTION_NAME): Change all uses to
1506 __LIBGCC_EH_FRAME_SECTION_NAME__.
1507 * libgcov-profiler.c (VTABLE_USES_DESCRIPTORS): Remove conditional
1508 definitions. Change all uses to
1509 __LIBGCC_VTABLE_USES_DESCRIPTORS__.
1510 * unwind-dw2.c (STACK_GROWS_DOWNWARD): Change all uses to
1511 __LIBGCC_STACK_GROWS_DOWNWARD__.
1512 (DWARF_FRAME_REGISTERS): Change all uses to
1513 __LIBGCC_DWARF_FRAME_REGISTERS__.
1514 (EH_RETURN_STACKADJ_RTX): Change all uses to
1515 __LIBGCC_EH_RETURN_STACKADJ_RTX__.
1516 * unwind-dw2.h (DWARF_FRAME_REGISTERS): Remove conditional
1517 definition. Change use to __LIBGCC_DWARF_FRAME_REGISTERS__.
1518 * unwind-sjlj.c (DONT_USE_BUILTIN_SETJMP): Change all uses to
1519 __LIBGCC_DONT_USE_BUILTIN_SETJMP__.
1520 (JMP_BUF_SIZE): Change use to __LIBGCC_JMP_BUF_SIZE__.
1521
1522 2014-09-02 Nathan sidwell <nathan@acm.org>
1523
1524 * libgcov-interface.c (STRONG_ALIAS): New.
1525 (__gcov_flush): Call __gcov_reset_int.
1526 (__gcov_reset): Strong alias for ...
1527 (__gcov_reset_ing): ... this renamed hidden version.
1528 * libgcov.h (__gcov_reset_int): New declaration.
1529
1530 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
1531
1532 * config/i386/cygming-crtend.c (register_frame_ctor): Move atexit
1533 call from here...
1534 * config/i386/cygming-crtbegin.c (__gcc_register_frame): to here.
1535 (__dso_handle): Define on Cygwin.
1536 * config/i386/t-cygming (crtbeginS.o): New rule.
1537 * config.host (*-*-cygwin*): Add crtbeginS.o to extra_parts.
1538
1539 * config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
1540 declaration syntax.
1541
1542 2014-08-13 Steve Ellcey <sellcey@mips.com>
1543
1544 * crtstuff.c: Undef caddr_t.
1545
1546 2014-08-12 Steve Ellcey <sellcey@mips.com>
1547
1548 * config/mips/mips16.S: Skip when __mips_soft_float is defined.
1549
1550 2014-08-07 Nathan Sidwell <nathan@acm.org>
1551
1552 * Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...
1553 (LIBGCOV_DRIVER): ... to here.
1554 * libgcov.h (gcov_do_dump): New #define.
1555 (struct gcov_root): New.
1556 (__gcov_root): New declaration.
1557 (__gcov_dump_one): Declare.
1558 * libgcov-driver.c (gcov_list, gcov_dump_complete,
1559 run_accounted): Delete.
1560 (gcov_compute_histogram): Add LIST argument, adjust.
1561 (compute_summary): Adjust gcov_compute_histogram call.
1562 (gcov_do_dump): Not hidden, static in libgcov.
1563 (gcov_clear): Move to interface.c.
1564 (__gcov_dump_one): New, broken out of ...
1565 (gcov_exit): ... here. Make static.
1566 (__gcov_root): New.
1567 (__gcov_init): Adjust.
1568 * libgcov-interface.c (gcov_clear, gcov_exit): Remove
1569 declarations.
1570 (__gcov_flush): Use __gcov_dump_one and __gcov_reset.
1571 (gcov_clear): Moved from driver.c. Add LIST argument.
1572 (__gcov_reset): Adjust for changed interfaces.
1573 (__gcov_fork): Remove local declaration of __gcov_flush_mx.
1574
1575 2014-08-04 Rohit <rohitarulraj@freescale.com>
1576
1577 PR target/60102
1578 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Update
1579 based on change in SPE high register numbers and 3 HTM registers.
1580
1581 2014-08-01 Nathan Sidwell <nathan@acm.org>
1582
1583 * Makefile.in (LIBGCOV_MERGE, LIBGCOV_PROFILER,
1584 LIBGCOV_INTERFACE): Reformat.
1585 * libgcov-driver.c (gcov_exit, __gcov_init): Disable when
1586 IN_GCOV_TOOL.
1587 * libgcov-interface.c: Reformat some comments.
1588 (__gcov_flush_mx): Add declaration. Tidy up definition.
1589
1590 2014-07-31 Alan Modra <amodra@gmail.com>
1591 Peter Bergner <bergner@vnet.ibm.com>
1592
1593 * config/rs6000/ibm-ldouble.c (typedef union longDblUnion): Delete.
1594 (pack_ldouble): New function.
1595 (__gcc_qadd): Use it.
1596 (__gcc_qmul): Likewise.
1597 (__gcc_qdiv): Likewise.
1598 (__gcc_qneg): Likewise.
1599 (__gcc_stoq): Likewise.
1600 (__gcc_dtoq): Likewise.
1601
1602 2014-07-30 J. D. Johnston <jjohnst@us.ibm.com>
1603
1604 * config/s390/tpf-unwind.h: Include <stdbool.h>.
1605 (__tpf_eh_return): Add original return address as second parameter.
1606 Handle cases where unwinder routines were called directly, instead
1607 of from within the C++ library.
1608
1609 2014-07-29 Nathan Sidwell <nathan@acm.org>
1610
1611 * libgcov.h: Move renaming of entry points to lib gcov specific
1612 portion.
1613 (gcov_do_dump): New rename.
1614 (gcov_rewrite): Remove inline, make HIDDEN.
1615 * libgcov-driver.c (gcov_clear, gcov_exit): Remove declarations.
1616 (gcov_exit_compute_summary): Rename to ...
1617 (compute_summary): ... here. Add LIST argument.
1618 (gcov_exit_merge_gcda): Rename to ...
1619 (merge_one_data): ... here.
1620 (gcov_exit_write_gcda): Rename to ...
1621 (write_one_data): ... here.
1622 (gcov_exit_merge_summary): Rename to ...
1623 (merge_summary): Add RUN_COUNTED argument.
1624 (gcov_exit_dump_gcov): Rename to ...
1625 (dump_one_gcov): Add RUN_COUNTED argument.
1626 (gcov_do_dump): New function, broken out of ...
1627 (gcov_exit): ... here. Call it.
1628
1629 2014-07-27 Anthony Green <green@moxielogic.com>
1630
1631 * config.host: Add moxiebox configuration suppport.
1632
1633 2014-07-27 Nathan Sidwell <nathan@acm.org>
1634
1635 * libgcov-driver.c (struct gcov_filename_aux): Rename ...
1636 (struct gcov_filename): ... here. Include buffer and max length
1637 fields.
1638 (gcov_max_filename): Remove.
1639 (gi_filename): Remove.
1640 (gcov_exit_compute_summary): Compute max filename here.
1641 (gcov_exit_merge_gcda): Add filename parm, adjust.
1642 (gcov_exit_merge_summary): Likewise.
1643 (gcov_exit_dump_gcov): Adjust for struct gcov_filename changes.
1644 (gcov_exit): Likewise.
1645 (__gcov_init): Don't calculate max length here.
1646 * libgcov_util.c (max_filename_len): Remove.
1647 (read_gcda_file): Don't calculate max length here.
1648 (gcov_read_profile_dir): Don't propagate here.
1649 * libgcov-driver-system.c (alloc_filename_struct): Adjust for
1650 struct gcov_filename changes.
1651 (gcov_exit_open_gcda_file): Likewise.
1652
1653 2014-07-25 Nathan Sidwell <nathan@acm.org>
1654
1655 * libgcov-driver.c (set_gcov_dump_complete,
1656 reset_gcov_dump_complete, get_gcov_dump_complete): Remove global
1657 functions polluting user's namespace.
1658 (gcov_exit): Set variable directly.
1659 (gcov_clear): Reset variable directly.
1660 * libgcov-interface.c (get_gcov_dymp_complete,
1661 reset_gov_dump_complete): Remove declarations.
1662 (__gcov_reset, __gcov_dump): Don't call them.
1663
1664 2014-07-24 DJ Delorie <dj@redhat.com>
1665
1666 * config/i386/cygming-crtbegin.c (deregister_frame_fn): Newly public.
1667 (__gcc_deregister_frame): Move logic to detect deregister function
1668 to ...
1669 (__gcc_register_frame): here, so it's consistent with the register
1670 logic.
1671
1672 2014-07-23 Nathan Sidwell <nathan@acm.org>
1673
1674 * libgcov-driver.c (set_gcov_list): Remove.
1675 (gcov_list): Make non-static in GCOV_TOOL.
1676 * libgcov.h (GCOV_TOOL_LINKAGE): Remove unused #define.
1677
1678 2014-07-17 John David Anglin <danglin@gcc.gnu.org>
1679
1680 * config/pa/linux-atomic.c (__sync_lock_release_4): New.
1681 (SYNC_LOCK_RELEASE): Update to use __kernel_cmpxchg for release.
1682 Don't use SYNC_LOCK_RELEASE for int type.
1683
1684 2014-07-14 Richard Biener <rguenther@suse.de>
1685
1686 * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
1687
1688 2014-07-11 Rong Xu <xur@google.com>
1689
1690 * libgcov-util.c (gcov_max_filename): Fix declartion.
1691
1692 2014-07-10 Rong Xu <xur@google.com>
1693
1694 Add gcov-tool: an offline gcda profile processing tool
1695 Support.
1696 * libgcov-driver.c (gcov_max_filename): Make available
1697 to gcov-tool.
1698 * libgcov-merge.c (__gcov_merge_add): Replace
1699 gcov_read_counter() with a Macro.
1700 (__gcov_merge_ior): Ditto.
1701 (__gcov_merge_time_profile): Ditto.
1702 (__gcov_merge_single): Ditto.
1703 (__gcov_merge_delta): Ditto.
1704 * libgcov-util.c (void gcov_set_verbose): Set the verbose flag
1705 in the utility functions.
1706 (set_fn_ctrs): Utility function for reading gcda files to in-memory
1707 gcov_list object link lists.
1708 (tag_function): Ditto.
1709 (tag_blocks): Ditto.
1710 (tag_arcs): Ditto.
1711 (tag_lines): Ditto.
1712 (tag_counters): Ditto.
1713 (tag_summary): Ditto.
1714 (read_gcda_finalize): Ditto.
1715 (read_gcda_file): Ditto.
1716 (ftw_read_file): Ditto.
1717 (read_profile_dir_init): Ditto.
1718 (gcov_read_profile_dir): Ditto.
1719 (gcov_read_counter_mem): Ditto.
1720 (gcov_get_merge_weight): Ditto.
1721 (merge_wrapper): A wrapper function that calls merging handler.
1722 (gcov_merge): Merge two gcov_info objects with weights.
1723 (find_match_gcov_info): Find the matched gcov_info in the list.
1724 (gcov_profile_merge): Merge two gcov_info object lists.
1725 (__gcov_add_counter_op): Process edge profile counter values.
1726 (__gcov_ior_counter_op): Process IOR profile counter values.
1727 (__gcov_delta_counter_op): Process delta profile counter values.
1728 (__gcov_single_counter_op): Process single profile counter values.
1729 (fp_scale): Callback function for float-point scaling.
1730 (int_scale): Callback function for integer fraction scaling.
1731 (gcov_profile_scale): Scaling profile counters.
1732 (gcov_profile_normalize): Normalize profile counters.
1733 * libgcov.h: Add headers and functions for gcov-tool use.
1734 (gcov_get_counter): New.
1735 (gcov_get_counter_target): Ditto.
1736 (struct gcov_info): Make the functions field mutable in gcov-tool
1737 compilation.
1738
1739 2014-06-23 Kai Tietz <ktietz@redhat.com>
1740
1741 PR libgcc/61585
1742 * unwind-seh.c (_Unwind_GetGR): Check for proper
1743 index range.
1744 (_Unwind_SetGR): Likewise.
1745
1746 2014-05-22 Nick Clifton <nickc@redhat.com>
1747
1748 * config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
1749 -mhwmult=none.
1750
1751 2014-05-22 Teresa Johnson <tejohnson@google.com>
1752
1753 * libgcov-driver.c (gcov_error): Move declaration before gcov-io.c
1754 include.
1755
1756 2014-05-20 John Marino <gnugcc@marino.st>
1757
1758 * config.host (*-*-dragonfly*): New target.
1759 * crtstuff.c: Make dl_iterate_support generic on *bsd.
1760 * enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
1761 * unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
1762 * config/i386/dragonfly-unwind.h: New.
1763
1764 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1765
1766 PR libgcc/60166
1767 * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S)
1768 (_FP_NANFRAC_D, _FP_NANSIGN_Q): Set the quiet bit.
1769
1770 2014-05-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
1771
1772 * unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
1773 implementation.
1774
1775 2014-05-12 Georg-Johann Lay <avr@gjlay.de>
1776
1777 * config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception.
1778
1779 2014-05-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1780
1781 PR libgcc/61097
1782 * config/t-slibgcc-sld: Only build and install libgcc-unwind.map
1783 if --enable-shared.
1784
1785 2014-04-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1786
1787 Work around for current cygwin32 build problems.
1788 * config/i386/cygming-crtbegin.c (__register_frame_info,
1789 __deregister_frame_info, _Jv_RegisterClasses): Compile weak default
1790 functions only for 64-bit systems.
1791
1792 2014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1793
1794 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
1795 (sigill_caught, sigill_hdlr): Remove.
1796
1797 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1798
1799 * config/i386/crtfastmath.c (set_fast_math): Remove SSE execution
1800 check.
1801 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
1802 Solaris 9 single-threaded support.
1803 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
1804 Solaris 9 single-threaded support. Add call_user_handler code
1805 sequences.
1806 (sparc_is_sighandler): Likewise.
1807
1808 2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1809
1810 * config.host: Append t-floattodi to tmake_file depending on
1811 host_address.
1812
1813 2014-03-20 Joel Sherrill <joel.sherrill@oarcorp.com>
1814
1815 * config.host (v850*-*-*): Add to tmake_file instead of resetting it.
1816
1817 2014-03-10 Uros Bizjak <ubizjak@gmail.com>
1818
1819 PR libgcc/60472
1820 * crtstuff.c (frame_dummy): Use void **jcr_list temporary
1821 variable to avoid "array subscript is above array bounds" warnings.
1822 Use __builtin_expect when checking *jcr_list for NULL.
1823
1824 2014-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1825
1826 PR libgcc/59339
1827 * config.host (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu)
1828 (*-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Only add
1829 vtv_*.o to extra_parts if enable_vtable_verify.
1830
1831 2014-03-06 Nick Clifton <nickc@redhat.com>
1832
1833 * config/msp430/t-msp430 (LIB2ADD): Add lib2hw_mul.S
1834 * config/msp430/lib2hw_mul.S: New: Hardware multiply routines.
1835
1836 2014-02-28 Joey Ye <joey.ye@arm.com>
1837
1838 PR libgcc/60166
1839 * config/arm/sfp-machine.h (_FP_NANFRAC_H,
1840 _FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q):
1841 Set to zero.
1842
1843 2014-02-24 Walter Lee <walt@tilera.com>
1844
1845 * config.host: Support "tilegx*" and "tilepro*" triplets.
1846 * config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
1847 * config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.
1848
1849 2014-02-20 Sandra Loosemore <sandra@codesourcery.com>
1850 Chung-Lin Tang <cltang@codesourcery.com>
1851
1852 * config/nios2/t-nios2 (CRTSTUFF_T_CFLAGS): Add -mno-gpopt.
1853 * config/nios2/crti.S: Remove .file directive.
1854 * config/nios2/crtn.S: Likewise.
1855
1856 2014-02-18 Kai Tietz <ktietz@redhat.com>
1857 Jonathan Schleifer <js@webkeks.org>
1858
1859 PR objc/56870
1860 * unwind-seh.c (_GCC_specific_handler): Pass proper
1861 value to unwind-handler.
1862
1863 2014-02-12 Joseph Myers <joseph@codesourcery.com>
1864
1865 * soft-fp/adddf3.c: Update from glibc.
1866 * soft-fp/addsf3.c: Likewise.
1867 * soft-fp/addtf3.c: Likewise.
1868 * soft-fp/divdf3.c: Likewise.
1869 * soft-fp/divsf3.c: Likewise.
1870 * soft-fp/divtf3.c: Likewise.
1871 * soft-fp/double.h: Likewise.
1872 * soft-fp/eqdf2.c: Likewise.
1873 * soft-fp/eqsf2.c: Likewise.
1874 * soft-fp/eqtf2.c: Likewise.
1875 * soft-fp/extenddftf2.c: Likewise.
1876 * soft-fp/extended.h: Likewise.
1877 * soft-fp/extendsfdf2.c: Likewise.
1878 * soft-fp/extendsftf2.c: Likewise.
1879 * soft-fp/extendxftf2.c: Likewise.
1880 * soft-fp/fixdfdi.c: Likewise.
1881 * soft-fp/fixdfsi.c: Likewise.
1882 * soft-fp/fixdfti.c: Likewise.
1883 * soft-fp/fixsfdi.c: Likewise.
1884 * soft-fp/fixsfsi.c: Likewise.
1885 * soft-fp/fixsfti.c: Likewise.
1886 * soft-fp/fixtfdi.c: Likewise.
1887 * soft-fp/fixtfsi.c: Likewise.
1888 * soft-fp/fixtfti.c: Likewise.
1889 * soft-fp/fixunsdfdi.c: Likewise.
1890 * soft-fp/fixunsdfsi.c: Likewise.
1891 * soft-fp/fixunsdfti.c: Likewise.
1892 * soft-fp/fixunssfdi.c: Likewise.
1893 * soft-fp/fixunssfsi.c: Likewise.
1894 * soft-fp/fixunssfti.c: Likewise.
1895 * soft-fp/fixunstfdi.c: Likewise.
1896 * soft-fp/fixunstfsi.c: Likewise.
1897 * soft-fp/fixunstfti.c: Likewise.
1898 * soft-fp/floatdidf.c: Likewise.
1899 * soft-fp/floatdisf.c: Likewise.
1900 * soft-fp/floatditf.c: Likewise.
1901 * soft-fp/floatsidf.c: Likewise.
1902 * soft-fp/floatsisf.c: Likewise.
1903 * soft-fp/floatsitf.c: Likewise.
1904 * soft-fp/floattidf.c: Likewise.
1905 * soft-fp/floattisf.c: Likewise.
1906 * soft-fp/floattitf.c: Likewise.
1907 * soft-fp/floatundidf.c: Likewise.
1908 * soft-fp/floatundisf.c: Likewise.
1909 * soft-fp/floatunditf.c: Likewise.
1910 * soft-fp/floatunsidf.c: Likewise.
1911 * soft-fp/floatunsisf.c: Likewise.
1912 * soft-fp/floatunsitf.c: Likewise.
1913 * soft-fp/floatuntidf.c: Likewise.
1914 * soft-fp/floatuntisf.c: Likewise.
1915 * soft-fp/floatuntitf.c: Likewise.
1916 * soft-fp/gedf2.c: Likewise.
1917 * soft-fp/gesf2.c: Likewise.
1918 * soft-fp/getf2.c: Likewise.
1919 * soft-fp/ledf2.c: Likewise.
1920 * soft-fp/lesf2.c: Likewise.
1921 * soft-fp/letf2.c: Likewise.
1922 * soft-fp/muldf3.c: Likewise.
1923 * soft-fp/mulsf3.c: Likewise.
1924 * soft-fp/multf3.c: Likewise.
1925 * soft-fp/negdf2.c: Likewise.
1926 * soft-fp/negsf2.c: Likewise.
1927 * soft-fp/negtf2.c: Likewise.
1928 * soft-fp/op-1.h: Likewise.
1929 * soft-fp/op-2.h: Likewise.
1930 * soft-fp/op-4.h: Likewise.
1931 * soft-fp/op-8.h: Likewise.
1932 * soft-fp/op-common.h: Likewise.
1933 * soft-fp/quad.h: Likewise.
1934 * soft-fp/single.h: Likewise.
1935 * soft-fp/soft-fp.h: Likewise.
1936 * soft-fp/subdf3.c: Likewise.
1937 * soft-fp/subsf3.c: Likewise.
1938 * soft-fp/subtf3.c: Likewise.
1939 * soft-fp/truncdfsf2.c: Likewise.
1940 * soft-fp/trunctfdf2.c: Likewise.
1941 * soft-fp/trunctfsf2.c: Likewise.
1942 * soft-fp/trunctfxf2.c: Likewise.
1943 * soft-fp/unorddf2.c: Likewise.
1944 * soft-fp/unordsf2.c: Likewise.
1945 * soft-fp/unordtf2.c: Likewise.
1946 * config/aarch64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): New
1947 macro.
1948 * config/arm/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1949 Likewise.
1950 * config/c6x/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1951 Likewise.
1952 * config/cris/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1953 Likewise.
1954 * config/i386/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1955 Likewise.
1956 * config/ia64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1957 Likewise.
1958 * config/lm32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1959 Likewise.
1960 * config/mips/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1961 Likewise.
1962 * config/moxie/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1963 Likewise.
1964 * config/nds32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1965 Likewise.
1966 * config/nios2/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1967 Likewise.
1968 * config/rs6000/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1969 Likewise.
1970 * config/score/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1971 Likewise.
1972 * config/tilegx/sfp-machine32.h (_FP_TININESS_AFTER_ROUNDING):
1973 Likewise.
1974 * config/tilegx/sfp-machine64.h (_FP_TININESS_AFTER_ROUNDING):
1975 Likewise.
1976 * config/tilepro/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1977 Likewise.
1978
1979 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1980
1981 * config/s390/32/_fixdfdi.c: Throw invalid exception if number
1982 cannot be represented.
1983 * config/s390/32/_fixsfdi.c: Likewise.
1984 * config/s390/32/_fixtfdi.c: Likewise.
1985 * config/s390/32/_fixunsdfdi.c: Likewise.
1986 * config/s390/32/_fixunssfdi.c: Likewise.
1987 * config/s390/32/_fixunstfdi.c: Likewise.
1988
1989 2014-02-07 Richard Sandiford <rdsandiford@googlemail.com>
1990
1991 * configure.ac (libgcc_cv_mips_hard_float): New.
1992 * configure: Regenerate.
1993 * config.host (mips*-*-*): Use t-hardfp-sfdf rather than
1994 t-softfp-sfdf for hard-float targets.
1995 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Reinstate.
1996 (softfp_float_modes, softfp_int_modes, softfp_extensions)
1997 (softfp_truncations, softfp_exclude_libgcc2): New.
1998 * config/t-hardfp: New file.
1999 * config/t-hardfp-sfdf: Likewise.
2000 * config/hardfp.c: Likewise.
2001
2002 2014-02-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2003
2004 * config.host: Include t-floattodi also for s390x.
2005 * config/s390/32/_fixdfdi.c: Omit in 64 bit mode.
2006 * config/s390/32/_fixsfdi.c: Likewise.
2007 * config/s390/32/_fixtfdi.c: Likewise.
2008 * config/s390/32/_fixunsdfdi.c: Likewise.
2009 * config/s390/32/_fixunssfdi.c: Likewise.
2010 * config/s390/32/_fixunstfdi.c: Likewise.
2011
2012 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2013
2014 PR target/59788
2015 * config/t-slibgcc-sld (libgcc-unwind.map): New target.
2016 (install-libgcc-unwind-map-forbuild): New target.
2017 (all): Depend on install-libgcc-unwind-map-forbuild.
2018 (install-libgcc-unwind-map): New target.
2019 (install): Depend on install-libgcc-unwind-map.
2020
2021 2014-02-02 Sandra Loosemore <sandra@codesourcery.com>
2022
2023 * config/nios2/crti.S (_init): Initialize GOT pointer from
2024 _gp_got instead of _GLOBAL_OFFSET_TABLE_.
2025
2026 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
2027
2028 * configure.ac: Check __mips64 when setting host_address.
2029 * configure: Regenerate.
2030 * config.host (mips*-*-*): Add t-softfp-sfdf, mips/t-softfp-tf,
2031 mips/t-mips64 and t-softfp.
2032 (mips*-*-linux*): Don't add mips/t-tpbit.
2033 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS, FPBIT, FPBIT_CFLAGS)
2034 (DPBIT, DPBIT_CFLAGS): Delete.
2035 * config/mips/sfp-machine.h: New file.
2036 * config/mips/t-mips64: Likewise.
2037 * config/mips/t-softfp-tf: Likewise.
2038 * config/mips/t-tpbit: Delete.
2039
2040 2014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
2041
2042 * config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
2043 as long long.
2044
2045 2014-01-25 Walter Lee <walt@tilera.com>
2046
2047 * config/tilepro/atomic.c: Include tconfig.h. Don't include
2048 config.h or system.h.
2049 (bool) Define.
2050
2051 2014-01-25 Walter Lee <walt@tilera.com>
2052
2053 * config/tilepro/atomic.c (pre_atomic_barrier): Mark inline.
2054 (post_atomic_barrier): Ditto.
2055 (__fetch_and_do): New macro.
2056 (__atomic_fetch_and_do): Use __fetch_and_do.
2057 (__sync_fetch_and_do): New macro.
2058 (__sync_fetch_and_add_4): New function.
2059 (__sync_fetch_and_sub_4): New function.
2060 (__sync_fetch_and_or_4): New function.
2061 (__sync_fetch_and_and_4): New function.
2062 (__sync_fetch_and_xor_4): New function.
2063 (__sync_fetch_and_nand_4): New function.
2064 (__sync_fetch_and_add_8): New function.
2065 (__sync_fetch_and_sub_8): New function.
2066 (__sync_fetch_and_or_8): New function.
2067 (__sync_fetch_and_and_8): New function.
2068 (__sync_fetch_and_xor_8): New function.
2069 (__sync_fetch_and_nand_8): New function.
2070 (__do_and_fetch): New macro.
2071 (__atomic_do_and_fetch): Use __do_and_fetch.
2072 (__sync_do_and_fetch): New macro.
2073 (__sync_add_and_fetch_4): New function.
2074 (__sync_sub_and_fetch_4): New function.
2075 (__sync_or_and_fetch_4): New function.
2076 (__sync_and_and_fetch_4): New function.
2077 (__sync_xor_and_fetch_4): New function.
2078 (__sync_nand_and_fetch_4): New function.
2079 (__sync_add_and_fetch_8): New function.
2080 (__sync_sub_and_fetch_8): New function.
2081 (__sync_or_and_fetch_8): New function.
2082 (__sync_and_and_fetch_8): New function.
2083 (__sync_xor_and_fetch_8): New function.
2084 (__sync_nand_and_fetch_8): New function.
2085 (__sync_exchange_methods): New macro.
2086 (__sync_val_compare_and_swap_4): New function.
2087 (__sync_bool_compare_and_swap_4): New function.
2088 (__sync_lock_test_and_test_4): New function.
2089 (__sync_val_compare_and_swap_8): New function.
2090 (__sync_bool_compare_and_swap_8): New function.
2091 (__sync_lock_test_and_test_8): New function.
2092 (__subword_cmpxchg_body): New macro.
2093 (__atomic_compare_exchange_1): Use __subword_cmpxchg_body.
2094 (__atomic_compare_exchange_2): Ditto.
2095 (__sync_subword_cmpxchg): New macro.
2096 (__sync_val_compare_and_swap_1): New function.
2097 (__sync_bool_compare_and_swap_1): New function.
2098 (__sync_val_compare_and_swap_2): New function.
2099 (__sync_bool_compare_and_swap_2): New function.
2100 (__atomic_subword): Rename to ...
2101 (__subword): ... New name.
2102 (__atomic_subword_fetch): Use __subword.
2103 (__sync_subword_fetch): New macro.
2104 (__sync_fetch_and_add_1): New function.
2105 (__sync_fetch_and_sub_1): New function.
2106 (__sync_fetch_and_or_1): New function.
2107 (__sync_fetch_and_and_1): New function.
2108 (__sync_fetch_and_xor_1): New function.
2109 (__sync_fetch_and_nand_1): New function.
2110 (__sync_fetch_and_add_2): New function.
2111 (__sync_fetch_and_sub_2): New function.
2112 (__sync_fetch_and_or_2): New function.
2113 (__sync_fetch_and_and_2): New function.
2114 (__sync_fetch_and_xor_2): New function.
2115 (__sync_fetch_and_nand_2): New function.
2116 (__sync_add_and_fetch_1): New function.
2117 (__sync_sub_and_fetch_1): New function.
2118 (__sync_or_and_fetch_1): New function.
2119 (__sync_and_and_fetch_1): New function.
2120 (__sync_xor_and_fetch_1): New function.
2121 (__sync_nand_and_fetch_1): New function.
2122 (__sync_add_and_fetch_2): New function.
2123 (__sync_sub_and_fetch_2): New function.
2124 (__sync_or_and_fetch_2): New function.
2125 (__sync_and_and_fetch_2): New function.
2126 (__sync_xor_and_fetch_2): New function.
2127 (__sync_nand_and_fetch_2): New function.
2128 (__atomic_subword_lock): Use __subword.
2129 (__sync_subword_lock): New macro.
2130 (__sync_lock_test_and_set_1): New function.
2131 (__sync_lock_test_and_set_2): New function.
2132
2133 2014-01-25 Walter Lee <walt@tilera.com>
2134
2135 * config/tilepro/atomic.c (BIT_OFFSET): Define.
2136 (__atomic_subword_cmpxchg): Use BIT_OFFSET.
2137 (__atomic_subword): Ditto.
2138
2139 2014-01-25 Walter Lee <walt@tilera.com>
2140
2141 * config/tilepro/atomic.c (__atomic_do_and_fetch): Add
2142 a prefix op argument.
2143 (__atomic_nand_fetch_4): Add prefix op.
2144 (__atomic_nand_fetch_8): Ditto.
2145
2146 2014-01-21 Baruch Siach <barch@tkos.co.il>
2147
2148 * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
2149
2150 2014-01-09 Rong Xu <xur@google.com>
2151
2152 * libgcov-driver.c (this_prg): make it local to save
2153 bss space.
2154 (gcov_exit_compute_summary): Ditto.
2155 (gcov_exit_merge_gcda): Ditto.
2156 (gcov_exit_merge_summary): Ditto.
2157 (gcov_exit_dump_gcov): Ditto.
2158
2159 2014-01-08 Rong Xu <xur@google.com>
2160
2161 * libgcov-driver.c: Use libgcov.h.
2162 (buffer_fn_data): Use xmalloc instead of malloc.
2163 (gcov_exit_merge_gcda): Ditto.
2164 * libgcov-driver-system.c (allocate_filename_struct): Ditto.
2165 * libgcov.h: New common header files for libgcov-*.h.
2166 * libgcov-interface.c: Use libgcov.h
2167 * libgcov-merge.c: Ditto.
2168 * libgcov-profiler.c: Ditto.
2169 * Makefile.in: Add dependence to libgcov.h
2170
2171 2014-01-02 Joseph Myers <joseph@codesourcery.com>
2172
2173 * config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in
2174 case of small numerator and finite nonzero result.
2175
2176 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2177
2178 Update copyright years
2179
2180 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2181
2182 * config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
2183 config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
2184 config/arc/dp-hack.h, config/arc/fp-hack.h,
2185 config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
2186 config/arc/ieee-754/arc600-dsp/divdf3.S,
2187 config/arc/ieee-754/arc600-dsp/divsf3.S,
2188 config/arc/ieee-754/arc600-dsp/muldf3.S,
2189 config/arc/ieee-754/arc600-dsp/mulsf3.S,
2190 config/arc/ieee-754/arc600-mul64/divdf3.S,
2191 config/arc/ieee-754/arc600-mul64/divsf3.S,
2192 config/arc/ieee-754/arc600-mul64/muldf3.S,
2193 config/arc/ieee-754/arc600-mul64/mulsf3.S,
2194 config/arc/ieee-754/arc600/divsf3.S,
2195 config/arc/ieee-754/arc600/mulsf3.S,
2196 config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
2197 config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
2198 config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
2199 config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
2200 config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
2201 config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
2202 config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
2203 config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
2204 config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
2205 config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
2206 config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
2207 config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
2208 config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
2209 config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
2210 config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
2211 config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
2212 config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
2213 config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
2214 config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
2215 config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
2216 config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
2217 config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
2218 vtv_start_preinit.c: Use the standard form for the copyright notice.
2219
2220 2013-12-31 Sandra Loosemore <sandra@codesourcery.com>
2221 Chung-Lin Tang <cltang@codesourcery.com>
2222 Based on patches from Altera Corporation
2223
2224 * config.host (nios2-*-*,nios2-*-linux*): Add nios2 host cases.
2225 * config/nios2/lib2-nios2.h: New file.
2226 * config/nios2/lib2-divmod-hi.c: New file.
2227 * config/nios2/linux-unwind.h: New file.
2228 * config/nios2/lib2-divmod.c: New file.
2229 * config/nios2/linux-atomic.c: New file.
2230 * config/nios2/t-nios2: New file.
2231 * config/nios2/crti.asm: New file.
2232 * config/nios2/t-linux: New file.
2233 * config/nios2/lib2-divtable.c: New file.
2234 * config/nios2/lib2-mul.c: New file.
2235 * config/nios2/tramp.c: New file.
2236 * config/nios2/crtn.asm: New file.
2237
2238 2013-12-26 Uros Bizjak <ubizjak@gmail.com>
2239
2240 * config/i386/cpuinfo.c (enum vendor_signatures): Remove.
2241 (__cpu_indicator_init): Use signature_INTEL_ebx and signature_AMD_ebx
2242 from cpuid.h to check vendor signatures.
2243
2244 2013-12-26 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2245
2246 * config/i386/cpuinfo.c (processor_types): Rename AMD cpu names
2247 AMD_BOBCAT to AMD_BTVER1 and AMD_JAGUAR to AMD_BTVER2.
2248 (get_amd_cpu): Likewise.
2249
2250 2013-12-25 H.J. Lu <hongjiu.lu@intel.com>
2251
2252 * config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
2253 Haswell.
2254
2255 2013-12-25 Allan Sandfeld Jensen <sandfeld@kde.org>
2256 H.J. Lu <hongjiu.lu@intel.com>
2257
2258 PR target/59422
2259 * config/i386/cpuinfo.c (enum processor_types): Add AMD_BOBCAT
2260 and AMD_JAGUAR.
2261 (enum processor_subtypes): Add AMDFAM15H_BDVER3, AMDFAM15H_BDVER4,
2262 INTEL_COREI7_IVYBRIDGE and INTEL_COREI7_HASWELL.
2263 (enum processor_features): Add FEATURE_SSE4_A, FEATURE_FMA4,
2264 FEATURE_XOP and FEATURE_FMA.
2265 (get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
2266 AMDFAM15H_BDVER3.
2267 (get_intel_cpu): Handle INTEL_COREI7 and INTEL_COREI7_HASWELL.
2268 (get_available_features): Handle FEATURE_FMA, FEATURE_SSE4_A,
2269 FEATURE_FMA4 and FEATURE_XOP.
2270
2271 2013-12-23 H.J. Lu <hongjiu.lu@intel.com>
2272
2273 * config/i386/cpuinfo.c (processor_subtypes): Replace INTEL_ATOM,
2274 INTEL_SLM with INTEL_BONNELL, INTEL_SILVERMONT.
2275 (get_intel_cpu): Updated.
2276
2277 2013-12-12 Zhenqiang Chen <zhenqiang.chen@arm.com>
2278
2279 * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
2280
2281 2013-12-09 Uros Bizjak <ubizjak@gmail.com>
2282
2283 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
2284 instructions when __SSE_MATH__ is defined.
2285
2286 2013-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
2287
2288 * config.host (microblaze-*-rtems*): New.
2289
2290 2013-12-04 Kugan Vivekanandarajah <kuganv@linaro.org>
2291
2292 * config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
2293 architectures that do not have hardware divide instruction.
2294 i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__.
2295
2296 2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
2297
2298 * longlong.h: Delete (moved to include/).
2299
2300 2013-12-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2301
2302 * config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add
2303 of normal number and qNaN to not raise an inexact exception.
2304
2305 2013-11-28 Uros Bizjak <ubizjak@gmail.com>
2306
2307 * config/i386/32/sfp-machine.h (__FP_FRAC_ADDI_4): New macro.
2308
2309 2013-11-28 Matthew Leach <matthew.leach@arm.com>
2310
2311 * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state): Check
2312 for correct opcodes on BE.
2313
2314 2013-11-27 Uros Bizjak <ubizjak@gmail.com>
2315
2316 * soft-fp/op-4.h: Update from glibc.
2317
2318 2013-11-27 Kugan Vivekanandarajah <kuganv@linaro.org>
2319
2320 * libgcc2.c (__udivmoddi4): Define new implementation when
2321 TARGET_HAS_NO_HW_DIVIDE is defined, for processors without any
2322 divide instructions.
2323
2324 2013-11-25 Oleg Endo <olegendo@gcc.gnu.org>
2325
2326 * config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E.
2327
2328 2013-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2329
2330 * config/t-softfp (soft-fp-objects-base): New variable.
2331 (soft-fp-objects): Use it.
2332
2333 2013-11-23 David Edelson <dje.gcc@gmail.com>
2334 Andrew Dixie <andrewd@gentrack.com>
2335
2336 PR target/33704
2337 * config/rs6000/aixinitfini.c: New file.
2338 * config/rs6000/t-aix-cxa (LIB2ADD_ST): Add aixinitfini.c.
2339 * config/rs6000/libgcc-aix-cxa.ver (GCC_4.9): Add libgcc initfini
2340 symbols.
2341
2342 2013-11-22 Yuri Rumyantsev <ysrumyan@gmail.com>
2343
2344 * config/i386/cpuinfo.c (get_intel_cpu): Add Silvermont cases.
2345
2346 2013-11-18 Jan Hubicka <jh@suse.cz>
2347
2348 * libgcov-driver.c (run_accounted): Make global level static.
2349 (gcov_exit_merge_summary): Silence warning; do not clear
2350 run_accounted here.
2351 (gcov_exit): Clear it here.
2352
2353 * libgcov-driver.c (gcov_exit_merge_summary): Fix setting
2354 run_accounted.
2355
2356 * libgcov-driver.c (get_gcov_dump_complete): Update comments.
2357 (all_prg, crc32): Remove static vars.
2358 (gcov_exit_compute_summary): Rewrite to return crc32; do not clear
2359 all_prg.
2360 (gcov_exit_merge_gcda): Add crc32 parameter.
2361 (gcov_exit_merge_summary): Add crc32 and all_prg parameter;
2362 do not account run if it was already accounted.
2363 (gcov_exit_dump_gcov): Add crc32 and all_prg parameters.
2364 (gcov_exit): Initialize all_prg; update.
2365
2366 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
2367
2368 * configure: Regenerate.
2369
2370 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2371 Alan Modra <amodra@gmail.com>
2372
2373 * config/rs6000/linux-unwind.h (TOC_SAVE_SLOT): Define.
2374 (frob_update_context): Use it.
2375
2376 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2377 Alan Modra <amodra@gmail.com>
2378
2379 * config/rs6000/tramp.S [__powerpc64__ && _CALL_ELF == 2]:
2380 (trampoline_initial): Provide ELFv2 variant.
2381 (__trampoline_setup): Likewise.
2382
2383 * config/rs6000/linux-unwind.h (frob_update_context): Do not
2384 check for AIX indirect function call sequence if _CALL_ELF == 2.
2385
2386 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2387 Alan Modra <amodra@gmail.com>
2388
2389 * config/rs6000/linux-unwind.h (get_regs): Do not support
2390 old kernel versions if _CALL_ELF == 2.
2391 (frob_update_context): Do not support PLT stub variants only
2392 generated by old linkers if _CALL_ELF == 2.
2393
2394 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2395 Alan Modra <amodra@gmail.com>
2396
2397 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
2398 location of CR save area for 64-bit little-endian systems.
2399
2400 2013-11-11 Eric Botcazou <ebotcazou@adacore.com>
2401
2402 * config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
2403 in tmake_file.
2404 * config/arm/t-vxworks: Delete.
2405
2406 2013-11-10 Kai Tietz <ktietz@redhat.com>
2407
2408 * config/i386/cygming-crtbegin.c (__gcc_register_frame):
2409 Increment load-count on use of LIBGCC_SONAME DLL.
2410 (hmod_libgcc): New static variable to hold handle of
2411 LIBGCC_SONAME DLL.
2412 (__gcc_deregister_frame): Decrement load-count of
2413 LIBGCC_SONAME DLL.
2414
2415 2013-11-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2416
2417 * configure.ac (libgcc_cv_dfp): Extend check to probe fenv.h
2418 availability.
2419 * configure: Regenerate
2420
2421 2013-11-07 Uros Bizjak <ubizjak@gmail.com>
2422
2423 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Handle
2424 FP_EX_DENORM. Store result to volatile location after SSE division
2425 to close interrupt window. Remove unneeded fwait after x87
2426 division since interrupt window will be closed by emitted fstp.
2427 Rewrite FP_EX_INEXACT handling.
2428
2429 2013-11-06 Joseph Myers <joseph@codesourcery.com>
2430
2431 * soft-fp/README: Update.
2432 * soft-fp/adddf3.c: Update from glibc.
2433 * soft-fp/addsf3.c: Likewise.
2434 * soft-fp/addtf3.c: Likewise.
2435 * soft-fp/divdf3.c: Likewise.
2436 * soft-fp/divsf3.c: Likewise.
2437 * soft-fp/divtf3.c: Likewise.
2438 * soft-fp/double.h: Likewise.
2439 * soft-fp/eqdf2.c: Likewise.
2440 * soft-fp/eqsf2.c: Likewise.
2441 * soft-fp/eqtf2.c: Likewise.
2442 * soft-fp/extenddftf2.c: Likewise.
2443 * soft-fp/extended.h: Likewise.
2444 * soft-fp/extendsfdf2.c: Likewise.
2445 * soft-fp/extendsftf2.c: Likewise.
2446 * soft-fp/extendxftf2.c: Likewise.
2447 * soft-fp/fixdfdi.c: Likewise.
2448 * soft-fp/fixdfsi.c: Likewise.
2449 * soft-fp/fixdfti.c: Likewise.
2450 * soft-fp/fixsfdi.c: Likewise.
2451 * soft-fp/fixsfsi.c: Likewise.
2452 * soft-fp/fixsfti.c: Likewise.
2453 * soft-fp/fixtfdi.c: Likewise.
2454 * soft-fp/fixtfsi.c: Likewise.
2455 * soft-fp/fixtfti.c: Likewise.
2456 * soft-fp/fixunsdfdi.c: Likewise.
2457 * soft-fp/fixunsdfsi.c: Likewise.
2458 * soft-fp/fixunsdfti.c: Likewise.
2459 * soft-fp/fixunssfdi.c: Likewise.
2460 * soft-fp/fixunssfsi.c: Likewise.
2461 * soft-fp/fixunssfti.c: Likewise.
2462 * soft-fp/fixunstfdi.c: Likewise.
2463 * soft-fp/fixunstfsi.c: Likewise.
2464 * soft-fp/fixunstfti.c: Likewise.
2465 * soft-fp/floatdidf.c: Likewise.
2466 * soft-fp/floatdisf.c: Likewise.
2467 * soft-fp/floatditf.c: Likewise.
2468 * soft-fp/floatsidf.c: Likewise.
2469 * soft-fp/floatsisf.c: Likewise.
2470 * soft-fp/floatsitf.c: Likewise.
2471 * soft-fp/floattidf.c: Likewise.
2472 * soft-fp/floattisf.c: Likewise.
2473 * soft-fp/floattitf.c: Likewise.
2474 * soft-fp/floatundidf.c: Likewise.
2475 * soft-fp/floatundisf.c: Likewise.
2476 * soft-fp/floatunditf.c: Likewise.
2477 * soft-fp/floatunsidf.c: Likewise.
2478 * soft-fp/floatunsisf.c: Likewise.
2479 * soft-fp/floatunsitf.c: Likewise.
2480 * soft-fp/floatuntidf.c: Likewise.
2481 * soft-fp/floatuntisf.c: Likewise.
2482 * soft-fp/floatuntitf.c: Likewise.
2483 * soft-fp/gedf2.c: Likewise.
2484 * soft-fp/gesf2.c: Likewise.
2485 * soft-fp/getf2.c: Likewise.
2486 * soft-fp/ledf2.c: Likewise.
2487 * soft-fp/lesf2.c: Likewise.
2488 * soft-fp/letf2.c: Likewise.
2489 * soft-fp/muldf3.c: Likewise.
2490 * soft-fp/mulsf3.c: Likewise.
2491 * soft-fp/multf3.c: Likewise.
2492 * soft-fp/negdf2.c: Likewise.
2493 * soft-fp/negsf2.c: Likewise.
2494 * soft-fp/negtf2.c: Likewise.
2495 * soft-fp/op-1.h: Likewise.
2496 * soft-fp/op-2.h: Likewise.
2497 * soft-fp/op-4.h: Likewise.
2498 * soft-fp/op-8.h: Likewise.
2499 * soft-fp/op-common.h: Likewise.
2500 * soft-fp/quad.h: Likewise.
2501 * soft-fp/single.h: Likewise.
2502 * soft-fp/soft-fp.h: Likewise.
2503 * soft-fp/subdf3.c: Likewise.
2504 * soft-fp/subsf3.c: Likewise.
2505 * soft-fp/subtf3.c: Likewise.
2506 * soft-fp/truncdfsf2.c: Likewise.
2507 * soft-fp/trunctfdf2.c: Likewise.
2508 * soft-fp/trunctfsf2.c: Likewise.
2509 * soft-fp/trunctfxf2.c: Likewise.
2510 * soft-fp/unorddf2.c: Likewise.
2511 * soft-fp/unordsf2.c: Likewise.
2512 * soft-fp/unordtf2.c: Likewise.
2513
2514 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
2515
2516 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Define.
2517 (_FP_MUL_MEAT_D): Ditto.
2518 (_FP_DIV_MEAT_S): Ditto.
2519 (_FP_DIV_MEAT_D): Ditto.
2520 * config.host (i[34567]86-*-rtems*): Remove i386/t-softfp, add
2521 t-softfp-sfdf and t-softfp to tmake_file.
2522
2523 2013-11-03 Uros Bizjak <ubizjak@gmail.com>
2524
2525 * config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
2526 * config/i386/crtprec.c: Ditto.
2527
2528 2013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
2529 Shiva Chen <shiva0217@gmail.com>
2530
2531 * config.host (nds32*-elf*): Add nds32 target.
2532 * config/nds32 : New directory and files.
2533
2534 2013-10-16 Hans-Peter Nilsson <hp@axis.com>
2535
2536 For CRIS ports, switch to soft-fp. Improve arit.c and longlong.h.
2537 * config.host (cpu_type) <Setting default>: Add entry for
2538 crisv32-*-*.
2539 (tmake_file) <crisv32-*-elf, cris-*-elf, cris-*-linux*>
2540 <crisv32-*-linux*>: Adjust.
2541 * longlong.h: Wrap the whole CRIS section in a single
2542 defined(__CRIS__) conditional. Add comment about add_ssaaaa
2543 and sub_ddmmss.
2544 (COUNT_LEADING_ZEROS_0): Define when count_leading_zeros is
2545 defined.
2546 [__CRIS__] (__umulsidi3): Define.
2547 [__CRIS__] (umul_ppmm): Define in terms of __umulsidi3.
2548 * config/cris/sfp-machine.h: New file.
2549 * config/cris/umulsidi3.S: New file.
2550 * config/cris/t-elfmulti (LIB2ADD_ST): Add umulsidi3.S.
2551 * config/cris/arit.c (SIGNMULT): New macro.
2552 (__Div, __Mod): Use SIGNMULT instead of naked multiplication.
2553 * config/cris/mulsi3.S: Tweak to avoid redundant register-copying;
2554 saving 3 out of originally 33 cycles from the fastest
2555 path, 3 out of 54 from the medium path and one from the longest
2556 path. Improve comments.
2557
2558 2013-10-15 Richard Sandiford <rdsandiford@googlemail.com>
2559
2560 * sync.c: Remove static aliases and define each function directly
2561 under its real name.
2562
2563 2013-10-02 John David Anglin <danglin@gcc.gnu.org>
2564
2565 * config.host (hppa*64*-*-linux*): Define extra_parts.
2566 (hppa*-*-linux*): Likewise.
2567
2568 2013-10-02 Joern Rennecke <joern.rennecke@embecosm.com>
2569
2570 * config/arc/crtgend.S: Add 2013 to Copyright years.
2571 * config/arc/gmon/atomic.h: Likewise.
2572 * config/arc/gmon/auxreg.h: Likewise.
2573 * config/arc/gmon/sys/gmon_out.h: Likewise.
2574 * config/arc/gmon/sys/gmon.h: Likewise.
2575 * config/arc/gmon/prof-freq.c: Likewise.
2576 * config/arc/gmon/mcount.c: Likewise.
2577 * config/arc/gmon/prof-freq-stub.S: Likewise.
2578 * config/arc/gmon/gmon.c: Likewise.
2579 * config/arc/gmon/machine-gmon.h: Likewise.
2580 * config/arc/gmon/profil.S: Likewise.
2581 * config/arc/gmon/dcache_linesz.S: Likewise.
2582 * config/arc/crtg.S: Likewise.
2583 * config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
2584 * config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
2585 * config/arc/ieee-754/adddf3.S: Likewise.
2586 * config/arc/ieee-754/truncdfsf2.S: Likewise.
2587 * config/arc/ieee-754/fixsfsi.S: Likewise.
2588 * config/arc/ieee-754/gtsf2.S: Likewise.
2589 * config/arc/ieee-754/floatsisf.S: Likewise.
2590 * config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
2591 * config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
2592 * config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
2593 * config/arc/ieee-754/fixdfsi.S: Likewise.
2594 * config/arc/ieee-754/addsf3.S: Likewise.
2595 * config/arc/ieee-754/gesf2.S: Likewise.
2596 * config/arc/ieee-754/floatsidf.S: Likewise.
2597 * config/arc/ieee-754/extendsfdf2.S: Likewise.
2598 * config/arc/ieee-754/divtab-arc-df.c: Likewise.
2599 * config/arc/ieee-754/gtdf2.S: Likewise.
2600 * config/arc/ieee-754/fixunsdfsi.S: Likewise.
2601 * config/arc/ieee-754/uneqdf2.S: Likewise.
2602 * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
2603 * config/arc/ieee-754/uneqsf2.S: Likewise.
2604 * config/arc/ieee-754/arc-ieee-754.h: Likewise.
2605 * config/arc/ieee-754/divtab-arc-sf.c: Likewise.
2606 * config/arc/ieee-754/eqdf2.S: Likewise.
2607 * config/arc/ieee-754/ordsf2.S: Likewise.
2608 * config/arc/ieee-754/divsf3.S: Likewise.
2609 * config/arc/ieee-754/divdf3.S: Likewise.
2610 * config/arc/ieee-754/floatunsidf.S: Likewise.
2611 * config/arc/ieee-754/orddf2.S: Likewise.
2612 * config/arc/ieee-754/eqsf2.S: Likewise.
2613 * config/arc/ieee-754/gedf2.S: Likewise.
2614 * config/arc/crtn.S: Likewise.
2615 * config/arc/crti.S: Likewise.
2616 * config/arc/t-arc700-uClibc: Likewise.
2617 * config/arc/asm.h: Likewise.
2618 * config/arc/libgcc-excl.ver: Likewise.
2619 * config/arc/t-arc-newlib: Likewise.
2620 * config/arc/divtab-arc700.c: Likewise.
2621 * config/arc/initfini.c: Likewise.
2622 * config/arc/fp-hack.h: Likewise.
2623
2624 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
2625 Diego Novillo <dnovillo@google.com>
2626
2627 * config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
2628 * config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise.
2629 * config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise.
2630 * config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise.
2631
2632 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
2633 Brendan Kehoe <brendan@zen.org>
2634 Simon Cook <simon.cook@embecosm.com>
2635
2636 * config.host (arc*-*-elf*, arc*-*-linux-uclibc*): New configurations.
2637 * config/arc: New directory.
2638 * longlong.h [__arc__] (umul_ppmm): Remove.
2639 [__arc__] (__umulsidi3): Define.
2640 [__arc__ && __ARC_NORM__] (count_leading_zeroes): Define.
2641 [__arc__ && __ARC_NORM__] (COUNT_LEADING_ZEROS_0): Likewise.
2642
2643 2013-09-17 Jacek Caban <jacek@codeweavers.com>
2644
2645 * config/i386/gthr-win32.c: CreateSemaphoreW instead of
2646 CreateSemaphoreA.
2647 * config/i386/gthr-win32.h: Likewise.
2648
2649 2013-09-16 DJ Delorie <dj@redhat.com>
2650
2651 * config/rl78/vregs.h: Add G10 register definitions.
2652 * config/rl78/lib2mul.c: Enable for RL78/G10.
2653 * config/rl78/lib2div.c: Likewise.
2654 * config/rl78/lshrsi3.S: Use vregs.h.
2655 * config/rl78/cmpsi2.S: Likewise.
2656 * config/rl78/trampoline.S: Likewise.
2657 * config/rl78/mulsi2.S: Likewise. Disable for RL78/G10.
2658
2659 2013-09-14 DJ Delorie <dj@redhat.com>
2660 Nick Clifton <nickc@redhat.com>
2661
2662 * config/rl78/mulsi3.S: Remove a few unneeded moves and branches.
2663 * config/rl78/vregs.h: New.
2664 * config/rl78/signbit.S: New file. Implements signbit function.
2665 * config/rl78/divmodsi.S: New.
2666 * config/rl78/divmodhi.S: New.
2667 * config/rl78/divmodqi.S: New.
2668 * config/rl78/t-rl78: Build them here...
2669 * config/rl78/lib2div.c: ...but not here.
2670
2671 2013-09-12 DJ Delorie <dj@redhat.com>
2672
2673 * config.host (msp*-*-elf): New.
2674 * config/msp430/: New port.
2675
2676 2013-08-18 Iain Sandoe <iain@codesourcery.com>
2677
2678 PR gcov-profile/58127
2679 * libgcov.c (__gcov_indirect_call_callee): Don't make this a
2680 __thread var for emulated TLS.
2681 (__gcov_indirect_call_counters): Likewise.
2682
2683 2013-08-16 Maciej W. Rozycki <macro@codesourcery.com>
2684 Catherine Moore <clm@codesourcery.com>
2685 Richard Sandiford <rdsandiford@googlemail.com>
2686
2687 * config/mips/mips16.S (CE_STARTFN, CE_ENDFN): New macros.
2688 (RET_FUNCTION): Use them in place of STARTFN and ENDFN.
2689 (CALL_STUB_NO_RET): Likewise.
2690 (CALL_STUB_RET): Likewise.
2691 * config/mips/libgcc-mips16.ver: Remove __mips16_call_stub and
2692 __mips16_ret call/return stub symbols.
2693 * config.host <mips*-*-linux>: For non-R5900 add t-slibgcc-libgcc
2694 to tmake_file.
2695
2696 2013-08-13 Maciej W. Rozycki <macro@codesourcery.com>
2697
2698 * config.host <mips*-*-linux*>: Remove a stray comment.
2699
2700 2013-08-10 Jan Hubicka <jh@suse.cz>
2701
2702 Work around binutils PR14342
2703 * Makefile.in: Add _gcov_indirect_call_profiler_v2 symbol.
2704 * libgcov.c (L_gcov_indirect_call_profiler): Restore original API.
2705 (L_gcov_indirect_call_profiler_v2): New.
2706
2707 2013-08-06 Jan Hubicka <jh@suse.cz>
2708
2709 * libgcov.c (__gcov_indirect_call_callee,
2710 __gcov_indirect_call_counters): New global vars.
2711 (__gcov_indirect_call_profiler): replace by ...
2712 (__gcov_indirect_call_profiler_v2) ... this one.
2713
2714 2013-08-06 Caroline Tice <cmtice@google.com>
2715
2716 * config.host (extra_parts): Add vtv_start.o, vtv_end.o
2717 vtv_start_preinit.o and vtv_end_preinit.o.
2718 * configure.ac: Add code to check/set enable_vtable_verify.
2719 * Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
2720 true.
2721 * vtv_start_preinit.c: New file.
2722 * vtv_end_preinit.c: New file.
2723 * vtv_start.c: New file.
2724 * vtv_end.c: New file.
2725 * configure: Regenerated.
2726
2727 2013-08-01 Maxim Kuvyrkov <maxim@kugelworks.com>
2728
2729 * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
2730 * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
2731 * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
2732 GPL-3.0-with-GCC-exception.
2733
2734 2013-07-30 Maciej W. Rozycki <macro@codesourcery.com>
2735
2736 * config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
2737 ISA and up.
2738
2739 2013-07-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2740
2741 * config/s390/linux-unwind.h: Use the proper dwarf to hard reg
2742 mapping for FPRs when creating the fallback framestate.
2743
2744 2013-07-19 Georg-Johann Lay <avr@gjlay.de>
2745
2746 PR target/57516
2747 * config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
2748 (__round_s2_const, __round_u2_const)
2749 (__round_s4_const, __round_u4_const, __round_x8):
2750 Saturate result if addition result cannot be represented.
2751
2752 2013-07-15 Matthias Klose <doko@ubuntu.com>
2753
2754 * libgcc2.c: Don't include <limits.h>.
2755
2756 2013-07-09 Janis Johnson <janisjo@codesourcery.com>
2757
2758 * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
2759
2760 2013-07-06 Jakub Jelinek <jakub@redhat.com>
2761
2762 PR target/29776
2763 * libgcc2.c (__floattisf): Avoid undefined signed overflow.
2764
2765 2013-06-28 Jakub Jelinek <jakub@redhat.com>
2766
2767 PR middle-end/36041
2768 * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
2769 Define.
2770 (__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
2771 instead of table lookups.
2772 (__popcountDI2): Likewise.
2773
2774 2013-06-25 Chung-Ju Wu <jasonwucj@gmail.com>
2775
2776 * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
2777 correctly.
2778
2779 2013-06-21 Joseph Myers <joseph@codesourcery.com>
2780
2781 PR other/53317
2782 * soft-fp/adddf3.c: Update from glibc.
2783 * soft-fp/addsf3.c: Likewise.
2784 * soft-fp/addtf3.c: Likewise.
2785 * soft-fp/divdf3.c: Likewise.
2786 * soft-fp/divsf3.c: Likewise.
2787 * soft-fp/divtf3.c: Likewise.
2788 * soft-fp/double.h: Likewise.
2789 * soft-fp/eqdf2.c: Likewise.
2790 * soft-fp/eqsf2.c: Likewise.
2791 * soft-fp/eqtf2.c: Likewise.
2792 * soft-fp/extenddftf2.c: Likewise.
2793 * soft-fp/extended.h: Likewise.
2794 * soft-fp/extendsfdf2.c: Likewise.
2795 * soft-fp/extendsftf2.c: Likewise.
2796 * soft-fp/fixdfdi.c: Likewise.
2797 * soft-fp/fixdfsi.c: Likewise.
2798 * soft-fp/fixsfdi.c: Likewise.
2799 * soft-fp/fixsfsi.c: Likewise.
2800 * soft-fp/fixtfdi.c: Likewise.
2801 * soft-fp/fixtfsi.c: Likewise.
2802 * soft-fp/fixunsdfdi.c: Likewise.
2803 * soft-fp/fixunsdfsi.c: Likewise.
2804 * soft-fp/fixunssfdi.c: Likewise.
2805 * soft-fp/fixunssfsi.c: Likewise.
2806 * soft-fp/fixunstfdi.c: Likewise.
2807 * soft-fp/fixunstfsi.c: Likewise.
2808 * soft-fp/floatdidf.c: Likewise.
2809 * soft-fp/floatdisf.c: Likewise.
2810 * soft-fp/floatditf.c: Likewise.
2811 * soft-fp/floatsidf.c: Likewise.
2812 * soft-fp/floatsisf.c: Likewise.
2813 * soft-fp/floatsitf.c: Likewise.
2814 * soft-fp/floatundidf.c: Likewise.
2815 * soft-fp/floatundisf.c: Likewise.
2816 * soft-fp/floatunditf.c: Likewise.
2817 * soft-fp/floatunsidf.c: Likewise.
2818 * soft-fp/floatunsisf.c: Likewise.
2819 * soft-fp/floatunsitf.c: Likewise.
2820 * soft-fp/gedf2.c: Likewise.
2821 * soft-fp/gesf2.c: Likewise.
2822 * soft-fp/getf2.c: Likewise.
2823 * soft-fp/ledf2.c: Likewise.
2824 * soft-fp/lesf2.c: Likewise.
2825 * soft-fp/letf2.c: Likewise.
2826 * soft-fp/muldf3.c: Likewise.
2827 * soft-fp/mulsf3.c: Likewise.
2828 * soft-fp/multf3.c: Likewise.
2829 * soft-fp/negdf2.c: Likewise.
2830 * soft-fp/negsf2.c: Likewise.
2831 * soft-fp/negtf2.c: Likewise.
2832 * soft-fp/op-1.h: Likewise.
2833 * soft-fp/op-2.h: Likewise.
2834 * soft-fp/op-4.h: Likewise.
2835 * soft-fp/op-8.h: Likewise.
2836 * soft-fp/op-common.h: Likewise.
2837 * soft-fp/quad.h: Likewise.
2838 * soft-fp/single.h: Likewise.
2839 * soft-fp/soft-fp.h: Likewise.
2840 * soft-fp/subdf3.c: Likewise.
2841 * soft-fp/subsf3.c: Likewise.
2842 * soft-fp/subtf3.c: Likewise.
2843 * soft-fp/truncdfsf2.c: Likewise.
2844 * soft-fp/trunctfdf2.c: Likewise.
2845 * soft-fp/trunctfsf2.c: Likewise.
2846 * soft-fp/unorddf2.c: Likewise.
2847 * soft-fp/unordsf2.c: Likewise.
2848 * soft-fp/unordtf2.c: Likewise.
2849 * config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
2850 * config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2851 * config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2852 * config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2853 * config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2854 * config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2855 * config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2856 * config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2857 * config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2858 * config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
2859 * config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
2860 * config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
2861
2862 2013-06-16 Jürgen Urban <JuergenUrban@gmx.de>
2863
2864 * config/mips/lib2funcs.c: New file.
2865 * config/mips/t-mips (LIB2ADD_ST): Add it.
2866
2867 2013-06-09 Oleg Endo <olegendo@gcc.gnu.org>
2868
2869 PR target/6526
2870 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Do not change bits
2871 other than FPSCR.PR and FPSCR.SZ. Add SH4A implementation.
2872
2873 2013-06-08 Walter Lee <walt@tilera.com>
2874
2875 * config/tilepro/atomic.h: Don't include stdint.h or features.h.
2876 Replace int64_t with long long. Add __extension__ where
2877 appropriate.
2878 * config/tilepro/atomic.c: Include config.h.
2879
2880 2013-06-06 Douglas B Rupp <rupp@adacore.com>
2881
2882 * config.host (arm-wrs-vxworks): Configure with other soft float.
2883
2884 2013-06-04 Jürgen Urban <JuergenUrban@gmx.de>
2885
2886 * config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
2887 (mips64r5900el-*-elf*): New configurations.
2888
2889 2013-06-04 Alan Modra <amodra@gmail.com>
2890
2891 * config/rs6000/ibm-ldouble.c: Enable for little-endian.
2892
2893 2013-06-03 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
2894
2895 * config/i386/cpuinfo.c (INTEL_SLM): New enum value.
2896
2897 2013-05-28 Eric Botcazou <ebotcazou@adacore.com>
2898
2899 * config/sparc/sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set
2900 fs->signal_frame for SIGFPE raised for IEEE-754 exceptions.
2901 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Likewise.
2902
2903 2013-05-22 Eric Botcazou <ebotcazou@adacore.com>
2904
2905 * config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
2906 (powerpc-wrs-vxworks): Likewise.
2907
2908 2013-05-22 Eric Botcazou <ebotcazou@adacore.com>
2909
2910 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
2911 signal frames as well.
2912 (MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the
2913 STACK_BIAS to the CFA offset.
2914
2915 2013-05-17 Richard Henderson <rth@redhat.com>
2916
2917 PR target/49146
2918 * unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
2919 (execute_cfa_program): Use it when storing to fs->regs.
2920
2921 2013-05-08 Kai Tietz <ktietz@redhat.com>
2922
2923 * config/i386/cygming-crtbegin.c (__register_frame_info): Make weak.
2924 (__deregister_frame_info): Likewise.
2925
2926 2013-05-06 Thomas Schwinge <thomas@codesourcery.com>
2927
2928 * fp-bit.c (unpack_d, pack_d): Properly preserve and restore a
2929 NaN's payload.
2930
2931 * fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
2932
2933 2013-04-25 Alan Modra <amodra@gmail.com>
2934
2935 * config.host: Match little-endian powerpc-linux.
2936
2937 2013-04-19 Yufeng Zhang <yufeng.zhang@arm.com>
2938
2939 * config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
2940 as 'unsigned long long' instead of 'unsigned long'.
2941 (_FP_WS_TYPE): Change to define as 'signed long long' instead of
2942 'signed long'.
2943
2944 2013-04-10 Julian Brown <julian@codesourcery.com>
2945
2946 * config/arm/linux-atomic.c (SUBWORD_SYNC_OP, SUBWORD_VAL_CAS)
2947 (SUBWORD_TEST_AND_SET): Use signed char/short types instead of
2948 unsigned char/unsigned short.
2949 (__sync_val_compare_and_swap_{1,2}): Handle signed argument.
2950
2951 2013-04-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2952
2953 PR other/55274
2954 * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.
2955
2956 2013-04-04 Meador Inge <meadori@codesourcery.com>
2957
2958 * config/arm/bpabi.S (aeabi_ldivmod): Add DWARF information for
2959 computing the location of the link register.
2960 (aeabi_uldivmod): Ditto.
2961
2962 2013-03-27 Kai Tietz <ktietz@redhat.com>
2963
2964 * config.host: Add support for cygwin x64 target.
2965 * configure: Regenerated.
2966
2967 2013-03-26 Walter Lee <walt@tilera.com>
2968
2969 * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
2970 -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
2971
2972 2013-03-25 Kai Tietz <ktietz@redhat.com>
2973
2974 * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
2975
2976 2013-03-20 Robert Mason <rbmj@verizon.net>
2977
2978 * config/vxlib-tls.c (__gthread_get_tsd_data,)
2979 (__gthread_set_tsd_data, __gthread_enter_tsd_dtor_context,)
2980 (__gthread_leave_tsd_dtor_context): Add prototypes.
2981 (tls_delete_hook): Update.
2982
2983 2013-03-20 Catherine Moore <clm@codesourcery.com>
2984 Joseph Myers <joseph@codesourcery.com>
2985 Chao-ying Fu <fu@mips.com>
2986
2987 * config/mips/mips16.S: Don't build for microMIPS.
2988 * config/mips/linux-unwind.h: Handle microMIPS frame.
2989 * config/mips/crtn.S (fini, init): New labels.
2990
2991 2013-03-14 Jakub Jelinek <jakub@redhat.com>
2992
2993 PR tree-optimization/53265
2994 * unwind-dw2.c (execute_cfa_program): Avoid
2995 -Waggressive-array-optimizations warnings for DW_CFA_GNU_window_save
2996 on targets with DWARF_FRAME_REGISTERS < 32.
2997
2998 2013-03-13 Oleg Endo <olegendo@gcc.gnu.org>
2999
3000 PR target/49880
3001 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Enable for SH2A.
3002 (sdivsi3, udivsi3): Remove SH4 check and always compile these functions.
3003
3004 2013-03-07 Sriraman Tallam <tmsriram@google.com>
3005
3006 * config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for
3007 sandybridge processors.
3008
3009 2013-03-06 Oleg Endo <olegendo@gcc.gnu.org>
3010
3011 PR target/56529
3012 * config/sh/lib1funcs.S (udivsi3_i4i, sdivsi3_i4i): Add __SH2A__ to
3013 inclusion list.
3014
3015 2013-03-04 Edgar E. Iglesias <edgar.iglesias@gmail.com>
3016
3017 * config/microblaze/crti.S: Setup stack protection at entry
3018
3019 2013-03-04 Georg-Johann Lay <avr@gjlay.de>
3020
3021 * config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)
3022 (__rotldi3): Shift bytewise if applicable.
3023
3024 2013-03-01 James Greenhalgh <james.greenhalgh@arm.com>
3025
3026 * config/aarch64/sync-cache.c
3027 (__aarch64_sync_cache_range): Silence warnings.
3028
3029 2013-02-25 Catherine Moore <clm@codesourcery.com>
3030
3031 Revert:
3032 2013-02-24 Catherine Moore <clm@codesourcery.com>
3033 Joseph Myers <joseph@codesourcery.com>
3034 Chao-ying Fu <fu@mips.com>
3035
3036 * config/mips/mips16.S: Don't build for microMIPS.
3037 * config/mips/linux-unwind.h: Handle microMIPS frame.
3038 * config/mips/crtn.S (fini, init): New labels.
3039
3040 2013-02-24 Catherine Moore <clm@codesourcery.com>
3041 Joseph Myers <joseph@codesourcery.com>
3042 Chao-ying Fu <fu@mips.com>
3043
3044 * config/mips/mips16.S: Don't build for microMIPS.
3045 * config/mips/linux-unwind.h: Handle microMIPS frame.
3046 * config/mips/crtn.S (fini, init): New labels.
3047
3048 2012-02-19 Edgar E. Iglesias <edgar.iglesias@gmail.com>
3049 * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
3050 as dividend.
3051
3052 2013-02-16 Alan Modra <amodra@gmail.com>
3053
3054 PR target/55431
3055 * config/rs6000/linux-unwind.h (ppc_linux_aux_vector): Delete.
3056 (ppc_fallback_frame_state): Always set up save locations for fp
3057 and altivec. Don't bother with non-callee-saved regs, r0-r13
3058 except for r2 on ppc64, fr0-fr13, v0-v19, vscr.
3059
3060 2013-02-12 Georg-Johann Lay <avr@gjlay.de>
3061
3062 PR target/54222
3063 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add: _usmulUHA, _usmulUSA,
3064 _ssmulHA, _ssmulSA.
3065 (LIB1ASMFUNCS): Add: _muldi3_6, _mulsidi3, _umulsidi3, _usmuluha3,
3066 _ssmulha3, _usmulusa3, _ssmulsa3.
3067 * config/avr/lib1funcs.S (__muldi3_6): Break out of __muldi3.
3068 (__muldi3): XCALL __muldi3_6 instead of rcall.
3069 (__umulsidi3, __mulsidi3): New functions.
3070 (do_prologue_saves, do_epilogue_restores): New .macros.
3071 (__divdi3_moddi3): Use them.
3072 * config/avr/lib1funcs-fixed.S (__usmuluha3, __ssmulha3)
3073 (__usmulusa3, __ssmulsa3): New functions.
3074
3075 2013-02-11 Iain Sandoe <iain@codesourcery.com>
3076 Jack Howarth <howarth@bromo.med.uc.edu>
3077 Patrick Marlier <patrick.marlier@gmail.com>
3078
3079 PR libitm/55693
3080 * config/darwin-crt-tm.c: Remove dummy functions hack.
3081
3082 2013-02-08 Georg-Johann Lay <avr@gjlay.de>
3083
3084 PR target/54222
3085 * config/avr/lib2funcs.c: New C sources for modules for libgcc.a.
3086 * config/avr/lib2-object.mk: New iterator to build objects from it.
3087 * config/avr/t-avr: Iterate lib2-object.mk to build objects from
3088 lib2funcs.c.
3089 (LIB2FUNCS_EXCLUDE): Add _clrsbdi2.
3090 (LIB1ASMFUNCS): Add: _ssabs_1, _mask1, _ret, _roundqq3, _rounduqq3,
3091 _round_s2, _round_u2, _round_2_const, _addmask_2, _round_s4,
3092 _round_u4, _round_4_const, _addmask_4, _round_x8, _rounddq3
3093 _roundudq3, _roundda3 _rounduda3, _roundta3 _rounduta3.
3094 * config/avr/lib1funcs-fixed.S: Implement them.
3095
3096 2013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
3097
3098 Update copyright years.
3099
3100 2013-02-01 David Edelsohn <dje.gcc@gmail.com>
3101
3102 PR target/54601
3103 * config.host (powerpc-ibm-aix[56789]): Add t-aix-cxa to tmake_file.
3104 Add crtcxa to extra_parts.
3105 * config/rs6000/exit.h: New file.
3106 * config/rs6000/cxa_atexit.c: New file.
3107 * config/rs6000/cxa_finalize.c: New file.
3108 * config/rs6000/crtcxa.c: New file.
3109 * config/rs6000/t-aix-cxa: New file.
3110 * config/rs6000/libgcc-aix-cxa.ver: New file.
3111
3112 2013-01-31 Nick Clifton <nickc@redhat.com>
3113
3114 * config/v850/lib1funcs.S: Add support for e3v5 architecture
3115 variant.
3116
3117 2013-01-29 Georg-Johann Lay <avr@gjlay.de>
3118
3119 PR target/54222
3120 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
3121 _mulQQ, _mulHQ, _mulHA, _mulSA,
3122 _mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
3123 _divQQ, _divHQ, _divHA, _divSA,
3124 _divUQQ, _divUHQ, _divUHA, _divUSA.
3125
3126 2013-01-26 David Holsgrove <david.holsgrove@xilinx.com>
3127
3128 * config.host(microblaze*-linux*): tmake_file: Remove
3129 t-slibgcc-nolc-override, add t-slibgcc-libgcc.
3130 * config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE
3131 to exclude functions from being built with libgcc.c and use
3132 the microblaze assembly.
3133
3134 2013-01-26 Edgar E. Iglesias <edgar.iglesias@gmail.com>
3135
3136 * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
3137 extra_parts.
3138
3139 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
3140
3141 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
3142 results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
3143 __UINTPTR_TYPE__; also cast 'base' to the same type before the
3144 alignment operation.
3145
3146 2013-01-15 Sofiane Naci <sofiane.naci@arm.com>
3147
3148 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
3149 loop start address for cache clearing.
3150
3151 2013-01-14 Georg-Johann Lay <avr@gjlay.de>
3152
3153 * config/avr/lib1funcs.S: Remove trailing blanks.
3154 * config/avr/lib1funcs-fixed.S: Ditto.
3155
3156 2013-01-14 Georg-Johann Lay <avr@gjlay.de>
3157
3158 * config/avr/avr-lib.h: Add GPL copyright notice.
3159
3160 2013-01-14 Georg-Johann Lay <avr@gjlay.de>
3161
3162 * fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
3163 declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
3164 (SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
3165 min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
3166
3167 2013-01-07 Mark Kettenis <kettenis@openbsd.org>
3168
3169 * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*):
3170 Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
3171
3172 2013-01-04 Nick Clifton <nickc@redhat.com>
3173
3174 * config/v850/lib1funcs.S: Only provide CALLT support functions if
3175 the CALLT instruction is supported.
3176
3177 2012-12-20 Jonathan Wakely <jwakely.gcc@gmail.com>
3178
3179 * gthr.h (__gthread_cond_timedwait_recursive): Do not require.
3180 * gthr-posix.h (__gthread_cond_timedwait_recursive): Remove.
3181
3182 2012-12-13 John Tytgat <John@bass-software.com>
3183
3184 * config/arm/fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp
3185 is 25.
3186
3187 2012-12-12 Jakub Jelinek <jakub@redhat.com>
3188
3189 PR libgcc/55451
3190 * fixed-bit.c (FIXED_SSADD, FIXED_SSSUB, FIXED_SSNEG): Avoid
3191 undefined signed overflows.
3192
3193 2012-12-09 Uros Bizjak <ubizjak@gmail.com>
3194
3195 PR target/55344
3196 * config/alpha/linux-unwind.h: Disable when inhibit_libc is defined.
3197
3198 2012-12-06 Uros Bizjak <ubizjak@gmail.com>
3199
3200 * config/i386/sfp-machine.h (FP_EX_ALL): Define.
3201 (FP_TRAPPING_EXCEPTIONS): Define.
3202 * config/i386/32/sfp-machine.h (FP_EX_SHIFT): Define.
3203 * config/i386/64/sfp-machine.h (FP_EX_SHIFT): Ditto.
3204
3205 2012-12-04 Richard Henderson <rth@redhat.com>
3206
3207 PR bootstrap/55571
3208 * Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.
3209
3210 2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
3211
3212 * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
3213 (FP_EX_SHIFT): Define.
3214 (FP_TRAPPING_EXCEPTIONS): Define.
3215
3216 2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
3217
3218 * config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
3219 (FP_ROUNDMODE): Use FP_RND_MASK.
3220 * config/aarch64/sfp-exceptions.c: New.
3221 * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3222 Use __sfp_handle_exceptions.
3223
3224 2012-12-04 Richard Earnshaw <rearnsha@arm.com>
3225
3226 * config.host: (arm*-*-freebsd*): Remove.
3227 (arm*-*-linux*, arm*-*-uclinux*): Simplify logic.
3228 (arm*-*-elf*): Remove.
3229 (arm*-*-wince-pe*): Remove.
3230 * arm/unwind-arm.c (struct fpa_reg): Delete.
3231 (struct fpa_regs): Delete.
3232 (phase1_vrs): Remove fpa element.
3233 (_Unwind_VRS_Get): Remove _UVRSC_FPA.
3234 (_Unwind_VRS_Set, _Unwind_VRS_Pop): Likewise.
3235 * arm/pr-support.c (__gnu_unwind_execute): Remove FPA support.
3236 * ieee754-sf.S (floatundisf): Remove FPA support.
3237 (floatdisf): Likewise.
3238 * ieee75f-df.S (floatundidf): Likewise.
3239 (floatdidf): Likewise.
3240
3241 2012-11-29 Kai Tietz <ktietz@redhat.com>
3242
3243 PR target/55445
3244 * unwind-c.c (__SEH__): Make sure SjLj isn't active.
3245 * unwind-generic.h: Likewise.
3246 * unwind-seh.c: Likewise.
3247
3248 2012-11-28 Richard Henderson <rth@redhat.com>
3249
3250 PR libgcc/48076
3251 * emutls.c (__emutls_get_address): Avoid race condition between
3252 obj->loc.offset read and emutls_key initialization.
3253
3254 2012-11-22 Georg-Johann Lay <avr@gjlay.de>
3255
3256 Adjust decimal point of signed accum mode to GCC default.
3257
3258 PR target/54222
3259 * config/avr/t-avr (LIB1ASMFUNCS): Add _fractsfsq _fractsfusq,
3260 _divqq_helper.
3261 * config/avr/lib1funcs-fixed.S (__fractqqsf, __fracthqsf)
3262 (__fractsasf, __fractsfha, __fractusqsf, __fractsfsa)
3263 (__mulha3, __mulsa3)
3264 (__divqq3, __divha3, __divsa3): Adjust to new position of
3265 decimal point of signed accum types.
3266
3267 (__mulusa3_round): New function.
3268 (__mulusa3): Use it.
3269 (__divqq_helper): New function.
3270 (__udivuqq3): Use it.
3271
3272 2012-11-20 Jakub Jelinek <jakub@redhat.com>
3273
3274 PR bootstrap/55370
3275 * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
3276
3277 2012-11-18 Teresa Johnson <tejohnson@google.com>
3278
3279 PR bootstrap/55051
3280 * libgcov.c (gcov_exit): Remove merged program summary
3281 comparison unless !GCOV_LOCKED.
3282
3283 2012-11-15 Marcus Shawcroft <marcus.shawcroft@arm.com>
3284
3285 * soft-fp: Updated from glibc upstream.
3286
3287 2012-11-06 Ian Lance Taylor <iant@google.com>
3288
3289 * generic-morestack.c (__generic_morestack): Align the returned
3290 stack pointer to a 32 byte boundary.
3291 * config/i386/morestack.S (__morestack_non_split) [32-bit]: Don't
3292 increment the return address until we have decided that we don't
3293 have a varargs function.
3294 (__morestack) [32-bit]: Align stack correctly when calling C
3295 functions.
3296 (__morestack) [64-bit]: Likewise.
3297
3298 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
3299
3300 * configure: Regenerate.
3301
3302 2012-11-02 Uros Bizjak <ubizjak@gmail.com>
3303
3304 PR target/55175
3305 * config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
3306 * config/i386/sfp-machine.h: Guard exception handling
3307 code with _SOFT_FLOAT.
3308 * config/i386/32/sfp-machine.h: Guard rounding handling
3309 code with _SOFT_FLOAT.
3310 * config/i386/64/sfp-machine.h: Ditto.
3311
3312 2012-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
3313
3314 * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
3315 as extra_parts.
3316
3317 2012-10-26 Uros Bizjak <ubizjak@gmail.com>
3318
3319 * config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
3320 Clear only fxsave.mxcsr_mask. Use saved mxcsr from fxsave structure
3321 when appropriate. Correct structure element types.
3322 * config/i386/t-crtfm (crtfastmath.o): Compile with -mfxsr, remove
3323 -minline-all-stringops from compile flags.
3324
3325 2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3326
3327 * config.host (sparc64-*-rtems*): Remove sparc/t-elf.
3328
3329 2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3330
3331 * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
3332
3333 2012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3334
3335 * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
3336 tmake_file.
3337
3338 2012-10-23 Ian Bolton <ian.bolton@arm.com>
3339 Jim MacArthur <jim.macarthur@arm.com>
3340 Marcus Shawcroft <marcus.shawcroft@arm.com>
3341 Nigel Stephens <nigel.stephens@arm.com>
3342 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3343 Richard Earnshaw <rearnsha@arm.com>
3344 Sofiane Naci <sofiane.naci@arm.com>
3345 Stephen Thomas <stephen.thomas@arm.com>
3346 Tejas Belagod <tejas.belagod@arm.com>
3347 Yufeng Zhang <yufeng.zhang@arm.com>
3348
3349 * config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
3350 * config/aarch64/crti.S: New file.
3351 * config/aarch64/crtn.S: New file.
3352 * config/aarch64/linux-unwind.h: New file.
3353 * config/aarch64/sfp-machine.h: New file.
3354 * config/aarch64/sync-cache.c: New file.
3355 * config/aarch64/t-aarch64: New file.
3356 * config/aarch64/t-softfp: New file.
3357
3358 2012-10-21 Hans-Peter Nilsson <hp@bitrange.com>
3359
3360 * config/mmix/crti.S: Mark program and data addresses using PRELD.
3361 Remove typo'd and unnecessary alignment-LOC for .data. Remove
3362 no-longer-needed LDBU insns.
3363
3364 2012-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
3365
3366 * config.host
3367 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
3368 "arm*-*-rtemseabi*" to "arm*-*-rtems*".
3369
3370 2012-10-17 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3371
3372 * config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A.
3373
3374 2012-10-15 Matthias Klose <doko@ubuntu.com>
3375
3376 * config.host: Match arm*-*-linux-* for ARM Linux/GNU.
3377
3378 2012-10-15 Pavel Chupin <pavel.v.chupin@intel.com>
3379
3380 * configure: Regenerate.
3381 * configure.ac: Replace code with GCC_AC_THREAD_HEADER use.
3382
3383 2012-10-10 Uros Bizjak <ubizjak@gmail.com>
3384
3385 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
3386 instructions for 64bit targets only.
3387
3388 2012-10-10 Uros Bizjak <ubizjak@gmail.com>
3389
3390 * config/i386/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
3391 FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX): Move to ...
3392 * config/i386/32/sfp-machine.h: ... here.
3393 * config/i386/64/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
3394 FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX):
3395 New defines.
3396
3397 2012-10-07 Matthias Klose <doko@ubuntu.com>
3398
3399 * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
3400 as unused.
3401 (_Unwind_decode_typeinfo_ptr): Mark base as unused.
3402
3403 2012-10-06 Mark Kettenis <kettenis@openbsd.org>
3404
3405 * config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
3406 * unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
3407 (USE_PT_GNU_EH_FRAME): Define for OpenBSD.
3408 (ElfW): Likewise.
3409
3410 2012-10-05 Jonathan Wakely <jwakely.gcc@gmail.com>
3411
3412 PR other/53889
3413 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
3414 Fix parameter names.
3415
3416 2012-10-04 Oleg Endo <olegendo@gcc.gnu.org>
3417
3418 PR target/33135
3419 * config/sh/t-sh (HOST_LIBGCC2_CFLAGS): Delete.
3420 * config/sh/t-netbsd (HOST_LIBGCC2_CFLAGS): Delete.
3421 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Remove mieee option.
3422
3423 2012-10-03 Oleg Endo <olegendo@gcc.gnu.org>
3424
3425 PR target/50457
3426 * config/sh/linux-atomic.S: Delete.
3427 * config/sh/linux-atomic.c: New.
3428 * config/sh/t-linux (LIB2ADD): Replace linux-atomic.S with
3429 linux-atomic.c. Add cflags to disable warnings.
3430
3431 2012-10-02 Jonathan Wakely <jwakely.gcc@gmail.com>
3432
3433 PR other/53889
3434 * gthr.h (__gthread_recursive_mutex_destroy): Document new required
3435 function.
3436 * gthr-posix.h (__gthread_recursive_mutex_destroy): Define.
3437 * gthr-single.h (__gthread_recursive_mutex_destroy): Likewise.
3438 * config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise.
3439 * config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise.
3440 * config/i386/gthr-win32.c (__gthread_win32_recursive_mutex_destroy):
3441 Likewise.
3442 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
3443 Likewise.
3444 * config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy):
3445 Likewise.
3446 * config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise.
3447 * config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise.
3448
3449 2012-09-19 Mark Kettenis <kettenis@openbsd.org>
3450
3451 * config.host (hppa-*-openbsd*): New target.
3452 * config/pa/t-openbsd: New file.
3453
3454 2012-09-15 Georg-Johann Lay <avr@gjlay.de>
3455
3456 PR target/54222
3457 * config/avr/lib1funcs-fixed.S (__ssneg_2, __ssabs_2, __ssneg_4,
3458 __ssabs_4, __clr_8, __ssneg_8, __ssabs_8,
3459 __usadd_8, __ussub_8, __ssadd_8, __sssub_8): New functions.
3460 (__divsa3): Use __negsi2 to negate r_quoL.
3461 * config/avr/lib1funcs.S (FALIAS): New macro.
3462 (__divmodsi4): Break out and use __divmodsi4_neg1 as...
3463 (__negsi2): ...this new function.
3464 * config/avr/t-avr (LIB1ASMFUNCS): Add _negsi2, _clr_8,
3465 _ssneg_2, _ssneg_4, _ssneg_8, _ssabs_2, _ssabs_4,
3466 _ssabs_8, _ssadd_8, _sssub_8, _usadd_8, _ussub_8.
3467 (LIB2FUNCS_EXCLUDE): Fix typo for _add _sub.
3468 Add: _ssadd*, _sssub*, _ssneg*, _ssabs* for signed fixed modes.
3469 Add: _usadd*, _ussub*, _usneg* for unsigned fixed modes.
3470
3471 2012-09-10 Oleg Endo <olegendo@gcc.gnu.org>
3472
3473 PR target/54089
3474 * config/sh/lib1funcs.S (ashlsi3): Reimplement as ashlsi3_r0.
3475 (lshrsi3): Reimplement as lshrsi3_r0.
3476
3477 2012-09-10 Andreas Schwab <schwab@linux-m68k.org>
3478
3479 PR target/46191
3480 * config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
3481 of libgcc.a.
3482
3483 2012-09-07 Teresa Johnson <tejohnson@google.com>
3484
3485 PR gcov-profile/54487
3486 * libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
3487 differences.
3488
3489 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
3490
3491 PR target/54461
3492 * config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
3493 not configured --with-avrlibc=no.
3494 * config/avr/t-avrlibc: New file.
3495 * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
3496 (DPBIT_FUNCS): Ditto.
3497 (TPBIT_FUNCS): Ditto.
3498
3499 2012-09-04 Teresa Johnson <tejohnson@google.com>
3500
3501 * libgcov.c (struct gcov_summary_buffer): New structure.
3502 (gcov_histogram_insert): New function.
3503 (gcov_compute_histogram): Ditto.
3504 (gcov_exit): Invoke gcov_compute_histogram, and perform merging of
3505 histograms during summary merging.
3506
3507 2012-09-01 Mark Kettenis <kettenis@openbsd.org>
3508
3509 * config.host (x86_64-*-openbsd*): New target.
3510
3511 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
3512
3513 * config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
3514 attribute.
3515
3516 2012-08-24 Georg-Johann Lay <avr@gjlay.de>
3517
3518 PR target/54222
3519 * config/avr/t-avr (conv_X): Rename to func_X.
3520
3521 2012-08-24 Georg-Johann Lay <avr@gjlay.de>
3522
3523 PR target/54222
3524 * config/avr/lib1funcs-fixed.S: New file.
3525 * config/avr/lib1funcs.S: Include it. Undefine some divmodsi
3526 after they are used.
3527 (neg2, neg4): New macros.
3528 (__mulqihi3,__umulqihi3,__mulhi3): Rewrite non-MUL variants.
3529 (__mulhisi3,__umulhisi3,__mulsi3): Rewrite non-MUL variants.
3530 (__umulhisi3): Speed up MUL variant if there is enough flash.
3531 * config/avr/avr-lib.h (TA, UTA): Adjust according to gcc's
3532 avr-modes.def.
3533 * config/avr/t-avr (LIB1ASMFUNCS): Add: _fractqqsf, _fractuqqsf,
3534 _fracthqsf, _fractuhqsf, _fracthasf, _fractuhasf, _fractsasf,
3535 _fractusasf, _fractsfqq, _fractsfuqq, _fractsfhq, _fractsfuhq,
3536 _fractsfha, _fractsfsa, _mulqq3, _muluqq3, _mulhq3, _muluhq3,
3537 _mulha3, _muluha3, _mulsa3, _mulusa3, _divqq3, _udivuqq3, _divhq3,
3538 _udivuhq3, _divha3, _udivuha3, _divsa3, _udivusa3.
3539 (LIB2FUNCS_EXCLUDE): Add supported functions.
3540
3541 2012-08-22 Georg-Johann Lay <avr@gjlay.de>
3542
3543 * Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out
3544 LIB2FUNCS_EXCLUDE before adding them to libgcc-objects,
3545 libgcc-s-objects.
3546 * fixed-obj.mk: Only expand dependency if $o is not in
3547 LIB2FUNCS_EXCLUDE.
3548
3549 2012-08-22 H.J. Lu <hongjiu.lu@intel.com>
3550
3551 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): New.
3552
3553 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3554
3555 * Makefile.in (vis_hide, gen-hide-list): Do not make definitions
3556 depend on --enable-shared.
3557 ($(lib1asmfuncs-o)): Use %.vis files independent of
3558 --enable-shared.
3559 * static-object.mk ($(base)$(objext), $(base).vis)
3560 ($(base)_s$(objext)): Use same rules for visibility handling as in
3561 shared-object.mk.
3562
3563 2012-08-21 Ian Lance Taylor <iant@google.com>
3564
3565 * config/i386/morestack.S (__morestack_non_split): Increase amount
3566 of space allocated for non-split code stack.
3567
3568 2012-08-19 Joseph Myers <joseph@codesourcery.com>
3569
3570 * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc
3571 even if inhibit_libc.
3572
3573 2012-08-17 Julian Brown <julian@codesourcery.com>
3574
3575 * Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
3576 -fexceptions -fnon-call-exceptions if not defined.
3577 ($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
3578 * config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.
3579
3580 2012-08-17 Andreas Schwab <schwab@linux-m68k.org>
3581
3582 * config/m68k/linux-atomic.c (__sync_lock_test_and_set_1): Fix
3583 type.
3584
3585 2012-08-16 David Edelsohn <dje.gcc@gmail.com>
3586
3587 * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
3588 rs6000/t-slibgcc-aix.
3589
3590 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3591
3592 * longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling.
3593
3594 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3595
3596 * longlong.h: (whole file, powerpc): Adjust to single assembler syntax.
3597
3598 2012-08-03 H.J. Lu <hongjiu.lu@intel.com>
3599
3600 PR driver/54171
3601 * Makefile.in (version): Replace top_srcdir with srcdir.
3602
3603 2012-08-03 Jonathan Yong <jon_y@users.sourceforge.net>
3604
3605 * Makefile.in (version): set to BASE-VER file from gcc directory.
3606
3607 2012-08-01 Nick Clifton <nickc@redhat.com>
3608
3609 * config/m32c/lib2funcs.c (__clrsbhi2): New function.
3610 Implements __clrsb for an HImode argument.
3611
3612 2012-07-31 Nick Clifton <nickc@redhat.com>
3613
3614 * config/stormy16/lib2funcs.c (__clrsbhi2): New function.
3615 Implements __clrsb for an HImode argument.
3616 * config/stormy16/clrsbhi2.c: New file:
3617 * config/stormy16/t-stormy16 (LIB2ADD): Add clrsbhi2.c.
3618
3619 2012-07-22 Steven Bosscher <steven@gcc.gnu.org>
3620
3621 * libgcov.c (__gcov_ior_profiler): Benign comment fix.
3622
3623 2012-07-19 Tristan Gingold <gingold@adacore.com>
3624 Richard Henderson <rth@redhat.com>
3625
3626 * unwind-seh.c: New file.
3627 * unwind-generic.h: Include windows.h for SEH.
3628 (_Unwind_Exception): Use 6 private fields for SEH.
3629 (_GCC_specific_handler): Declare.
3630 * unwind-c.c (__gcc_personality_seh0): New function.
3631 Adjust for SEH.
3632 * config/i386/libgcc-cygming.ver: New file.
3633 * config/i386/t-seh-eh: New file.
3634 * config.host (x86_64-*-mingw*): Default to seh.
3635
3636 2012-07-14 Steven Bosscher <steven@gcc.gnu.org>
3637
3638 * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
3639
3640 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
3641
3642 * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
3643 __builtin_expect when checking for exceptions.
3644 * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Ditto.
3645
3646 2012-06-13 Uros Bizjak <ubizjak@gmail.com>
3647
3648 * config/ia64/sfp-machine.h (__sfp_handle_exceptions): New
3649 function declaration.
3650 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
3651 (FP_RND_MASK): New.
3652 * config/ia64/sfp-exceptions.c: New.
3653 * config/ia64/t-softfp (LIB2ADD): Add sfp-exceptions.c.
3654
3655 2012-06-13 Uros Bizjak <ubizjak@gmail.com>
3656
3657 * config/i386/32/sfp-machine.h (_FP_NANSIGN_S, _FP_NANSIGN_D,
3658 _FP_NANSIGN_E, _FP_NANSIGN_Q): Move ...
3659 * config/i386/64/sfp-machine: ... (delete here) ...
3660 * config/i386/sfp-machine.h: ... to here.
3661 (FP_EX_MASK): Remove.
3662 (FP_RND_MASK): New.
3663 (FP_INIT_ROUNDMODE): Declare asm as volatile.
3664
3665 2012-06-11 Sriraman Tallam <tmsriram@google.com>
3666
3667 * config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
3668 * config/i386/libgcc-sol2.ver: Ditto.
3669 * config/i386/libgcc-glibc.ver: Ditto.
3670
3671 2012-06-11 Roland McGrath <mcgrathr@google.com>
3672
3673 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
3674 If __GLIBC__ is defined, refer to __pthread_key_create instead of
3675 pthread_cancel.
3676
3677 2012-06-09 Uros Bizjak <ubizjak@gmail.com>
3678
3679 * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
3680 _FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
3681 FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
3682 FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
3683 FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
3684 __LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
3685 * config/i386/64/sfp-machine: ... (delete here) ...
3686 * config/i386/sfp-machine.h: ... to here.
3687 (FP_EX_MASK): New.
3688 (__sfp_handle_exceptions): New function declaration.
3689 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
3690 * config/i386/sfp-exceptions.c: New.
3691 * config/i386/t-softfp: New.
3692 * config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
3693 i386/t-softfp to tmake_file.
3694
3695 2012-06-03 David S. Miller <davem@davemloft.net>
3696
3697 * longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
3698 change.
3699
3700 2012-05-31 David S. Miller <davem@davemloft.net>
3701
3702 * longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
3703 multiply and divide instructions on 32-bit when V9.
3704 (add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
3705
3706 2012-05-29 Joseph Myers <joseph@codesourcery.com>
3707
3708 * config/arm/ieee754-df.S: Fix typos.
3709 * config/arm/ieee754-sf.S: Fix typos.
3710 * config/c6x/libunwind.S: Fix typos.
3711 * config/epiphany/udivsi3-float.c: Fix typos.
3712 * config/microblaze/muldi3_hard.S: Fix typos.
3713 * config/picochip/adddi3.S: Fix typos.
3714 * config/picochip/ashlsi3.S: Fix typos.
3715 * config/picochip/ashrsi3.S: Fix typos.
3716 * config/picochip/clzsi2.S: Fix typos.
3717 * config/picochip/cmpsi2.S: Fix typos.
3718 * config/picochip/divmod15.S: Fix typos.
3719 * config/picochip/divmodhi4.S: Fix typos.
3720 * config/picochip/divmodsi4.S: Fix typos.
3721 * config/picochip/longjmp.S: Fix typos.
3722 * config/picochip/lshrsi3.S: Fix typos.
3723 * config/picochip/parityhi2.S: Fix typos.
3724 * config/picochip/popcounthi2.S: Fix typos.
3725 * config/picochip/setjmp.S: Fix typos.
3726 * config/picochip/subdi3.S: Fix typos.
3727 * config/picochip/ucmpsi2.S: Fix typos.
3728 * config/picochip/udivmodhi4.S: Fix typos.
3729 * config/picochip/udivmodsi4.S: Fix typos.
3730 * config/spu/divv2df3.c: Fix typos.
3731 * config/spu/mfc_multi_tag_release.c: Fix typos.
3732 * config/spu/mfc_tag_release.c: Fix typos.
3733 * configure.ac: Fix typos.
3734 * configure: Regenerate.
3735
3736 2012-05-25 Ian Lance Taylor <iant@google.com>
3737
3738 * config/i386/morestack.S (__morestack_non_split): Check whether
3739 caller is varargs and needs %bp to hold the stack frame on return.
3740
3741 2012-05-25 Olivier Hainque <hainque@adacore.com>
3742
3743 * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
3744 sequence in the non pic case on VxWorks.
3745
3746 2012-05-24 Olivier Hainque <hainque@adacore.com>
3747
3748 * Makefile.in: Move dependency on install-unwind_h from
3749 "install-leaf" to "install".
3750
3751 2012-05-24 Olivier Hainque <hainque@adacore.com>
3752
3753 * Makefile.in (clean): Remove libgcc_tm.stamp as well.
3754 Use a separate command for stamp removals.
3755
3756 2012-05-21 Andrew Pinski <apinski@cavium.com>
3757
3758 PR bootstrap/53183
3759 * configure.ac: Define the default includes to being none.
3760 * configure: Regenerate.
3761
3762 2012-05-16 Olivier Hainque <hainque@adacore.com>
3763
3764 * Makefile.in (install-unwind_h): Rename into ...
3765 (install-unwind_h-forbuild): New target.
3766 (all): Use it instead of the former install-unwind_h.
3767 (install-unwind_h): Reinstate, copy to user install destination
3768 for include files, not to the internal gcc object directory one.
3769 (install-leaf): Depend on it.
3770
3771 2012-05-15 Olivier Hainque <hainque@adacore.com>
3772
3773 * config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
3774 register numbers. LR_REGNO replaces R_LR.
3775 (ucontext_for): New, helper for ...
3776 (ppc_aix_fallback_frame_state): New, implementation for aix 5.2
3777 and 5.3 of ...
3778 (MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
3779
3780 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3781
3782 * config.host (i[34567]86-*-linux*, x86_64-*-linux*)
3783 (i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
3784 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
3785 i386/t-cpuinfo ...
3786 (i[34567]86-*-*, x86_64-*-*): ... here.
3787
3788 * config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
3789 * config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
3790
3791 * config/i386/i386-cpuinfo.c: Rename to ...
3792 * config/i386/cpuinfo.c: ... this.
3793 * config/i386/t-cpuinfo (LIB2ADD): Reflect this.
3794
3795 * configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
3796 (libgcc_cv_init_priority): New test.
3797 * configure: Regenerate.
3798 * config.in: New file.
3799 * Makefile.in (clean): Rename config.h to auto-target.h.
3800 (config.h): Likewise.
3801 (stamp-h): Likewise.
3802
3803 * config/i386/cpuinfo.c (auto-target.h): Include.
3804 (CONSTRUCTOR_PRIORITY): Define.
3805 (__cpu_indicator_init): Use it.
3806
3807 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
3808
3809 * longlong.h: Use a URL instead of an FSF postal address.
3810 Replace spaces with tab.
3811
3812 2012-05-08 Teresa Johnson <tejohnson@google.com>
3813
3814 * libgcov.c (gcov_clear, __gcov_reset): New functions.
3815 (__gcov_dump): Ditto.
3816 (gcov_dump_complete): New global variable.
3817 (gcov_exit): Export hidden to enable use in L_gcov_dump.
3818 (__gcov_flush): Outline functionality now in gcov_clear.
3819 * Makefile.in (L_gcov_reset, L_gcov_dump): Define.
3820
3821 2012-04-28 Aurelien Jarno <aurelien@aurel32.net>
3822
3823 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
3824 (mips*-*-linux*): Include mips/t-tpbit when long double is
3825 16 bytes long.
3826
3827 2012-04-25 Sriraman Tallam <tmsriram@google.com>
3828
3829 * config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
3830 (get_available_features): New argument. Check for AVX2.
3831 (__cpu_indicator_init): Modify call to get_available_features.
3832
3833 2012-04-25 Alan Modra <amodra@gmail.com>
3834
3835 * config/rs6000/crtsavevr.S: New file.
3836 * config/rs6000/crtrestvr.S: New file.
3837 * config/rs6000/t-savresfgpr: Build the above.
3838 * config/rs6000/t-netbsd: Likewise.
3839
3840 2012-04-24 Sriraman Tallam <tmsriram@google.com>
3841
3842 * libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
3843
3844 2012-04-24 Sriraman Tallam <tmsriram@google.com>
3845
3846 * libgcc/config/i386/i386-cpuinfo.c: New file.
3847 * libgcc/config/i386/t-cpuinfo: New file.
3848 * libgcc/config.host: Include t-cpuinfo.
3849 * libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
3850
3851 2012-04-24 Chao-ying Fu <fu@mips.com>
3852
3853 * unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
3854
3855 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
3856
3857 struct siginfo vs. siginfo_t
3858
3859 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
3860 siginfo_t instead of struct siginfo.
3861 * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
3862 * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
3863 * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
3864 (ia64_handle_unwabi): Likewise.
3865 * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
3866 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
3867 * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
3868 (sh_fallback_frame_state): Likewise.
3869 * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
3870 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
3871
3872 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
3873
3874 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
3875 system call number.
3876
3877 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
3878
3879 * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
3880 if it hasn't been previously saved.
3881
3882 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
3883
3884 * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
3885 only for glibc.
3886
3887 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
3888
3889 PR target/52737
3890 * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
3891 instead of __AVR_HAVE_8BIT_SP__.
3892
3893 2012-03-26 Tristan Gingold <gingold@adacore.com>
3894
3895 * config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
3896 (unw_table_entry): Use unw_word instead of unsigned long.
3897 (_Unwind_FindTableEntry): Likewise.
3898 * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
3899 * config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
3900 (_Unwind_FindTableEntry): Likewise.
3901 * config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
3902 (unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
3903 (set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
3904 (ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
3905 (ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
3906 (uw_frame_state_for, uw_update_reg_address, uw_update_context)
3907 (uw_init_context_1, uw_install_context): Likewise.
3908 (unw_word): Move to unwind-ia64.h
3909
3910 2012-03-26 Tristan Gingold <gingold@adacore.com>
3911
3912 * config/vms/vms-ucrt0.c: Update copyright years.
3913 Add a sanity check.
3914 (___gcc_main_flags): Declare.
3915 (__main): Check flags to remap argv and exit code.
3916 * config.host (*-*-*vms*): Adjust extra_parts.
3917 * config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
3918 (crt0.o): Add.
3919
3920 2012-03-22 Richard Earnshaw <rearnsha@arm.com>
3921
3922 * arm/lib1funcs.asm (ctzsi2): New function.
3923 * arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
3924 * arm/t-linux (LIB1ASMFUNCS): Likewise.
3925 * arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
3926 * arm/t-symbian (LIB1ASMFUNCS): Likewise.
3927 * arm/t-vxworks (LIB1ASMFUNCS): Likewise.
3928 * arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
3929
3930 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
3931
3932 * config.host: Add bits to support powerpc64-*-freebsd*.
3933 * config/rs6000/freebsd-unwind.h: New file.
3934 * config/rs6000/t-freebsd64: New file.
3935
3936 2012-03-20 Richard Guenther <rguenther@suse.de>
3937
3938 PR gcov-profile/52627
3939 * libgcov.c (init_mx): Fix mutex name.
3940
3941 2012-03-16 Tristan Gingold <gingold@adacore.com>
3942
3943 * config/ia64/vms-unwind.h: Remove ulong (and replace
3944 it by unw_reg where used). Define unw_reg with __int64.
3945
3946 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3947
3948 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
3949 Solaris 8 handling.
3950 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
3951 Solaris 8 handling.
3952 (sparc_is_sighandler): Likewise.
3953
3954 2012-03-13 H.J. Lu <hongjiu.lu@intel.com>
3955
3956 * unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
3957 <= saved reg size.
3958
3959 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3960
3961 * config/arm/crtn.S: Fix typo.
3962
3963 2012-03-13 Richard Guenther <rguenther@suse.de>
3964
3965 * libgcov.c: Remove stdio.h include and NULL un-define.
3966
3967 2012-03-13 Richard Guenther <rguenther@suse.de>
3968
3969 PR target/52569
3970 * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
3971
3972 2012-03-13 Richard Guenther <rguenther@suse.de>
3973
3974 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
3975
3976 2012-03-13 Richard Guenther <rguenther@suse.de>
3977
3978 * gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
3979 and __gthread_mutex_init_function definitions.
3980
3981 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3982
3983 * config.host (mips*-*-openbsd*): Remove.
3984
3985 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3986
3987 * config.host: Remove alpha*-dec-osf5.1* handling.
3988 * config/alpha/gthr-posix.c: Remove.
3989 * config/alpha/libgcc-osf5.ver: Remove.
3990 * config/alpha/osf5-unwind.h: Remove.
3991 * config/alpha/t-osf-pthread: Remove.
3992 * config/alpha/t-slibgcc-osf: Remove.
3993 * config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
3994 * gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
3995 [__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
3996 * mkmap-flat.awk: Remove osf_export handling.
3997
3998 2012-03-12 Richard Guenther <rguenther@suse.de>
3999
4000 * gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
4001 * gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
4002 (__gthread_mutex_init_function): New function.
4003 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
4004
4005 PR gcov/49484
4006 * libgcov.c: Include gthr.h.
4007 (__gcov_flush_mx): New global variable.
4008 (init_mx, init_mx_once): New functions.
4009 (__gcov_flush): Protect self with a mutex.
4010 (__gcov_fork): Re-initialize mutex after forking.
4011 * unwind-dw2-fde.c: Change condition under which to use
4012 __GTHREAD_MUTEX_INIT_FUNCTION.
4013
4014 2012-03-12 Tristan Gingold <gingold@adacore.com>
4015
4016 * config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
4017 * config/ia64/t-vms: Likewise.
4018
4019 2012-03-11 Michael Hope <michael.hope@linaro.org>
4020
4021 * longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
4022 for Thumb-2.
4023
4024 2012-03-07 Walter Lee <walt@tilera.com>
4025
4026 * config/tilepro/atomic.c: Rename "atomic_" prefix to
4027 "arch_atomic_".
4028 (atomic_xor): Rename and move definition to
4029 config/tilepro/atomic.h.
4030 (atomic_nand): Ditto.
4031 * config/tilepro/atomic.h: Rename "atomic_" prefix to
4032 "arch_atomic_".
4033 (arch_atomic_xor): Move from config/tilepro/atomic.c.
4034 (arch_atomic_nand): Ditto.
4035
4036 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
4037
4038 PR target/52507
4039 * config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
4040
4041 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
4042
4043 PR target/52505
4044 * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
4045 from RAM.
4046
4047 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
4048
4049 PR target/52461
4050 PR target/52508
4051 * config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
4052 if RAMPZ affects reading from RAM.
4053 (__tablejump_elpm__): Ditto.
4054 (.xload): Ditto.
4055 (__movmemx_hi): Ditto.
4056 (__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
4057 (__do_global_dtors): Ditto.
4058 (__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
4059 (__movmemx_hi): Ditto.
4060
4061 2012-03-05 Richard Henderson <rth@redhat.com>
4062
4063 * longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
4064 [ARM] (count_trailing_zeros): Use the builtin.
4065
4066 2012-03-01 Kai Tietz <ktietz@redhat.com>
4067
4068 * soft-fp: Imported from glibc upstream.
4069
4070 2012-02-28 Kai Tietz <ktietz@redhat.com>
4071
4072 * config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
4073 for mingw-targets as attribute gcc_struct.
4074
4075 2012-02-28 Ian Lance Taylor <iant@google.com>
4076
4077 * generic-morestack.c (__splitstack_releasecontext): Correct call
4078 to __morestack_release_segments.
4079
4080 2012-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
4081
4082 PR target/52390
4083 * generic-morestack.c (__generic_morestack_set_initial_sp): Test
4084 for __linux__ when removing signals from __morestack_fullmask.
4085
4086 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
4087
4088 PR target/52261
4089 * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
4090
4091 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4092
4093 * config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
4094 instead of HAVE_INITFINI_ARRAY.
4095 * config/ia64/crtend.S: Likewise.
4096
4097 2012-02-20 Kai Tietz <ktietz@redhat.com>
4098
4099 PR libstdc++/52300
4100 * gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
4101
4102 * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
4103 to w32-unwind.h header.
4104
4105 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
4106
4107 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
4108 (mips*-*-linux*): Remove t-slibgcc-libgcc.
4109 * config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
4110 * config/mips/mips16.S (__mips16_rdhwr): Delete.
4111
4112 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
4113
4114 * config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
4115
4116 2012-02-15 Iain Sandoe <iains@gcc.gnu.org>
4117
4118 PR libitm/52220
4119 * config/darwin-crt-tm.c: Correct typo.
4120
4121 2012-02-15 Iain Sandoe <iains@gcc.gnu.org>
4122 Patrick Marlier <patrick.marlier@gmail.com>
4123
4124 PR libitm/52220
4125 * config/darwin-crt-tm.c: Generate dummy functions.
4126
4127 2012-02-15 Iain Sandoe <iains@gcc.gnu.org>
4128 Patrick Marlier <patrick.marlier@gmail.com>
4129
4130 PR libitm/52042
4131 * config/darwin-crt-tm.c (getTMCloneTable): New function.
4132 (__doTMRegistrations): Call it.
4133 (__doTMdeRegistrations): Likewise.
4134
4135 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
4136 Anatoly Sokolov <aesok@post.ru>
4137 Eric Weddington <eric.weddington@atmel.com>
4138
4139 PR target/52261
4140 * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
4141 (__epilogue_restores__): Ditto.
4142
4143 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
4144
4145 PR target/51921
4146 PR target/52205
4147 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
4148 Solaris 11 and slightly reformat.
4149 (sparc_is_sighandler): Likewise.
4150
4151 2012-02-14 Walter Lee <walt@tilera.com>
4152
4153 * config.host: Handle tilegx and tilepro.
4154 * config/tilegx/sfp-machine.h: New file.
4155 * config/tilegx/sfp-machine32.h: New file.
4156 * config/tilegx/sfp-machine64.h: New file.
4157 * config/tilegx/t-crtstuff: New file.
4158 * config/tilegx/t-softfp: New file.
4159 * config/tilegx/t-tilegx: New file.
4160 * config/tilepro/atomic.c: New file.
4161 * config/tilepro/atomic.h: New file.
4162 * config/tilepro/linux-unwind.h: New file.
4163 * config/tilepro/sfp-machine.h: New file.
4164 * config/tilepro/softdivide.c: New file.
4165 * config/tilepro/softmpy.S: New file.
4166 * config/tilepro/t-crtstuff: New file.
4167 * config/tilepro/t-tilepro: New file.
4168
4169 2012-02-07 Jonathan Wakely <jwakely.gcc@gmail.com>
4170
4171 PR libstdc++/51296
4172 PR libstdc++/51906
4173 * gthr-posix.h: Allow static initializer macros to be disabled.
4174 (__gthrw_pthread_cond_init): Define weak reference unconditionally.
4175
4176 2012-02-05 Chung-Lin Tang <cltang@codesourcery.com>
4177
4178 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
4179 Add t-slibgcc-libgcc to tmake_file.
4180 * config/mips/libgcc-mips16.ver: Revert previous patch.
4181 * config/mips/mips16.S (__mips16_rdhwr): Hide.
4182
4183 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4184 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4185
4186 * config.host: Add National Semiconductor CR16 target (cr16-*-*).
4187 * config/cr16/crti.S: New file.
4188 * config/cr16/crtlibid.S: New file.
4189 * config/cr16/crtn.S: New file.
4190 * config/cr16/lib1funcs.S: New file.
4191 * config/cr16/t-cr16: New file.
4192 * config/cr16/t-crtlibid: New file.
4193 * config/cr16/unwind-dw2.h: New file.
4194 * config/cr16/unwind-cr16.c: New file.
4195 * config/cr16/divmodhi3.c: New file.
4196
4197 2012-01-25 Alan Modra <amodra@gmail.com>
4198
4199 * config/rs6000/t-linux64: Delete. Move..
4200 * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
4201 * config/rs6000/t-linux: ..and libgcc flags to here.
4202
4203 2012-01-22 Douglas B Rupp <rupp@gnat.com>
4204
4205 * config.host (i[34567]86-*-interix3*):
4206 Change triplet to i[34567]86-*-interix[3-9]*.
4207 * configure: Regenerate.
4208
4209 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
4210 Richard Sandiford <rdsandiford@googlemail.com>
4211
4212 * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
4213 * config/mips/mips16.S (__mips16_rdhwr): New function.
4214 * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
4215
4216 2012-01-11 Nathan Sidwell <nathan@acm.org>
4217
4218 * libgcov.c (__gcov_init): Ignore objects with no functions.
4219
4220 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
4221
4222 PR target/49868
4223 Extend __pgmx semantics to linearize memory.
4224 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
4225 * config/avr/lib1funcs.S (__xload_1): New function.
4226 (__movmemx_qi, __movmemx_hi): New functions.
4227 (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
4228 semantics.
4229
4230 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
4231
4232 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
4233 purported sigacthandler address isn't null before dereferencing it.
4234 (sparc_is_sighandler): Likewise.
4235
4236 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
4237
4238 PR ada/41929
4239 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
4240 add CFA. Revert back to old code for Solaris 8+ multi-threaded.
4241 (sparc_is_sighandler): Likewise.
4242 (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
4243
4244 2012-01-06 Tristan Gingold <gingold@adacore.com>
4245
4246 * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
4247 compatibility thunks...
4248 (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
4249 (crtbeginS.o, crtendS.o): ... and these to ...
4250 * config/ia64/t-ia64-elf: ... this new file.
4251 * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
4252 (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
4253
4254 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4255
4256 * configure: Regenerate.
4257 * config/s390/t-crtstuff: Remove -fPIC.
4258
4259 2012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
4260
4261 PR bootstrap/51006
4262 * enable-execute-stack-mprotect.c (getpagesize): Do not define
4263 for NetBSD.
4264
4265 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
4266
4267 PR target/51345
4268 * config/avr/lib1funcs.S: Remove FIXME comments.
4269 (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
4270
4271 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
4272
4273 Implement light-weight DImode support.
4274 * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
4275 _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
4276 * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
4277 __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
4278
4279 2011-12-30 Nathan Sidwell <nathan@acm.org>
4280
4281 * libgcov.c (gcov_crc32): Remove global var.
4282 (free_fn_data): New function.
4283 (buffer_fn_data): Pass in filename, more robust error recovery.
4284 (crc32_unsigned): New function.
4285 (gcov_exit): More robust detection of new program. More robust
4286 error recovery.
4287 (__gcov_init): Do not update program's crc here.
4288
4289 2011-12-21 Tristan Gingold <gingold@adacore.com>
4290
4291 * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
4292
4293 2011-12-21 Ian Lance Taylor <iant@google.com>
4294
4295 * config/i386/morestack.S: Simplify CFI opcodes throughout.
4296
4297 2011-12-20 Ian Lance Taylor <iant@google.com>
4298
4299 * config/i386/morestack.S (__morestack_non_split): If there is
4300 enough stack space already, don't split. Ask for more stack space
4301 than we required.
4302
4303 2011-12-20 Sergio Durigan Junior <sergiodj@redhat.com>
4304
4305 * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
4306 `sys/sdt.h'.
4307 (_Unwind_DebugHook): New function.
4308 (uw_restore_core_regs): New define.
4309 (unwind_phase2): Use uw_restore_core_regs instead of
4310 restore_core_regs.
4311 (unwind_phase2_forced): Likewise.
4312 (__gnu_Unwind_Resume): Likewise.
4313
4314 2011-12-20 Uros Bizjak <ubizjak@gmail.com>
4315
4316 * config/alpha/linux-unwind.h: Update copyright years.
4317 (MD_FROB_UPDATE_CONTEXT): New define.
4318 (alpha_frob_update_context): New function.
4319
4320 2011-12-17 Richard Sandiford <rdsandiford@googlemail.com>
4321
4322 * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
4323 tmake_file rather replacing it.
4324
4325 2011-12-15 Iain Sandoe <iains@gcc.gnu.org>
4326
4327 * config/rs6000/darwin-world.S (toplevel): Make it clear that this
4328 function is not used for PPC64.
4329 (save_world): Amend comments. Update the VRsave mask to reflect the
4330 saved regs.
4331 (rest_world): Update comments, do not clobber r10, do not use r8.
4332 (eh_rest_world_r10): Amend comments, do not use r8.
4333 (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
4334 no longer used, move restore of CR and target address to the end of
4335 the routine.
4336
4337 2011-12-14 H.J. Lu <hongjiu.lu@intel.com>
4338
4339 * generic-morestack.c (__generic_morestack_set_initial_sp): Check
4340 __GLIBC__ instead of __linux__ when using __SIGRTMIN.
4341
4342 2011-12-14 Georg-Johann Lay <avr@gjlay.de>
4343
4344 PR target/49313
4345 * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
4346 * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
4347
4348 2011-12-11 Eric Botcazou <ebotcazou@adacore.com>
4349
4350 * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
4351
4352 2011-12-09 Georg-Johann Lay <avr@gjlay.de>
4353
4354 PR target/49313
4355 * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
4356 * config/avr/lib1funcs.S (__muldi3): New function.
4357
4358 2011-12-06 Andrew Pinski <apinski@cavium.com>
4359
4360 * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
4361 size of func_ptr.
4362 (__frame_dummy_init_array_entry): Likewise.
4363
4364 2011-12-06 Georg-Johann Lay <avr@gjlay.de>
4365
4366 Forward-port from gcc-4_6-branch r181936 2011-12-02.
4367
4368 PR target/51345
4369 PR target/51002
4370 * config/avr/lib1funcs.S (__prologue_saves__,
4371 __epilogue_restores__, __divdi3_moddi3): Enclose parts using
4372 __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__). Add FIXME comments.
4373
4374 2011-12-04 Iain Sandoe <iains@gcc.gnu.org>
4375
4376 * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
4377
4378 2011-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4379
4380 PR other/51272
4381 * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
4382 (_ITM_deregisterTMCloneTable): Likewise.
4383 (__register_frame_info): Fix unused warning.
4384 (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
4385 pthread_default_stacksize_np): Likewise.
4386 * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
4387
4388 2011-11-29 DJ Delorie <dj@redhat.com>
4389
4390 * config.host (rl78-*-elf): New case.
4391 * config/rl78: New directory for the Renesas RL78.
4392
4393 2011-11-29 Bernd Schmidt <bernds@codesourcery.com>
4394
4395 * config.host (tic6x-*-uclinux): Append to extra_parts. Fix
4396 formatting.
4397
4398 2011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4399
4400 PR other/51022
4401 * config/rs6000/t-savresfgpr: New file.
4402 * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
4403 $(srcdir)/config/rs6000/eabi.S.
4404 * config/rs6000/t-ppccomm-ldbl: Remove.
4405 * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
4406 tmake_file.
4407 (powerpc-*-eabispe*): Likewise.
4408 (powerpc-*-eabi*): Likewise.
4409 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
4410 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
4411 to tmake_file, remove rs6000/t-ppccomm-ldbl.
4412 (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
4413 tmake_file.
4414 (powerpc-*-eabisim*): Likewise.
4415 (powerpc-*-elf*): Likewise.
4416 (powerpc-*-eabialtivec*): Likewise.
4417 (powerpc-xilinx-eabi*): Likewise.
4418 (powerpc-*-rtems*): Likewise.
4419 (powerpcle-*-elf*): Likewise.
4420 (powerpcle-*-eabisim*): Likewise.
4421 (powerpcle-*-eabi*): Likewise.
4422
4423 2011-11-27 Ian Lance Taylor <iant@google.com>
4424
4425 * generic-morestack.c (__splitstack_find): Check for NULL old
4426 stack value.
4427 (__splitstack_resetcontext): New function.
4428 (__splitstack_releasecontext): New function.
4429 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
4430
4431 2011-11-27 Iain Sandoe <iains@gcc.gnu.org>
4432
4433 * config/darwin-crt-tm.c: Correct comments, use correct licence.
4434
4435 2011-11-27 Iain Sandoe <iains@gcc.gnu.org>
4436
4437 * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
4438
4439 2011-11-26 Richard Henderson <rth@redhat.com>
4440
4441 * config/m68k/linux-atomic.c: New file.
4442 * config/m68k/t-linux: New file.
4443 * config.host (m68k-uclinux, m68k-linux): Use it.
4444
4445 2011-11-26 Richard Henderson <rth@redhat.com>
4446
4447 * crtstuff.c (__TMC_LIST__): Mark used not unused.
4448 (__TMC_END__): Only declare if hidden is available; in the definition,
4449 if hidden is unavailable add a null record.
4450 (deregister_tm_clones, register_tm_clones): New.
4451 (__do_global_dtors_aux, frame_dummy): Use them.
4452 (__do_global_dtors, __do_global_ctors_1): Likewise.
4453
4454 2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
4455
4456 * config/darwin-crt-tm.c: New file.
4457 * config.host (darwin): Build crttms.o crttme.o to provide
4458 startup and shutdown for tm clones.
4459 * config/t-darwin (crttms.o): New build rule.
4460 (crttme.o): Likewise.
4461
4462 2011-11-21 Hans-Peter Nilsson <hp@axis.com>
4463
4464 * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
4465 et al.
4466
4467 2011-11-21 Richard Henderson <rth@redhat.com>
4468
4469 * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
4470 (__TMC_LIST__, __TMC_END__): New.
4471 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
4472 (__do_global_dtors): Likewise.
4473 (frame_dummy): Call _ITM_registerTMCloneTable.
4474 (__do_global_ctors_1): Likewise.
4475
4476 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4477
4478 * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
4479 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
4480 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
4481 (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
4482 * config/i386/t-darwin64: Remove.
4483 * config/sh/t-netbsd (LIB2ADD): Remove.
4484
4485 2011-11-21 Georg-Johann Lay <avr@gjlay.de>
4486
4487 PR target/49313
4488 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
4489 (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
4490 * config/avr/lib1funcs.S (wmov): New assembler macro.
4491 (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
4492 (__moddi3, __divdi3, __divdi3_moddi3): New functions.
4493 (__udivmod64): New function.
4494 (__negdi2): New function.
4495
4496 2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
4497
4498 * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
4499 *-*-freebsd*aout*): Remove.
4500
4501 2011-11-20 Hans-Peter Nilsson <hp@axis.com>
4502
4503 * static-object.mk (c_flags-$o): Save c_flags.
4504 ($(base)$(objext)): Use it.
4505
4506 2011-11-18 Steve Ellcey <sje@cup.hp.com>
4507
4508 * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
4509
4510 2011-11-18 Georg-Johann Lay <avr@gjlay.de>
4511
4512 PR target/49868
4513 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
4514 * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
4515 New functions.
4516
4517 2011-11-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4518
4519 * config/arm/lib1funcs.asm (udivsi3): Add support for divide
4520 functions.
4521 (aeabi_uidivmod): Likewise.
4522 (umodsi3): Likewise.
4523 (divsi3): Likewise.
4524 (aeabi_idivmod): Likewise.
4525 (modsi3): Likewise.
4526
4527 2011-11-16 Tristan Gingold <gingold@adacore.com>
4528
4529 * config/alpha/qrnnd.S: Use specific pseudos for VMS.
4530
4531 2011-11-15 Georg-Johann Lay <avr@gjlay.de>
4532
4533 PR target/49868
4534 * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3, _load_4.
4535 * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
4536
4537 2011-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4538
4539 * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
4540 tmake_file list.
4541 * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
4542 * config/pa/t-stublib64: Delete.
4543
4544 2011-11-12 Richard Henderson <rth@redhat.com>
4545
4546 * config/rs6000/linux-unwind.h (frob_update_context): Properly
4547 cast the pointer argument to _Unwind_SetGRPtr.
4548
4549 2011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4550
4551 * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
4552
4553 2011-11-09 Ian Lance Taylor <iant@google.com>
4554
4555 * generic-morestack.c: Include <string.h>.
4556 (uintptr_type): Define.
4557 (struct initial_sp): Add dont_block_signals field. Reduce size of
4558 extra array by 1.
4559 (allocate_segment): Set prev field to NULL. Don't set
4560 __morestack_current_segment or __morestack_segments.
4561 (__generic_morestack): Update current->prev and *pp after calling
4562 allocate_segment.
4563 (__morestack_block_signals): Don't do anything if
4564 dont_block_signals is set.
4565 (__morestack_unblock_signals): Likewise.
4566 (__generic_findstack): Check for initial_sp == NULL. Add casts to
4567 uintptr_type.
4568 (__splitstack_block_signals): New function.
4569 (enum __splitstack_content_offsets): Define.
4570 (__splitstack_getcontext, __splitstack_setcontext): New functions.
4571 (__splitstack_makecontext): New function.
4572 (__splitstack_block_signals_context): New function.
4573 (__splitstack_find_context): New function.
4574 * config/i386/morestack.S (__morestack_get_guard): New function.
4575 (__morestack_set_guard, __morestack_make_guard): New functions.
4576 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
4577
4578 2011-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4579
4580 * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
4581 (i[34567]86-*-mingw*): ... here.
4582 (x86_64-*-mingw*): ... here.
4583
4584 2011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4585
4586 * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
4587
4588 2011-11-07 Nathan Sidwell <nathan@acm.org>
4589
4590 * libgcov.c (struct gcov_fn_buffer): New struct.
4591 (buffer_fn_data): New helper.
4592 (gcov_exit): Rework for new gcov data structures.
4593
4594 2011-11-07 Georg-Johann Lay <avr@gjlay.de>
4595
4596 PR target/49313
4597 * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
4598
4599 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4600
4601 * config.host (tmake_file): Correct comment.
4602 (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
4603 t-libgcc-pic.
4604 (bfin*-uclinux*): Likewise.
4605 (bfin*-linux-uclibc*): Likewise.
4606 (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
4607
4608 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
4609 assigning.
4610 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
4611 * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
4612 * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
4613 * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
4614 * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
4615 * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
4616 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
4617 * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
4618 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
4619 * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
4620 * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
4621 * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
4622 * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
4623
4624 * config/bfin/t-elf: Remove.
4625 * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
4626
4627 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4628
4629 * config.host (*-*-rtems*): Add t-rtems to tmake_file.
4630 (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
4631 (lm32-*-elf*, lm32-*-rtems*): Split into ...
4632 (lm32-*-elf*): ... this.
4633 (lm32-*-rtems*): ... and this.
4634 Add to tmake_file.
4635 (m32r-*-rtems*): Add to tmake_file.
4636 (moxie-*-rtems*): Likewise.
4637 (sparc-*-rtems*): Likewise.
4638 Remove t-rtems from tmake_file.
4639 (sparc64-*-rtems*): Likewise.
4640 * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
4641 instead.
4642
4643 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4644
4645 PR bootstrap/50982
4646 * config/gthr-posix.h: Move ...
4647 * gthr-posix.h: ... here.
4648 * config/gthr-lynx.h: Reflect this.
4649 * config/gthr-vxworks.h: Likewise.
4650 * config/rs6000/gthr-aix.h: Likewise.
4651 * configure.ac (target_thread_file): Likewise.
4652 * configure: Regenerate.
4653
4654 2011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
4655
4656 * config.host (arm*-*-rtemseabi*): New target.
4657
4658 2011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4659
4660 PR other/50991
4661 * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
4662 extra-parts.
4663
4664 2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
4665
4666 * config.host (epiphany-*-elf*): New configuration.
4667 * config/epiphany: New Directory.
4668
4669 2011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
4670
4671 * config.host (avr-*-rtems*): Add config/avr/t-rtems.
4672 * config/avr/t-rtems: New.
4673 Filter out _exit from LIB1ASMFUNCS.
4674
4675 2011-11-04 David S. Miller <davem@davemloft.net>
4676
4677 * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
4678 * configure: Rebuild.
4679
4680 2011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4681
4682 * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
4683 variable.
4684
4685 2011-11-04 Georg-Johann Lay <avr@gjlay.de>
4686
4687 PR target/50931
4688 * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
4689 * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
4690
4691 2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
4692
4693 PR target/50989
4694 * config.host (sparc-*-rtems*): Add sparc/t-softmul.
4695
4696 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4697
4698 * config/c6x/t-elf (LIB2ADDEH): Set.
4699 * config/c6x/t-c6x-elf: Remove.
4700
4701 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4702
4703 * config/i386/sol2-ci.S: Rename to ...
4704 * config/i386/crti.S: ... this.
4705 * config/i386/sol2-cn.S: Rename to ...
4706 * config/i386/crtn.S: ... this.
4707 * config/sparc/sol2-ci.S: Rename to ...
4708 * config/sparc/crti.S: ... this.
4709 * config/sparc/sol2-cn.S: Rename to ...
4710 * config/sparc/crtn.S: ... this.
4711 * config/t-sol2 (CUSTOM_CRTIN): Remove.
4712 (crti.o, crtn.o): Remove.
4713
4714 2011-11-04 Tristan Gingold <gingold@adacore.com>
4715
4716 * config/ia64/fde-vms.c: Do not include md-unwind-support.h
4717
4718 2011-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
4719
4720 * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
4721
4722 2011-11-03 Hans-Peter Nilsson <hp@axis.com>
4723
4724 * config.host (crisv32-*-none, cris-*-none): Remove.
4725 (crisv32-*-elf): Append to tmake_file, don't just set it.
4726 (cris-*-elf): Add missing t-fdpbit to tmake_file.
4727
4728 2011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4729
4730 * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
4731 (ecrtn$(objext)): Likewise.
4732 (ncrti$(objext)): Likewise.
4733 (ncrtn$(objext)): Likewise.
4734
4735 2011-11-03 Andreas Schwab <schwab@redhat.com>
4736
4737 * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
4738
4739 2011-11-02 David S. Miller <davem@davemloft.net>
4740
4741 * configure.ac: Set host_address on sparc too.
4742 * configure: Regenerate.
4743 * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
4744 based upon host_address.
4745 * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
4746
4747 2011-11-02 Jason Merrill <jason@redhat.com>
4748
4749 * config/rs6000/t-ppccomm: Add missing \.
4750
4751 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4752
4753 * gthr-single.h, gthr.h: New files.
4754 * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
4755 config/gthr-vxworks.h, config/i386/gthr-win32.h,
4756 config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
4757 config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
4758 * config/i386/gthr-win32.c: Include "gthr-win32.h".
4759 * configure.ac (thread_header): New variable.
4760 Set it depending on target_thread_file.
4761 (gthr-default.h): Link from $thread_header.
4762 * configure: Regenerate.
4763 * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
4764
4765 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4766
4767 * configure.ac (tm_file_): New variable.
4768 Determine from tm_file.
4769 (tm_file, tm_defines): Substitute.
4770 * configure: Regenerate.
4771 * mkheader.sh: New file.
4772 * Makefile.in (clean): Remove libgcc_tm.h.
4773 ($(objects)): Depend on libgcc_tm.h.
4774 (libgcc_tm_defines, libgcc_tm_file): New variables.
4775 (libgcc_tm.h, libgcc_tm.stamp): New targets.
4776 ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
4777 ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
4778 ($(extra-parts)): Depend on libgcc_tm.h.
4779 * config.host (tm_defines, tm_file): New variable.
4780 (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
4781 (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
4782 (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
4783 (avr-*-rtems*): Likewise.
4784 (avr-*-*): Likewise.
4785 (frv-*-elf): Likewise.
4786 (frv-*-*linux*): Likewise.
4787 (h8300-*-rtems*): Likewise.
4788 (h8300-*-elf*): Likewise.
4789 (i[34567]86-*-darwin*): Likewise.
4790 (x86_64-*-darwin*): Likewise.
4791 (rx-*-elf): Likewise.
4792 (tic6x-*-uclinux): Likewise.
4793 (tic6x-*-elf): Likewise.
4794 (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
4795 * config/alpha/gthr-posix.c: Include libgcc_tm.h.
4796 * config/i386/cygming-crtbegin.c: Likewise.
4797 * config/i386/cygming-crtend.c: Likewise.
4798 * config/ia64/fde-vms.c: Likewise.
4799 * config/ia64/unwind-ia64.c: Likewise.
4800 * config/libbid/bid_gcc_intrinsics.h: Likewise.
4801 * config/rs6000/darwin-fallback.c: Likewise.
4802 * config/stormy16/lib2funcs.c: Likewise.
4803 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
4804 * crtstuff.c: Likewise.
4805 * dfp-bit.h: Likewise.
4806 * emutls.c: Likewise.
4807 * fixed-bit.c: Likewise.
4808 * fp-bit.c: Likewise.
4809 * generic-morestack-thread.c: Likewise.
4810 * generic-morestack.c: Likewise.
4811 * libgcc2.c: Likewise.
4812 * libgcov.c: Likewise.
4813 * unwind-dw2-fde-dip.c: Likewise.
4814 * unwind-dw2-fde.c: Likewise.
4815 * unwind-dw2.c: Likewise.
4816 * unwind-sjlj.c: Likewise.
4817
4818 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4819
4820 * configure.ac: Include ../config/picflag.m4.
4821 (GCC_PICFLAG): Call it.
4822 Substitute.
4823 * configure: Regenerate.
4824 * Makefile.in (gcc_srcdir): Remove.
4825 (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
4826 (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
4827 (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
4828 ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
4829 ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
4830 Use $<.
4831 Remove comment.
4832 * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
4833 * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
4834 to refer to libgcc2.c.
4835 Use $<.
4836 * config/darwin-64.c: New file.
4837 * config/darwin-crt3.c: Remove comment.
4838 * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
4839 config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
4840 config/udivmodsi4.c: New files.
4841 * config/memcmp.c, config/memcpy.c, config/memmove.c,
4842 config/memset.c: New files.
4843 * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
4844 * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
4845 * config/t-freebsd-thread, config/t-libgcc-pic: New files.
4846 * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
4847 * config/t-openbsd-thread: New file.
4848 * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
4849 * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
4850 * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
4851 * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
4852 qrnnd.S.
4853 Adapt filename.
4854 * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
4855 to refer to gthr-posix.c.
4856 * config/alpha/t-vms (LIB2ADD): Set.
4857 * config/alpha/vms-gcc_shell_handler.c: New file.
4858 * config/arm/bpabi.c, config/arm/fp16.c,
4859 config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
4860 config/arm/unaligned-funcs.c: New files.
4861 * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
4862 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
4863 * config/arm/t-linux: Likewise.
4864 * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
4865 * config/arm/t-netbsd: New file.
4866 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
4867 * config/arm/t-symbian (LIB2ADD_ST): Set.
4868 * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
4869 * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
4870 * config/bfin/t-elf: New file.
4871 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
4872 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
4873 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
4874 config/c6x/ltf.c: New files.
4875 * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
4876 (HOST_LIBGCC2_CFLAGS): Set.
4877 * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
4878 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
4879 * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
4880 New files.
4881 * config/cris/t-elfmulti (LIB2ADD_ST): Set.
4882 * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
4883 * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
4884 config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
4885 config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
4886 files.
4887 * config/frv/t-frv (LIB2ADD): Set.
4888 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
4889 * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
4890 config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
4891 config/h8300/popcounthi2.c: New files.
4892 * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
4893 * config/i386/gthr-win32.c: New file.
4894 * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
4895 * config/i386/t-cygwin: Likewise.
4896 * config/i386/t-darwin, config/i386/t-darwin64,
4897 config/i386/t-gthr-win32, config/i386/t-interix: New files.
4898 * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
4899 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
4900 * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
4901 * config/ia64/quadlib.c: New file.
4902 * config/ia64/t-hpux (LIB2ADD): Set.
4903 * config/ia64/t-ia64: Add comment.
4904 * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
4905 * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
4906 (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
4907 * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
4908 * config/m32c/t-m32c (LIB2ADD): Set.
4909 * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
4910 * config/m32r/t-m32r: Likewise.
4911 * config/m68k/fpgnulib.c: New file.
4912 * config/m68k/t-floatlib (LIB2ADD): Set.
4913 (xfgnulib.c): New target.
4914 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
4915 * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
4916 * config/mep/t-mep (LIB2ADD): Set.
4917 * config/microblaze/divsi3.asm: Rename to divsi3.S.
4918 * config/microblaze/moddi3.asm: Rename to moddi3.S.
4919 * config/microblaze/modsi3.asm: Rename to modsi3.S.
4920 * config/microblaze/muldi3_hard.asm: Rename to hard.S.
4921 * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
4922 * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
4923 * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
4924 * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
4925 * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
4926 * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
4927 New files.
4928 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
4929 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
4930 * config/pa/fptr.c, config/pa/lib2funcs.S,
4931 config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
4932 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
4933 (LIB2ADD, LIB2ADD_ST): Set.
4934 * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
4935 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
4936 Set.
4937 * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
4938 * config/pdp11/t-pdp11: New file.
4939 * config/picochip/libgccExtras/adddi3.S,
4940 config/picochip/libgccExtras/ashlsi3.S,
4941 config/picochip/libgccExtras/ashrsi3.S,
4942 config/picochip/libgccExtras/clzsi2.S,
4943 config/picochip/libgccExtras/cmpsi2.S,
4944 config/picochip/libgccExtras/divmod15.S,
4945 config/picochip/libgccExtras/divmodhi4.S,
4946 config/picochip/libgccExtras/divmodsi4.S,
4947 config/picochip/libgccExtras/lshrsi3.S,
4948 config/picochip/libgccExtras/parityhi2.S,
4949 config/picochip/libgccExtras/popcounthi2.S,
4950 config/picochip/libgccExtras/subdi3.S,
4951 config/picochip/libgccExtras/ucmpsi2.S,
4952 config/picochip/libgccExtras/udivmodhi4.S,
4953 config/picochip/libgccExtras/udivmodsi4.S: New files.
4954 * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
4955 (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
4956 * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
4957 config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
4958 config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
4959 config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
4960 config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
4961 config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
4962 files.
4963 * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
4964 (HOST_LIBGCC2_CFLAGS): Set.
4965 * config/rs6000/t-darwin64: New file.
4966 * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
4967 * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
4968 * config/rs6000/t-ppccomm (LIB2ADD): Add
4969 $(srcdir)/config/rs6000/tramp.S.
4970 (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
4971 Add $(srcdir)/config/rs6000/eabi.S.
4972 (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
4973 (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
4974 (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
4975 (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
4976 (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
4977 (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
4978 * config/rs6000/tramp.S: New file.
4979 * config/s390/t-tpf: Remove.
4980 * config/sh/linux-atomic.S: New file.
4981 * config/sh/t-linux (LIB2ADD): Set.
4982 (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
4983 * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
4984 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
4985 to unwind-dw2.c.
4986 (HOST_LIBGCC2_CFLAGS): Set.
4987 * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
4988 * config/spu/divmodti4.c, config/spu/divv2df3.c,
4989 config/spu/float_disf.c, config/spu/float_unsdidf.c,
4990 config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
4991 config/spu/mfc_multi_tag_release.c,
4992 config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
4993 config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
4994 config/spu/multi3.c: New files.
4995 * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
4996 (HOST_LIBGCC2_CFLAGS): Set.
4997 * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
4998 config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
4999 config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
5000 config/stormy16/ffshi2.c, config/stormy16/lib2.c,
5001 config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
5002 config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
5003 config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
5004 config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
5005 config/stormy16/umodsi3.c: New files.
5006 * config/xtensa/lib2funcs.S: New file.
5007 * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
5008 * config/xtensa/t-xtensa (LIB2ADD): Set.
5009 * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
5010 (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
5011 Add t-freebsd-thread to tmake_file for posix threads.
5012 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
5013 (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
5014 (*-*-lynxos*): Likewise.
5015 (*-*-netbsd*): Likewise.
5016 (*-*-openbsd*): Likewise.
5017 Add t-openbsd-thread to tmake_file for posix threads.
5018 (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
5019 (*-*-vxworks*): Set tmake_file.
5020 (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
5021 (alpha*-*-freebsd*): Likewise.
5022 (alpha*-*-netbsd*): Likewise.
5023 (alpha*-*-openbsd*): Likewise.
5024 (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
5025 (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
5026 (alpha*-dec-*vms*): Likewise.
5027 (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
5028 (bfin*-elf*): Add bfin/t-elf to tmake_file.
5029 (bfin*-uclinux*): Likewise.
5030 (bfin*-linux-uclibc*): Likewise.
5031 (crisv32-*-elf): Add cris/t-cris to tmake_file.
5032 (crisv32-*-none): Likewise.
5033 (cris-*-elf): Likewise.
5034 (cris-*-none): Likewise.
5035 (cris-*-linux*, crisv32-*-linux*): Likewise.
5036 (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
5037 tmake_file.
5038 (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
5039 tmake_file.
5040 (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
5041 (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
5042 (x86_64-*-elf*): Likewise.
5043 (i[34567]86-*-nto-qnx*): Likewise.
5044 (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
5045 win32 threads.
5046 (x86_64-*-mingw*): Likewise.
5047 (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
5048 (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
5049 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
5050 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
5051 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
5052 tmake_file.
5053 (mipsisa64sr71k-*-elf*): Likewise.
5054 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
5055 (mips-*-elf*, mipsel-*-elf*): Likewise.
5056 (mips64-*-elf*, mips64el-*-elf*): Likewise.
5057 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
5058 (mips*-*-rtems*): Likewise.
5059 (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
5060 to tmake_file.
5061 (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
5062 (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
5063 (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
5064 (spu-*-elf*): Likewise.
5065 (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
5066
5067 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5068
5069 * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
5070 $(srcdir) to refer to $(LIB1ASMSRC).
5071 Use $<.
5072 * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
5073 config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
5074 config/arm/lib1funcs.S: New files.
5075 * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
5076 * config/arm/t-arm: New file.
5077 * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
5078 * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
5079 config/arm/t-strongarm-elf: New files.
5080 * config/arm/t-symbian (LIB1ASMFUNCS): Set.
5081 * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
5082 * config/avr/lib1funcs.S: New file.
5083 * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5084 * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
5085 * config/c6x/lib1funcs.S: New file.
5086 * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5087 * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
5088 * config/frv/lib1funcs.S: New file.
5089 * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5090 * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
5091 * config/i386/cygwin.S, config/i386/t-chkstk: New files.
5092 * config/ia64/__divxf3.asm: Rename to ...
5093 * config/ia64/__divxf3.S: ... this.
5094 Adapt lib1funcs.asm filename.
5095 * config/ia64/_fixtfdi.asm: Rename to ...
5096 * config/ia64/_fixtfdi.S: ... this.
5097 Adapt lib1funcs.asm filename.
5098 * config/ia64/_fixunstfdi.asm: Rename to ...
5099 * config/ia64/_fixunstfdi.S: ... this.
5100 Adapt lib1funcs.asm filename.
5101 * config/ia64/_floatditf.asm: Rename to ...
5102 * config/ia64/_floatditf.S: ... this.
5103 Adapt lib1funcs.asm filename.
5104 * config/ia64/lib1funcs.S: New file.
5105 * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
5106 * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5107 * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
5108 * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
5109 * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
5110 * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
5111 * config/mep/lib1funcs.S: New file.
5112 * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5113 * config/mips/mips16.S: New file.
5114 * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5115 * config/pa/milli64.S: New file.
5116 * config/pa/t-linux, config/pa/t-linux64: New files.
5117 * config/picochip/lib1funcs.S: New file.
5118 * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5119 * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
5120 * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
5121 * config/sh/t-netbsd: New file.
5122 * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
5123 Use $(srcdir) to refer to lib1funcs.S, adapt filename.
5124 * config/sh/t-sh64: New file.
5125 * config/sparc/lb1spc.S: New file.
5126 * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
5127 filename.
5128 * config/v850/lib1funcs.S, config/v850/t-v850: New files.
5129 * config/vax/lib1funcs.S, config/vax/t-linux: New files.
5130 * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
5131 config/xtensa/lib1funcs.S: New files.
5132 * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
5133 * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
5134 tmake_file.
5135 (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
5136 (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
5137 (arm*-*-linux*): Likewise.
5138 Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
5139 arm*-*-linux-*eabi, add arm/t-linux otherwise.
5140 (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
5141 (arm*-*-ecos-elf): Likewise.
5142 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
5143 (arm*-*-rtems*): Likewise.
5144 (arm*-*-elf): Likewise.
5145 (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
5146 (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
5147 (bfin*-elf*): Add bfin/t-bfin to tmake_file.
5148 (bfin*-uclinux*): Likewise.
5149 (bfin*-linux-uclibc*): Likewise.
5150 (bfin*-rtems*): Likewise.
5151 (bfin*-*): Likewise.
5152 (fido-*-elf): Merge into m68k-*-elf*.
5153 (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
5154 (frv-*-*linux*): Add frv/t-frv to tmake_file.
5155 (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
5156 (h8300-*-elf*): Likewise.
5157 (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
5158 (hppa*-*-linux*): Add pa/t-linux to tmake_file.
5159 (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
5160 (i[34567]86-*-mingw*): Likewise.
5161 (x86_64-*-mingw*): Likewise.
5162 (i[34567]86-*-interix3*): Likewise.
5163 (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
5164 (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
5165 (m68k-*-elf*): Also handle fido-*-elf.
5166 Add m68k/t-floatlib to tmake_file.
5167 (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
5168 (m68k-*-linux*): Likewise.
5169 (m68k-*-rtems*): Likewise.
5170 (mcore-*-elf): Add mcore/t-mcore to tmake_file.
5171 (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
5172 sh64*-*-*.
5173 (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
5174 Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
5175 (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
5176 (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
5177 sh/t-netbsd to tmake_file.
5178 Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
5179 (sh-*-rtems*): Add sh/t-sh to tmake_file.
5180 (sh-wrs-vxworks): Likewise.
5181 (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
5182 *-leon[3-9]*.
5183 (v850*-*-*): Add v850/t-v850 to tmake_file.
5184 (vax-*-linux*): Add vax/t-linux to tmake_file.
5185 (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
5186
5187 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5188
5189 * crtstuff.c: New file.
5190 * Makefile.in (CRTSTUFF_CFLAGS): Define.
5191 (CRTSTUFF_T_CFLAGS): Define.
5192 (extra-parts, INSTALL_PARTS): Remove conditional assignments.
5193 (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
5194 (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
5195 crtstuff.c.
5196 Use $<.
5197 (crtbeginT.o): Use $(objext).
5198 [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
5199 (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
5200 (gcc-extra-parts): Remove.
5201 * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
5202 Set extra_parts.
5203 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
5204 *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
5205 Add t-crtstuff-pic to tmake_file.
5206 (*-*-lynxos*): New case.
5207 Set tmake_file, extra_parts.
5208 (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
5209 Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
5210 *-*-netbsdelf[2-9]*.
5211 (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
5212 (*-*-rtems*): Set extra_parts.
5213 (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
5214 (*-*-uclinux*): New case.
5215 Set extra_parts.
5216 (*-*-vms*): New case.
5217 Set tmake_file, extra_parts.
5218 (*-*-elf): Set extra_parts.
5219 (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
5220 (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
5221 vms/t-vms64.
5222 Set extra_parts.
5223 (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
5224 Set extra_parts.
5225 (arm*-*-freebsd*): Add t-crtin to tmake_file.
5226 Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
5227 (arm-wrs-vxworks): Append to tmake_file.
5228 Set extra_parts.
5229 (arm*-*-uclinux*): Set extra_parts.
5230 (arm*-*-ecos-elf): Likewise.
5231 (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
5232 arm*-*-eabi*.
5233 (arm*-*-rtems*): Set extra_parts.
5234 (arm*-*-elf): Likewise.
5235 (avr-*-rtems*): Clear extra_parts.
5236 (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
5237 Set extra_parts.
5238 (bfin*-uclinux*): Likewise.
5239 (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
5240 (bfin*-rtems*): Append to tmake_file.
5241 Set extra_parts.
5242 (bfin*-*): Likewise.
5243 (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
5244 (crisv32-*-elf): ... this.
5245 (crisv32-*-none): ... this.
5246 (cris-*-elf, cris-*-none): New cases.
5247 Add cris/t-elfmulti to tmake_file.
5248 (fr30-*-elf): Append to tmake_file.
5249 Set extra_parts.
5250 (frv-*-elf): Append to tmake_file, add frv/t-frv.
5251 Set extra_parts.
5252 (h8300-*-rtems*): Append to tmake_file.
5253 Set extra_parts.
5254 (h8300-*-elf*): Likewise.
5255 (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
5256 Set extra_parts.
5257 (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
5258 Set extra_parts.
5259 (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
5260 (x86_64-*-elf*): Likewise.
5261 (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
5262 (x86_64-*-freebsd*): Likewise.
5263 (x86_64-*-netbsd*): Likewise.
5264 (i[34567]86-*-linux*): Likewise.
5265 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
5266 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
5267 (x86_64-*-linux*): Likewise.
5268 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
5269 (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
5270 tmake_file.
5271 Set extra_parts.
5272 (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
5273 (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
5274 Append to extra_parts, remove crtbegin.o, crtend.o.
5275 (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
5276 (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
5277 crtend.o, crtbeginS.o, crtendS.o.
5278 (ia64*-*-linux*): Comment extra_parts.
5279 (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
5280 Set extra_parts.
5281 (iq2000*-*-elf*): Clear extra_parts.
5282 (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
5283 (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
5284 (m32r-*-elf*, m32r-*-rtems*): Split off ...
5285 (m32r-*-rtems*): ... this.
5286 Add m32r/t-m32r to tmake_file.
5287 (m68k-*-elf*): Add t-crtin to tmake_file.
5288 (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
5289 (mcore-*-elf): Likewise.
5290 (microblaze*-*-*): Set extra_parts.
5291 (mips*-sde-elf*): New case.
5292 Set tmake_file, extra_parts.
5293 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
5294 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
5295 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
5296 tmake_file.
5297 Set extra_parts.
5298 (mipsisa64sr71k-*-elf*): Likewise.
5299 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
5300 (mips-*-elf*, mipsel-*-elf*): Likewise.
5301 (mips64-*-elf*, mips64el-*-elf*): Likewise.
5302 (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
5303 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
5304 (mips*-*-rtems*): Likewise.
5305 (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
5306 (moxie-*-*): Split into ...
5307 (moxie-*-elf, moxie-*-uclinux*): ... this.
5308 Add to extra_parts, remove crtbegin.o, crtend.o.
5309 (moxie-*-rtems*): New case.
5310 Set tmake_file.
5311 Clear extra_parts.
5312 (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
5313 Set extra_parts.
5314 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
5315 (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
5316 tmake_file.
5317 Set extra_parts.
5318 (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
5319 rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
5320 Set extra_parts.
5321 (powerpc-*-eabisim*): Likewise.
5322 (powerpc-*-elf*): Likewise.
5323 (powerpc-*-eabialtivec*): Likewise.
5324 (powerpc-xilinx-eabi*): Likewise.
5325 (powerpc-*-eabi*): Likewise.
5326 (powerpc-*-rtems*): Likewise.
5327 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
5328 tmake_file.
5329 Set extra_parts.
5330 (powerpc-*-lynxos*): Add to tmake_file.
5331 (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
5332 rs6000/t-crtstuff, t-crtstuff-pic.
5333 Set extra_parts.
5334 (powerpcle-*-eabisim*): Likewise.
5335 (powerpcle-*-eabi*): Likewise.
5336 (rx-*-elf): Remove extra_parts.
5337 (s390x-ibm-tpf*): Set extra_parts.
5338 (score-*-elf): Set extra_parts.
5339 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
5340 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
5341 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
5342 (sh64l*-*-netbsd*): Split into ...
5343 (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
5344 Add t-crtstuff-pic to tmake_file.
5345 Set extra_parts.
5346 (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
5347 Set extra_parts.
5348 (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
5349 (sparc-*-elf*): Remove t-crtin from tmake_file.
5350 Add to extra_parts, remove crtbegin.o, crtend.o.
5351 (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
5352 (sparc64-*-linux*): Likewise.
5353 (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
5354 Add to extra_parts, remove crtbegin.o, crtend.o.
5355 (sparc64-*-elf*): Remove t-crtin from tmake_file.
5356 Add to extra_parts, remove crtbegin.o, crtend.o.
5357 (sparc64-*-rtems*): Remove t-crtin from tmake_file.
5358 Add to extra_parts, remove crtbegin.o, crtend.o.
5359 (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
5360 (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
5361 (spu-*-elf*): Add to tmake_file, add spu/t-elf.
5362 Set extra_parts.
5363 (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
5364 Set extra_parts.
5365 (tic6x-*-*): Change to ...
5366 (tic6x-*-elf): ... this.
5367 Set extra_parts.
5368 (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
5369 Set extra_parts.
5370 (am33_2.0-*-linux*): Add comment.
5371 (mep*-*-*): Add mep/t-mep to tmake_file.
5372 Set extra_parts.
5373 * config/alpha/t-vms: New file.
5374 * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
5375 * config/arm/crti.S, config/arm/crtn.S: New files.
5376 * config/bfin/crti.S, config/bfin/crtn.S: New files.
5377 * config/bfin/crtlibid.S: New file.
5378 * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
5379 * config/c6x/crti.S, config/c6x/crtn.S: New files.
5380 * config/c6x/t-elf (CUSTOM_CRTIN): Set.
5381 (crti.o, crtin.o): New rules.
5382 (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
5383 * config/c6x/t-uclinux: New file.
5384 * config/cris/t-elfmulti: New file.
5385 * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
5386 * config/fr30/crti.S, config/fr30/crtn.S: New files.
5387 * config/frv/frvbegin.c, config/frv/frvend.c: New files.
5388 * config/frv/t-frv: New file.
5389 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
5390 * config/h8300/crti.S, config/h8300/crtn.S: New files.
5391 * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
5392 New files.
5393 * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
5394 refer to cygming-crtbegin.c, cygming-crtend.c.
5395 Use $<.
5396 * config/i386/t-nto: New file.
5397 * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
5398 * config/ia64/crti.S, config/ia64/crtn.S: New files.
5399 * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
5400 crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
5401 Use .S extension.
5402 Use $<.
5403 * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
5404 (crtinitS.o): New rule.
5405 * config/ia64/vms-crtinit.S: New file.
5406 * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
5407 * config/m32r/initfini.c: New file.
5408 * config/m32r/t-linux, config/m32r/t-m32r: New files.
5409 * config/m68k/crti.S, config/m68k/crtn.S: New files.
5410 * config/mcore/crti.S, config/mcore/crtn.S: New files.
5411 * config/mep/t-mep: New file.
5412 * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
5413 * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
5414 * config/mips/crti.S, config/mips/crtn.S: New files.
5415 * config/mips/t-crtstuff: New file.
5416 * config/mmix/crti.S, config/mmix/crtn.S: New files.
5417 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
5418 (CUSTOM_CRTIN): Set.
5419 ($(T)crti.o, $(T)crtn.o): Remove $(T),
5420 dependencies.
5421 Use $(srcdir) to refer to crti.S, crtn.S.
5422 Use .S extension, $<.
5423 * config/moxie/crti.asm: Rename to ...
5424 * config/moxie/crti.S: ... this.
5425 * config/moxie/crtn.asm: Rename to ...
5426 * config/moxie/crtn.S: ... this.
5427 * config/moxie/t-moxie: Remove.
5428 * config/pa/stublib.c: New file.
5429 * config/pa/t-stublib, config/pa/t-stublib64: New files.
5430 * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
5431 * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
5432 * config/rs6000/t-crtstuff: New file.
5433 * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
5434 (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
5435 (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
5436 Make output file explicit.
5437 (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
5438 Make output file explicit.
5439 (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
5440 Make output file explicit.
5441 (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
5442 Make output file explicit.
5443 * config/score/crti.S, config/score/crtn.S: New files.
5444 * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
5445 * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
5446 files.
5447 * config/sh/t-sh, config/sh/t-superh: New files.
5448 * config/sparc/t-linux64: New file.
5449 * config/spu/cache.S, config/spu/cachemgr.c: New files.
5450 * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
5451 (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
5452 (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
5453 * config/t-crtin: Remove.
5454 * config/t-crtstuff-pic: New file.
5455 * config/t-sol2 (CUSTOM_CRTIN): Set.
5456 (crti.o, crtn.o): New rules.
5457 * config/vms/t-vms: New file.
5458 * config/vms/vms-ucrt0.c: New file.
5459 * config/xtensa/t-elf: New file.
5460
5461 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5462
5463 * Makefile.in (SHLIB_NM_FLAGS): Set.
5464 * mkmap-flat.awk, mkmap-symver.awk: New files.
5465 * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
5466 exceptions.
5467 * configure: Regenerate.
5468 * config/libgcc-glibc.ver: New file.
5469 * config/libgcc-libsystem.ver: New file.
5470 * config/t-libunwind (SHLIB_LC): Set.
5471 * config/t-linux: New file.
5472 * config/t-slibgcc (INSTALL_SHLIB): New.
5473 (SHLIB_INSTALL): Use it.
5474 * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
5475 to mkmap-symver.awk.
5476 (SHLIB_MAPFILES): Don't append, adapt pathname.
5477 (SHLIB_VERPFX): Set.
5478 * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
5479 to mkmap-symver.awk.
5480 * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
5481 config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
5482 * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
5483 * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
5484 to mkmap-flat.awk.
5485 * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
5486 * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
5487 * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
5488 * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
5489 * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
5490 * config/i386/libgcc-darwin.10.4.ver,
5491 config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
5492 New files.
5493 * config/i386/t-darwin: Remove.
5494 * config/i386/t-darwin64: Likewise.
5495 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
5496 * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
5497 config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
5498 * config/i386/t-linux: New file.
5499 * config/i386/t-mingw32: New file.
5500 * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
5501 * config/ia64/t-glibc: Rename to ...
5502 * config/ia64/t-linux: ... this.
5503 (SHLIB_MAPFILES): Set.
5504 * config/ia64/t-glibc-libunwind: Rename to ...
5505 * config/ia64/t-linux-libunwind: ... this.
5506 * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
5507 * config/ia64/t-slibgcc-hpux: New file.
5508 * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
5509 * config/m68k/t-slibgcc-elf-ver: New file.
5510 * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
5511 * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
5512 to mkmap-flat.awk.
5513 * config/pa/t-slibgcc-hpux: New file.
5514 * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
5515 files.
5516 * config/rs6000/libgcc-darwin.10.4.ver,
5517 config/rs6000/libgcc-darwin.10.5.ver: New files.
5518 * config/rs6000/libgcc-ppc-glibc.ver: Rename to
5519 config/rs6000/libgcc-glibc.ver.
5520 * config/rs6000/libgcc-ppc64.ver: Rename to
5521 config/rs6000/libgcc-ibm-ldouble.ver.
5522 * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
5523 * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
5524 * config/rs6000/t-ldbl128: Rename to ...
5525 * config/rs6000/t-linux: ... this.
5526 (SHLIB_MAPFILES): Adapt filename.
5527 * config/rs6000/t-slibgcc-aix: New file.
5528 * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
5529 * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
5530 libgcc-excl.ver, libgcc-glibc.ver.
5531 (SHLIB_LINK, SHLIB_INSTALL): Remove.
5532 * config/sparc/libgcc-glibc.ver: New file.
5533 * config/sparc/t-linux: New file.
5534 * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
5535 * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
5536 t-slibgcc-elf-ver to tmake_file.
5537 Add t-slibgcc-nolc-override to tmake_file for posix threads on
5538 *-*-freebsd[34].
5539 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
5540 *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
5541 t-slibgcc-elf-ver, t-linux to tmake_file.
5542 (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
5543 tmake_file.
5544 (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
5545 (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
5546 (alpha*-dec-*vms*): Likewise.
5547 (arm*-*-freebsd*): Append to tmake_file.
5548 (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
5549 (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
5550 arm*-*-linux-*eabi.
5551 (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
5552 tmake_file for arm*-*-symbianelf*.
5553 (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
5554 (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
5555 cris/t-linux.
5556 (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
5557 (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
5558 pa/t-slibgcc-dwarf-ver to tmake_file.
5559 (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
5560 pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
5561 (hppa*64*-*-hpux11*): Likewise.
5562 (hppa[12]*-*-hpux11*): Likewise.
5563 (x86_64-*-darwin*): Don't override tmake_file, but only keep
5564 i386/t-crtpc, i386/t-crtfm.
5565 (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
5566 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
5567 to tmake_file.
5568 Add i386/t-cygwin to tmake_file.
5569 Prepent i386/t-mingw-pthread to tmake_file for posix threads.
5570 (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
5571 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
5572 to tmake_file.
5573 Add i386/t-mingw32 to tmake_file.
5574 (x86_64-*-mingw*): Likewise.
5575 (ia64*-*-freebsd*): Append to tmake_file.
5576 (ia64*-*-linux*): Append to tmake_file.
5577 Replace ia64/t-glibc by ia64/t-linux.
5578 Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
5579 system libunwind.
5580 (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
5581 t-slibgcc-hpux to tmake_file.
5582 (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
5583 (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
5584 (m32rle-*-linux*): Likewise.
5585 (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
5586 sjlj exceptions.
5587 (microblaze*-linux*): New case.
5588 Append to tmake_file, add t-slibgcc-nolc-override.
5589 (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
5590 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
5591 Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
5592 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
5593 rs6000/t-slibgcc-aix to tmake_file.
5594 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
5595 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
5596 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
5597 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
5598 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
5599 (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
5600 sh*-*-linux*.
5601 (sparc-*-linux*): Append to tmake_file for *-leon*.
5602 Add sparc/t-linux to tmake_file for non-Leon targets.
5603 (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
5604 (tic6x-*-uclinux): New case.
5605 Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
5606 (tic6x-*-*): Add c6x/t-elf to tmake_file.
5607 (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
5608 (am33_2.0-*-linux*): Append to tmake_file.
5609 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
5610 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
5611 x86_64-*-kfreebsd*-gnu.
5612 Add i386/t-linux to tmake_file.
5613
5614 2011-10-28 Ian Lance Taylor <iant@google.com>
5615
5616 * config/i386/morestack.S: Correct CFI information to do proper
5617 returns throughout function. In 32-bit mode, save %ebx so that it
5618 is restored on unwind.
5619
5620 2011-10-25 Bernd Schmidt <bernds@codesourcery.com>
5621
5622 * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
5623 case where B3 isn't the return register.
5624
5625 * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
5626 logic for doubleword pops.
5627
5628 2011-10-25 Andreas Tobler <andreast@fgznet.ch>
5629
5630 * config/rs6000/t-freebsd: Add wildcard.
5631
5632 2011-10-21 Paul Brook <paul@codesourcery.com>
5633
5634 * unwind-arm-common.inc: Handle ID3/4 unwinding data.
5635
5636 2011-10-16 Uros Bizjak <ubizjak@gmail.com>
5637 Eric Botcazou <ebotcazou@adacore.com>
5638
5639 PR target/50737
5640 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
5641 fs->signal_frame to 1.
5642
5643 2011-10-07 Ian Lance Taylor <iant@google.com>
5644
5645 * generic-morestack-thread.c: #include <errno.h>.
5646
5647 2011-10-07 Ian Lance Taylor <iant@google.com>
5648
5649 PR target/46093
5650 * generic-morestack.c (__generic_morestack): Make sure the segment
5651 is large enough for both the stack frame and the copied
5652 parameters.
5653
5654 2011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5655
5656 PR bootstrap/49804
5657 * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
5658 extra_parts.
5659
5660 2011-09-28 Nick Clifton <nickc@redhat.com>
5661
5662 * config/rx/rx-lib.h: Always restrict doubles to the SF type when
5663 64-bit doubles are not enabled.
5664 * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
5665 and floatunsisf functions.
5666
5667 2011-09-13 Paul Brook <paul@codesourcery.com>
5668
5669 * config.host (tic6x-*-*): Add c6x/t-c6x-elf. Set unwind_header.
5670 * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
5671 * unwind-arm-common.inc: New file.
5672 * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
5673 * config/arm/unwind-arm.h: Use unwind-arm-common.h.
5674 (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
5675 * config/c6x/libunwind.S: New file.
5676 * config/c6x/pr-support.c: New file.
5677 * config/c6x/unwind-c6x.c: New file.
5678 * config/c6x/unwind-c6x.h: New file.
5679 * config/c6x/t-c6x-elf: New file.
5680
5681 2011-08-23 Uros Bizjak <ubizjak@gmail.com>
5682
5683 * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
5684 (ASM_DIVZERO): Ditto.
5685 (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
5686
5687 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
5688
5689 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
5690
5691 2011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
5692
5693 PR target/50090
5694 * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
5695 instead of an assembly one.
5696
5697 2011-08-12 Paolo Bonzini <bonzini@gnu.org>
5698
5699 PR bootstrap/50047
5700 * Makefile.in (install-unwind_h): Create
5701 $(gcc_objdir)/include/unwind.h atomically.
5702
5703 2011-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5704
5705 * Makefile.in (install-unwind_h): Remove destination file first.
5706
5707 2011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5708
5709 * sync.c: New file.
5710 * config/mips/t-mips16: New file.
5711 * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
5712 (mips*-*-linux*): Likewise.
5713 (mips*-sde-elf*): Likewise.
5714 (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
5715 mipsisa64-*-elf*, mipsisa64r2-*-elf*.
5716 Add mips/t-mips16 to tmake_file.
5717 (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
5718 (mips-*-elf*): Likewise.
5719 (mips64-*-elf*): Likewise.
5720 (mips64orion-*-elf*): Likewise.
5721 (mips*-*-rtems*): Likewise.
5722 (mipstx39-*-elf*): Likewise.
5723 * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
5724 ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
5725 LIBGCC_SYNC_CFLAGS.
5726 Use $(srcdir) to refer to sync.c.
5727 Use $<.
5728 ($(libgcc-sync-funcs-o)): Likewise.
5729 ($(libgcc-sync-size-funcs-s-o)): Likewise.
5730 ($(libgcc-sync-funcs-s-o)): Likewise.
5731
5732 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
5733
5734 * config.host (ia64*-*-linux*): Move ia64/t-glibc after
5735 t-libunwind.
5736
5737 2011-08-08 H.J. Lu <hongjiu.lu@intel.com>
5738
5739 PR other/48007
5740 * config/i386/value-unwind.h: New.
5741
5742 2011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
5743
5744 * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
5745 (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
5746 Add to tmake_file rather than overriding it.
5747
5748 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5749
5750 * config/t-softfp: Remove.
5751 * soft-fp: Moved from ../gcc/config.
5752 * soft-fp/README: Remove t-softfp reference.
5753 * soft-fp/t-softfp: Move to config/t-softfp.
5754 (softfp_machine_header): Remove.
5755 (softfp_file_list): Remove config subdir.
5756 (soft-fp-objects): New variable.
5757 ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
5758 (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
5759 (SFP_MACHINE, $(SFP_MACHINE)): Remove.
5760 * config/t-softfp-excl: New file.
5761 * config/t-softfp-sfdf: New file.
5762 * config/t-softfp-tf: New file.
5763 * config/no-sfp-machine.h: New file.
5764 * config/arm/sfp-machine.h: New file.
5765 * config/arm/t-softfp: New file.
5766 * config/c6x/sfp-machine.h: New file.
5767 * config/i386/32/t-fprules-softfp: Rename to ...
5768 * config/i386/32/t-softfp: ... this.
5769 (tifunctions, LIB2ADD): Remove.
5770 (softfp_int_modes): Override.
5771 * config/i386/64/t-softfp-compat (tf-functions): Remove config
5772 subdir.
5773 * config/i386/64/eqtf2.c: Likewise.
5774 * config/i386/64/getf2.c: Likewise.
5775 * config/i386/64/letf2.c: Likewise.
5776 * config/ia64/sft-machine.h: New file.
5777 * config/ia64/t-fprules-softfp: Rename to ...
5778 * config/ia64/t-softfp: ... this.
5779 * config/lm32/sfp-machine.h: New file.
5780 * config/moxie/t-moxie-softfp: Remove.
5781 * config/rs6000/ibm-ldouble-format: New file.
5782 * config/rs6000/ibm-ldouble.c: New file.
5783 * config/rs6000/libgcc-ppc-glibc.ver: New file
5784 * config/rs6000/libgcc-ppc64.ver: New file
5785 * config/rs6000/sfp-machine.h: New file.
5786 * config/rs6000/t-freebsd: New file.
5787 * config/rs6000/t-ibm-ldouble: New file.
5788 * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
5789 libgcc-ppc-glibc.ver.
5790 * config/rs6000/t-linux64: New file.
5791 * config/rs6000/t-ppccomm (LIB2ADD): Add
5792 $(srcdir)/config/rs6000/ibm-ldouble.c.
5793 * config/rs6000/t-ppccomm-ldbl: New file.
5794 * config/score/sfp-machine.h: New file.
5795 * config.host (sfp_machine_header): Explain.
5796 (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
5797 t-softfp to tmake_file.
5798 (arm*-*-uclinux*): Likewise.
5799 (arm*-*-ecos-elf): Likewise.
5800 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
5801 (arm*-*-rtems*): Likewise.
5802 (arm*-*-elf): Likewise.
5803 (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
5804 in tmake_file.
5805 Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
5806 (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
5807 (lm32-*-uclinux*): Likewise.
5808 (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
5809 t-softfp-excl, t-softfp.
5810 (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
5811 (powerpc64-*-darwin*): Likewise.
5812 (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
5813 to tmake_file.
5814 (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
5815 tmake_file.
5816 (powerpc-*-eabisim*): Likewise.
5817 (powerpc-*-elf*): Likewise.
5818 (powerpc-*-eabialtivec*): Likewise.
5819 (powerpc-xilinx-eabi*): Likewise.
5820 (powerpc-*-rtems*): Likewise.
5821 (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
5822 t-softfp-excl, t-softfp to tmake_file.
5823 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
5824 rs6000/t-ppccomm-ldbl to tmake_file.
5825 (powerpcle-*-elf*): Likewise.
5826 (powerpcle-*-eabisim*): Likewise.
5827 (powerpcle-*-eabi*): Likewise.
5828 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
5829 rs6000/t-ibm-ldouble to tmake_file.
5830 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
5831 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
5832 (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
5833 (tic6x-*-*): Likewise.
5834 (i[34567]86-*-darwin*, x86_64-*-darwin*,
5835 i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
5836 i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
5837 i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
5838 i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
5839 i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
5840 t-softfp to tmake_file.
5841 * configure.ac (sfp_machine_header): Provide default if unset.
5842 Substitute.
5843 Link sfp-machine.h to config/$sfp_machine_header.
5844 * configure: Regenerate.
5845
5846 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5847
5848 * Makefile.in (double_type_size, long_double_type_size): Set.
5849 Remove $(fpbit-in-libgcc) support.
5850 (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
5851 (fpbit-src): New variable.
5852 ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
5853 Compile with -DFLOAT $(FPBIT_CFLAGS).
5854 Use $<.
5855 ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
5856 Compile with $(FPBIT_CFLAGS).
5857 Use $<.
5858 ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
5859 Compile with -DFLOAT $(TPBIT_CFLAGS).
5860 Use $<.
5861 * configure.ac (double_type_size, long_double_type_size):
5862 Determine and substitute.
5863 * configure: Regenerate.
5864 * fp-bit.c, fp-bit.h: New files.
5865 * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
5866 * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
5867 * config/mips/t-mips: New file.
5868 * config/mips/t-sdemtk: New file.
5869 * config/rs6000/ppc64-fp.c: New file.
5870 * config/rs6000/t-darwin (LIB2ADD): Add
5871 $(srcdir)/config/rs6000/ppc64-fp.c.
5872 * config/rs6000/t-ppc64-fp: New file.
5873 * config/rx/rx-lib.h: New file.
5874 * config/rx/t-rx (FPBIT): Set to true.
5875 ($(gcc_objdir)/fp-bit.c): Remove.
5876 (DPBIT): Set to true only with -m64bit-doubles.
5877 ($(gcc_objdir)/dp-bit.c): Remove.
5878 * config/sparc/t-softfp: Remove.
5879 * config/spu/t-elf: New file.
5880 * config/t-fdpbit, config/t-fpbit: New files.
5881 * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
5882 (mips*-*-*): Likewise.
5883 (arm-wrs-vxworks): Likewise.
5884 (arm*-*-freebsd*): Likewise.
5885 (avr-*-rtems*): Add t-fpbit to tmake_file.
5886 (avr-*-*): Likewise.
5887 (bfin*-elf*): Add t-fdpbit to tmake_file.
5888 (bfin*-uclinux*): Likewise.
5889 (bfin*-linux-uclibc*): Likewise.
5890 (bfin*-rtems*): New case.
5891 Add t-fdpbit to tmake_file.
5892 (bfin*-*): Add t-fdpbit to tmake_file.
5893 (crisv32-*-elf): Likewise.
5894 (cris-*-linux*): Likewise.
5895 (fr30-*-elf): Likewise.
5896 (frv-*-elf, frv-*-*linux*): Likewise.
5897 (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
5898 (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
5899 (m32r-*-elf*): Likewise.
5900 (m32rle-*-elf*): Likewise.
5901 (m32r-*-linux*): Likewise.
5902 (m32rle-*-linux*): Likewise.
5903 (mcore-*-elf): Add t-fdpbit to tmake_file.
5904 (microblaze*-*-*): Likewise.
5905 (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
5906 (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
5907 (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
5908 Fix typo.
5909 Add mips/t-tpbit to tmake-file.
5910 (mips*-*-linux*): Fix typo.
5911 (mips*-sde-elf*): New case
5912 Add mips/t-sdemtk unless using newlib.
5913 (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
5914 (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
5915 (mn10300-*-*): Likewise.
5916 (pdp11-*-*): Likewise.
5917 (picochip-*-*): Add t-fpbit to tmake_file.
5918 (powerpc-*-eabisimaltivec*): Likewise.
5919 (powerpc-*-eabisim*): Likewise.
5920 (powerpc-*-elf*): Likewise.
5921 (powerpc-*-eabialtivec*): Likewise.
5922 (powerpc-xilinx-eabi*): New case.
5923 Add t-fdpbit to tmake_file.
5924 (powerpc-*-eabi*): Add t-fdpbit to tmake_file.
5925 (powerpc-*-rtems*): Likewise.
5926 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
5927 tmake_file.
5928 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
5929 tmake_file.
5930 (powerpc-*-lynxos*): Likewise.
5931 (powerpcle-*-elf*): Likewise.
5932 (powerpcle-*-eabisim*): Likewise.
5933 (powerpcle-*-eabi*): Likewise.
5934 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
5935 t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
5936 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
5937 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
5938 (rx-*-elf): Add t-fdpbit to tmake_file.
5939 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
5940 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
5941 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
5942 (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
5943 sh*-*-netbsd*.
5944 (sh-*-rtems*): Add t-fdpbit to tmake_file.
5945 (sh-wrs-vxworks): Likewise.
5946 (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
5947 (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
5948 (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
5949 (sparc64-*-rtems*): ... new case.
5950 (sparc-*-rtems*): Add t-fdpbit to tmake_file.
5951 (spu-*-elf*): Likewise.
5952 Add spu/t-elf to tmake_file.
5953 (v850*-*-*): Add t-fdpbit to tmake_file.
5954 (xstormy16-*-elf): Likewise.
5955 (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
5956 (mep*-*-*): Likewise.
5957
5958 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5959
5960 * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
5961 variables.
5962 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
5963 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
5964 (install-unwind_h): New target.
5965 (all): Depend on it.
5966 * config.host (unwind_header): New variable.
5967 (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
5968 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
5969 *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
5970 (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
5971 (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
5972 Set unwind_header.
5973 (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
5974 Set unwind_header.
5975 (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
5976 arm*-*-eabi*.
5977 Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
5978 Set unwind_header.
5979 (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
5980 (ia64*-*-freebsd*): Likewise.
5981 (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
5982 tmake_file.
5983 Add t-libunwind-elf, ia64/t-glibc-libunwind unless
5984 $with_system_libunwind.
5985 (ia64*-*-hpux*): Set tmake_file.
5986 (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
5987 (picochip-*-*): Set tmake_file.
5988 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
5989 md_unwind_header.
5990 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
5991 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
5992 (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
5993 (xtensa*-*-elf*): Set tmake_file.
5994 (xtensa*-*-linux*): Likewise.
5995 * configure.ac: Include ../config/unwind_ipinfo.m4.
5996 Call GCC_CHECK_UNWIND_GETIPINFO.
5997 Link unwind.h to $unwind_header.
5998 * configure: Regenerate.
5999 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
6000 unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
6001 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
6002 unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
6003 * config/unwind-dw2-fde-darwin.c: New file.
6004 * config/arm/libunwind.S, config/arm/pr-support.c,
6005 config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
6006 config/arm/unwind-arm.h,: New files.
6007 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
6008 config/ia64/t-eh-ia64, config/ia64/t-glibc,
6009 config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
6010 config/ia64/t-vms, config/ia64/unwind-ia64.c,
6011 config/ia64/unwind-ia64.h: New files.
6012 * config/picochip/t-picochip: New file.
6013 * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
6014 files.
6015 * config/rs6000/t-darwin (LIB2ADDEH): Set.
6016 * config/s390/t-tpf (LIB2ADDEH): Remove.
6017 * config/t-darwin (LIB2ADDEH): Set.
6018 * config/t-eh-dw2-dip: New file.
6019 * config/t-libunwind, config/t-libunwind-elf: New files.
6020 * config/t-sol2 (LIB2ADDEH): Remove.
6021 * config/xtensa/t-xtensa: New file.
6022
6023 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
6024
6025 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
6026 (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
6027 long long to check rt_sigreturn syscall.
6028
6029 2011-08-02 Alan Modra <amodra@gmail.com>
6030
6031 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
6032 Restore for indirect call bcrtl from correct stack slot, and only
6033 if cfa+40 isn't valid.
6034
6035 2011-08-01 Julian Brown <julian@codesourcery.com>
6036
6037 * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
6038 (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
6039 * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
6040
6041 2011-08-01 Julian Brown <julian@codesourcery.com>
6042
6043 * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
6044 (libgcc-std.ver.in): Use above.
6045 * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
6046 LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
6047 throughout file.
6048 * config/t-fixedpoint-gnu-prefix: New file.
6049 * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
6050 * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
6051 instead of __PFX__.
6052
6053 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
6054
6055 * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
6056 Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
6057 for x86-64. Properly check __x86_64__ and __LP64__.
6058
6059 2010-07-28 H.J. Lu <hongjiu.lu@intel.com>
6060
6061 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
6062 version.
6063 (_FP_WS_TYPE): Likewise.
6064 (_FP_I_TYPE): Likewise.
6065
6066 2011-07-28 Alan Modra <amodra@gmail.com>
6067
6068 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
6069 Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
6070 in a plt call stub. Do restore r2 if stopped on bctrl.
6071
6072 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6073
6074 * config.host (i[3456x]86-*-netware*): Remove.
6075 * config/i386/netware-crt0.c, config/i386/t-nwld,
6076 config/i386/t-slibgcc-nwld: Remove.
6077
6078 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
6079
6080 * config.host: Handle tic6x-*-*.
6081 * config/c6x/c6x-abi.h: New file.
6082
6083 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6084
6085 * config/i386/crtprec.c: New file.
6086 * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
6087 * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
6088 Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
6089 (x86_64-*-darwin*): Likewise.
6090 (i[34567]86-*-solaris2*: Likewise.
6091
6092 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6093
6094 * config/alpha/crtfastmath.c: New file.
6095 * config/i386/crtfastmath.c: New file.
6096 * config/ia64/crtfastmath.c: New file.
6097 * config/mips/crtfastmath.c: New file.
6098 * config/sparc/crtfastmath.c: New file.
6099
6100 * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
6101 crtfastmath.c.
6102 Add -frandom-seed=gcc-crtfastmath.
6103 * config/alpha/t-crtfm: Remove.
6104 * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
6105 * config/ia64/t-ia64 (crtfastmath.o): Remove.
6106
6107 * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
6108 (alpha*-dec-osf5.1*): Likewise.
6109 (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
6110 Add crtfastmath.o to extra_parts.
6111 (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
6112 Add crtfastmath.o to extra_parts.
6113 (x86_64-*-darwin*): Likewise.
6114 (x86_64-*-mingw*): Likewise.
6115 (ia64*-*-elf*): Add t-crtfm to tmake_file.
6116 (ia64*-*-freebsd*): Likewise.
6117 (ia64*-*-linux*): Likewise.
6118 (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
6119 Add crtfastmath.o to extra_parts.
6120
6121 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6122
6123 * config/darwin-crt3.o: New file.
6124 * config/rs6000/darwin-crt2.c: New file.
6125 * config/t-darwin: New file.
6126 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
6127 (crt2.o): New rule.
6128 * config.host (*-*-darwin*): Add crt3.o to extra_parts.
6129 (powerpc-*-darwin*): Add crt2.o to extra_parts.
6130 (powerpc64-*-darwin*): Likewise.
6131
6132 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6133
6134 * config/i386/netware-crt0.c: New file.
6135 * config/i386/t-nwld: Rename to ...
6136 * config/i386/t-slibgcc-nwld: ... this.
6137 * config/i386/t-nwld: New file.
6138 * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
6139 tmake_file.
6140 Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
6141 extra_parts.
6142
6143 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6144
6145 * configure.ac (i?86-*-solaris2*): Use libgcc copy of
6146 i386/t-crtstuff.
6147 * configure: Regenerate.
6148
6149 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6150
6151 * dfp-bit.c, dfp-bit.h: New files.
6152 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
6153 variables.
6154 ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
6155 ($(d64pbit-o)): Likewise.
6156 ($(d128pbit-o)): Likewise.
6157 * config/t-dfprules: New file.
6158 * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
6159 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
6160 i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
6161 (x86_64-*-linux*): Likewise.
6162 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
6163 (i[34567]86-*-cygwin*): Likewise.
6164 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
6165 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
6166
6167 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6168
6169 * Makfile.in (LIBGCOV): New variable.
6170 ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
6171 * libgcov.c: New file.
6172
6173 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6174
6175 * fixed-bit.c, fixed-bit.h: New files.
6176 * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
6177 refer to fixed-bit.c.
6178
6179 2011-07-07 Joseph Myers <joseph@codesourcery.com>
6180
6181 * config.host (*local*): Remove.
6182
6183 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6184
6185 PR target/39150
6186 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
6187 like i?86-*-solaris2.1[0-9]*.
6188 (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
6189 * configure.ac (i?86-*-solaris2*): Likewise.
6190 * configure: Regenerate.
6191
6192 2011-07-06 Thomas Schwinge <thomas@schwinge.name>
6193
6194 * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
6195 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
6196 md_unwind_header by splitting out of...
6197 (i[34567]86-*-linux*): ... this.
6198 * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
6199 Remove md_unwind_header by splitting out of...
6200 (x86_64-*-linux*): ... this.
6201
6202 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
6203
6204 * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
6205
6206 2011-06-28 Nick Clifton <nickc@redhat.com>
6207
6208 * config.host: Recognize all V850 variants.
6209
6210 2011-06-22 Uros Bizjak <ubizjak@gmail.com>
6211
6212 * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
6213
6214 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6215
6216 * shared-object.mk (c_flags-$o): Save c_flags.
6217 ($(base)$(objext)): Use it.
6218 ($(base)_s$(objext)): Likewise.
6219
6220 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
6221
6222 * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
6223 * libgcc-std.ver.in (GCC_4.7.0): New section.
6224
6225 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
6226
6227 PR target/49313
6228 PR target/29524
6229 * config/avr/t-avr: Fix line endings.
6230 (intfuncs16): Remove _ffsXX2, _clzXX2, _ctzXX2, _popcountXX2,
6231 _parityXX2.
6232
6233 2011-06-14 Olivier Hainque <hainque@adacore.com>
6234 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6235
6236 * config/mips/irix6-unwind.h: New file.
6237 * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
6238
6239 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
6240
6241 * config/sparc/linux-unwind.h (STACK_BIAS): Define.
6242 (sparc64_fallback_frame_state): Use it.
6243 (sparc64_frob_update_context): Further adjust context.
6244 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
6245 * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
6246 * config/sparc/sol2-cn.S: Likewise.
6247
6248 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6249
6250 * enable-execute-stack-empty.c: New file.
6251 * enable-execute-stack-mprotect.c: New file.
6252 * config/i386/enable-execute-stack-mingw32.c: New file.
6253 * config.host (enable_execute_stack): New variable.
6254 Select appropriate variants.
6255 * configure.ac: Link enable-execute-stack.c to
6256 $enable_execute_stack.
6257 * configure: Regenerate.
6258 * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
6259 (lib2funcs): Remove _enable_execute_stack.
6260
6261 2011-06-09 David S. Miller <davem@davemloft.net>
6262 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6263
6264 * config.host (sparc-*-linux*): Correct md_unwind_header
6265 filename.
6266 (s390x-ibm-tpf*): Fix typo.
6267
6268 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6269
6270 * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
6271 Add crtfastmath.o to extra_parts.
6272 (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
6273 mips/t-crtfm.
6274 * config/mips/t-crtfm: Remove.
6275
6276 2011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6277
6278 * config.host (hppa*-*-linux*): Correct md_unwind_header name.
6279
6280 2011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
6281
6282 * config.host (sh*-*-linux*): Fix typo.
6283
6284 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6285
6286 * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
6287 * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
6288 * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
6289 * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
6290 * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
6291 * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
6292 * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
6293 Wrap in !__MINGW64__.
6294 * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
6295 * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
6296 * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
6297 * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
6298 * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
6299 * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
6300 * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
6301 Wrap in !__LP64__.
6302 * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
6303 * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
6304 * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
6305 * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
6306 * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
6307 * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
6308 * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
6309 * config/no-unwind.h: New file.
6310 * config.host (md_unwind_header): Document.
6311 Define.
6312 (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
6313 alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
6314 hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
6315 hppa[12]*-*-hpux11*): Set md_unwind_header.
6316 (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
6317 Set md_unwind_header.
6318 (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
6319 (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
6320 (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
6321 m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
6322 powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
6323 s390x-*-linux*, s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
6324 sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
6325 md_unwind_header.
6326 * configure.ac: Link md-unwind-support.h to $md_unwind_header.
6327 * configure: Regenerate.
6328
6329 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6330
6331 * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
6332 Set tmake_file, extra_parts.
6333 * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
6334 Remove O32 support.
6335 * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
6336 Remove O32 support.
6337 * config/mips/t-irix6: New file.
6338 * config/mips/t-slibgcc-irix: New file.
6339
6340 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6341
6342 * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
6343 * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
6344
6345 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6346
6347 * configure.ac (target_thread_file): Determine thread model.
6348 * configure: Regenerate.
6349 * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
6350 * config/alpha/t-alpha: New file.
6351 * config/alpha/t-crtfm: Use $<.
6352 * config/alpha/t-ieee: New file.
6353 * config/alpha/t-osf-pthread: New file.
6354 * config/alpha/t-slibgcc-osf: New file.
6355 * config/alpha/libgcc-osf5.ver: New file.
6356
6357 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6358
6359 * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
6360 tmake_file.
6361 Add crtfastmath.o to extra_parts.
6362
6363 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6364
6365 * config/gmon-sol2.c: Reindent.
6366 Cleanup comments.
6367 Remove, correct casts.
6368 Use STDERR_FILENO, NULL.
6369 (BASEADDRESS): Remove.
6370 (minbrk): Remove.
6371 (errno, sbrk): Remove declarations.
6372 (monstartup) [hp300]: Remove.
6373 (mcount): Remove.
6374
6375 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6376
6377 * Makefile.in (cpu_type): Define.
6378 * config.host (i[34567]86-*-rtems*): Handle it.
6379 (i[34567]86-*-solaris2*): Move body ...
6380 (*-*-solaris2*): ... here.
6381 New case, generalize.
6382 (sparc-*-elf*): Handle it.
6383 (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
6384 (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
6385 (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
6386 Fold into ...
6387 (sparc*-*-solaris2*): ... this.
6388 New case.
6389 (sparc64-*-elf*): Handle it.
6390 * config/gmon-sol2.c: Move from ../gcc/config/sparc.
6391 Merge ../gcc/config/i386/gmon-sol2.c.
6392 * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
6393 Use C comments.
6394 Merge ../gcc/config/i386/sol2-gc1.asm.
6395 * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
6396 Use C comments.
6397 * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
6398 Use C comments.
6399 * config/i386/t-crtfm (crtfastmath.o): Use $<.
6400 * config/i386/t-crtstuff: New file.
6401 * config/i386/t-softfp: New file.
6402 * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
6403 $(T)crti.o, $(T)crtn.o): Remove.
6404 (gcrt1.o): New rule.
6405 (TARGET_LIBGCC2_CFLAGS): Remove.
6406 * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
6407 * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
6408 * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
6409 * config/sparc/t-sol2: New file.
6410 * config/sparc/t-crtfm: Move to ...
6411 * config/t-crtfm: ... this.
6412 Use $(cpu_type), $<.
6413 * config/t-crtin: New file.
6414 * config/sparc/t-softfp: New file.
6415 * config/sparc/t-softmul: New file.
6416 * config/t-rtems: New file.
6417 * config/t-slibgcc: New file.
6418 * config/t-slibgcc-elf-ver: New file.
6419 * config/t-slibgcc-gld: New file.
6420 * config/t-slibgcc-sld: New file.
6421 * config/t-sol2: New file.
6422 * configure.ac: Include ../config/lib-ld.m4.
6423 Call AC_LIB_PROG_LD_GNU.
6424 Substitute cpu_type.
6425 * configure: Regenerate.
6426
6427 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
6428
6429 PR bootstrap/49173
6430 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
6431 libgcc-std.ver in the build directory.
6432 * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
6433 * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
6434
6435 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
6436
6437 * libgcc-std.ver.in: New file.
6438 * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
6439 variables.
6440 (libgcc-std.ver): New rule.
6441 * config/t-gnu-prefix: New file.
6442
6443 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6444
6445 * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
6446
6447 2011-05-10 Joseph Myers <joseph@codesourcery.com>
6448
6449 * config/i386/darwin-lib.h: New file.
6450
6451 2011-05-10 Joseph Myers <joseph@codesourcery.com>
6452
6453 * config/arm/symbian-lib.h: New.
6454
6455 2011-05-04 Chris Demetriou <cgd@google.com>
6456
6457 * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
6458 (__x86.get_pc_thunk.bx): ...this.
6459 (__morestack): Adjust for rename, remove undef of __i686.
6460
6461 2011-05-03 Chris Demetriou <cgd@google.com>
6462
6463 * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
6464
6465 2011-03-22 Joseph Myers <joseph@codesourcery.com>
6466
6467 * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
6468 arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
6469 m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
6470 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
6471 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
6472 Remove cases.
6473
6474 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
6475
6476 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
6477 Adjust copyright year.
6478
6479 2011-03-07 Ian Lance Taylor <iant@google.com>
6480
6481 * generic-morestack.c (__splitstack_find): Adjust returned stack
6482 pointer to include all registers pushed by __morestack.
6483
6484 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
6485
6486 PR target/40125
6487 * configure.ac: Call ACX_NONCANONICAL_TARGET.
6488 (toolexecdir): Calculate and AC_SUBST.
6489 (toolexeclibdir): Likewise.
6490 * Makefile.in (target_noncanonical): Import.
6491 (toolexecdir): Likewise.
6492 (toolexeclibdir): Likewise.
6493 * configure: Regenerate.
6494
6495 2010-12-13 Nathan Froyd <froydnj@codesourcery.com>
6496
6497 PR target/46040
6498 * config/arm/bpabi.h: Rename to...
6499 * config/arm/bpabi-lib.h: ...this.
6500
6501 2010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6502
6503 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
6504 appropriate.
6505 * configure: Regenerate.
6506
6507 2010-11-24 Nathan Froyd <froydnj@codesourcery.com>
6508
6509 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
6510 __FLOAT_WORD_ORDER__.
6511 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
6512 Delete.
6513
6514 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6515
6516 PR other/46202
6517 * Makefile.in (install-strip): New phony target.
6518
6519 2010-11-07 Ian Lance Taylor <iant@google.com>
6520
6521 PR target/46089
6522 * config/i386/morestack.S (__morestack_large_model): New
6523 function.
6524
6525 2010-10-23 Nathan Froyd <froydnj@codesourcery.com>
6526
6527 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
6528 Delete.
6529 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
6530
6531 2010-10-14 Nathan Froyd <froydnj@codesourcery.com>
6532
6533 * config/arm/bpabi.h: New file.
6534 * config/frv/frv-abi.h: New file.
6535
6536 2010-10-01 Ian Lance Taylor <iant@google.com>
6537
6538 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
6539 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
6540
6541 2010-10-01 H.J. Lu <hongjiu.lu@intel.com>
6542
6543 PR target/45858
6544 * config.host: Add the missing `$'.
6545
6546 2010-09-30 Michael Eager <eager@eagercon.com>
6547
6548 * config.host: Add microblaze*-*-*.
6549 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
6550 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
6551 udivsi3.asm,umodsi3.asm}: New.
6552
6553 2010-09-28 Ian Lance Taylor <iant@google.com>
6554
6555 * configure.ac: Adjust CFI test to test assembler directly rather
6556 than checking gcc preprocessor macro.
6557 * configure: Rebuild.
6558
6559 2010-09-27 Ian Lance Taylor <iant@google.com>
6560
6561 * configure.ac: Test whether assembler supports CFI directives.
6562 * config.host: Only add t-stack and i386/t-stack-i386 to
6563 tmake_file if libgcc_cv_cfi is "yes".
6564 * configure: Rebuild.
6565
6566 2010-09-27 Ian Lance Taylor <iant@google.com>
6567
6568 * generic-morestack.h: New file.
6569 * generic-morestack.c: New file.
6570 * generic-morestack-thread.c: New file.
6571 * config/i386/morestack.S: New file.
6572 * config/t-stack: New file.
6573 * config/i386/t-stack-i386: New file.
6574 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
6575 i386/t-stack-i386 to tmake_file.
6576
6577 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6578
6579 * Makefile.in (libgcc-extra-parts): Check for static archives and
6580 invoke ranlib after installing them.
6581 (gcc-extra-parts): Likewise.
6582 (install-leaf): Likewise.
6583
6584 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
6585
6586 * configure: Regenerated.
6587
6588 2010-09-10 Kai Tietz <kai.tietz@onevision.com>
6589
6590 * configure: Regenerated.
6591
6592 2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
6593 Andrew Pinski <pinskia@gmail.com>
6594
6595 PR target/40959
6596 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
6597
6598 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
6599
6600 PR target/45524
6601 * configure: Regenerated.
6602
6603 2010-09-06 Andreas Schwab <schwab@redhat.com>
6604
6605 * configure: Regenerate.
6606
6607 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
6608
6609 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
6610 64bit targets.
6611 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
6612 for 64bit targets.
6613
6614 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
6615 Iain Sandoe <iains@gcc.gnu.org>
6616
6617 PR target/45476
6618 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
6619 LIB2FUNCS_EXCLUDE functions.
6620
6621 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6622
6623 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
6624 Include dfp.m4.
6625 * configure: Regenerate.
6626
6627 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
6628
6629 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
6630 i386/t-freebsd to tmake_file.
6631 * config/i386/t-freebsd: New file.
6632 * config/i386/libgcc-bsd.ver: New file.
6633
6634 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
6635
6636 * config.host (powerpc*-eabispe*): Set tmake_file.
6637 (powerpc*-eabi*): Likewise.
6638 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
6639 crtbeginS, crtendS, crtbeginT.
6640
6641 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
6642
6643 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
6644 to tmake_file. Add crtfastmath.o to extra_parts.
6645 * config/mips/t-crtfm: New.
6646
6647 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
6648
6649 * config.host (sparc64-*-rtems*): New target.
6650
6651 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6652
6653 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
6654 assembler syntax.
6655
6656 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
6657
6658 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
6659
6660 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6661
6662 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
6663 alpha-dec-osf5.0* support.
6664
6665 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
6666
6667 * config.host: Add lm32-*-rtems*.
6668
6669 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6670 Uros Bizjak <ubizjak@gmail.com>
6671
6672 PR target/39048
6673 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
6674 like other remaining 32-bit x86 OSes.
6675 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
6676 assembler syntax.
6677 * config/i386/libgcc-sol2.ver: New file.
6678 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
6679
6680 2010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
6681
6682 PR c/43553
6683 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
6684 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
6685 is used and substitute set_use_emutls.
6686 * configure: Regenerated.
6687
6688 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
6689
6690 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
6691
6692 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6693
6694 PR target/38085
6695 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
6696 MULTILIB_CFLAGS.
6697 ($(T)gcrt1.o): Likewise.
6698 ($(T)crt1.o): Likewise.
6699 ($(T)crti.o): Likewise.
6700 ($(T)crtn.o): Likewise.
6701
6702 2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6703
6704 PR other/42980
6705 * Makefile.in (install): Use $(MAKE) string in rule, for
6706 parallel make.
6707
6708 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
6709
6710 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
6711 * config/mmix/t-mmix: New file.
6712 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
6713
6714 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
6715
6716 PR java/41991
6717 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
6718 SHLIB_MAPFILES.
6719
6720 2010-01-04 Anthony Green <green@moxielogic.com>
6721
6722 * config/moxie/crti.asm, config/moxie/crtn.asm,
6723 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
6724 config/moxie/t-moxie: New files.
6725 * config.host: Add t-moxie-softfp reference.
6726
6727 2009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
6728
6729 PR other/39888
6730 * config/t-slibgcc-darwin: Fix embedded rpaths for
6731 --enable-version-specific-runtime-libs, build extension stub
6732 libs exposing features available from current libgcc_s.
6733
6734 2009-11-11 Jon Beniston <jon@beniston.com>
6735
6736 * config.host: Add lm32 targets.
6737 * config/lm32: New directory.
6738 * config/lm32/libgcc_lm32.h: New file.
6739 * config/lm32/_mulsi3.c: New file.
6740 * config/lm32/_udivmodsi4.c: New file.
6741 * config/lm32/_divsi3.c: New file.
6742 * config/lm32/_modsi3.c: New file.
6743 * config/lm32/_udivsi3.c: New file.
6744 * config/lm32/_umodsi3.c: New file.
6745 * config/lm32/_lshrsi3.S: New file.
6746 * config/lm32/_ashrsi3.S: New file.
6747 * config/lm32/_ashlsi3.S: New file.
6748 * config/lm32/crti.S: New file.
6749 * config/lm32/crtn.S: New file.
6750 * config/lm32/t-lm32: New file.
6751 * config/lm32/t-elf: New file.
6752 * config/lm32/t-uclinux: New file.
6753
6754 2009-10-26 Nick Clifton <nickc@redhat.com>
6755
6756 * config.host: Add support for RX target.
6757 * config/rx: New directory.
6758 * config/rx/rx-abi-functions.c: New file. Supplementary
6759 functions for libgcc to support the RX ABI.
6760 * config/rx/rx-abi.h: New file. Supplementary header file for
6761 libgcc RX ABI functions.
6762 * config/rx/t-rx: New file: Makefile fragment for building
6763 libgcc for the RX.
6764
6765 2009-10-09 Uros Bizjak <ubizjak@gmail.com>
6766
6767 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
6768 constraint of y0 to "g".
6769
6770 2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6771
6772 * config.host: Include the s390 makefile fragments.
6773 * config/s390/32/_fixdfdi.c: New file.
6774 * config/s390/32/_fixsfdi.c: New file.
6775 * config/s390/32/_fixtfdi.c: New file.
6776 * config/s390/32/_fixunsdfdi.c: New file.
6777 * config/s390/32/_fixunssfdi.c: New file.
6778 * config/s390/32/_fixunstfdi.c: New file.
6779 * config/s390/32/t-floattodi: New file.
6780 * config/s390/libgcc-glibc.ver: New file.
6781 * config/s390/t-crtstuff: New file.
6782 * config/s390/t-linux: New file.
6783 * config/s390/t-tpf: New file.
6784
6785 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6786
6787 * configure.ac (AC_PREREQ): Bump to 2.64.
6788
6789 2009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
6790
6791 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
6792
6793 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6794
6795 * configure: Regenerate.
6796
6797 2009-08-09 Douglas B Rupp <rupp@gnat.com>
6798
6799 * config.host (ia64-hp-*vms*): New target.
6800 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
6801 with ia64-hp-*vms*.
6802
6803 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6804
6805 * configure.ac: Add snippet for maintainer-mode.
6806 * configure: Regenerate.
6807 * Makefile.in (AUTOCONF, configure_deps): New variables.
6808 ($(srcdir)/configure)): New rule, active only with maintainer
6809 mode turned on.
6810
6811 2009-06-23 DJ Delorie <dj@redhat.com>
6812
6813 Add MeP port.
6814 * config.host: Add mep support.
6815
6816 2009-06-22 Kai Tietz <kai.tietz@onevision.com>
6817
6818 * config.host: Add i386/${host_address}/t-fprules-softfp and
6819 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
6820
6821 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
6822 for mingw targets.
6823 * config/i386/64/_multc3.c: Likewise.
6824 * config/i386/64/_powitf2.c: Likewise.
6825 * config/i386/64/eqtf2.c: Likewise.
6826 * config/i386/64/getf2.c: Likewise.
6827 * config/i386/64/letf2.c: Likewise.
6828 * config/i386/64/letf2.c: Likewise.
6829 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
6830 unsigned long long for x64 mingw targets.
6831 (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
6832 (_FP_I_TYPE): Define as long long for x64 mingw target.
6833
6834 2009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
6835
6836 * config.host (vax-*-linux*): New.
6837
6838 2009-05-31 Anthony Green <green@moxielogic.com>
6839
6840 * config.host: Add moxie support.
6841 * config/moxie/t-moxie: New file.
6842
6843 2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
6844
6845 * config.host: Add i386/${host_address}/t-fprules-softfp and
6846 t-softfp to tmake_file for i[34567]86-*-cygwin*.
6847
6848 2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
6849
6850 * config.host: Add i386/${host_address}/t-fprules-softfp to
6851 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
6852
6853 2009-04-09 Nick Clifton <nickc@redhat.com>
6854
6855 * config/ia64/tf-signs.c: Change copyright header to refer to
6856 version 3 of the GNU General Public License with version 3.1
6857 of the GCC Runtime Library Exception and to point readers at
6858 the COPYING3 and COPYING3.RUNTIME files and the FSF's license
6859 web page.
6860 * config/i386/32/tf-signs.c: Likewise.
6861 * config/libbid/_addsub_dd.c: Likewise.
6862 * config/libbid/_addsub_sd.c: Likewise.
6863 * config/libbid/_addsub_td.c: Likewise.
6864 * config/libbid/_dd_to_df.c: Likewise.
6865 * config/libbid/_dd_to_di.c: Likewise.
6866 * config/libbid/_dd_to_sd.c: Likewise.
6867 * config/libbid/_dd_to_sf.c: Likewise.
6868 * config/libbid/_dd_to_si.c: Likewise.
6869 * config/libbid/_dd_to_td.c: Likewise.
6870 * config/libbid/_dd_to_tf.c: Likewise.
6871 * config/libbid/_dd_to_udi.c: Likewise.
6872 * config/libbid/_dd_to_usi.c: Likewise.
6873 * config/libbid/_dd_to_xf.c: Likewise.
6874 * config/libbid/_df_to_dd.c: Likewise.
6875 * config/libbid/_df_to_sd.c: Likewise.
6876 * config/libbid/_df_to_td.c: Likewise.
6877 * config/libbid/_di_to_dd.c: Likewise.
6878 * config/libbid/_di_to_sd.c: Likewise.
6879 * config/libbid/_di_to_td.c: Likewise.
6880 * config/libbid/_div_dd.c: Likewise.
6881 * config/libbid/_div_sd.c: Likewise.
6882 * config/libbid/_div_td.c: Likewise.
6883 * config/libbid/_eq_dd.c: Likewise.
6884 * config/libbid/_eq_sd.c: Likewise.
6885 * config/libbid/_eq_td.c: Likewise.
6886 * config/libbid/_ge_dd.c: Likewise.
6887 * config/libbid/_ge_sd.c: Likewise.
6888 * config/libbid/_ge_td.c: Likewise.
6889 * config/libbid/_gt_dd.c: Likewise.
6890 * config/libbid/_gt_sd.c: Likewise.
6891 * config/libbid/_gt_td.c: Likewise.
6892 * config/libbid/_isinfd128.c: Likewise.
6893 * config/libbid/_isinfd32.c: Likewise.
6894 * config/libbid/_isinfd64.c: Likewise.
6895 * config/libbid/_le_dd.c: Likewise.
6896 * config/libbid/_le_sd.c: Likewise.
6897 * config/libbid/_le_td.c: Likewise.
6898 * config/libbid/_lt_dd.c: Likewise.
6899 * config/libbid/_lt_sd.c: Likewise.
6900 * config/libbid/_lt_td.c: Likewise.
6901 * config/libbid/_mul_dd.c: Likewise.
6902 * config/libbid/_mul_sd.c: Likewise.
6903 * config/libbid/_mul_td.c: Likewise.
6904 * config/libbid/_ne_dd.c: Likewise.
6905 * config/libbid/_ne_sd.c: Likewise.
6906 * config/libbid/_ne_td.c: Likewise.
6907 * config/libbid/_sd_to_dd.c: Likewise.
6908 * config/libbid/_sd_to_df.c: Likewise.
6909 * config/libbid/_sd_to_di.c: Likewise.
6910 * config/libbid/_sd_to_sf.c: Likewise.
6911 * config/libbid/_sd_to_si.c: Likewise.
6912 * config/libbid/_sd_to_td.c: Likewise.
6913 * config/libbid/_sd_to_tf.c: Likewise.
6914 * config/libbid/_sd_to_udi.c: Likewise.
6915 * config/libbid/_sd_to_usi.c: Likewise.
6916 * config/libbid/_sd_to_xf.c: Likewise.
6917 * config/libbid/_sf_to_dd.c: Likewise.
6918 * config/libbid/_sf_to_sd.c: Likewise.
6919 * config/libbid/_sf_to_td.c: Likewise.
6920 * config/libbid/_si_to_dd.c: Likewise.
6921 * config/libbid/_si_to_sd.c: Likewise.
6922 * config/libbid/_si_to_td.c: Likewise.
6923 * config/libbid/_td_to_dd.c: Likewise.
6924 * config/libbid/_td_to_df.c: Likewise.
6925 * config/libbid/_td_to_di.c: Likewise.
6926 * config/libbid/_td_to_sd.c: Likewise.
6927 * config/libbid/_td_to_sf.c: Likewise.
6928 * config/libbid/_td_to_si.c: Likewise.
6929 * config/libbid/_td_to_tf.c: Likewise.
6930 * config/libbid/_td_to_udi.c: Likewise.
6931 * config/libbid/_td_to_usi.c: Likewise.
6932 * config/libbid/_td_to_xf.c: Likewise.
6933 * config/libbid/_tf_to_dd.c: Likewise.
6934 * config/libbid/_tf_to_sd.c: Likewise.
6935 * config/libbid/_tf_to_td.c: Likewise.
6936 * config/libbid/_udi_to_dd.c: Likewise.
6937 * config/libbid/_udi_to_sd.c: Likewise.
6938 * config/libbid/_udi_to_td.c: Likewise.
6939 * config/libbid/_unord_dd.c: Likewise.
6940 * config/libbid/_unord_sd.c: Likewise.
6941 * config/libbid/_unord_td.c: Likewise.
6942 * config/libbid/_usi_to_dd.c: Likewise.
6943 * config/libbid/_usi_to_sd.c: Likewise.
6944 * config/libbid/_usi_to_td.c: Likewise.
6945 * config/libbid/_xf_to_dd.c: Likewise.
6946 * config/libbid/_xf_to_sd.c: Likewise.
6947 * config/libbid/_xf_to_td.c: Likewise.
6948 * config/libbid/bid128.c: Likewise.
6949 * config/libbid/bid128_2_str.h: Likewise.
6950 * config/libbid/bid128_2_str_macros.h: Likewise.
6951 * config/libbid/bid128_2_str_tables.c: Likewise.
6952 * config/libbid/bid128_add.c: Likewise.
6953 * config/libbid/bid128_compare.c: Likewise.
6954 * config/libbid/bid128_div.c: Likewise.
6955 * config/libbid/bid128_fma.c: Likewise.
6956 * config/libbid/bid128_logb.c: Likewise.
6957 * config/libbid/bid128_minmax.c: Likewise.
6958 * config/libbid/bid128_mul.c: Likewise.
6959 * config/libbid/bid128_next.c: Likewise.
6960 * config/libbid/bid128_noncomp.c: Likewise.
6961 * config/libbid/bid128_quantize.c: Likewise.
6962 * config/libbid/bid128_rem.c: Likewise.
6963 * config/libbid/bid128_round_integral.c: Likewise.
6964 * config/libbid/bid128_scalb.c: Likewise.
6965 * config/libbid/bid128_sqrt.c: Likewise.
6966 * config/libbid/bid128_string.c: Likewise.
6967 * config/libbid/bid128_to_int16.c: Likewise.
6968 * config/libbid/bid128_to_int32.c: Likewise.
6969 * config/libbid/bid128_to_int64.c: Likewise.
6970 * config/libbid/bid128_to_int8.c: Likewise.
6971 * config/libbid/bid128_to_uint16.c: Likewise.
6972 * config/libbid/bid128_to_uint32.c: Likewise.
6973 * config/libbid/bid128_to_uint64.c: Likewise.
6974 * config/libbid/bid128_to_uint8.c: Likewise.
6975 * config/libbid/bid32_to_bid128.c: Likewise.
6976 * config/libbid/bid32_to_bid64.c: Likewise.
6977 * config/libbid/bid64_add.c: Likewise.
6978 * config/libbid/bid64_compare.c: Likewise.
6979 * config/libbid/bid64_div.c: Likewise.
6980 * config/libbid/bid64_fma.c: Likewise.
6981 * config/libbid/bid64_logb.c: Likewise.
6982 * config/libbid/bid64_minmax.c: Likewise.
6983 * config/libbid/bid64_mul.c: Likewise.
6984 * config/libbid/bid64_next.c: Likewise.
6985 * config/libbid/bid64_noncomp.c: Likewise.
6986 * config/libbid/bid64_quantize.c: Likewise.
6987 * config/libbid/bid64_rem.c: Likewise.
6988 * config/libbid/bid64_round_integral.c: Likewise.
6989 * config/libbid/bid64_scalb.c: Likewise.
6990 * config/libbid/bid64_sqrt.c: Likewise.
6991 * config/libbid/bid64_string.c: Likewise.
6992 * config/libbid/bid64_to_bid128.c: Likewise.
6993 * config/libbid/bid64_to_int16.c: Likewise.
6994 * config/libbid/bid64_to_int32.c: Likewise.
6995 * config/libbid/bid64_to_int64.c: Likewise.
6996 * config/libbid/bid64_to_int8.c: Likewise.
6997 * config/libbid/bid64_to_uint16.c: Likewise.
6998 * config/libbid/bid64_to_uint32.c: Likewise.
6999 * config/libbid/bid64_to_uint64.c: Likewise.
7000 * config/libbid/bid64_to_uint8.c: Likewise.
7001 * config/libbid/bid_b2d.h: Likewise.
7002 * config/libbid/bid_binarydecimal.c: Likewise.
7003 * config/libbid/bid_conf.h: Likewise.
7004 * config/libbid/bid_convert_data.c: Likewise.
7005 * config/libbid/bid_decimal_data.c: Likewise.
7006 * config/libbid/bid_decimal_globals.c: Likewise.
7007 * config/libbid/bid_div_macros.h: Likewise.
7008 * config/libbid/bid_dpd.c: Likewise.
7009 * config/libbid/bid_flag_operations.c: Likewise.
7010 * config/libbid/bid_from_int.c: Likewise.
7011 * config/libbid/bid_functions.h: Likewise.
7012 * config/libbid/bid_gcc_intrinsics.h: Likewise.
7013 * config/libbid/bid_inline_add.h: Likewise.
7014 * config/libbid/bid_internal.h: Likewise.
7015 * config/libbid/bid_round.c: Likewise.
7016 * config/libbid/bid_sqrt_macros.h: Likewise.
7017
7018 2009-04-09 Jakub Jelinek <jakub@redhat.com>
7019
7020 * Makefile.in: Change copyright header to refer to version
7021 3 of the GNU General Public License and to point readers at the
7022 COPYING3 file and the FSF's license web page.
7023 * config.host: Likewise.
7024
7025 2009-04-07 Alan Modra <amodra@bigpond.net.au>
7026
7027 * config.host: Reorder and merge to match config.gcc change.
7028
7029 2009-04-03 Alan Modra <amodra@bigpond.net.au>
7030
7031 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
7032
7033 2009-03-28 Joseph Myers <joseph@codesourcery.com>
7034
7035 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
7036 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
7037 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
7038 powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
7039
7040 2009-02-12 Uros Bizjak <ubizjak@gmail.com>
7041
7042 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
7043 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
7044
7045 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
7046
7047 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
7048 ia64/t-softfp-compat to tmake_file.
7049
7050 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
7051
7052 * config/ia64/__divxf3.asm: New.
7053 * config/ia64/_fixtfdi.asm: Likewise.
7054 * config/ia64/_fixunstfdi.asm: Likewise.
7055 * config/ia64/_floatditf.asm: Likewise.
7056 * config/ia64/t-fprules-softfp: Likewise.
7057 * config/ia64/t-softfp-compat: Likewise.
7058 * config/ia64/tf-signs.c: Likewise.
7059
7060 2009-01-18 Ben Elliston <bje@au.ibm.com>
7061
7062 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
7063
7064 2009-01-16 Ben Elliston <bje@au.ibm.com>
7065
7066 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
7067 to tmake_file.
7068
7069 2009-01-13 Ben Elliston <bje@au.ibm.com>
7070
7071 * config/t-softfp: New file.
7072 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
7073 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
7074
7075 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
7076
7077 * config.host: Add m32r*-*-rtems*.
7078
7079 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
7080
7081 * config.host: Add m32c*-*-rtems*.
7082
7083 2008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7084
7085 PR bootstrap/33100
7086 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
7087 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
7088 * configure: Regenerate.
7089 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
7090 tmake_file here from gcc/config.gcc.
7091 Move extra_parts here from gcc/config.gcc.
7092 * config/i386/t-sol2: Move here from gcc/config/i386.
7093 Use gcc_srcdir instead of srcdir.
7094
7095 2008-11-18 Adam Nemet <anemet@caviumnetworks.com>
7096
7097 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
7098 case.
7099
7100 2008-11-09 Thomas Schwinge <tschwinge@gnu.org>
7101
7102 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
7103
7104 2008-10-08 Thomas Schwinge <tschwinge@gnu.org>
7105
7106 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
7107
7108 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7109
7110 Add picoChip port.
7111 * config.host: Add picochip-*-*.
7112
7113 2008-08-06 Bob Wilson <bob.wilson@acm.org>
7114
7115 * config.host: Match more processor names for Xtensa.
7116
7117 2008-07-08 H.J. Lu <hongjiu.lu@intel.com>
7118
7119 * config/i386/64/t-softfp-compat: Update comments.
7120
7121 2008-07-07 H.J. Lu <hongjiu.lu@intel.com>
7122
7123 * config/i386/64/_divtc3-compat.c: Moved to ...
7124 * config/i386/64/_divtc3.c: Here.
7125
7126 * config/i386/64/_multc3-compat.c: Moved to ...
7127 * config/i386/64/_multc3.c: Here.
7128
7129 * config/i386/64/_powitf2-compat.c: Moved to ...
7130 * config/i386/64/_powitf2.c: Here.
7131
7132 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
7133 .c suffix instead of -compat.c.
7134
7135 2008-07-05 Uros Bizjak <ubizjak@gmail.com>
7136
7137 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
7138 (_FP_MUL_MEAT_D): Ditto.
7139 (_FP_DIV_MEAT_S): Ditto.
7140 (_FP_DIV_MEAT_D): Ditto.
7141
7142 2008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
7143
7144 * Makefile.in: Add support for __sync_* libgcc functions.
7145
7146 2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
7147
7148 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
7149
7150 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7151
7152 PR boostrap/36702
7153 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
7154 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
7155
7156 * config/i386/64/t-fprules-softfp: Moved to ...
7157 * config/i386/64/t-softfp-compat: This. New.
7158
7159 2008-07-02 Uros Bizjak <ubizjak@gmail.com>
7160
7161 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
7162 Initialize f with 0.0.
7163
7164 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7165
7166 PR target/36669
7167 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
7168
7169 * config/i386/64/_divtc3-compat.c: New.
7170 * config/i386/64/_multc3-compat.c: Likewise.
7171 * config/i386/64/_powitf2-compat.c: Likewise.
7172 * config/i386/64/eqtf2.c: Likewise.
7173 * config/i386/64/getf2.c: Likewise.
7174 * config/i386/64/letf2.c: Likewise.
7175 * config/i386/64/t-fprules-softfp: Likewise.
7176
7177 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7178
7179 * config.host: Add i386/${host_address}/t-fprules-softfp to
7180 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
7181 i[34567]86-*-linux*, x86_64-*-linux*.
7182
7183 * configure.ac: Set host_address to 64 or 32 for x86.
7184 * configure: Regenerated.
7185
7186 * Makefile.in (config.status): Also depend on
7187 $(srcdir)/config.host.
7188
7189 * config/i386/32/t-fprules-softfp: New.
7190 * config/i386/32/tf-signs.c: Likewise.
7191
7192 * config/i386/64/sfp-machine.h: New. Moved from gcc.
7193
7194 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
7195 Uros Bizjak <ubizjak@gmail.com>
7196
7197 * config/i386/32/sfp-machine.h: New.
7198
7199 2008-06-26 Nathan Froyd <froydnj@codesourcery.com>
7200
7201 * config/rs6000/t-ppccomm: Remove rules that conflict with
7202 auto-generated rules.
7203
7204 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7205
7206 * configure.ac: sinclude override.m4.
7207 * configure: Regenerate.
7208
7209 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
7210
7211 * configure: Regenerate.
7212
7213 2008-06-10 Joseph Myers <joseph@codesourcery.com>
7214
7215 * Makefile.in (DECNUMINC): Remove
7216 -I$(MULTIBUILDTOP)../../libdecnumber.
7217 * gstdint.h: New.
7218
7219 2008-06-07 Joseph Myers <joseph@codesourcery.com>
7220
7221 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
7222 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
7223 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
7224 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
7225 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
7226 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
7227 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
7228 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
7229 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
7230 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
7231 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
7232 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
7233 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
7234 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
7235
7236 2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
7237
7238 * config.host (sh2[lbe]*-*-linux*): Allow target.
7239
7240 2008-04-30 Nathan Froyd <froydnj@codesourcery.com>
7241
7242 * config/rs6000/t-ppccomm: Add build rules for new files.
7243 (LIB2ADD_ST): New variable.
7244
7245 2008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
7246
7247 PR target/34210
7248 PR target/35508
7249 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
7250 * config/t-avr: New file. Build 16bit libgcc functions.
7251
7252 2008-03-02 Jakub Jelinek <jakub@redhat.com>
7253
7254 PR target/35401
7255 * config/t-slibgcc-darwin: Make install-leaf dependent on
7256 install-darwin-libgcc-stubs instead of install.
7257
7258 2008-01-25 Joseph Myers <joseph@codesourcery.com>
7259
7260 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
7261 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
7262 sh-*-rtemscoff*): Remove cases.
7263
7264 2007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
7265
7266 * Makefile.in (all): Use install-leaf rather than install.
7267 (install): Split most of the rule into...
7268 (install-leaf): ...this new one.
7269
7270 2007-12-19 Etsushi Kato <ek.kato@gmail.com>
7271 Paolo Bonzini <bonzini@gnu.org>
7272
7273 PR target/30572
7274 * Makefile.in: Use @shlib_slibdir@ substitution to get
7275 correct install name on darwin.
7276 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
7277
7278 2007-12-15 Hans-Peter Nilsson <hp@axis.com>
7279
7280 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
7281 cris-*-elf and cris-*-none.
7282 (crisv32-*-linux*): Similar, as cris-*-linux*.
7283
7284 2007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
7285
7286 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
7287
7288 2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
7289
7290 PR regression/33926
7291 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
7292 * configure: Regenerated.
7293
7294 2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
7295
7296 * Makefile.in (dfp-filenames): Replace decimal_globals,
7297 decimal_data, binarydecimal and convert_data with
7298 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
7299 and bid_convert_data, respectively.
7300
7301 2007-09-17 Chao-ying Fu <fu@mips.com>
7302 Nigel Stephens <nigel@mips.com>
7303
7304 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
7305 * Makefile.in (fixed_point): Define.
7306 Check if fixed_point is yes to build support functions.
7307 * configure.ac: Check for fixed_point support.
7308 * configure: Regenerated.
7309 * gen-fixed.sh: New file to generate lists of fixed-point labels,
7310 funcs, modes, from, to.
7311
7312 2007-09-11 Janis Johnson <janis187@us.ibm.com
7313
7314 * Makefile.in (dfp-filenames): Add bid128_noncomp.
7315
7316 2007-09-10 Janis Johnson <janis187@us.ibm.com>
7317
7318 * Makefile.in (dfp-filenames): Remove decUtility, add
7319 decDouble, decPacked, decQuad, decSingle.
7320
7321 2007-08-27 Hans Kester <hans.kester@ellips.nl>
7322
7323 * config.host : Add x86_64-elf target.
7324
7325 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
7326
7327 * configure.ac (set_have_cc_tls): Add a missing =.
7328 * configure: Regenerated.
7329
7330 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
7331
7332 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
7333 and x86_64-*-linux*.
7334
7335 * config/t-tls: New file.
7336
7337 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
7338
7339 * configure.ac: Include ../config/enable.m4 and
7340 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
7341 supports TLS and substitute set_have_cc_tls.
7342 * configure: Regenerated.
7343
7344 2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
7345
7346 * Makefile.in: Use libbid for DFP when BID is enabled.
7347
7348 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
7349
7350 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
7351 extra_parts. Add config/i386/t-cygming to tmake_file.
7352 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
7353
7354 2007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
7355 Danny Smith <dannysmith@users.sourceforge.net>
7356
7357 PR target/29498
7358 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
7359 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
7360 * config/i386/t-crtfm: Compile crtfastmath.o with
7361 -minline-all-stringops.
7362
7363 2007-05-10 Richard Sandiford <richard@codesourcery.com>
7364
7365 * config.host (sparc-wrs-vxworks): New target.
7366
7367 2007-04-14 Kazu Hirata <kazu@codesourcery.com>
7368
7369 * config.host: Recognize fido.
7370
7371 2007-04-04 Janis Johnson <janis187@us.ibm.com>
7372
7373 * configure: Check host, not target, for decimal float support.
7374
7375 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
7376
7377 * config/i386/t-crtpc: New file.
7378 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
7379 (x86_64-*-linux*): Ditto.
7380
7381 2007-02-30 Kai Tietz <kai.tietz@onevision.com>
7382
7383 * config.host (x86_64-*-mingw*): New target.
7384
7385 2007-03-23 Michael Meissner <michael.meissner@amd.com>
7386 H.J. Lu <hongjiu.lu@intel.com>
7387
7388 * Makefile.in (enable_decimal_float): New.
7389 (DECNUMINC): Add
7390 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
7391 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
7392 (decbits-filenames): This.
7393 (decbits-objects): New.
7394 (libgcc-objects): Add $(decbits-objects).
7395
7396 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
7397 Substitute enable_decimal_float.
7398 * configure: Regenerated.
7399
7400 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
7401
7402 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
7403
7404 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7405
7406 * Makefile.in (install-info): New dummy target.
7407
7408 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
7409
7410 * config.host (bfin*-linux-uclibc*): Set extra_parts.
7411
7412 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7413
7414 * Makefile.in: Add install-html and install-pdf dummy
7415 targets.
7416
7417 2007-02-05 Roger Sayle <roger@eyesopen.com>
7418 Daniel Jacobowitz <dan@codesourcery.com>
7419
7420 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
7421 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
7422 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
7423
7424 2007-01-29 Janis Johnson <janis187@us.ibm.com>
7425
7426 * Makefile.in (dec-filenames): Add decExcept.
7427
7428 2007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7429
7430 PR bootstrap/30469
7431 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
7432 -fprofile-use.
7433
7434 2007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
7435
7436 * configure.ac: Add --enable-version-specific-runtime-libs.
7437 Correct $slibdir default.
7438 * configure: Regenerated.
7439
7440 2007-01-23 Joseph Myers <joseph@codesourcery.com>
7441
7442 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
7443
7444 2007-01-21 Andrew Pinski <pinskia@gmail.com>
7445
7446 PR target/30519
7447 * config.host (alpha*-*-linux*): Set extra_parts.
7448
7449 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
7450
7451 * config/sh/t-linux: New.
7452 * config.host (sh*-*-linux*): Set tmake_file.
7453
7454 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7455
7456 * Makefile.in (install): Handle multilibs.
7457
7458 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
7459
7460 * Makefile.in: Added .PHONY entry for documentation targets.
7461
7462 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
7463
7464 * Makefile.in: Add empty info, html, dvi, pdf targets.
7465
7466 2007-01-04 Mike Stump <mrs@apple.com>
7467
7468 * Makefile.in (MAKEINFO): Remove.
7469 (PERL): Likewise.
7470
7471 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
7472
7473 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
7474 * configure: Regenerate.
7475 * Makefile.in (host_subdir): Substitute it.
7476 (gcc_objdir): Use it.
7477
7478 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7479
7480 * config.host (ia64*-*-linux*): Set tmake_file.
7481
7482 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7483
7484 * Makefile.in (version): Define.
7485
7486 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7487 Paolo Bonzini <bonzini@gnu.org>
7488
7489 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
7490 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
7491 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
7492 config/sparc/t-crtfm, config/t-slibgcc-darwin,
7493 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
7494 shared-object.mk, siditi-object.mk, static-object.mk: New files.
7495 * configure: Generated.
7496 \f
7497 Copyright (C) 2007-2016 Free Software Foundation, Inc.
7498
7499 Copying and distribution of this file, with or without modification,
7500 are permitted in any medium without royalty provided the copyright
7501 notice and this notice are preserved.