]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgcc/ChangeLog
[Darwin, PPC] Move the out of line register save/restore to an endfile.
[thirdparty/gcc.git] / libgcc / ChangeLog
1 2019-06-25 Iain Sandoe <iain@sandoe.co.uk>
2
3 * config.host: Add libef_ppc.a to the extra files for powerpc-darwin.
4 * config/rs6000/t-darwin: (PPC_ENDFILE_SRC, PPC_ENDFILE_OBJS): New.
5 Build objects for the out of line save/restore register functions
6 so that they can be used for any supported Darwin version.
7 * config/t-darwin: Default the build Darwin version to Darwin8
8 (MacOS 10.4).
9
10 2019-06-25 Martin Liska <mliska@suse.cz>
11
12 * libgcov-driver-system.c (replace_filename_variables): Do not
13 call strlen with NULL argument.
14
15 2019-06-25 Andrew Stubbs <ams@codesourcery.com>
16
17 * config/gcn/t-amdgcn (LIB2ADD): Add unwind-gcn.c.
18 * config/gcn/unwind-gcn.c: New file.
19
20 2019-06-25 Kwok Cheung Yeung <kcy@codesourcery.com>
21 Andrew Stubbs <ams@codesourcery.com>
22
23 * configure: Regenerate.
24 * config/gcn/gthr-gcn.h: New.
25
26 2019-06-18 Tom de Vries <tdevries@suse.de>
27
28 * config/nvptx/crt0.c (__main): Declare.
29
30 2019-06-17 Matthew Green <mrg@eterna.com.au>
31 Maya Rashish <coypu@sdf.org>
32
33 * config.host (aarch64*-*-netbsd*): New case.
34
35 2019-06-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
36
37 * config/msp430/slli.S (__mspabi_sllll): New library function for
38 performing a logical left shift of a 64-bit value.
39 * config/msp430/srai.S (__mspabi_srall): New library function for
40 performing a arithmetic right shift of a 64-bit value.
41 * config/msp430/srll.S (__mspabi_srlll): New library function for
42 performing a logical right shift of a 64-bit value.
43
44 2019-06-14 Matt Thomas <matt@3am-software.com>
45 Matthew Green <mrg@eterna.com.au>
46 Nick Hudson <skrll@netbsd.org>
47 Maya Rashish <coypu@sdf.org>
48
49 * config.host (arm*-*-netbsdelf*): Add support for EABI configurations.
50 * config/arm/t-netbsd (LIB1ASMFUNCS): Add some additional assembler
51 functions to build.
52 * config/arm/t-netbsd-eabi: New file.
53
54 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
55
56 * config.host: Add PRU target.
57 * config/pru/asri.c: New file.
58 * config/pru/eqd.c: New file.
59 * config/pru/eqf.c: New file.
60 * config/pru/ged.c: New file.
61 * config/pru/gef.c: New file.
62 * config/pru/gtd.c: New file.
63 * config/pru/gtf.c: New file.
64 * config/pru/led.c: New file.
65 * config/pru/lef.c: New file.
66 * config/pru/lib2bitcountHI.c: New file.
67 * config/pru/lib2divHI.c: New file.
68 * config/pru/lib2divQI.c: New file.
69 * config/pru/lib2divSI.c: New file.
70 * config/pru/libgcc-eabi.ver: New file.
71 * config/pru/ltd.c: New file.
72 * config/pru/ltf.c: New file.
73 * config/pru/mpyll.S: New file.
74 * config/pru/pru-abi.h: New file.
75 * config/pru/pru-asm.h: New file.
76 * config/pru/pru-divmod.h: New file.
77 * config/pru/sfp-machine.h: New file.
78 * config/pru/t-pru: New file.
79
80 2019-06-11 Jakub Jelinek <jakub@redhat.com>
81
82 * libgcov-merge.c (__gcov_merge_single): Revert previous change.
83
84 2019-06-10 Martin Liska <mliska@suse.cz>
85
86 PR bootstrap/90808
87 * libgcov.h: Add ATTRIBUTE_UNUSED.
88
89 2019-06-10 Martin Liska <mliska@suse.cz>
90
91 * Makefile.in: Add __gcov_one_value_profiler_v2,
92 __gcov_one_value_profiler_v2_atomic and
93 __gcov_indirect_call_profiler_v4.
94 * libgcov-merge.c (__gcov_merge_single): Change
95 function signature.
96 (merge_single_value_set): New.
97 * libgcov-profiler.c (__gcov_one_value_profiler_body):
98 Update functionality.
99 (__gcov_one_value_profiler): Remove.
100 (__gcov_one_value_profiler_v2): ... this.
101 (__gcov_one_value_profiler_atomic): Rename to ...
102 (__gcov_one_value_profiler_v2_atomic): this.
103 (__gcov_indirect_call_profiler_v3): Rename to ...
104 (__gcov_indirect_call_profiler_v4): ... this.
105 * libgcov.h (__gcov_one_value_profiler): Remove.
106 (__gcov_one_value_profiler_atomic): Remove.
107 (__gcov_one_value_profiler_v2_atomic): New.
108 (__gcov_indirect_call_profiler_v3): Remove.
109 (__gcov_one_value_profiler_v2): New.
110 (__gcov_indirect_call_profiler_v4): New.
111 (gcov_get_counter_ignore_scaling): New function.
112
113 2019-06-07 Martin Liska <mliska@suse.cz>
114
115 * Makefile.in: Remove usage of
116 _gcov_merge_icall_topn.
117 * libgcov-driver.c (gcov_sort_n_vals): Remove.
118 (gcov_sort_icall_topn_counter): Likewise.
119 (gcov_sort_topn_counter_arrays): Likewise.
120 (dump_one_gcov): Remove call to gcov_sort_topn_counter_arrays.
121 * libgcov-merge.c (__gcov_merge_icall_topn): Remove.
122 * libgcov-profiler.c (__gcov_topn_value_profiler_body):
123 Likewise.
124 (GCOV_ICALL_COUNTER_CLEAR_THRESHOLD): Remove.
125 (struct indirect_call_tuple): Remove.
126 (__gcov_indirect_call_topn_profiler): Remove.
127 * libgcov-util.c (__gcov_icall_topn_counter_op): Remove.
128 * libgcov.h (gcov_sort_n_vals): Remove.
129 (L_gcov_merge_icall_topn): Likewise.
130 (__gcov_merge_icall_topn): Likewise.
131 (__gcov_indirect_call_topn_profiler): Likewise.
132
133 2019-06-06 Iain Sandoe <iain@sandoe.co.uk>
134
135 * config/rs6000/t-darwin: Ensure that the unwinder is built with
136 altivec enabled.
137
138 2019-06-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
139
140 * config/msp430/slli.S (__mspabi_slli_n): Put function in its own
141 section.
142 (__mspabi_slli): Likewise.
143 (__mspabi_slll_n): Likewise.
144 (__mspabi_slll): Likewise.
145 * config/msp430/srai.S (__mspabi_srai_n): Likewise.
146 (__mspabi_srai): Likewise.
147 (__mspabi_sral_n): Likewise.
148 (__mspabi_sral): Likewise.
149 * config/msp430/srli.S (__mspabi_srli_n): Likewise.
150 (__mspabi_srli): Likewise.
151 (__mspabi_srll_n): Likewise.
152 (__mspabi_srll): Likewise.
153
154 2019-06-05 Yoshinori Sato <ysato@users.sourceforge.jp>
155
156 * config.host (rx-*-linux*): Add t-fdpbit to tmake_file
157 Add appropriate tm_file clause as well.
158 * config/rx/t-rx (HOST_LIBGCC2_CFLAGS): Remove.
159
160 2019-06-05 James Clarke <jrtc27@jrtc27.com>
161
162 * config/ia64/crtbegin.S (__dso_handle): Put in .sdata/.sbss
163 rather than .data/.bss so it can be accessed via gp-relative
164 addressing.
165
166 2019-06-05 David Edelsohn <dje.gcc@gmail.com>
167
168 * config/rs6000/aix-unwind.h (LR_REGNO): Rename to R_LR.
169 (CR2_REGNO): Rename to R_CR2.
170 (XER_REGNO): Rename to R_XER.
171 (FIRST_ALTIVEC_REGNO): Rename to R_FIRST_ALTIVEC.
172 (VRSAVE_REGNO): Rename to R_VRSAVE.
173 (VSCR_REGNO): R_VSCR.
174
175 2019-05-29 Yoshinori Sato <ysato@users.sourceforge.jp>
176
177 * config.host (rx-*-linux*): Add new case.
178 * config/rx/t-rx (HOST_LIBGCC2_CFLAGS): Force DFmode to SFmode.
179
180 2019-05-29 Sam Tebbs <sam.tebbs@arm.com>
181
182 * config/aarch64/aarch64-unwind.h (aarch64_cie_signed_with_b_key): New
183 function.
184 * config/aarch64/aarch64-unwind.h (aarch64_post_extract_frame_addr,
185 aarch64_post_frob_eh_handler_addr): Add check for b-key.
186 * config/aarch64/aarch64-unwind-h (aarch64_post_extract_frame_addr,
187 aarch64_post_frob_eh_handler_addr, aarch64_post_frob_update_context):
188 Rename RA_A_SIGNED_BIT to RA_SIGNED_BIT.
189 * unwind-dw2-fde.c (get_cie_encoding): Add check for 'B' in augmentation
190 string.
191 * unwind-dw2.c (extract_cie_info): Add check for 'B' in augmentation
192 string.
193 (RA_A_SIGNED_BIT): Rename to RA_SIGNED_BIT.
194
195 2019-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
196
197 * config/sparc/sol2-unwind.h [__arch64__] (sparc64_is_sighandler):
198 Remove Solaris 9 and 10 support.
199 (sparc_is_sighandler): Likewise.
200
201 2019-05-26 John David Anglin <danglin@gcc.gnu.org>
202
203 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Add cast.
204
205 2019-05-17 H.J. Lu <hongjiu.lu@intel.com>
206
207 * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
208 4_FP_W_TYPEs are used for IEEE quad precision.
209 * soft-fp/extendhftf2.c: Likewise.
210 * soft-fp/extendsftf2.c: Likewise.
211 * soft-fp/extendxftf2.c: Likewise.
212 * soft-fp/trunctfdf2.c: Likewise.
213 * soft-fp/trunctfhf2.c: Likewise.
214 * soft-fp/trunctfsf2.c: Likewise.
215 * soft-fp/trunctfxf2.c: Likewise.
216 * config/rs6000/ibm-ldouble.c: Likewise.
217
218 2019-05-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
219
220 * config.host: Simplify various *-*-solaris2.1[0-9]* to
221 *-*-solaris2*.
222 * configure.ac: Likewise.
223 * configure: Regenerate.
224
225 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
226 Solaris 10 and Solaris 11 < snv_125 handling.
227
228 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
229
230 * config/rs6000/darwin-vecsave.S: Set .machine appropriately.
231
232 2019-05-07 Hongtao Liu <hongtao.liu@intel.com>
233
234 * config/i386/cpuinfo.c (get_available_features): Detect BF16.
235 * config/i386/cpuinfo.h (enum processor_features): Add
236 FEATURE_AVX512BF16.
237
238 2019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
239 Bernd Edlinger <bernd.edlinger@hotmail.de>
240 Jakub Jelinek <jakub@redhat.com>
241
242 PR target/89093
243 * config/arm/pr-support.c: Add #pragma GCC target("general-regs-only").
244 * config/arm/unwind-arm.c: Likewise.
245 * unwind-c.c (PERSONALITY_FUNCTION): Add general-regs-only target
246 attribute for ARM.
247
248 2019-04-15 Monk Chiang <sh.chiang04@gmail.com>
249
250 * config/nds32/linux-unwind.h (SIGRETURN): Remove.
251 (RT_SIGRETURN): Update.
252 (nds32_fallback_frame_state): Update.
253
254 2019-02-21 Martin Sebor <msebor@redhat.com>
255
256 * libgcc2.h (__clear_cache): Correct signature.
257 * libgcc2.c (__clear_cache): Same.
258
259 2019-02-20 Uroš Bizjak <ubizjak@gmail.com>
260
261 * config/alpha/linux-unwind.h (alpha_fallback_frame_state):
262 Cast 'mcontext_t *' &rt_->uc.uc_mcontext to 'struct sigcontext *'.
263
264 2019-02-19 Uroš Bizjak <ubizjak@gmail.com>
265
266 * unwind-dw2.c (_Unwind_GetGR) [DWARF_ZERO_REG]: Compare
267 regno instead of index to DWARF_ZERO_REG.
268
269 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
270
271 * config/visium/lib2funcs.c (__set_trampoline_parity): Replace
272 TRAMPOLINE_SIZE with __LIBGCC_TRAMPOLINE_SIZE__.
273
274 2019-01-31 Uroš Bizjak <ubizjak@gmail.com>
275
276 * config/alpha/t-linux: Add -mfp-rounding-mode=d
277 to HOST_LIBGCC2_CFLAGS.
278
279 2019-01-23 Joseph Myers <joseph@codesourcery.com>
280
281 PR libgcc/88931
282 * libgcc2.c (FSTYPE FUNC (DWtype u)): Correct no leading bits case.
283
284 2019-01-18 Martin Liska <mliska@suse.cz>
285
286 * libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Rename
287 to ...
288 (__gcov_indirect_call_profiler_v3): ... this.
289 * libgcov.h (__gcov_indirect_call_profiler_v2): Likewise.
290 (__gcov_indirect_call_profiler_v3): Likewise.
291 * Makefile.in: Bump function name.
292
293 2019-01-18 Martin Liska <mliska@suse.cz>
294
295 * libgcov-driver.c (GCOV_PROF_PREFIX): Define.
296 (gcov_version): Use in gcov_error.
297 (merge_one_data): Likewise.
298 (dump_one_gcov): Likewise.
299
300 2019-01-18 Martin Liska <mliska@suse.cz>
301
302 * libgcov-driver.c (gcov_version_string): New function.
303 (gcov_version): Convert version integer into string.
304
305 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
306 Kwok Cheung Yeung <kcy@codesourcery.com>
307 Julian Brown <julian@codesourcery.com>
308 Tom de Vries <tom@codesourcery.com>
309
310 * config.host: Recognize amdgcn*-*-amdhsa.
311 * config/gcn/crt0.c: New file.
312 * config/gcn/lib2-divmod-hi.c: New file.
313 * config/gcn/lib2-divmod.c: New file.
314 * config/gcn/lib2-gcn.h: New file.
315 * config/gcn/sfp-machine.h: New file.
316 * config/gcn/t-amdgcn: New file.
317
318 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
319
320 PR other/16615
321
322 * config/c6x/libunwind.S: Mechanically replace "can not" with
323 "cannot".
324 * config/tilepro/atomic.h: Likewise.
325 * config/vxlib-tls.c: Likewise.
326 * generic-morestack-thread.c: Likewise.
327 * generic-morestack.c: Likewise.
328 * mkmap-symver.awk: Likewise.
329
330 2019-01-01 Jakub Jelinek <jakub@redhat.com>
331
332 Update copyright years.
333
334 2018-12-20 H.J. Lu <hongjiu.lu@intel.com>
335
336 * unwind-pe.h (read_encoded_value_with_base): Add GCC pragma
337 to ignore -Waddress-of-packed-member.
338
339 2018-12-19 Thomas Preud'homme <thomas.preudhomme@linaro.org>
340
341 * /config/arm/lib1funcs.S (FUNC_START): Remove unused sp_section
342 parameter and corresponding code.
343 (ARM_FUNC_START): Likewise in both definitions.
344 Also update footer comment about condition that need to match with
345 gcc/config/arm/elf.h to also include libgcc/config/arm/t-arm.
346 * config/arm/ieee754-df.S (muldf3): Also build it if L_arm_muldf3 is
347 defined. Weakly define it in this case.
348 * config/arm/ieee754-sf.S (mulsf3): Likewise with L_arm_mulsf3.
349 * config/arm/t-elf (LIB1ASMFUNCS): Build _arm_muldf3.o and
350 _arm_mulsf3.o before muldiv versions if targeting Thumb-1 only. Add
351 comment to keep condition in sync with the one in
352 libgcc/config/arm/lib1funcs.S and gcc/config/arm/elf.h.
353
354 2018-12-18 Wei Xiao <wei3.xiao@intel.com>
355
356 * config/i386/cpuinfo.c (get_intel_cpu): Handle cascadelake.
357 * config/i386/cpuinfo.h: Add INTEL_COREI7_CASCADELAKE.
358
359 2018-12-12 Rasmus Villemoes <rv@rasmusvillemoes.dk>
360
361 * config/rs6000/tramp.S (__trampoline_setup): Also emit .size
362 and .cfi_endproc directives for VxWorks targets.
363
364 2018-12-05 Paul Koning <ni1d@arrl.net>
365
366 * udivmodhi4.c (__udivmodhi4): Fix loop end check.
367
368 2018-11-27 Alan Modra <amodra@gmail.com>
369
370 * config/rs6000/morestack.S (__stack_split_initialize),
371 (__morestack_get_guard, __morestack_set_guard),
372 (__morestack_make_guard): Provide CFI covering these functions.
373 * config/rs6000/tramp.S (__trampoline_setup): Likewise.
374
375 2018-11-15 Xianmiao Qu <xianmiao_qu@c-sky.com>
376
377 * config/csky/linux-unwind.h (sc_pt_regs): Update for kernel.
378 (sc_pt_regs_lr): Update for kernel.
379 (sc_pt_regs_tls): Update for kernel.
380
381 2018-11-15 Xianmiao Qu <xianmiao_qu@c-sky.com>
382
383 * config/csky/linux-unwind.h: Fix coding style.
384
385 2018-11-13 Xianmiao Qu <xianmiao_qu@c-sky.com>
386
387 * config/csky/linux-unwind.h (_sig_ucontext_t): Remove.
388 (csky_fallback_frame_state): Modify the check of the
389 instructions to adapt to changes in the kernel
390
391 2018-11-09 Stafford Horne <shorne@gmail.com>
392 Richard Henderson <rth@twiddle.net>
393
394 * config.host: Add OpenRISC support.
395 * config/or1k/*: New.
396
397 2018-11-08 Kito Cheng <kito@andestech.com>
398
399 * soft-fp/adddf3.c: Update from glibc.
400 * soft-fp/addsf3.c: Likewise.
401 * soft-fp/addtf3.c: Likewise.
402 * soft-fp/divdf3.c: Likewise.
403 * soft-fp/divsf3.c: Likewise.
404 * soft-fp/divtf3.c: Likewise.
405 * soft-fp/double.h: Likewise.
406 * soft-fp/eqdf2.c: Likewise.
407 * soft-fp/eqsf2.c: Likewise.
408 * soft-fp/eqtf2.c: Likewise.
409 * soft-fp/extenddftf2.c: Likewise.
410 * soft-fp/extended.h: Likewise.
411 * soft-fp/extendhftf2.c: Likewise.
412 * soft-fp/extendsfdf2.c: Likewise.
413 * soft-fp/extendsftf2.c: Likewise.
414 * soft-fp/extendxftf2.c: Likewise.
415 * soft-fp/fixdfdi.c: Likewise.
416 * soft-fp/fixdfsi.c: Likewise.
417 * soft-fp/fixdfti.c: Likewise.
418 * soft-fp/fixhfti.c: Likewise.
419 * soft-fp/fixsfdi.c: Likewise.
420 * soft-fp/fixsfsi.c: Likewise.
421 * soft-fp/fixsfti.c: Likewise.
422 * soft-fp/fixtfdi.c: Likewise.
423 * soft-fp/fixtfsi.c: Likewise.
424 * soft-fp/fixtfti.c: Likewise.
425 * soft-fp/fixunsdfdi.c: Likewise.
426 * soft-fp/fixunsdfsi.c: Likewise.
427 * soft-fp/fixunsdfti.c: Likewise.
428 * soft-fp/fixunshfti.c: Likewise.
429 * soft-fp/fixunssfdi.c: Likewise.
430 * soft-fp/fixunssfsi.c: Likewise.
431 * soft-fp/fixunssfti.c: Likewise.
432 * soft-fp/fixunstfdi.c: Likewise.
433 * soft-fp/fixunstfsi.c: Likewise.
434 * soft-fp/fixunstfti.c: Likewise.
435 * soft-fp/floatdidf.c: Likewise.
436 * soft-fp/floatdisf.c: Likewise.
437 * soft-fp/floatditf.c: Likewise.
438 * soft-fp/floatsidf.c: Likewise.
439 * soft-fp/floatsisf.c: Likewise.
440 * soft-fp/floatsitf.c: Likewise.
441 * soft-fp/floattidf.c: Likewise.
442 * soft-fp/floattihf.c: Likewise.
443 * soft-fp/floattisf.c: Likewise.
444 * soft-fp/floattitf.c: Likewise.
445 * soft-fp/floatundidf.c: Likewise.
446 * soft-fp/floatundisf.c: Likewise.
447 * soft-fp/floatunditf.c: Likewise.
448 * soft-fp/floatunsidf.c: Likewise.
449 * soft-fp/floatunsisf.c: Likewise.
450 * soft-fp/floatunsitf.c: Likewise.
451 * soft-fp/floatuntidf.c: Likewise.
452 * soft-fp/floatuntihf.c: Likewise.
453 * soft-fp/floatuntisf.c: Likewise.
454 * soft-fp/floatuntitf.c: Likewise.
455 * soft-fp/gedf2.c: Likewise.
456 * soft-fp/gesf2.c: Likewise.
457 * soft-fp/getf2.c: Likewise.
458 * soft-fp/half.h: Likewise.
459 * soft-fp/ledf2.c: Likewise.
460 * soft-fp/lesf2.c: Likewise.
461 * soft-fp/letf2.c: Likewise.
462 * soft-fp/muldf3.c: Likewise.
463 * soft-fp/mulsf3.c: Likewise.
464 * soft-fp/multf3.c: Likewise.
465 * soft-fp/negdf2.c: Likewise.
466 * soft-fp/negsf2.c: Likewise.
467 * soft-fp/negtf2.c: Likewise.
468 * soft-fp/op-1.h: Likewise.
469 * soft-fp/op-2.h: Likewise.
470 * soft-fp/op-4.h: Likewise.
471 * soft-fp/op-8.h: Likewise.
472 * soft-fp/op-common.h: Likewise.
473 * soft-fp/quad.h: Likewise.
474 * soft-fp/single.h: Likewise.
475 * soft-fp/soft-fp.h: Likewise.
476 * soft-fp/subdf3.c: Likewise.
477 * soft-fp/subsf3.c: Likewise.
478 * soft-fp/subtf3.c: Likewise.
479 * soft-fp/truncdfsf2.c: Likewise.
480 * soft-fp/trunctfdf2.c: Likewise.
481 * soft-fp/trunctfhf2.c: Likewise.
482 * soft-fp/trunctfsf2.c: Likewise.
483 * soft-fp/trunctfxf2.c: Likewise.
484 * soft-fp/unorddf2.c: Likewise.
485 * soft-fp/unordsf2.c: Likewise.
486 * soft-fp/unordtf2.c: Likewise.
487
488 2018-11-04 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
489
490 * config/i386/cpuinfo.c: (get_amd_cpu): Add znver2.
491 * config/i386/cpuinfo.h (processor_types): Add znver2.
492
493 2018-11-01 Paul Koning <ni1d@arrl.net>
494
495 * config/pdp11/t-pdp11 (LIB2ADD): Add divmod.c.
496 (HOST_LIBGCC2_CFLAGS): Change to optimize for size.
497
498 2018-10-31 Joseph Myers <joseph@codesourcery.com>
499
500 PR bootstrap/82856
501 * configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE.
502 * configure: Regenerate.
503
504 2018-10-31 Claudiu Zissulescu <claziss@synopsys.com>
505
506 * config/arc/lib1funcs.S (_muldi3): New function.
507 * config/arc/t-arc (LIB1ASMFUNCS): Add _muldi3.
508
509 2018-10-30 Rasmus Villemoes <rv@rasmusvillemoes.dk>
510
511 * config/gthr-vxworks.h (__gthread_mutex_destroy): Call semDelete.
512
513 2018-10-25 Martin Liska <mliska@suse.cz>
514
515 PR other/87735
516 * libgcov-profiler.c: Revert.
517
518 2018-10-24 Martin Liska <mliska@suse.cz>
519
520 * libgcov-profiler.c: Start from 1 in order to distinguish
521 functions which were seen and these that were not.
522
523 2018-10-18 Paul Koning <ni1d@arrl.net>
524
525 * udivmodsi4.c (__udivmodsi4): Rename to conform to coding
526 standard.
527 * divmod.c: Update references to __udivmodsi4.
528 * udivmod.c: Ditto.
529 * udivhi3.c: New file.
530 * udivmodhi4.c: New file.
531 * config/pdp11/t-pdp11 (LIB2ADD): Add the new files.
532
533 2018-10-17 Rasmus Villemoes <rv@rasmusvillemoes.dk>
534
535 * Makefile.in (LIB2FUNCS_ST): Filter out LIB2FUNCS_EXCLUDE.
536
537 2018-10-12 Olivier Hainque <hainque@adacore.com>
538
539 * config/rs6000/ibm-ldouble.c: Augment the toplevel guard with
540 defined (__FLOAT128_TYPE__) || defined (__LONG_DOUBLE_128__).
541
542 2018-10-08 Paul Koning <ni1d@arrl.net>
543
544 * config/pdp11/t-pdp11: Remove -mfloat32 switch.
545
546 2018-10-04 Martin Liska <mliska@suse.cz>
547
548 PR gcov-profile/84107
549 * libgcov-profiler.c (__gcov_indirect_call):
550 Change type to indirect_call_tuple.
551 (struct indirect_call_tuple): New struct.
552 (__gcov_indirect_call_topn_profiler): Change type.
553 (__gcov_indirect_call_profiler_v2): Use the new
554 variables.
555 * libgcov.h (struct indirect_call_tuple): New struct
556 definition.
557
558 2018-10-03 Uros Bizjak <ubizjak@gmail.com>
559
560 * libgcc2.c (isnan): Use __builtin_isnan.
561 (isfinite): Use __builtin_isfinite.
562 (isinf): Use __builtin_isinf.
563
564 2018-09-26 Uros Bizjak <ubizjak@gmail.com>
565
566 * config/i386/crtprec.c (set_precision): Use fnstcw instead of fstcw.
567
568 2018-09-21 Alexandre Oliva <oliva@adacore.com>
569
570 * config/vxcache.c: New file. Provide __clear_cache, based on
571 the cacheTextUpdate VxWorks service.
572 * config/t-vxworks (LIB2ADD): Add vxcache.c.
573 (LIB2FUNCS_EXCLUDE): Add _clear_cache.
574 * config/t-vxwoks7: Likewise.
575
576 2018-09-21 Martin Liska <mliska@suse.cz>
577
578 * libgcov-driver.c (crc32_unsigned): Remove.
579 (gcov_histogram_insert): Likewise.
580 (gcov_compute_histogram): Likewise.
581 (compute_summary): Simplify rapidly.
582 (merge_one_data): Do not handle PROGRAM_SUMMARY tag.
583 (merge_summary): Rapidly simplify.
584 (dump_one_gcov): Ignore gcov_summary.
585 (gcov_do_dump): Do not handle program summary, it's not
586 used.
587 * libgcov-util.c (tag_summary): Remove.
588 (read_gcda_finalize): Fix coding style.
589 (read_gcda_file): Initialize curr_object_summary.
590 (compute_summary): Remove.
591 (calculate_overlap): Remove settings of run_max.
592
593 2018-09-21 Monk Chiang <sh.chiang04@gmail.com>
594
595 * config/nds32/linux-unwind.h (struct _rt_sigframe): Use struct
596 ucontext_t type instead.
597 (nds32_fallback_frame_state): Remove struct _sigframe statement.
598
599 2018-09-21 Kito Cheng <kito.cheng@gmail.com>
600
601 * config/nds32/t-nds32-glibc: New file.
602
603 2018-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
604
605 * configure.ac (solaris_ld_v2_maps): New test.
606 * configure: Regenerate.
607 * Makefile.in (solaris_ld_v2_maps): New variable.
608 * config/t-slibgcc-sld (libgcc-unwind.map): Emit v2 mapfile syntax
609 if supported.
610
611 2018-08-23 Richard Earnshaw <rearnsha@arm.com>
612
613 PR target/86951
614 * config/arm/lib1funcs.asm (speculation_barrier): New function.
615 * config/arm/t-arm (LIB1ASMFUNCS): Add it to list of functions
616 to build.
617
618 2018-08-22 Iain Sandoe <iain@sandoe.co.uk>
619
620 * config/unwind-dw2-fde-darwin.c
621 (_darwin10_Unwind_FindEnclosingFunction): move from here ...
622 * config/darwin10-unwind-find-enc-func.c: … to here.
623 * config/t-darwin: Build Darwin10 unwinder shim crt.
624 * libgcc/config.host: Add the Darwin10 unwinder shim.
625
626 2018-08-21 Rasmus Villemoes <rv@rasmusvillemoes.dk>
627
628 * config.host: Add crtbegin.o and crtend.o for
629 powerpc-wrs-vxworks target.
630
631 2018-08-17 Jojo <jijie_rong@c-sky.com>
632 Huibin Wang <huibin_wang@c-sky.com>
633 Sandra Loosemore <sandra@codesourcery.com>
634 Chung-Lin Tang <cltang@codesourcery.com>
635
636 C-SKY port: libgcc
637
638 * config.host: Add C-SKY support.
639 * config/csky/*: New.
640
641 2018-08-12 Chung-Ju Wu <jasonwucj@gmail.com>
642
643 * config/nds32/t-nds32-isr: Rearrange object dependency.
644 * config/nds32/initfini.c: Add dwarf2 unwinding support.
645 * config/nds32/isr-library/adj_intr_lvl.inc: Consider new extensions
646 and registers usage.
647 * config/nds32/isr-library/excp_isr.S: Ditto.
648 * config/nds32/isr-library/intr_isr.S: Ditto.
649 * config/nds32/isr-library/reset.S: Ditto.
650 * config/nds32/isr-library/restore_all.inc: Ditto.
651 * config/nds32/isr-library/restore_mac_regs.inc: Ditto.
652 * config/nds32/isr-library/restore_partial.inc: Ditto.
653 * config/nds32/isr-library/restore_usr_regs.inc: Ditto.
654 * config/nds32/isr-library/save_all.inc: Ditto.
655 * config/nds32/isr-library/save_mac_regs.inc: Ditto.
656 * config/nds32/isr-library/save_partial.inc: Ditto.
657 * config/nds32/isr-library/save_usr_regs.inc: Ditto.
658 * config/nds32/isr-library/vec_vid*.S: Consider 4-byte vector size.
659
660 2018-08-11 John David Anglin <danglin@gcc.gnu.org>
661
662 * config/pa/linux-atomic.c: Update comment.
663 (FETCH_AND_OP_2, OP_AND_FETCH_2, FETCH_AND_OP_WORD, OP_AND_FETCH_WORD,
664 COMPARE_AND_SWAP_2, __sync_val_compare_and_swap_4,
665 SYNC_LOCK_TEST_AND_SET_2, __sync_lock_test_and_set_4): Use
666 __ATOMIC_RELAXED for atomic loads.
667 (SYNC_LOCK_RELEASE_1): New define. Use __sync_synchronize() and
668 unordered store to release lock.
669 (__sync_lock_release_8): Likewise.
670 (SYNC_LOCK_RELEASE_2): Remove define.
671
672 2018-08-02 Nicolas Pitre <nico@fluxnic.net>
673
674 PR libgcc/86512
675 * config/arm/ieee754-df.S: Don't shortcut denormal handling when
676 exponent goes negative. Update my email address.
677 * config/arm/ieee754-sf.S: Likewise.
678
679 2018-08-01 Martin Liska <mliska@suse.cz>
680
681 * libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Do not
682 check that __gcov_indirect_call_callee is non-null.
683
684 2018-07-30 Christophe Lyon <christophe.lyon@linaro.org>
685
686 * config/arm/ieee754-df.S: Fix comment for code working on
687 architectures >= 4.
688 * config/arm/ieee754-sf.S: Likewise.
689
690 2018-07-27 H.J. Lu <hongjiu.lu@intel.com>
691
692 PR libgcc/85334
693 * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
694 Removed.
695
696 2018-07-05 James Clarke <jrtc27@jrtc27.com>
697
698 * configure: Regenerated.
699
700 2018-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
701
702 * Makefile.in (install_leaf): Use enable_gcov instead of
703 enable_libgcov.
704
705 2018-06-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
706
707 * configure.ac: Add --disable-gcov option.
708 * configure: Regenerate.
709 * Makefile.in: Honour @enable_gcov@.
710
711 2018-06-21 Christophe Lyon <christophe.lyon@linaro.org>
712
713 * config/arm/lib1funcs.S (__ARM_ARCH__): Remove definitions, use
714 __ARM_ARCH and __ARM_FEATURE_CLZ instead.
715 (HAVE_ARM_CLZ): Remove definition, use __ARM_FEATURE_CLZ instead.
716 * config/arm/ieee754-df.S: Use __ARM_FEATURE_CLZ instead of
717 __ARM_ARCH__.
718 * config/arm/ieee754-sf.S: Likewise.
719 * config/arm/libunwind.S: Use __ARM_ARCH instead of __ARM_ARCH__.
720
721 2018-06-21 Christophe Lyon <christophe.lyon@linaro.org>
722
723 * config/arm/ieee754-df.S: Remove code for __ARM_ARCH__ < 4, no
724 longer supported.
725 * config/arm/ieee754-sf.S: Likewise.
726
727 2018-06-20 Than McIntosh <thanm@google.com>
728
729 PR libgcc/86213
730 * generic-morestack.c (allocate_segment): Move calls to getenv and
731 getpagesize to __morestack_load_mmap.
732 (__morestack_load_mmap) Initialize static_pagesize and
733 use_guard_page here so as to avoid clobbering SSE regs during a
734 __morestack call.
735
736 2018-06-18 Michael Meissner <meissner@linux.ibm.com>
737
738 * config/rs6000/t-float128 (FP128_CFLAGS_SW): Compile float128
739 support modules with -mno-gnu-attribute.
740 * config/rs6000/t-float128-hw (FP128_CFLAGS_HW): Likewise.
741
742 2018-06-07 Olivier Hainque <hainque@adacore.com>
743
744 * config/t-vxworks (LIBGCC_INCLUDES): Add
745 -I$(MULTIBUILDTOP)../../gcc/include.
746 * config/t-vxworks7: Likewise. Reformat a bit to match
747 the t-vxworks layout.
748
749 2018-06-07 Olga Makhotina <olga.makhotina@intel.com>
750
751 * config/i386/cpuinfo.h (processor_types): Add INTEL_TREMONT.
752
753 2018-06-07 Martin Liska <mliska@suse.cz>
754
755 * libgcov-driver.c: Rename cs_all to all and assign it from
756 all_prg.
757
758 2018-06-07 Martin Liska <mliska@suse.cz>
759
760 PR bootstrap/86057
761 * libgcov-driver-system.c (replace_filename_variables): Use
762 memcpy instead of mempcpy.
763 (allocate_filename_struct): Do not allocate filename, allocate
764 prefix and set it.
765 (gcov_exit_open_gcda_file): Allocate memory for gf->filename
766 here and properly copy content into it.
767 * libgcov-driver.c (struct gcov_filename): Remove max_length
768 field, change prefix from size_t into char *.
769 (compute_summary): Do not calculate longest filename.
770 (gcov_do_dump): Release memory of gf.filename after each file.
771 * libgcov-util.c (compute_summary): Use new signature of
772 compute_summary.
773 (calculate_overlap): Likewise.
774
775 2018-06-05 Martin Liska <mliska@suse.cz>
776
777 PR gcov-profile/47618
778 * libgcov-driver-system.c (replace_filename_variables): New
779 function.
780 (gcov_exit_open_gcda_file): Use it.
781
782 2018-06-05 Martin Liska <mliska@suse.cz>
783
784 * libgcov-driver.c (gcov_compute_histogram): Remove usage
785 of gcov_ctr_summary.
786 (compute_summary): Do it just for a single summary.
787 (merge_one_data): Likewise.
788 (merge_summary): Simplify as we read just single summary.
789 (dump_one_gcov): Pass proper argument.
790 * libgcov-util.c (compute_one_gcov): Simplify as we have just
791 single summary.
792 (gcov_info_count_all_cold): Likewise.
793 (calculate_overlap): Likewise.
794
795 2018-06-02 Chung-Ju Wu <jasonwucj@gmail.com>
796 Monk Chiang <sh.chiang04@gmail.com>
797
798 * config.host (nds32*-linux*): New.
799 * config/nds32/linux-atomic.c: New file.
800 * config/nds32/linux-unwind.h: New file.
801
802 2018-05-31 Uros Bizjak <ubizjak@gmail.com>
803
804 PR target/85591
805 * config/i386/cpuinfo.c (get_amd_cpu): Return
806 AMDFAM15H_BDVER2 for AMDFAM15H model 0x2.
807
808 2018-05-30 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
809
810 * crtstuff.c: Remove declaration of _Jv_RegisterClasses.
811
812 2018-05-29 Martin Liska <mliska@suse.cz>
813
814 PR gcov-profile/85759
815 * libgcov-driver-system.c (gcov_error): Introduce usage of
816 GCOV_EXIT_AT_ERROR env. variable.
817 * libgcov-driver.c (merge_one_data): Print error that we
818 overwrite a gcov file with a different timestamp.
819
820 2018-05-23 Kalamatee <kalamatee@gmail.com>
821
822 * config/m68k/lb1sf68.S (Laddsf$nf): Fix sign bit handling in
823 path to Lf$finfty.
824
825 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
826 Monk Chiang <sh.chiang04@gmail.com>
827 Jim Wilson <jimw@sifive.com>
828
829 * config/riscv/save-restore.S: Add support for rv32e.
830
831 2018-05-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
832
833 * config/arm/libunwind.S: Update comment relating to armv5.
834
835 2018-05-17 Jerome Lambourg <lambourg@adacore.com>
836
837 * config/arm/cmse.c (cmse_check_address_range): Replace
838 UINTPTR_MAX with __UINTPTR_MAX__ and uintptr_t with __UINTPTR_TYPE__.
839
840 2018-05-17 Olga Makhotina <olga.makhotina@intel.com>
841
842 * config/i386/cpuinfo.h (processor_types): Add INTEL_GOLDMONT_PLUS.
843 * config/i386/cpuinfo.c (get_intel_cpu): Detect Goldmont Plus.
844
845 2018-05-08 Olga Makhotina <olga.makhotina@intel.com>
846
847 * config/i386/cpuinfo.h (processor_types): Add INTEL_GOLDMONT.
848 * config/i386/cpuinfo.c (get_intel_cpu): Detect Goldmont.
849
850 2018-05-07 Amaan Cheval <amaan.cheval@gmail.com>
851
852 * config.host (x86_64-*-rtems*): Build crti.o and crtn.o.
853
854 2018-04-27 Andreas Tobler <andreast@gcc.gnu.org>
855 Maryse Levavasseur <maryse.levavasseur@stormshield.eu>
856
857 PR libgcc/84292
858 * config/arm/freebsd-atomic.c (SYNC_OP_AND_FETCH_N): Fix the
859 op_and_fetch to return the right result.
860
861 2018-04-27 Alan Modra <amodra@gmail.com>
862
863 PR libgcc/85532
864 * config/rs6000/t-crtstuff (CRTSTUFF_T_CFLAGS): Add
865 -fno-asynchronous-unwind-tables.
866
867 2018-04-25 Chung-Ju Wu <jasonwucj@gmail.com>
868
869 * config/nds32/sfp-machine.h: Fix settings for NDS32_ABI_2FP_PLUS.
870 * config/nds32/t-nds32-newlib (HOST_LIBGCC2_CFLAGS): Use -fwrapv.
871
872 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
873
874 * config/i386/linux-unwind.h: Add (__CET__ & 2) != 0 check
875 when including "config/i386/shadow-stack-unwind.h".
876
877 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
878
879 * configure: Regenerated.
880
881 2018-04-20 Michael Meissner <meissner@linux.ibm.com>
882
883 PR target/85456
884 * config/rs6000/_powikf2.c: New file. Add support for the
885 __builtin_powil function when long double is IEEE 128-bit floating
886 point.
887 * config/rs6000/float128-ifunc.c (__powikf2_resolve): Add
888 __powikf2 support.
889 (__powikf2): Likewise.
890 * config/rs6000/quad-float128.h (__powikf2_sw): Likewise.
891 (__powikf2_hw): Likewise.
892 (__powikf2): Likewise.
893 * config/rs6000/t-float128 (fp128_ppc_funcs): Likewise.
894 * config/rs6000/t-float128-hw (fp128_hw_func): Likewise.
895 (_powikf2-hw.c): Likewise.
896
897 2018-04-19 H.J. Lu <hongjiu.lu@intel.com>
898
899 PR libgcc/85334
900 * unwind-generic.h (_Unwind_Frames_Increment): New.
901 * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
902 Likewise.
903 * unwind.inc (_Unwind_RaiseException_Phase2): Increment frame
904 count with _Unwind_Frames_Increment.
905 (_Unwind_ForcedUnwind_Phase2): Likewise.
906
907 2018-04-19 H.J. Lu <hongjiu.lu@intel.com>
908
909 PR libgcc/85379
910 * config/i386/morestack.S (__stack_split_initialize): Add
911 _CET_ENDBR.
912
913 2018-04-19 Jakub Jelinek <jakub@redhat.com>
914
915 * configure: Regenerated.
916
917 2018-04-18 David Malcolm <dmalcolm@redhat.com>
918
919 PR jit/85384
920 * configure: Regenerate.
921
922 2018-04-16 Jakub Jelinek <jakub@redhat.com>
923
924 PR target/84945
925 * config/i386/cpuinfo.c (set_feature): Wrap into do while (0) to avoid
926 -Wdangling-else warnings. Mask shift counts to avoid
927 -Wshift-count-negative and -Wshift-count-overflow false positives.
928
929 2018-04-06 Ruslan Bukin <br@bsdpad.com>
930
931 * config.host (riscv*-*-freebsd*): Add RISC-V FreeBSD support.
932
933 2018-03-29 H.J. Lu <hongjiu.lu@intel.com>
934
935 PR target/85100
936 * config/i386/cpuinfo.c (XCR_XFEATURE_ENABLED_MASK): New.
937 (XSTATE_FP): Likewise.
938 (XSTATE_SSE): Likewise.
939 (XSTATE_YMM): Likewise.
940 (XSTATE_OPMASK): Likewise.
941 (XSTATE_ZMM): Likewise.
942 (XSTATE_HI_ZMM): Likewise.
943 (XCR_AVX_ENABLED_MASK): Likewise.
944 (XCR_AVX512F_ENABLED_MASK): Likewise.
945 (get_available_features): Enable AVX and AVX512 features only
946 if their states are supported by OSXSAVE.
947
948 2018-03-22 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
949
950 PR target/85025
951 * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
952 Fix a typo, tmp => 255.
953
954 2018-03-20 Jakub Jelinek <jakub@redhat.com>
955
956 PR target/84945
957 * config/i386/cpuinfo.h (__cpu_features2): Declare.
958 * config/i386/cpuinfo.c (__cpu_features2): New variable for
959 ifndef SHARED only.
960 (set_feature): Define.
961 (get_available_features): Use set_feature macro. Set __cpu_features2
962 to the second word of features ifndef SHARED.
963
964 2018-03-15 Julia Koval <julia.koval@intel.com>
965
966 * config/i386/cpuinfo.c (get_available_features): Add
967 FEATURE_AVX512VBMI2, FEATURE_GFNI, FEATURE_VPCLMULQDQ,
968 FEATURE_AVX512VNNI, FEATURE_AVX512BITALG.
969 * config/i386/cpuinfo.h (processor_features): Add FEATURE_AVX512VBMI2,
970 FEATURE_GFNI, FEATURE_VPCLMULQDQ, FEATURE_AVX512VNNI,
971 FEATURE_AVX512BITALG.
972
973 2018-03-14 Julia Koval <julia.koval@intel.com>
974
975 * config/i386/cpuinfo.h (processor_subtypes): Split up icelake on
976 icelake client and icelake server.
977
978 2018-03-06 John David Anglin <danglin@gcc.gnu.org>
979
980 * config/pa/fptr.c (_dl_read_access_allowed): New.
981 (__canonicalize_funcptr_for_compare): Use it.
982
983 2018-02-28 Jakub Jelinek <jakub@redhat.com>
984
985 PR debug/83917
986 * configure.ac (AS_HIDDEN_DIRECTIVE): AC_DEFINE_UNQUOTED this to
987 $asm_hidden_op if visibility ("hidden") attribute works.
988 (HAVE_AS_CFI_SECTIONS): New AC_DEFINE.
989 * config/i386/i386-asm.h: Don't include auto-host.h.
990 (PACKAGE_VERSION, PACKAGE_NAME, PACKAGE_STRING, PACKAGE_TARNAME,
991 PACKAGE_URL): Don't undefine.
992 (USE_GAS_CFI_DIRECTIVES): Don't use nor define this macro, instead
993 guard cfi_startproc only on ifdef __GCC_HAVE_DWARF2_CFI_ASM.
994 (FN_HIDDEN): Change guard from #ifdef HAVE_GAS_HIDDEN to
995 #ifdef AS_HIDDEN_DIRECTIVE, use AS_HIDDEN_DIRECTIVE macro in the
996 definition instead of hardcoded .hidden.
997 * config/i386/cygwin.S: Include i386-asm.h first before .cfi_sections
998 directive. Use #ifdef HAVE_AS_CFI_SECTIONS rather than
999 #ifdef HAVE_GAS_CFI_SECTIONS_DIRECTIVE to guard .cfi_sections.
1000 (USE_GAS_CFI_DIRECTIVES): Don't define.
1001 * configure: Regenerated.
1002 * config.in: Likewise.
1003
1004 2018-02-26 Jakub Jelinek <jakub@redhat.com>
1005
1006 PR debug/83917
1007 * config/i386/i386-asm.h (PACKAGE_VERSION, PACKAGE_NAME,
1008 PACKAGE_STRING, PACKAGE_TARNAME, PACKAGE_URL): Undefine between
1009 inclusion of auto-target.h and auto-host.h.
1010 (USE_GAS_CFI_DIRECTIVES): Define if not defined already based on
1011 __GCC_HAVE_DWARF2_CFI_ASM.
1012 (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
1013 cfi_def_cfa_register, cfi_def_cfa, cfi_register, cfi_offset, cfi_push,
1014 cfi_pop): Define.
1015 * config/i386/cygwin.S: Don't include auto-host.h here, just
1016 define USE_GAS_CFI_DIRECTIVES to 1 or 0 and include i386-asm.h.
1017 (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
1018 cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): Remove.
1019 * config/i386/resms64fx.h: Add cfi_* directives.
1020 * config/i386/resms64x.h: Likewise.
1021
1022 2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
1023
1024 * config/xtensa/ieee754-df.S (__adddf3_aux): Add
1025 .literal_position directive.
1026 * config/xtensa/ieee754-sf.S (__addsf3_aux): Likewise.
1027
1028 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1029
1030 PR target/84148
1031 * configure: Regenerate.
1032
1033 2018-02-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1034
1035 PR target/84239
1036 * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
1037 Include cetintrin.h not x86intrin.h.
1038
1039 2018-02-08 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1040
1041 PR target/84239
1042 * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
1043 Use new _get_ssp and _inc_ssp intrinsics.
1044
1045 2018-02-02 Julia Koval <julia.koval@intel.com>
1046
1047 * config/i386/cpuinfo.h (processor_subtypes): Add INTEL_COREI7_ICELAKE.
1048
1049 2018-01-26 Claudiu Zissulescu <claziss@synopsys.com>
1050
1051 * config/arc/lib1funcs.S (__udivmodsi4): Use safe version for RF16
1052 option.
1053 (__divsi3): Use RF16 safe registers.
1054 (__modsi3): Likewise.
1055
1056 2018-01-23 Max Filippov <jcmvbkbc@gmail.com>
1057
1058 * config/xtensa/ieee754-df.S (__addsf3, __subsf3, __mulsf3)
1059 (__divsf3): Make NaN return value quiet.
1060 * config/xtensa/ieee754-sf.S (__adddf3, __subdf3, __muldf3)
1061 (__divdf3): Make NaN return value quiet.
1062
1063 2018-01-22 Sebastian Perta <sebastian.perta@renesas.com>
1064
1065 * config/rl78/anddi3.S: New assembly file.
1066 * config/rl78/t-rl78: Added anddi3.S to LIB2ADD.
1067
1068 2018-01-22 Sebastian Perta <sebastian.perta@renesas.com>
1069
1070 * config/rl78/umindi3.S: New assembly file.
1071 * config/rl78/t-rl78: Added umindi3.S to LIB2ADD.
1072
1073 2018-01-22 Sebastian Perta <sebastian.perta@renesas.com>
1074
1075 * config/rl78/smindi3.S: New assembly file.
1076 * config/rl78/t-rl78: Added smindi3.S to LIB2ADD.
1077
1078 2018-01-22 Sebastian Perta <sebastian.perta@renesas.com>
1079
1080 * config/rl78/smaxdi3.S: New assembly file.
1081 * config/rl78/t-rl78: Added smaxdi3.S to LIB2ADD.
1082
1083 2018-01-22 Sebastian Perta <sebastian.perta@renesas.com>
1084
1085 * config/rl78/umaxdi3.S: New assembly file.
1086 * config/rl78/t-rl78: Added umaxdi3.S to LIB2ADD.
1087
1088 2018-01-21 John David Anglin <danglin@gcc.gnu.org>
1089
1090 PR lto/83452
1091 * config/pa/stublib.c (L_gnu_lto_v1): New stub definition.
1092 * config/pa/t-stublib (gnu_lto_v1-stub.o): Add make fragment.
1093
1094 2018-01-13 Richard Sandiford <richard.sandiford@linaro.org>
1095
1096 * config/aarch64/value-unwind.h (aarch64_vg): New function.
1097 (DWARF_LAZY_REGISTER_VALUE): Define.
1098 * unwind-dw2.c (_Unwind_GetGR): Use DWARF_LAZY_REGISTER_VALUE
1099 to provide a fallback register value.
1100
1101 2018-01-08 Michael Meissner <meissner@linux.vnet.ibm.com>
1102
1103 * config/rs6000/quad-float128.h (IBM128_TYPE): Explicitly use
1104 __ibm128, instead of trying to use long double.
1105 (CVT_FLOAT128_TO_IBM128): Use TFtype instead of __float128 to
1106 accomidate -mabi=ieeelongdouble multilibs.
1107 (CVT_IBM128_TO_FLOAT128): Likewise.
1108 * config/rs6000/ibm-ldouble.c (IBM128_TYPE): New macro to define
1109 the appropriate IBM extended double type.
1110 (__gcc_qadd): Change all occurances of long double to IBM128_TYPE.
1111 (__gcc_qsub): Likewise.
1112 (__gcc_qmul): Likewise.
1113 (__gcc_qdiv): Likewise.
1114 (pack_ldouble): Likewise.
1115 (__gcc_qneg): Likewise.
1116 (__gcc_qeq): Likewise.
1117 (__gcc_qne): Likewise.
1118 (__gcc_qge): Likewise.
1119 (__gcc_qle): Likewise.
1120 (__gcc_stoq): Likewise.
1121 (__gcc_dtoq): Likewise.
1122 (__gcc_itoq): Likewise.
1123 (__gcc_utoq): Likewise.
1124 (__gcc_qunord): Likewise.
1125 * config/rs6000/_mulkc3.c (toplevel): Include soft-fp.h and
1126 quad-float128.h for the definitions.
1127 (COPYSIGN): Use the f128 version instead of the q version.
1128 (INFINITY): Likewise.
1129 (__mulkc3): Use TFmode/TCmode for float128 scalar/complex types.
1130 * config/rs6000/_divkc3.c (toplevel): Include soft-fp.h and
1131 quad-float128.h for the definitions.
1132 (COPYSIGN): Use the f128 version instead of the q version.
1133 (INFINITY): Likewise.
1134 (FABS): Likewise.
1135 (__divkc3): Use TFmode/TCmode for float128 scalar/complex types.
1136 * config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): Likewise.
1137 * config/rs6000/trunctfkf2-sw.c (__trunctfkf2_sw): Likewise.
1138
1139 2018-01-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
1140
1141 * config.host (epiphany-*-elf*): Add (epiphany-*-rtems*)
1142 configuration.
1143
1144 2018-01-03 Jakub Jelinek <jakub@redhat.com>
1145
1146 Update copyright years.
1147
1148 2017-12-12 Kito Cheng <kito.cheng@gmail.com>
1149
1150 * config/riscv/t-elf: Use multi3.c instead of multi3.S.
1151 * config/riscv/multi3.c: New file.
1152 * config/riscv/multi3.S: Remove.
1153
1154 2017-12-08 Jim Wilson <jimw@sifive.com>
1155
1156 * config/riscv/div.S: Use FUNC_* macros.
1157 * config/riscv/muldi3.S, config/riscv/multi3.S: Likewise
1158 * config/riscv/save-restore.S: Likewise.
1159 * config/riscv/riscv-asm.h: New.
1160
1161 2017-11-30 Michael Meissner <meissner@linux.vnet.ibm.com>
1162
1163 * config/rs6000/_mulkc3.c (__mulkc3): Add forward declaration.
1164 * config/rs6000/_divkc3.c (__divkc3): Likewise.
1165
1166 PR libgcc/83112
1167 * config/rs6000/float128-ifunc.c (__addkf3_resolve): Use the
1168 correct type for all ifunc resolvers to silence -Wattribute-alias
1169 warnings. Eliminate the forward declaration of the resolver
1170 functions which is no longer needed.
1171 (__subkf3_resolve): Likewise.
1172 (__mulkf3_resolve): Likewise.
1173 (__divkf3_resolve): Likewise.
1174 (__negkf2_resolve): Likewise.
1175 (__eqkf2_resolve): Likewise.
1176 (__nekf2_resolve): Likewise.
1177 (__gekf2_resolve): Likewise.
1178 (__gtkf2_resolve): Likewise.
1179 (__lekf2_resolve): Likewise.
1180 (__ltkf2_resolve): Likewise.
1181 (__unordkf2_resolve): Likewise.
1182 (__extendsfkf2_resolve): Likewise.
1183 (__extenddfkf2_resolve): Likewise.
1184 (__trunckfsf2_resolve): Likewise.
1185 (__trunckfdf2_resolve): Likewise.
1186 (__fixkfsi_resolve): Likewise.
1187 (__fixkfdi_resolve): Likewise.
1188 (__fixunskfsi_resolve): Likewise.
1189 (__fixunskfdi_resolve): Likewise.
1190 (__floatsikf_resolve): Likewise.
1191 (__floatdikf_resolve): Likewise.
1192 (__floatunsikf_resolve): Likewise.
1193 (__floatundikf_resolve): Likewise.
1194 (__extendkftf2_resolve): Likewise.
1195 (__trunctfkf2_resolve): Likewise.
1196
1197 PR libgcc/83103
1198 * config/rs6000/quad-float128.h (TF): Don't define if long double
1199 is IEEE 128-bit floating point.
1200 (TCtype): Define as either TCmode or KCmode, depending on whether
1201 long double is IEEE 128-bit floating point.
1202 (__mulkc3_sw): Add declarations for software/hardware versions of
1203 complex multiply/divide.
1204 (__divkc3_sw): Likewise.
1205 (__mulkc3_hw): Likewise.
1206 (__divkc3_hw): Likewise.
1207 * config/rs6000/_mulkc3.c (_mulkc3): If we are building ifunc
1208 handlers to switch between using software emulation and hardware
1209 float128 instructions, build the complex multiply/divide functions
1210 for both software and hardware support.
1211 * config/rs6000/_divkc3.c (_divkc3): Likewise.
1212 * config/rs6000/float128-ifunc.c (__mulkc3_resolve): Likewise.
1213 (__divkc3_resolve): Likewise.
1214 (__mulkc3): Likewise.
1215 (__divkc3): Likewise.
1216 * config/rs6000/t-float128-hw (fp128_hardfp_src): Likewise.
1217 (fp128_hw_src): Likewise.
1218 (fp128_hw_static_obj): Likewise.
1219 (fp128_hw_shared_obj): Likewise.
1220 (_mulkc3-hw.c): Create _mulkc3-hw.c and _divkc3-hw.c from
1221 _mulkc3.c and _divkc3.c, changing the function name.
1222 (_divkc3-hw.c): Likewise.
1223 * config/rs6000/t-float128 (clean-float128): Delete _mulkc3-hw.c
1224 and _divkc3-hw.c.
1225
1226 2017-11-26 Julia Koval <julia.koval@intel.com>
1227
1228 * config/i386/cpuinfo.c (get_intel_cpu): Handle cannonlake.
1229 * config/i386/cpuinfo.h (processor_subtypes): Add
1230 INTEL_COREI7_CANNONLAKE.
1231
1232 2017-11-20 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1233
1234 PR bootstrap/83015
1235 * config/cr16/unwind-cr16.c (uw_install_context): Add FRAMES
1236 parameter.
1237 * config/xtensa/unwind-dw2-xtensa.c: Likewise
1238 * config/ia64/unwind-ia64.c: Add frames parameter.
1239 * unwind-sjlj.c: Likewise.
1240
1241 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1242
1243 * config/i386/linux-unwind.h: Include
1244 config/i386/shadow-stack-unwind.h.
1245 * config/i386/shadow-stack-unwind.h: New file.
1246 * unwind-dw2.c: (uw_install_context): Add a frame parameter and
1247 pass it to _Unwind_Frames_Extra.
1248 * unwind-generic.h (_Unwind_Frames_Extra): New.
1249 * unwind.inc (_Unwind_RaiseException_Phase2): Add frames_p
1250 parameter. Add local variable frames to count number of frames.
1251 (_Unwind_ForcedUnwind_Phase2): Likewise.
1252 (_Unwind_RaiseException): Add local variable frames to count
1253 number of frames, pass it to _Unwind_RaiseException_Phase2 and
1254 uw_install_context.
1255 (_Unwind_ForcedUnwind): Likewise.
1256 (_Unwind_Resume): Likewise.
1257 (_Unwind_Resume_or_Rethrow): Likewise.
1258
1259 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1260
1261 * Makefile.in (configure_deps): Add $(srcdir)/../config/cet.m4.
1262 (CET_FLAGS): New.
1263 * config/i386/morestack.S: Include <cet.h>.
1264 (__morestack_large_model): Add _CET_ENDBR at function entrance.
1265 * config/i386/resms64.h: Include <cet.h>.
1266 * config/i386/resms64f.h: Likewise.
1267 * config/i386/resms64fx.h: Likewise.
1268 * config/i386/resms64x.h: Likewise.
1269 * config/i386/savms64.h: Likewise.
1270 * config/i386/savms64f.h: Likewise.
1271 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add $(CET_FLAGS).
1272 (CRTSTUFF_T_CFLAGS): Likewise.
1273 * configure.ac: Include ../config/cet.m4.
1274 Set and substitute CET_FLAGS.
1275 * configure: Regenerated.
1276
1277 2017-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1278
1279 * config.host (*-*-solaris2*): Adapt comment for Solaris 12
1280 renaming.
1281 * config/sol2/crtpg.c (__start_crt_compiler): Likewise.
1282 * configure.ac (libgcc_cv_solaris_crts): Likewise.
1283 * configure: Regenerate.
1284
1285 2017-11-07 Tom de Vries <tom@codesourcery.com>
1286
1287 * config/rs6000/aix-unwind.h (REGISTER_CFA_OFFSET_FOR): Remove semicolon
1288 after "do {} while (0)".
1289
1290 2017-11-07 Tom de Vries <tom@codesourcery.com>
1291
1292 PR other/82784
1293 * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Remove
1294 semicolon after "do {} while (0)".
1295 * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1296 * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1297 * config/mips/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1298 * config/rs6000/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1299
1300 2017-11-04 Andreas Tobler <andreast@gcc.gnu.org>
1301
1302 PR libgcc/82635
1303 * config/i386/freebsd-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Use a
1304 sysctl to determine whether we're in a trampoline.
1305 Keep the pattern matching method for systems without
1306 KERN_PROC_SIGTRAMP sysctl.
1307
1308 2017-11-03 Cupertino Miranda <cmiranda@synopsys.com>
1309 Vineet Gupta <vgupta@synopsys.com>
1310
1311 * config.host (arc*-*-linux*): Set md_unwind_header variable.
1312 * config/arc/linux-unwind-reg.def: New file.
1313 * config/arc/linux-unwind-reg.h: Likewise.
1314
1315 2017-10-23 Sebastian Perta <sebastian.perta@renesas.com>
1316
1317 * config/rl78/subdi3.S: New assembly file.
1318 * config/rl78/t-rl78: Added subdi3.S to LIB2ADD.
1319
1320 2017-10-13 Sebastian Perta <sebastian.perta@renesas.com>
1321
1322 * config/rl78/adddi3.S: New assembly file.
1323 * config/rl78/t-rl78: Added adddi3.S to LIB2ADD.
1324
1325 2017-10-13 Jakub Jelinek <jakub@redhat.com>
1326
1327 PR target/82274
1328 * libgcc2.c (__mulvDI3): If both operands have
1329 the same highpart of -1 and the topmost bit of lowpart is 0,
1330 multiplication overflows even if both lowparts are 0.
1331
1332 2017-09-28 James Bowman <james.bowman@ftdichip.com>
1333
1334 * config/ft32/crti-hw.S: Add watchdog vector, FT930 IRQ support.
1335
1336 2017-09-26 Joseph Myers <joseph@codesourcery.com>
1337
1338 * config/microblaze/crti.S, config/microblaze/crtn.S,
1339 config/microblaze/divsi3.S, config/microblaze/moddi3.S,
1340 config/microblaze/modsi3.S, config/microblaze/muldi3_hard.S,
1341 config/microblaze/mulsi3.S,
1342 config/microblaze/stack_overflow_exit.S,
1343 config/microblaze/udivsi3.S, config/microblaze/umodsi3.S,
1344 config/pa/milli64.S: Add .note.GNU-stack section.
1345
1346 2017-09-23 Daniel Santos <daniel.santos@pobox.com>
1347
1348 * configure.ac: Add Check for HAVE_AS_AVX.
1349 * config.in: Regenerate.
1350 * configure: Likewise.
1351 * config/i386/i386-asm.h: Include auto-target.h from libgcc.
1352 (SSE_SAVE, SSE_RESTORE): Emit .byte sequence for !HAVE_AS_AVX.
1353 Correct out-of-date comments.
1354
1355 2017-09-20 Sebastian Peryt <sebastian.peryt@intel.com>
1356
1357 * config/i386/cpuinfo.h (processor_types): Add INTEL_KNM.
1358 * config/i386/cpuinfo.c (get_intel_cpu): Detect Knights Mill.
1359
1360 2017-09-17 Daniel Santos <daniel.santos@pobox.com>
1361
1362 * config/i386/i386-asm.h (PASTE2): New macro.
1363 (ASMNAME): Modify to use PASTE2.
1364 (MS2SYSV_STUB_PREFIX): New macro for isa prefix.
1365 (MS2SYSV_STUB_BEGIN, MS2SYSV_STUB_END): New macros for stub headers.
1366 * config/i386/resms64.S: Rename to a header file, use MS2SYSV_STUB_BEGIN
1367 instead of HIDDEN_FUNC and MS2SYSV_STUB_END instead of FUNC_END.
1368 * config/i386/resms64f.S: Likewise.
1369 * config/i386/resms64fx.S: Likewise.
1370 * config/i386/resms64x.S: Likewise.
1371 * config/i386/savms64.S: Likewise.
1372 * config/i386/savms64f.S: Likewise.
1373 * config/i386/avx_resms64.S: New file that only defines a macro and
1374 includes it's corresponding header file.
1375 * config/i386/avx_resms64f.S: Likewise.
1376 * config/i386/avx_resms64fx.S: Likewise.
1377 * config/i386/avx_resms64x.S: Likewise.
1378 * config/i386/avx_savms64.S: Likewise.
1379 * config/i386/avx_savms64f.S: Likewise.
1380 * config/i386/sse_resms64.S: Likewise.
1381 * config/i386/sse_resms64f.S: Likewise.
1382 * config/i386/sse_resms64fx.S: Likewise.
1383 * config/i386/sse_resms64x.S: Likewise.
1384 * config/i386/sse_savms64.S: Likewise.
1385 * config/i386/sse_savms64f.S: Likewise.
1386 * config/i386/t-msabi: Modified to add avx and sse versions of stubs.
1387
1388 2017-09-01 Olivier Hainque <hainque@adacore.com>
1389 * config.host (*-*-vxworks7): Widen scope to vxworks7*.
1390
1391 2017-08-31 Olivier Hainque <hainque@adacore.com>
1392
1393 * config.host (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
1394 match as powerpc-wrs-vxworks*.
1395
1396 2017-08-07 Jonathan Yong <10walls@gmail.com>
1397
1398 * config.host (*-cygwin): Include file from mingw
1399 config/i386/enable-execute-stack-mingw32.c
1400
1401 2017-08-01 Jerome Lambourg <lambourg@adacore.com>
1402 Doug Rupp <rupp@adacore.com>
1403 Olivier Hainque <hainque@adacore.com>
1404
1405 * config.host (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7
1406 as well as arm-wrs-vxworks.
1407 * config/arm/t-vxworks7: New file. Add unwind-arm-vxworks.c to
1408 LIB2ADDEH.
1409 * config/arm/unwind-arm-vxworks.c: New file. Provide dummy
1410 __exidx_start and __exidx_end for downloadable modules.
1411
1412 2017-08-01 Olivier Hainque <hainque@adacore.com>
1413
1414 * config/t-vxworks (LIBGCC2_INCLUDES): Start with -I. after -nostdinc.
1415 * config/t-vxworks7: Likewise.
1416
1417 2017-08-01 Olivier Hainque <hainque@adacore.com>
1418
1419 * config/t-vxworks: Instead of redefining LIB2ADD,
1420 augment LIB2ADDEH with vxlib.c and vxlib-tls.c.
1421
1422 2017-07-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
1423
1424 * config/rs6000/ibm-ldouble.c: Disable if defined __rtems__.
1425
1426 2017-07-24 Daniel Santos <daniel.santos@pobox.com>
1427
1428 PR testsuite/80759
1429 * config.host: include i386/t-msabi for darwin and solaris.
1430 * config/i386/i386-asm.h
1431 (ELFFN): Rename to FN_TYPE.
1432 (FN_SIZE): New macro.
1433 (FN_HIDDEN): Likewise.
1434 (ASMNAME): Likewise.
1435 (FUNC_START): Rename to FUNC_BEGIN, use ASMNAME, replace .global with
1436 .globl.
1437 (HIDDEN_FUNC): Use ASMNAME and .globl instead of .global.
1438 (SSE_SAVE): Convert to cpp macro, hard-code offset (always 0x60).
1439 * config/i386/resms64.S: Use SSE_SAVE as cpp macro instead of gas
1440 .macro.
1441 * config/i386/resms64f.S: Likewise.
1442 * config/i386/resms64fx.S: Likewise.
1443 * config/i386/resms64x.S: Likewise.
1444 * config/i386/savms64.S: Likewise.
1445 * config/i386/savms64f.S: Likewise.
1446
1447 2017-07-19 John Marino <gnugcc@marino.st>
1448
1449 * config/i386/dragonfly-unwind.h: Handle sigtramp relocation.
1450
1451 2017-07-12 Michael Meissner <meissner@linux.vnet.ibm.com>
1452
1453 PR target/81193
1454 * configure.ac (PowerPC float128 hardware support): Test whether
1455 we can use __builtin_cpu_supports before enabling the ifunc
1456 handler.
1457 * configure: Regenerate.
1458
1459 2017-07-10 Vineet Gupta <vgupta@synopsys.com>
1460
1461 * config.host: Remove uclibc from arc target spec.
1462
1463 2017-07-09 Krister Walfridsson <krister.walfridsson@gmail.com>
1464
1465 * config.host (*-*-netbsd*): Remove check for aout NetBSD releases.
1466
1467 2017-07-07 Peter Bergner <bergner@vnet.ibm.com>
1468
1469 * config/rs6000/float128-ifunc.c: Don't include auxv.h.
1470 (have_ieee_hw_p): Delete function.
1471 (SW_OR_HW) Use __builtin_cpu_supports().
1472
1473 2017-07-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1474
1475 * config/arm/lib1funcs.S: Defined __ARM_ARCH__ to 8 for ARMv8-R.
1476
1477 2017-07-03 Olivier Hainque <hainque@adacore.com>
1478
1479 * config/t-vxworks7: New file, really.
1480
1481 2017-06-28 Joseph Myers <joseph@codesourcery.com>
1482
1483 * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state),
1484 config/alpha/linux-unwind.h (alpha_fallback_frame_state),
1485 config/bfin/linux-unwind.h (bfin_fallback_frame_state),
1486 config/i386/linux-unwind.h (x86_64_fallback_frame_state,
1487 x86_fallback_frame_state), config/m68k/linux-unwind.h (struct
1488 uw_ucontext), config/nios2/linux-unwind.h (struct nios2_ucontext),
1489 config/pa/linux-unwind.h (pa32_fallback_frame_state),
1490 config/riscv/linux-unwind.h (riscv_fallback_frame_state),
1491 config/sh/linux-unwind.h (sh_fallback_frame_state),
1492 config/tilepro/linux-unwind.h (tile_fallback_frame_state),
1493 config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Use
1494 ucontext_t instead of struct ucontext.
1495
1496 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
1497
1498 * config.host (i*86-wrs-vxworks7): Handle new acceptable triplet.
1499 (x86_64-wrs-vxworks7): Likewise.
1500
1501 2017-06-27 Olivier Hainque <hainque@adacore.com>
1502
1503 * config/t-vxworks7: New file.
1504 * config.host (*-*-vxworks7): Use it.
1505
1506 2017-06-22 Matt Turner <mattst88@gmail.com>
1507
1508 * config/i386/cpuinfo.c (get_intel_cpu): Add Kaby Lake models to
1509 skylake case.
1510
1511 2017-06-21 Richard Biener <rguenther@suse.de>
1512
1513 PR gcov-profile/81080
1514 * configure.ac: Add AC_SYS_LARGEFILE.
1515 * libgcov.h: Include auto-target.h before tsystem.h to pick
1516 up _FILE_OFFSET_BITS which might differ for multilibs.
1517 * config.in: Regenerate.
1518 * configure: Likewise.
1519
1520 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1521
1522 * config/arm/cmse_nonsecure_call.S: Explicitly set the FPU.
1523
1524 2017-06-09 Martin Liska <mliska@suse.cz>
1525
1526 * libgcov-profiler.c (__gcov_indirect_call_profiler_v2):
1527 Reset __gcov_indirect_call_callee to NULL.
1528
1529 2017-06-08 Olivier Hainque <hainque@adacore.com>
1530
1531 * config/t-vxworks (LIBGCC2_INCLUDES): Add path to wrn/coreip to
1532 the set of -I options, support for direct inclusions of net/uio.h
1533 by VxWorks header files via ioLib.h.
1534
1535 2017-06-07 Tony Reix <tony.reix@atos.net>
1536 Matthieu Sarter <matthieu.sarter.external@atos.net>
1537 David Edelsohn <dje.gcc@gmail.com>
1538
1539 * config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define
1540 unconditionally.
1541 (ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support. Add 32-bit
1542 AIX 7.2 support.
1543
1544 2017-06-02 Olivier Hainque <hainque@adacore.com>
1545
1546 * config/vxlib.c (__gthread_once): Add missing value to
1547 return statement.
1548
1549 2017-05-30 Olivier Hainque <hainque@adacore.com>
1550
1551 * config/t-vxworks (LIBGCC2_INCLUDES): Remove extraneous
1552 dollar sign before $(MULTIDIR).
1553
1554 2017-05-26 Richard Henderson <rth@redhat.com>
1555
1556 PR libgcc/80037
1557 * config/alpha/t-alpha (CRTSTUFF_T_CFLAGS): New.
1558
1559 2017-05-17 Andreas Tobler <andreast@gcc.gnu.org>
1560
1561 * config/arm/unwind-arm.h: Make _Unwind_GetIP, _Unwind_GetIPInfo and
1562 _Unwind_SetIP available as functions for arm*-*-freebsd*.
1563 * config/arm/unwind-arm.c: Implement the above.
1564
1565 2017-05-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1566
1567 * config/sparc/lb1spc.S [__ELF__ && __linux__]: Emit .note.GNU-stack
1568 section for a non-executable stack.
1569
1570 2017-05-14 Krister Walfridsson <krister.walfridsson@gmail.com>
1571
1572 PR target/80600
1573 * config.host (*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file.
1574
1575 2017-05-14 Daniel Santos <daniel.santos@pobox.com>
1576
1577 * config.host: Add i386/t-msabi to i386/t-linux file list.
1578 * config/i386/i386-asm.h: New file.
1579 * config/i386/resms64.S: New file.
1580 * config/i386/resms64f.S: New file.
1581 * config/i386/resms64fx.S: New file.
1582 * config/i386/resms64x.S: New file.
1583 * config/i386/savms64.S: New file.
1584 * config/i386/savms64f.S: New file.
1585 * config/i386/t-msabi: New file.
1586
1587 2017-05-09 Andreas Tobler <andreast@gcc.gnu.org>
1588
1589 * config.host: Use the generic FreeBSD t-slibgcc-elf-ver for
1590 arm*-*-freebsd* instead of the t-slibgcc-libgcc.
1591
1592 2017-05-05 Joshua Conner <joshconner@google.com>
1593
1594 * config/arm/unwind-arm.h (_Unwind_decode_typeinfo_ptr): Use
1595 pc-relative indirect handling for fuchsia.
1596 * config/t-slibgcc-fuchsia: New file.
1597 * config.host (*-*-fuchsia*, aarch64*-*-fuchsia*, arm*-*-fuchsia*,
1598 x86_64-*-fuchsia*): Add definitions.
1599
1600 2017-04-19 Martin Liska <mliska@suse.cz>
1601
1602 PR gcov-profile/80435
1603 * Makefile.in: Install gcov.h.
1604 * gcov.h: New file.
1605 * libgcov.h: Use the header and make __gcov_flush publicly
1606 visible.
1607
1608 2017-04-18 Martin Liska <mliska@suse.cz>
1609
1610 PR gcov-profile/78783
1611 * libgcov-driver.c (gcov_get_filename): New function.
1612
1613 2017-04-07 Jeff Law <law@redhat.com>
1614
1615 * Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of
1616 target makefile fragment.
1617 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Depend on LIBGCC_LINKS.
1618
1619 2017-04-07 Alan Modra <amodra@gmail.com>
1620
1621 PR target/45053
1622 * config/rs6000/t-crtstuff (CRTSTUFF_T_CFLAGS): Add -O2.
1623
1624 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
1625
1626 * config/c6x/pr-support.c (__gnu_unwind_execute): Fix typo in comment.
1627
1628 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
1629
1630 * config/arc/ieee-754/divdf3.S (__divdf3): Use __ARCEM__.
1631
1632 2017-03-10 John Marino <gnugcc@marino.st>
1633
1634 * config/aarch64/freebsd-unwind.h: New file.
1635 * config.host: Add aarch64-*-freebsd unwinder.
1636
1637 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
1638
1639 * config/rs6000/crtrestvr.s: Use .machine altivec.
1640 * config/rs6000/crtsavevr.s: Ditto.
1641
1642 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
1643
1644 * configure.ac (test for libgcc_cv_powerpc_float128): Temporarily
1645 modify CFLAGS. Add -mabi=altivec -mvsx -mfloat128.
1646 (test for libgcc_cv_powerpc_float128_hw): Add -mpower9-vector and
1647 -mfloat128-hardware to the CFLAGS. Fix syntax error in the C snippet.
1648 * configure: Regenerate.
1649 * config.in: Regenerate.
1650
1651 2017-03-02 Jonathan Yong <10walls@gmail.com>
1652
1653 * config/i386/gthr-win32.h: Define NOGDI before
1654 windows.h include to prevent w32api CC_NONE macro
1655 clash with libgfortran.
1656
1657 2017-03-02 Jonathan Yong <10walls@gmail.com>
1658
1659 * unwind-seh.c: Suppress warnings for RtlUnwindEx calls.
1660
1661 2017-02-16 Andrew Pinski <apinski@cavium.com>
1662
1663 * config/aarch64/value-unwind.h: New file.
1664 * config.host (aarch64*-*-*): Add aarch64/value-unwind.h
1665 to tm_file.
1666
1667 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
1668
1669 * config.host: Add RISC-V tuples.
1670 * config/riscv/atomic.c: New file.
1671 * config/riscv/crti.S: Likewise.
1672 * config/riscv/crtn.S: Likewise.
1673 * config/riscv/div.S: Likewise.
1674 * config/riscv/linux-unwind.h: Likewise.
1675 * config/riscv/muldi3.S: Likewise.
1676 * config/riscv/multi3.S: Likewise.
1677 * config/riscv/save-restore.S: Likewise.
1678 * config/riscv/sfp-machine.h: Likewise.
1679 * config/riscv/t-elf: Likewise.
1680 * config/riscv/t-elf32: Likewise.
1681 * config/riscv/t-elf64: Likewise.
1682 * config/riscv/t-softfp32: Likewise.
1683 * config/riscv/t-softfp64: Likewise.
1684
1685 2017-01-24 Jakub Jelinek <jakub@redhat.com>
1686
1687 * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add
1688 /* FALLTHRU */ comments.
1689
1690 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
1691
1692 * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
1693
1694 2017-01-20 Jiong Wang <jiong.wang@arm.com>
1695
1696 * config/aarch64/aarch64-unwind.h: Empty this file on ILP32.
1697 * unwind-dw2.c (execute_cfa_program): Only multiplexing
1698 DW_CFA_GNU_window_save for AArch64 and LP64.
1699
1700 2017-01-20 Jiong Wang <jiong.wang@arm.com>
1701
1702 * config/aarch64/linux-unwind.h: Always include aarch64-unwind.h.
1703
1704 2017-01-19 Jiong Wang <jiong.wang@arm.com>
1705
1706 * config/aarch64/aarch64-unwind.h: New file.
1707 (DWARF_REGNUM_AARCH64_RA_STATE): Define.
1708 (MD_POST_EXTRACT_ROOT_ADDR): New target marcro and define it on AArch64.
1709 (MD_POST_EXTRACT_FRAME_ADDR): Likewise.
1710 (MD_POST_FROB_EH_HANDLER_ADDR): Likewise.
1711 (MD_FROB_UPDATE_CONTEXT): Define it on AArch64.
1712 (aarch64_post_extract_frame_addr): New function.
1713 (aarch64_post_frob_eh_handler_addr): New function.
1714 (aarch64_frob_update_context): New function.
1715 * config/aarch64/linux-unwind.h: Include aarch64-unwind.h
1716 * config.host (aarch64*-*-elf, aarch64*-*-rtems*,
1717 aarch64*-*-freebsd*):
1718 Initialize md_unwind_header to include aarch64-unwind.h.
1719 * unwind-dw2.c (struct _Unwind_Context): Define "RA_A_SIGNED_BIT".
1720 (execute_cfa_program): Multiplex DW_CFA_GNU_window_save for
1721 __aarch64__.
1722 (uw_update_context): Honor MD_POST_EXTRACT_FRAME_ADDR.
1723 (uw_init_context_1): Honor MD_POST_EXTRACT_ROOT_ADDR.
1724 (uw_frob_return_addr): New function.
1725 (uw_install_context): Use uw_frob_return_addr.
1726
1727 2017-01-17 Jakub Jelinek <jakub@redhat.com>
1728
1729 PR other/79046
1730 * configure.ac: Add GCC_BASE_VER.
1731 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
1732 version from BASE-VER file.
1733 * configure: Regenerated.
1734
1735 2017-01-13 Joe Seymour <joe.s@somniumtech.com>
1736
1737 * config/msp430/t-msp430 (libmul_none.a, libmul_16.a, libmul_32.a,
1738 libmul_f5.a): Filter archived prerequisites.
1739
1740 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
1741
1742 * config/i386/cpuinfo.h (processor_features): Add
1743 FEATURE_AVX512VPOPCNTDQ.
1744 * config/i386/cpuinfo.c (get_available_features): Habdle new
1745 feature.
1746
1747 2017-01-04 Joseph Myers <joseph@codesourcery.com>
1748
1749 * config/mips/sfp-machine.h (_FP_CHOOSENAN): Always preserve NaN
1750 payload if [__mips_nan2008].
1751
1752 2017-01-04 Alan Modra <amodra@gmail.com>
1753
1754 * Makefile.in (configure_deps): Update.
1755 * configure: Regenerate.
1756
1757 2017-01-01 Jakub Jelinek <jakub@redhat.com>
1758
1759 Update copyright years.
1760
1761 2016-12-19 Krister Walfridsson <krister.walfridsson@gmail.com>
1762
1763 * config.host (*-*-netbsd*): Add t-eh-dw2-dip to tmake_file.
1764 * crtstuff.c (BSD_DL_ITERATE_PHDR_AVAILABLE): Define for NetBSD.
1765 * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME, ElfW): Likewise.
1766
1767 2016-12-17 Matthias Klose <doko@ubuntu.com>
1768
1769 * config/arc/gmon: Remove empty directory.
1770
1771 2016-12-16 Claudiu Zissulescu <claziss@synopsys.com>
1772
1773 * config.host (arc*-*-linux-uclibc*): Remove libgmon, crtg, and
1774 crtgend.
1775 (arc*-*-elf*): Likewise.
1776 * config/arc/t-arc: Remove old gmon lib targets.
1777 * config/arc/crtg.S: Remove.
1778 * config/arc/crtgend.S: Likewise.
1779 * config/arc/gmon/atomic.h: Likewise.
1780 * config/arc/gmon/auxreg.h: Likewise.
1781 * config/arc/gmon/dcache_linesz.S: Likewise.
1782 * config/arc/gmon/gmon.c: Likewise.
1783 * config/arc/gmon/machine-gmon.h: Likewise.
1784 * config/arc/gmon/mcount.c: Likewise.
1785 * config/arc/gmon/prof-freq-stub.S: Likewise.
1786 * config/arc/gmon/prof-freq.c: Likewise.
1787 * config/arc/gmon/profil.S: Likewise.
1788 * config/arc/gmon/sys/gmon.h: Likewise.
1789 * config/arc/gmon/sys/gmon_out.h: Likewise.
1790 * config/arc/t-arc-newlib: Likewise.
1791 * config/arc/t-arc700-uClibc: Renamed to t-arc-uClibc.
1792
1793 2016-12-12 George Spelvin <linux@sciencehorizons.net>
1794
1795 * config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545.
1796
1797 2016-12-12 George Spelvin <linux@sciencehorizons.net>
1798
1799 * config/avr/lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore
1800 R16 instead of push + pop.
1801 (__ashrdi3, __lshrdi3): Same. And use __zero_reg__ for signs.
1802
1803 2016-12-10 Krister Walfridsson <krister.walfridsson@gmail.com>
1804
1805 * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to
1806 tmake_file.
1807
1808 2016-12-05 Cupertino Miranda <cmiranda@synopsys.com>
1809
1810 * config.host (arc*-*-linux-uclibc*): Use default extra
1811 objects. Include linux-android header.
1812 * config/arc/crti.S (_init): Declare symbol as function.
1813 (_fini): Likewise.
1814
1815 2016-12-03 Thomas Koenig <tkoenig@gcc.gnu.org>
1816
1817 PR fortran/78379
1818 * config/i386/cpuinfo.c: Move denums for processor vendors,
1819 processor type, processor subtypes and declaration of
1820 struct __processor_model into
1821 * config/i386/cpuinfo.h: New header file.
1822
1823 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
1824 Thomas Preud'homme <thomas.preudhomme@arm.com>
1825
1826 * config/arm/cmse_nonsecure_call.S: New.
1827 * config/arm/t-arm: Compile cmse_nonsecure_call.S
1828
1829 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
1830 Thomas Preud'homme <thomas.preudhomme@arm.com>
1831
1832 * config/arm/t-arm (HAVE_CMSE): New.
1833 * config/arm/cmse.c: New.
1834
1835 2016-11-28 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
1836
1837 PR gcc/74748
1838 * libgcc/config/bfin/libgcc-glibc.ver, libgcc/config/bfin/t-linux:
1839 use generic linker version information on Blackfin.
1840
1841 PR gcc/74748
1842 * libgcc/mkmap-symver.awk: add support for skip_underscore
1843
1844 2016-11-27 Iain Sandoe <iain@codesourcery.com>
1845 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1846
1847 PR target/67710
1848 * config/t-darwin: Default builds to 10.5 codegen.
1849
1850 2016-11-24 James Greenhalgh <james.greenhalgh@arm.com>
1851
1852 * config/aarch64/sfp-machine.h (_FP_NANFRAC_H): Define.
1853 (_FP_NANSIGN_H): Likewise.
1854 * config/aarch64/t-softfp (softfp_extensions): Add hftf.
1855 (softfp_truncations): Add tfhf.
1856 (softfp_extras): Add required conversion functions.
1857
1858 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1859 Matthew Wahab <matthew.wahab@arm.com>
1860
1861 * config/arm/fp16.c (binary64): New.
1862 (__gnu_d2h_internal): New.
1863 (__gnu_d2h_ieee): New.
1864 (__gnu_d2h_alternative): New.
1865
1866 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1867 Matthew Wahab <matthew.wahab@arm.com>
1868
1869 * config/arm/fp16.c (struct format): New.
1870 (binary32): New.
1871 (__gnu_float2h_internal): New. Body moved from
1872 __gnu_f2h_internal and generalize.
1873 (_gnu_f2h_internal): Move body to function __gnu_float2h_internal.
1874 Call it with binary32.
1875
1876 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1877
1878 * soft-fp/extendhftf2.c: Update from glibc.
1879 * soft-fp/fixhfti.c: Likewise.
1880 * soft-fp/fixunshfti.c: Likewise.
1881 * soft-fp/floattihf.c: Likewise.
1882 * soft-fp/floatuntihf.c: Likewise.
1883 * soft-fp/half.h: Likewise.
1884 * soft-fp/trunctfhf2.c: Likewise.
1885
1886 2016-11-20 Marc Glisse <marc.glisse@inria.fr>
1887
1888 PR libgcc/77813
1889 * crtstuff.c (deregister_tm_clones, register_tm_clones): Hide
1890 __TMC_END__ behind a passthrough asm.
1891
1892 2016-11-18 Walter Lee <walt@tilera.com>
1893
1894 * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc to tmake_file.
1895
1896 2016-11-17 Andrew Senkevich <andrew.senkevich@intel.com>
1897
1898 * config/i386/cpuinfo.c (processor_features): Add
1899 FEATURE_AVX5124VNNIW, FEATURE_AVX5124FMAPS.
1900
1901 2016-11-17 Claudiu Zissulescu <claziss@synopsys.com>
1902
1903 * config/arc/dp-hack.h (ARC_OPTFPE): Define.
1904 (__ARC_NORM__): Use instead ARC_OPTFPE.
1905 * config/arc/fp-hack.h: Likewise.
1906 * config/arc/lib1funcs.S (ARC_OPTFPE): Define.
1907 (__ARC_MPY__): Use it insetead of __ARC700__ and __HS__.
1908
1909 2016-11-16 Alexander Monakov <amonakov@ispras.ru>
1910
1911 * config/nvptx/crt0.c (__main): Setup __nvptx_stacks and __nvptx_uni.
1912 * config/nvptx/mgomp.c: New file.
1913 * config/nvptx/t-nvptx: Add mgomp.c
1914
1915 2016-11-16 Waldemar Brodkorb <wbx@openadk.org>
1916
1917 PR libgcc/68468
1918 * unwind-dw2-fde-dip.c: Fix build on FDPIC targets.
1919
1920 2016-11-15 Claudiu Zissulescu <claziss@synopsys.com>
1921
1922 * config/arc/lib1funcs.S (__mulsi3): Use feature defines instead
1923 of checking for cpus.
1924 (__umulsidi3, __umulsi3_highpart, __udivmodsi4, __divsi3)
1925 (__modsi3, __clzsi2): Likewise.
1926
1927 2016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1928
1929 * config.host (i[3456]86-*-musl*, x86_64-*-musl*): Use
1930 i386/t-cpuinfo-static instead of i386/t-cpuinfo.
1931 * config/i386/t-cpuinfo-static: New.
1932
1933 2016-11-03 Martin Liska <mliska@suse.cz>
1934
1935 * libgcov-profiler.c (__gcov_time_profiler): Remove.
1936 (__gcov_time_profiler_atomic): Likewise.
1937
1938 2016-11-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
1939
1940 PR libgcc/78067
1941 * libgcc2.c (__floatdisf, __floatdidf): Avoid undefined results from
1942 count_leading_zeros.
1943
1944 2016-11-02 Uros Bizjak <ubizjak@gmail.com>
1945
1946 * Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4.
1947 * libgcc2.c (__divmoddi4): New function.
1948 * libgcc2.h (__divmoddi4): Declare.
1949 * libgcc-std.ver.in (GCC_7.0.0): New. Add __PFX_divmoddi4
1950 and __PFX_divmodti4.
1951
1952 2016-10-24 Florian Weimer <fweimer@redhat.com>
1953
1954 PR libgcc/78064
1955 * unwind-c.c: Include auto-target.h.
1956
1957 2016-10-19 John David Anglin <danglin@gcc.gnu.org>
1958
1959 * config/pa/pa64-hpux-lib.h: New file.
1960 (EH_FRAME_SECTION_NAME): Rename to __LIBGCC_EH_FRAME_SECTION_NAME__.
1961 (DTORS_SECTION_ASM_OP): Rename to __LIBGCC_DTORS_SECTION_ASM_OP__.
1962 * config.host (tm_file): Add pa/pa64-hpux-lib.h to tm_file on
1963 hppa*64*-*-hpux11*.
1964
1965 2016-10-18 Max Filippov <jcmvbkbc@gmail.com>
1966
1967 * config/xtensa/t-elf (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
1968 definition.
1969 * config/xtensa/t-linux (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
1970 definition.
1971 * config/xtensa/t-windowed (LIB2ADDEH): Use
1972 LIB2ADDEH_XTENSA_UNWIND_DW2_FDE defined by either xtensa/t-elf
1973 or xtensa/t-linux.
1974
1975 2016-10-18 Ding-Kai Chen <dkchen@cadence.com>
1976
1977 * config/xtensa/ieee754-df.S (__recipdf2, __rsqrtdf2,
1978 __ieee754_sqrt): New functions.
1979 (__divdf3): Add implementation with new FPU instructions under
1980 #if XCHAL_HAVE_DFP_DIV.
1981 * config/xtensa/ieee754-sf.S (__recipsf2, __rsqrtsf2,
1982 __ieee754_sqrtf): New functions.
1983 (__divsf3): Add implementation with new FPU instructions under
1984 #if XCHAL_HAVE_FP_DIV.
1985 * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add _sqrtf, _recipsf2
1986 _rsqrtsf2, _sqrt, _recipdf2 and _rsqrtdf2.
1987
1988 2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
1989
1990 * libgcov-profiler.c: Replace MEMMODEL_* macros by their __ATOMIC_*
1991 equivalent.
1992 * config/tilepro/atomic.c: Likewise and stop casting model to
1993 enum memmodel.
1994
1995 2016-10-10 Joseph Myers <joseph@codesourcery.com>
1996
1997 PR target/77586
1998 * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64-hp-*vms*): Use
1999 soft-fp.
2000
2001 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2002
2003 * config.host: Add support for aarch64-*-freebsd*.
2004
2005 2016-10-05 Andreas Schwab <schwab@suse.de>
2006
2007 * config/ia64/crtbegin.S (__do_jv_register_classes): Remove.
2008 (.section .init_array): Don't call __do_jv_register_classes.
2009 (.section .init): Likewise.
2010
2011 2016-10-04 Jakub Jelinek <jakub@redhat.com>
2012
2013 * config/i386/cygming-crtbegin.c (_Jv_RegisterClasses): Remove.
2014 (__JCR_LIST__): Remove.
2015 (__gcc_register_frame): Don't attempt to _Jv_RegisterClasses.
2016 * config/i386/cygming-crtend.c (__JCR_END__): Remove.
2017 * config/ia64/crtbegin.S (__JCR_LIST__): Remove.
2018 * config/ia64/crtend.S (__JCR_END__): Remove.
2019 * crtstuff.c: Remove __LIBGCC_JCR_SECTION_NAME__ from preprocessor
2020 conditionals.
2021 (__JCR_LIST__, __JCR_END__): Remove.
2022 (frame_dummy): Don't attempt to _Jv_RegisterClasses.
2023 (__do_global_ctors_1): Likewise.
2024
2025 2015-09-28 Uros Bizjak <ubizjak@gmail.com>
2026
2027 * config/i386/cpuinfo.c (__get_cpuid_output): Remove.
2028 (__cpu_indicator_init): Call __get_cpuid, not __get_cpuid_output.
2029
2030 2016-09-27 Martin Liska <mliska@suse.cz>
2031
2032 PR gcov-profile/7970
2033 PR gcov-profile/16855
2034 PR gcov-profile/44779
2035 * libgcov-driver.c (__gcov_init): Do not register a atexit
2036 handler.
2037 (__gcov_exit): Rename from gcov_exit.
2038 * libgcov.h (__gcov_exit): Declare.
2039
2040 2016-09-27 Martin Liska <mliska@suse.cz>
2041
2042 PR bootstrap/77749
2043 * Makefile.in: Remove _gcov_merge_delta.
2044 * libgcov-merge.c (void __gcov_merge_delta): Remove.
2045 * libgcov-util.c (__gcov_delta_counter_op): Remove.
2046 * libgcov.h: Remove declaration of __gcov_merge_delta.
2047
2048 2016-09-21 Eric Botcazou <ebotcazou@adacore.com>
2049
2050 * configure.ac: Do not create links, only substitute the filenames.
2051 * configure: Regenerate.
2052 * Makefile.in: Assign the substitution results to variables.
2053 (LIBGCC_LINKS): Define.
2054 (enable-execute-stack.c): New rule.
2055 (unwind.h): Likewise.
2056 (md-unwind-support.h): Likewise.
2057 (sfp-machine.h): Likewise.
2058 (gthr-default.h): Likewise.
2059 Add $(LIBGCC_LINKS) to the prerequisites of all object files and
2060 unwind.h as prerequisite of install-unwind_h-forbuild.
2061
2062 2016-09-16 Jakub Jelinek <jakub@redhat.com>
2063
2064 PR libgcc/71744
2065 * unwind-dw2-fde.c (ATOMIC_FDE_FAST_PATH): Define if __register_frame*
2066 is not the primary registry and atomics are available.
2067 (any_objects_registered): New variable.
2068 (__register_frame_info_bases, __register_frame_info_table_bases):
2069 Atomically store 1 to any_objects_registered after registering first
2070 unwind info.
2071 (_Unwind_Find_FDE): Return early if any_objects_registered is 0.
2072
2073 2016-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2074
2075 PR target/63250
2076 * Makefile.in (lib2funcs): Build _mulhc3 and _divhc3.
2077 * libgcc2.h (LIBGCC_HAS_HF_MODE): Conditionally define.
2078 (HFtype): Likewise.
2079 (HCtype): Likewise.
2080 (__divhc3): Likewise.
2081 (__mulhc3): Likewise.
2082 * libgcc2.c: Support _mulhc3 and _divhc3.
2083
2084 2016-09-07 Joseph Myers <joseph@codesourcery.com>
2085
2086 PR libgcc/77519
2087 * libgcc2.c (NOTRUNC): Invert settings.
2088
2089 2016-09-06 Martin Liska <mliska@suse.cz>
2090
2091 PR gcov-profile/77378
2092 PR gcov-profile/77466
2093 * libgcov-profiler.c: Use __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{4,8} to
2094 conditionaly enable/disable *_atomic functions.
2095
2096 2016-08-26 Joseph Myers <joseph@codesourcery.com>
2097
2098 * config.host (i[34567]86-*-* | x86_64-*-*): Enable TFmode soft-fp
2099 where not already enabled.
2100
2101 2016-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
2102
2103 * config/mips/linux-unwind.h: Use sys/syscall.h.
2104
2105 2016-08-16 Joseph Myers <joseph@codesourcery.com>
2106
2107 PR libgcc/77265
2108 * soft-fp/adddf3.c: Update from glibc.
2109 * soft-fp/addsf3.c: Likewise.
2110 * soft-fp/addtf3.c: Likewise.
2111 * soft-fp/divdf3.c: Likewise.
2112 * soft-fp/divsf3.c: Likewise.
2113 * soft-fp/divtf3.c: Likewise.
2114 * soft-fp/double.h: Likewise.
2115 * soft-fp/eqdf2.c: Likewise.
2116 * soft-fp/eqsf2.c: Likewise.
2117 * soft-fp/eqtf2.c: Likewise.
2118 * soft-fp/extenddftf2.c: Likewise.
2119 * soft-fp/extended.h: Likewise.
2120 * soft-fp/extendsfdf2.c: Likewise.
2121 * soft-fp/extendsftf2.c: Likewise.
2122 * soft-fp/extendxftf2.c: Likewise.
2123 * soft-fp/fixdfdi.c: Likewise.
2124 * soft-fp/fixdfsi.c: Likewise.
2125 * soft-fp/fixdfti.c: Likewise.
2126 * soft-fp/fixsfdi.c: Likewise.
2127 * soft-fp/fixsfsi.c: Likewise.
2128 * soft-fp/fixsfti.c: Likewise.
2129 * soft-fp/fixtfdi.c: Likewise.
2130 * soft-fp/fixtfsi.c: Likewise.
2131 * soft-fp/fixtfti.c: Likewise.
2132 * soft-fp/fixunsdfdi.c: Likewise.
2133 * soft-fp/fixunsdfsi.c: Likewise.
2134 * soft-fp/fixunsdfti.c: Likewise.
2135 * soft-fp/fixunssfdi.c: Likewise.
2136 * soft-fp/fixunssfsi.c: Likewise.
2137 * soft-fp/fixunssfti.c: Likewise.
2138 * soft-fp/fixunstfdi.c: Likewise.
2139 * soft-fp/fixunstfsi.c: Likewise.
2140 * soft-fp/fixunstfti.c: Likewise.
2141 * soft-fp/floatdidf.c: Likewise.
2142 * soft-fp/floatdisf.c: Likewise.
2143 * soft-fp/floatditf.c: Likewise.
2144 * soft-fp/floatsidf.c: Likewise.
2145 * soft-fp/floatsisf.c: Likewise.
2146 * soft-fp/floatsitf.c: Likewise.
2147 * soft-fp/floattidf.c: Likewise.
2148 * soft-fp/floattisf.c: Likewise.
2149 * soft-fp/floattitf.c: Likewise.
2150 * soft-fp/floatundidf.c: Likewise.
2151 * soft-fp/floatundisf.c: Likewise.
2152 * soft-fp/floatunditf.c: Likewise.
2153 * soft-fp/floatunsidf.c: Likewise.
2154 * soft-fp/floatunsisf.c: Likewise.
2155 * soft-fp/floatunsitf.c: Likewise.
2156 * soft-fp/floatuntidf.c: Likewise.
2157 * soft-fp/floatuntisf.c: Likewise.
2158 * soft-fp/floatuntitf.c: Likewise.
2159 * soft-fp/gedf2.c: Likewise.
2160 * soft-fp/gesf2.c: Likewise.
2161 * soft-fp/getf2.c: Likewise.
2162 * soft-fp/ledf2.c: Likewise.
2163 * soft-fp/lesf2.c: Likewise.
2164 * soft-fp/letf2.c: Likewise.
2165 * soft-fp/muldf3.c: Likewise.
2166 * soft-fp/mulsf3.c: Likewise.
2167 * soft-fp/multf3.c: Likewise.
2168 * soft-fp/negdf2.c: Likewise.
2169 * soft-fp/negsf2.c: Likewise.
2170 * soft-fp/negtf2.c: Likewise.
2171 * soft-fp/op-1.h: Likewise.
2172 * soft-fp/op-2.h: Likewise.
2173 * soft-fp/op-4.h: Likewise.
2174 * soft-fp/op-8.h: Likewise.
2175 * soft-fp/op-common.h: Likewise.
2176 * soft-fp/quad.h: Likewise.
2177 * soft-fp/single.h: Likewise.
2178 * soft-fp/soft-fp.h: Likewise.
2179 * soft-fp/subdf3.c: Likewise.
2180 * soft-fp/subsf3.c: Likewise.
2181 * soft-fp/subtf3.c: Likewise.
2182 * soft-fp/truncdfsf2.c: Likewise.
2183 * soft-fp/trunctfdf2.c: Likewise.
2184 * soft-fp/trunctfsf2.c: Likewise.
2185 * soft-fp/trunctfxf2.c: Likewise.
2186 * soft-fp/unorddf2.c: Likewise.
2187 * soft-fp/unordsf2.c: Likewise.
2188 * soft-fp/unordtf2.c: Likewise.
2189
2190 2016-08-15 Gilles Gouaillardet <gilles.gouaillardet@gmail.com>
2191
2192 PR gcov-profile/67097
2193 * libgcov-util.c (gcov_profile_merge): Skip missing files.
2194
2195 2016-08-10 Martin Liska <mliska@suse.cz>
2196
2197 PR gcov-profile/58306
2198 * Makefile.in: New functions (modules) are added.
2199 * libgcov-profiler.c (__gcov_interval_profiler_atomic): New
2200 function.
2201 (__gcov_pow2_profiler_atomic): New function.
2202 (__gcov_one_value_profiler_body): New argument is instroduced.
2203 (__gcov_one_value_profiler): Call with the new argument.
2204 (__gcov_one_value_profiler_atomic): Likewise.
2205 (__gcov_indirect_call_profiler_v2): Likewise.
2206 (__gcov_time_profiler_atomic): New function.
2207 (__gcov_average_profiler_atomic): Likewise.
2208 (__gcov_ior_profiler_atomic): Likewise.
2209 * libgcov.h: Declare the aforementioned functions.
2210
2211 2016-08-09 Martin Liska <mliska@suse.cz>
2212
2213 * libgcov-util.c: Fix typo and GNU coding style.
2214
2215 2016-08-09 Martin Liska <mliska@suse.cz>
2216
2217 * Makefile.in: Remove __gcov_indirect_call_profiler.
2218 * libgcov-profiler.c (__gcov_indirect_call_profiler): Remove
2219 function.
2220 * libgcov.h: And the declaration of the function.
2221
2222 2016-08-09 Martin Liska <mliska@suse.cz>
2223
2224 * libgcov-profiler.c (__gcov_pow2_profiler): Consider 0 as not
2225 power of two.
2226
2227 2016-07-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2228
2229 * config/rs6000/_divkc3.c: Add copyright/license boilerplate.
2230 * config/rs6000/_mulkc3.c: Likewise.
2231
2232 2016-07-29 Georg-Johann Lay <avr@gjlay.de>
2233
2234 * config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear
2235 zero_reg as previous call to __umulhisi3 already cleared it.
2236
2237 2016-07-21 Aurelien Jarno <aurelien@aurel32.net>
2238
2239 PR target/59833
2240 * config/arm/ieee754-df.S (extendsfdf2): Convert sNaN to qNaN.
2241
2242 2016-07-19 Nick Clifton <nickc@redhat.com>
2243
2244 * config.host (m32r): Add m32r/t-m32r to tmake_file.
2245 Add crtinit.o and crtfini.o to extra_parts.
2246
2247 2016-07-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2248
2249 * config/rs6000/_divkc3.c: New.
2250 * config/rs6000/_mulkc3.c: New.
2251 * config/rs6000/quad-float128.h: Define TFtype; declare _mulkc3
2252 and _divkc3.
2253 * config/rs6000/t-float128: Add _mulkc3 and _divkc3 to
2254 fp128_ppc_funcs.
2255
2256 2016-07-11 Hale Wang <hale.wang@arm.com>
2257 Andre Vieira <andre.simoesdiasvieira@arm.com>
2258
2259 * config/arm/lib1funcs.S: Add new wrapper.
2260
2261 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
2262
2263 * config/arm/lib1funcs.S (__ARM_ARCH__): Define to 8 for ARMv8-M.
2264
2265 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
2266
2267 * config/arm/lib1funcs.S (HAVE_ARM_CLZ): Define for ARMv6* or later
2268 and ARMv5t* rather than for a fixed list of architectures.
2269
2270 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
2271
2272 * config/arm/bpabi-v6m.S: Clarify what architectures is the
2273 implementation suitable for.
2274 * config/arm/lib1funcs.S (__prefer_thumb__): Define among other cases
2275 for all Thumb-1 only targets.
2276 (NOT_ISA_TARGET_32BIT): Define for Thumb-1 only targets.
2277 (THUMB_LDIV0): Test for NOT_ISA_TARGET_32BIT rather than
2278 __ARM_ARCH_6M__.
2279 (EQUIV): Likewise.
2280 (ARM_FUNC_ALIAS): Likewise.
2281 (umodsi3): Add check to __ARM_ARCH_ISA_THUMB != 1 to guard the idiv
2282 version.
2283 (modsi3): Likewise.
2284 (clzsi2): Test for NOT_ISA_TARGET_32BIT rather than __ARM_ARCH_6M__.
2285 (clzdi2): Likewise.
2286 (ctzsi2): Likewise.
2287 (L_interwork_call_via_rX): Test for __ARM_ARCH_ISA_ARM rather than
2288 __ARM_ARCH_6M__ in guard for checking whether it is defined.
2289 (final includes): Test for NOT_ISA_TARGET_32BIT rather than
2290 __ARM_ARCH_6M__ and add comment to indicate the connection between
2291 this condition and the one in gcc/config/arm/elf.h.
2292 * config/arm/libunwind.S: Test for __ARM_ARCH_ISA_THUMB and
2293 __ARM_ARCH_ISA_ARM rather than __ARM_ARCH_6M__.
2294 * config/arm/t-softfp: Likewise.
2295
2296 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2297
2298 * libgcc2.c (SYMBOL__MAIN): Remove checks for
2299 CTOR_LISTS_DEFINED_EXTERNALLY.
2300
2301 2016-06-28 Walter Lee <walt@tilera.com>
2302
2303 * config/tilepro/atomic.h: Do not include arch/spr_def.h and
2304 asm/unistd.h.
2305 (SPR_CMPEXCH_VALUE): Define for tilegx.
2306 (__NR_FAST_cmpxchg): Define for tilepro.
2307 (__NR_FAST_atomic_update): Define for tilepro.
2308 (__NR_FAST_cmpxchg64): Define for tilepro.
2309
2310 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2311
2312 * config.host: Add suport for arm*-*-phoenix* targets.
2313
2314 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2315
2316 * config.host: Remove support for mep-*.
2317 * config/mep/lib1funcs.S: Remove.
2318 * config/mep/lib2funcs.c: Remove.
2319 * config/mep/t-mep: Remove.
2320 * config/mep/tramp.c: Remove.
2321
2322 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2323
2324 * config.host: Remove support for avr-rtems.
2325 * config/avr/t-rtems: Remove.
2326
2327 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2328
2329 * config.host: Remove m32r-rtems support.
2330
2331 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2332
2333 * config.host: Remove h8300-rtems support.
2334
2335 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2336
2337 * config.host: Remove support for knetbsd.
2338
2339 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2340
2341 * config.host: Remove support for openbsd 2 and 3.
2342
2343 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2344
2345 * config.host: Remove interix support.
2346 * config/i386/t-interix: Remove.
2347
2348 2016-06-18 John David Anglin <danglin@gcc.gnu.org>
2349
2350 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Don't set
2351 least-significant bit in function pointer for fixup.
2352
2353 2016-06-05 Aaron Conole <aconole@redhat.com>
2354 Nathan Sidwell <nathan@acm.org>
2355
2356 PR libgcc/71400
2357 * libgcov-driver-system.c (__gcov_error_file): Disable if IN_GCOV_TOOL.
2358 (get_gcov_error_file): Check __gcov_error_file before trying to
2359 initialize it.
2360 (gcov_error): Always use get_gcov_error_file.
2361
2362 2016-06-02 Aaron Conole <aconole@redhat.com>
2363
2364 * libgcov-driver-system.c (__gcov_error_file): New.
2365 (get_gcov_error_file): New.
2366 (gcov_error): Use and set __gcov_error_file.
2367 (gcov_error_exit): New.
2368 * libgcov-driver.c (gcov_exit): Call gcov_error_exit.
2369
2370 2016-05-26 Nathan Sidwell <nathan@acm.org>
2371
2372 * config/nvptx/free.asm: Delete.
2373 * config/nvptx/malloc.asm: Delete.
2374 * config/nvptx/realloc.c: Delete.
2375 * t-nvptx: Update.
2376
2377 2016-05-25 Nathan Sidwell <nathan@acm.org>
2378
2379 * config/nvptx/crt0.s: Delete.
2380 * config/nvptx/crt0.c: New.
2381 * t-nvptx: Update.
2382
2383 2016-05-19 Sandra Loosemore <sandra@codesourcery.com>
2384
2385 * config.host [x86_64-*-cygwin*]: Handle tmake_eh_file for mixed
2386 dw2/seh configuration.
2387 [x86_64-*-mingw*]: Likewise.
2388
2389 2016-05-10 Joel Sherrill <joel@rtems.org>
2390
2391 PR libgcc/70720
2392 * config.host (moxie-*-rtems*): Merge this stanza with other moxie
2393 targets so the same extra_parts are built. Also have tmake_file add
2394 on to its value rather than override.
2395
2396 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2397
2398 * config.host: Remove SH5 support.
2399 * configure: Likewise.
2400
2401 2016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
2402
2403 * config/sh/crt1.S: Remove SH5 support.
2404 * config/sh/crti.S: Likewise.
2405 * config/sh/crtn.S: Likewise.
2406 * config/sh/lib1funcs-4-300.S: Likewise.
2407 * config/sh/lib1funcs-Os-4-200.S: Likewise.
2408 * config/sh/lib1funcs.S: Likewise.
2409 * config/sh/linux-unwind.h: Likewise.
2410 * config/sh/t-sh64: Delete.
2411
2412 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
2413
2414 * config/arc/ieee-754/eqdf2.S: Handle FPX NaN.
2415
2416 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
2417 Joern Rennecke <joern.rennecke@embecosm.com>
2418
2419 * config/arc/crttls.S: New file.
2420 * config/arc/t-arc: New rule.
2421 * config.host (arc*-*-elf*, arc*-*-linux*): Add crttls.o.
2422
2423 2016-04-25 Nick Clifton <nickc@redhat.com>
2424
2425 * config/msp430/cmpd.c (__mspabi_cmpf): Add prototype.
2426 (__mspabi_cmpd): Likewise.
2427 * config/msp430/floathidf.c (__floathidf): Likewise.
2428 * config/msp430/floathisf.c (__floathisf): Likewise
2429 * config/msp430/floatunhidf.c (__floatunssidf): Likewise.
2430 * config/msp430/floatunhisf.c (__floatunshisf): Likewise.
2431 * config/msp430/lib2shift.c (__ashlsi3): Take a signed char as the
2432 second parameter.
2433 (__ashrsi3): Likewise.
2434
2435 2016-04-21 Waldemar Brodkorb <wbx@openadk.org>
2436
2437 * config/m68k/linux-atomic.c: Do not include unistd.h
2438
2439 2016-04-20 Martin Galvan <martin.galvan@tallertechnologies.com>
2440
2441 * config/arm/ieee754-df.S: Fix typos in comments.
2442
2443 2016-04-11 Michael Meissner <meissner@linux.vnet.ibm.com>
2444
2445 PR target/70381
2446 * configure.ac (powerpc*-*-linux*): Rework tests to build
2447 __float128 emulation routines to not depend on using #pragma GCC
2448 target to enable -mfloat128.
2449 * configure: Regnerate.
2450
2451 2016-04-04 Eric Botcazou <ebotcazou@adacore.com>
2452
2453 PR target/67172
2454 * libgcc2.c (L__main): Undefine __LIBGCC_EH_FRAME_SECTION_NAME__ if
2455 __MINGW32__ is defined.
2456
2457 2016-03-28 James Bowman <james.bowman@ftdichip.com>
2458
2459 * libgcc/config/ft32/lib1funcs.S (*divsi3, *modsi3): New.
2460
2461 2016-03-22 Michael Meissner <meissner@linux.vnet.ibm.com>
2462
2463 PR libgcc/70363
2464 * config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): If libgcc was
2465 built with an assembler that does not support ISA 3.0
2466 instructions, rename __extendkftf2_sw to __extendkftf2.
2467
2468 2016-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2469
2470 PR target/38239
2471 * config/sol2/gmon.c [__i386__] (_mcount): Save and restore
2472 call-clobbered registers.
2473 (internal_mcount): Remove __i386__ handling.
2474
2475 2016-02-26 Joel Sherrill <joel@rtems.org>
2476
2477 * config.host: Add x86_64-*-rtems*.
2478
2479 2016-02-26 Joel Sherrill <joel@rtems.org>
2480
2481 * libgcc/config.host: Add aarch64-*-rtems*.
2482
2483 2016-02-26 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
2484 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2485
2486 * config/rs6000/sfp-machine.h (_FP_DECL_EX): Declare _fpsr as a
2487 union of u64 and double.
2488 (FP_TRAPPING_EXCEPTIONS): Return a bitmask of trapping exceptions.
2489 (FP_INIT_ROUNDMODE): Read the fpscr instead of writing a mystery
2490 value.
2491 (FP_ROUNDMODE): Update the usage of _fpscr.
2492
2493 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
2494
2495 PR driver/68463
2496 * Makefile.in (crtoffloadtable$(objext)): New rule.
2497 * configure.ac (extra_parts): Add crtoffloadtable$(objext) if
2498 enable_offload_targets is not empty.
2499 * configure: Regenerate.
2500 * offloadstuff.c: Move __OFFLOAD_TABLE__ from crtoffloadend to
2501 crtoffloadtable.
2502
2503 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
2504
2505 * config/xtensa/ieee754-df.S (__muldf3_aux, __divdf3_aux): Add
2506 .literal_position before the function.
2507 * config/xtensa/ieee754-sf.S (__mulsf3_aux, __divsf3_aux):
2508 Likewise.
2509
2510 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
2511
2512 * config.host: Use t-stack and t-stack-s390 for s390*-*-linux.
2513 * config/s390/morestack.S: New file.
2514 * config/s390/t-stack-s390: New file.
2515 * generic-morestack.c (__splitstack_find): Add s390-specific code.
2516
2517 2016-02-12 Walter Lee <walt@tilera.com>
2518
2519 * config.host (tilegx*-*-linux*): remove ti from
2520 softfp_int_modes for 32-bit configs.
2521
2522 2016-02-10 Ian Lance Taylor <iant@google.com>
2523
2524 PR go/68562
2525 * config/i386/morestack.S (__stack_split_initialize): Align
2526 stack.
2527
2528 2016-02-03 Andreas Tobler <andreast@gcc.gnu.org>
2529
2530 PR bootstrap/69611
2531 * config/rs6000/sfp-machine.h: Guard __sfp_exceptions with
2532 __FLOAT128__ to compile only for __float128 capable targets.
2533
2534 2016-01-25 Jakub Jelinek <jakub@redhat.com>
2535
2536 PR target/69444
2537 * config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
2538 instead of ___NO_FPRS__.
2539
2540 2016-01-21 Michael Meissner <meissner@linux.vnet.ibm.com>
2541 Steven Munroe <munroesj@linux.vnet.ibm.com>
2542 Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com>
2543
2544 * config/rs6000/float128-sed: New files to convert TF names to KF
2545 names for PowerPC IEEE 128-bit floating point support.
2546 * config/rs6000/float128-sed-hw: Likewise.
2547
2548 * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
2549 floating point hardware support.
2550
2551 * config/rs6000/float128-ifunc.c: New file to pick either IEEE
2552 128-bit floating point software emulation or use ISA 3.0 hardware
2553 support if it is available.
2554
2555 * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
2556 floating point.
2557
2558 * config/rs6000/extendkftf2-sw.c: New file, convert IEEE 128-bit
2559 floating point to IBM extended double.
2560
2561 * config/rs6000/trunctfkf2-sw.c: New file, convert IBM extended
2562 double to IEEE 128-bit floating point.
2563
2564 * config/rs6000/t-float128: New Makefile fragments to enable
2565 building __float128 emulation support.
2566 * config/rs6000/t-float128-hw: Likewise.
2567
2568 * config/rs6000/sfp-exceptions.c: New file to provide exception
2569 support for IEEE 128-bit floating point.
2570
2571 * config/rs6000/floattikf.c: New files for converting between IEEE
2572 128-bit floating point and signed/unsigned 128-bit integers.
2573 * config/rs6000/fixunskfti.c: Likewise.
2574 * config/rs6000/fixkfti.c: Likewise.
2575 * config/rs6000/floatuntikf.c: Likewise.
2576
2577 * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
2578 when building on 64-bit systems, or when VSX is enabled.
2579 (_FP_W_TYPE): Likewise.
2580 (_FP_WS_TYPE): Likewise.
2581 (_FP_I_TYPE): Likewise.
2582 (TItype): Define on 64-bit systems.
2583 (UTItype): Likewise.
2584 (TI_BITS): Likewise.
2585 (_FP_MUL_MEAT_D): Add support for using 64-bit types.
2586 (_FP_MUL_MEAT_Q): Likewise.
2587 (_FP_DIV_MEAT_D): Likewise.
2588 (_FP_DIV_MEAT_Q): Likewise.
2589 (_FP_NANFRAC_D): Likewise.
2590 (_FP_NANFRAC_Q): Likewise.
2591 (ISA_BIT): Add exception support if we are being compiled on a
2592 machine with hardware floating point support to build the IEEE
2593 128-bit emulation functions.
2594 (FP_EX_INVALID): Likewise.
2595 (FP_EX_OVERFLOW): Likewise.
2596 (FP_EX_UNDERFLOW): Likewise.
2597 (FP_EX_DIVZERO): Likewise.
2598 (FP_EX_INEXACT): Likewise.
2599 (FP_EX_ALL): Likewise.
2600 (__sfp_handle_exceptions): Likewise.
2601 (FP_HANDLE_EXCEPTIONS): Likewise.
2602 (FP_RND_NEAREST): Likewise.
2603 (FP_RND_ZERO): Likewise.
2604 (FP_RND_PINF): Likewise.
2605 (FP_RND_MINF): Likewise.
2606 (FP_RND_MASK): Likewise.
2607 (_FP_DECL_EX): Likewise.
2608 (FP_INIT_ROUNDMODE): Likewise.
2609 (FP_ROUNDMODE): Likewise.
2610
2611 * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
2612 VSX code, enable IEEE 128-bit floating point. If the compiler can
2613 compile IEEE 128-bit floating point code with ISA 3.0 IEEE 128-bit
2614 floating point hardware instructions and it supports declaring
2615 functions with the ifunc attribute, enable ifunc functions to
2616 switch between software and hardware support.
2617 * configure.ac (powerpc*-*-linux*): Likewise.
2618 * configure: Regenerate.
2619
2620 2016-01-15 Nick Clifton <nickc@redhat.com>
2621
2622 * config/msp430/t-msp430 (lib2_mul_none.o): Only use the first
2623 dependency as the source file to be compiled.
2624 (lib2_mul_16bit.o, lib2hw_mul_16.o, lib2hw_mul_32.o)
2625 (lib2hw_mul_f5.o): Likewise.
2626
2627 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
2628
2629 * libgcc/config/rs6000/extendkftf2-sw.c: Revert 2016-01-13 change.
2630 * libgcc/config/rs6000/fixkfti.c: Likewise.
2631 * libgcc/config/rs6000/fixunskfti.c: Likewise.
2632 * libgcc/config/rs6000/float128-hw.c: Likewise.
2633 * libgcc/config/rs6000/float128-ifunc.c: Likewise.
2634 * libgcc/config/rs6000/float128-sed: Likewise.
2635 * libgcc/config/rs6000/floattikf.c: Likewise.
2636 * libgcc/config/rs6000/floatuntikf.c: Likewise.
2637 * libgcc/config/rs6000/quad-float128.h: Likewise.
2638 * libgcc/config/rs6000/sfp-exceptions.c: Likewise.
2639 * libgcc/config/rs6000/sfp-machine.h: Likewise.
2640 * libgcc/config/rs6000/t-float128: Likewise.
2641 * libgcc/config/rs6000/t-float128-hw: Likewise.
2642 * libgcc/config/rs6000/trunctfkf2-sw.c: Likewise.
2643 * libgcc/config.host: Likewise.
2644 * libgcc/configure: Likewise.
2645 * libgcc/configure.ac: Likewise.
2646
2647 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
2648 Steven Munroe <munroesj@linux.vnet.ibm.com>
2649 Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com>
2650
2651 * config/rs6000/sfp-exceptions.c: New file to provide exception
2652 support for IEEE 128-bit floating point.
2653
2654 * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
2655 floating point hardware support.
2656
2657 * config/rs6000/floattikf.c: New files for IEEE 128-bit floating
2658 point conversions.
2659 * config/rs6000/fixunskfti.c: Likewise.
2660 * config/rs6000/fixkfti.c: Likewise.
2661 * config/rs6000/floatuntikf.c: Likewise.
2662 * config/rs6000/extendkftf2-sw.c: Likewise.
2663 * config/rs6000/trunctfkf2-sw.c: Likewise.
2664
2665 * config/rs6000/float128-ifunc.c: New file to pick either IEEE
2666 128-bit floating point software emulation or use ISA 3.0 hardware
2667 support if it is available.
2668
2669 * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
2670 floating point.
2671
2672 * config/rs6000/t-float128: New Makefile fragments to enable
2673 building __float128 emulation support.
2674 * config/rs6000/t-float128-hw: Likewise.
2675
2676 * config/rs6000/float128-sed: New file to convert TF names to KF
2677 names for PowerPC IEEE 128-bit floating point support.
2678
2679 * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
2680 when building on 64-bit systems, or when VSX is enabled.
2681 (_FP_W_TYPE): Likewise.
2682 (_FP_WS_TYPE): Likewise.
2683 (_FP_I_TYPE): Likewise.
2684 (TItype): Define on 64-bit systems.
2685 (UTItype): Likewise.
2686 (TI_BITS): Likewise.
2687 (_FP_MUL_MEAT_D): Add support for using 64-bit types.
2688 (_FP_MUL_MEAT_Q): Likewise.
2689 (_FP_DIV_MEAT_D): Likewise.
2690 (_FP_DIV_MEAT_Q): Likewise.
2691 (_FP_NANFRAC_D): Likewise.
2692 (_FP_NANFRAC_Q): Likewise.
2693 (ISA_BIT): Add exception support if we are being compiled on a
2694 machine with hardware floating point support to build the IEEE
2695 128-bit emulation functions.
2696 (FP_EX_INVALID): Likewise.
2697 (FP_EX_OVERFLOW): Likewise.
2698 (FP_EX_UNDERFLOW): Likewise.
2699 (FP_EX_DIVZERO): Likewise.
2700 (FP_EX_INEXACT): Likewise.
2701 (FP_EX_ALL): Likewise.
2702 (__sfp_handle_exceptions): Likewise.
2703 (FP_HANDLE_EXCEPTIONS): Likewise.
2704 (FP_RND_NEAREST): Likewise.
2705 (FP_RND_ZERO): Likewise.
2706 (FP_RND_PINF): Likewise.
2707 (FP_RND_MINF): Likewise.
2708 (FP_RND_MASK): Likewise.
2709 (_FP_DECL_EX): Likewise.
2710 (FP_INIT_ROUNDMODE): Likewise.
2711 (FP_ROUNDMODE): Likewise.
2712
2713 * configure.ac (powerpc*-*-linux*): Check whether the PowerPC
2714 compiler can do __float128.
2715 * configure: Regenerate.
2716
2717 * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
2718 VSX code, enable IEEE 128-bit floating point.
2719
2720 2016-01-05 Olivier Hainque <hainque@adacore.com>
2721
2722 * config/rs6000/aix-unwind.h (ucontext_for): Handle AIX 7.1
2723 specificities.
2724
2725 2016-01-04 Jakub Jelinek <jakub@redhat.com>
2726
2727 Update copyright years.
2728
2729 2015-12-18 Andris Pavenis <andris.pavenis@iki.fi>
2730
2731 * config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-*
2732 soft-fp targets.
2733
2734 2015-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2735
2736 * unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort
2737 instead of abort to avoid dependency on stdlib.h.
2738
2739 2015-12-09 John David Anglin <danglin@gcc.gnu.org>
2740
2741 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Remove code
2742 to initialize call to __dl_fixup once.
2743
2744 2015-12-04 Nick Clifton <nickc@redhat.com>
2745
2746 * config/msp430/mpy.c (__mulhi3): Use a faster algorithm.
2747 Allow for the second argument being negative.
2748 * config.host (extra_parts): Define for MSP430. Create separate
2749 libraries for each of the hardware multiply formats.
2750 * config/msp430/lib2hw_mul.S: Build only the multiply routines
2751 that are needed.
2752 * config/msp430/lib2mul.c: Likewise.
2753 * config/msp430/t-msp430 (LIB2ADD): Remove lib2hw_mul.S.
2754 Add rules to build hardware multiply libraries.
2755 * config/msp430/lib2divSI.c: (__mspabi_divlu): Alias for
2756 __mspabi_divul function.
2757 (__mspabi_divllu): New stub function.
2758
2759 2015-12-01 John David Anglin <danglin@gcc.gnu.org>
2760
2761 * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Initialize
2762 fixup values if saved GOT address doesn't match runtime address.
2763 (fixup_branch_offset): Reorder list.
2764
2765 2015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2766
2767 * Makefile.in (VTV_CFLAGS): New variable.
2768 (vtv_start$(objext), vtv_end$(objext), vtv_end$(objext))
2769 (vtv_start_preinit$(objext), vtv_end_preinit$(objext)): Use it.
2770 * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
2771 Add vtv_start.o, vtv_end.o, vtv_start_preinit.o, vtv_end_preinit.o
2772 to extra_parts if $enable_vtable_verify = yes.
2773
2774 2015-11-23 Szabolcs Nagy <szabolcs.nagy@arm.com>
2775
2776 PR target/68059
2777 * config/arm/linux-atomic-64bit.c (__write): Rename to...
2778 (write): ...this and fix the return type.
2779
2780 2015-11-19 DJ Delorie <dj@redhat.com>
2781
2782 * config/msp430/lib2hw_mul.S: Fix alignment.
2783
2784 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
2785
2786 * config/nvptx/reduction.c: New.
2787 * config/nvptx/t-nvptx (LIB2ADD): Add it.
2788
2789 2015-11-15 David Edelsohn <dje.gcc@gmail.com>
2790
2791 * config/rs6000/on_exit.c: New file.
2792 * config/rs6000/t-aix-cxa (LIB2ADDEH): Build on_exit.c.
2793 * config/rs6000/libgcc-aix-cxa.ver (on_exit): Add symbol to exports.
2794
2795 2015-11-11 Claudiu Zissulescu <claziss@synopsys.com>
2796
2797 * config/arc/dp-hack.h: Add support for ARCHS.
2798 * config/arc/ieee-754/divdf3.S: Likewise.
2799 * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
2800 * config/arc/ieee-754/muldf3.S: Likewise.
2801 * config/arc/ieee-754/mulsf3.S: Likewise
2802 * config/arc/lib1funcs.S: Likewise
2803 * config/arc/gmon/dcache_linesz.S: Don't read the build register
2804 for ARCv2 cores.
2805 * config/arc/gmon/profil.S (__profil, __profil_irq): Don't profile
2806 for ARCv2 cores.
2807 * config/arc/ieee-754/arc-ieee-754.h (MPYHU, MPYH): Define.
2808 * config/arc/t-arc700-uClibc: Remove hard selection for ARC 700
2809 cores.
2810
2811 2015-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2812
2813 * config/ia64/crtbegin.S: Check HAVE_INITFINI_ARRAY_SUPPORT
2814 value.
2815 * config/ia64/crtend.S: Likewise.
2816
2817 2015-11-07 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2818
2819 * config/visium/lib2funcs.c (__set_trampoline_parity): Use
2820 __CHAR_BIT__ instead of BITS_PER_UNIT.
2821 * fixed-bit.h: Likewise.
2822 * fp-bit.h: Likewise.
2823 * libgcc2.c (__popcountSI2): Likewise.
2824 (__popcountDI2): Likewise.
2825 * libgcc2.h: Likewise.
2826 * libgcov.h: Likewise.
2827
2828 2015-11-07 David Edelsohn <dje.gcc@gmail.com>
2829
2830 * config/rs6000/atexit.c: New file.
2831 * config/rs6000/t-aix-cxa (LIB2ADDEH): Build atexit.c.
2832 * config/rs6000/libgcc-aix-cxa.ver (atexit): Add symbol to exports.
2833 * config/rs6000/cxa_finalize.c
2834 (catomic_compare_and_exchange_bool_acq): Negate return value.
2835
2836 2015-10-30 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2837
2838 * config/i386/cpuinfo.c (enum processor_types): Add AMDFAM17H.
2839 (processor_subtypes): Add znver1.
2840 (get_amd_cpu): Detect znver1.
2841
2842 2015-10-29 Christophe Lyon <christophe.lyon@linaro.org>
2843
2844 * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
2845 Include crtfastmath.o.
2846
2847 2015-10-23 Joern Rennecke <joern.rennecke@embecosm.com>
2848
2849 PR libgcc/66883
2850 * config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo.
2851
2852 2015-10-16 Kaushik Phatak <kaushik.phatak@kpit.com>
2853
2854 * config/rl78/divmodqi.S: Return 0x00 by default for div by 0.
2855 * config/rl78/divmodsi.S: Update return register to r8.
2856 * config/rl78/divmodhi.S: Update return register to r8,r9.
2857 Branch to main_loop_done_himode to pop registers before return.
2858
2859 2015-10-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2860
2861 * config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4.
2862 (__cpu_indicator_init): Fix model selection for AMD CPUs.
2863
2864 2015-10-05 Kirill Yukhin <kirill.yukhin@intel.com>
2865
2866 * config/i386/cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
2867
2868 2015-10-03 Max Filippov <jcmvbkbc@gmail.com>
2869
2870 * config.host (xtensa*-*-uclinux*): New configuration.
2871
2872 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
2873
2874 * config/i386/cpuinfo.c (processor_features): Add
2875 FEATURE_AVX512VBMI and FEATURE_AVX512VBMI.
2876
2877 2015-09-28 Joseph Myers <joseph@codesourcery.com>
2878
2879 * soft-fp/adddf3.c: Update from glibc.
2880 * soft-fp/addsf3.c: Likewise.
2881 * soft-fp/addtf3.c: Likewise.
2882 * soft-fp/divdf3.c: Likewise.
2883 * soft-fp/divsf3.c: Likewise.
2884 * soft-fp/divtf3.c: Likewise.
2885 * soft-fp/double.h: Likewise.
2886 * soft-fp/eqdf2.c: Likewise.
2887 * soft-fp/eqsf2.c: Likewise.
2888 * soft-fp/eqtf2.c: Likewise.
2889 * soft-fp/extenddftf2.c: Likewise.
2890 * soft-fp/extended.h: Likewise.
2891 * soft-fp/extendsfdf2.c: Likewise.
2892 * soft-fp/extendsftf2.c: Likewise.
2893 * soft-fp/extendxftf2.c: Likewise.
2894 * soft-fp/fixdfdi.c: Likewise.
2895 * soft-fp/fixdfsi.c: Likewise.
2896 * soft-fp/fixdfti.c: Likewise.
2897 * soft-fp/fixsfdi.c: Likewise.
2898 * soft-fp/fixsfsi.c: Likewise.
2899 * soft-fp/fixsfti.c: Likewise.
2900 * soft-fp/fixtfdi.c: Likewise.
2901 * soft-fp/fixtfsi.c: Likewise.
2902 * soft-fp/fixtfti.c: Likewise.
2903 * soft-fp/fixunsdfdi.c: Likewise.
2904 * soft-fp/fixunsdfsi.c: Likewise.
2905 * soft-fp/fixunsdfti.c: Likewise.
2906 * soft-fp/fixunssfdi.c: Likewise.
2907 * soft-fp/fixunssfsi.c: Likewise.
2908 * soft-fp/fixunssfti.c: Likewise.
2909 * soft-fp/fixunstfdi.c: Likewise.
2910 * soft-fp/fixunstfsi.c: Likewise.
2911 * soft-fp/fixunstfti.c: Likewise.
2912 * soft-fp/floatdidf.c: Likewise.
2913 * soft-fp/floatdisf.c: Likewise.
2914 * soft-fp/floatditf.c: Likewise.
2915 * soft-fp/floatsidf.c: Likewise.
2916 * soft-fp/floatsisf.c: Likewise.
2917 * soft-fp/floatsitf.c: Likewise.
2918 * soft-fp/floattidf.c: Likewise.
2919 * soft-fp/floattisf.c: Likewise.
2920 * soft-fp/floattitf.c: Likewise.
2921 * soft-fp/floatundidf.c: Likewise.
2922 * soft-fp/floatundisf.c: Likewise.
2923 * soft-fp/floatunditf.c: Likewise.
2924 * soft-fp/floatunsidf.c: Likewise.
2925 * soft-fp/floatunsisf.c: Likewise.
2926 * soft-fp/floatunsitf.c: Likewise.
2927 * soft-fp/floatuntidf.c: Likewise.
2928 * soft-fp/floatuntisf.c: Likewise.
2929 * soft-fp/floatuntitf.c: Likewise.
2930 * soft-fp/gedf2.c: Likewise.
2931 * soft-fp/gesf2.c: Likewise.
2932 * soft-fp/getf2.c: Likewise.
2933 * soft-fp/ledf2.c: Likewise.
2934 * soft-fp/lesf2.c: Likewise.
2935 * soft-fp/letf2.c: Likewise.
2936 * soft-fp/muldf3.c: Likewise.
2937 * soft-fp/mulsf3.c: Likewise.
2938 * soft-fp/multf3.c: Likewise.
2939 * soft-fp/negdf2.c: Likewise.
2940 * soft-fp/negsf2.c: Likewise.
2941 * soft-fp/negtf2.c: Likewise.
2942 * soft-fp/op-1.h: Likewise.
2943 * soft-fp/op-2.h: Likewise.
2944 * soft-fp/op-4.h: Likewise.
2945 * soft-fp/op-8.h: Likewise.
2946 * soft-fp/op-common.h: Likewise.
2947 * soft-fp/quad.h: Likewise.
2948 * soft-fp/single.h: Likewise.
2949 * soft-fp/soft-fp.h: Likewise.
2950 * soft-fp/subdf3.c: Likewise.
2951 * soft-fp/subsf3.c: Likewise.
2952 * soft-fp/subtf3.c: Likewise.
2953 * soft-fp/truncdfsf2.c: Likewise.
2954 * soft-fp/trunctfdf2.c: Likewise.
2955 * soft-fp/trunctfsf2.c: Likewise.
2956 * soft-fp/trunctfxf2.c: Likewise.
2957 * soft-fp/unorddf2.c: Likewise.
2958 * soft-fp/unordsf2.c: Likewise.
2959 * soft-fp/unordtf2.c: Likewise.
2960
2961 2015-09-24 Richard Earnshaw <rearnsha@arm.com>
2962
2963 PR libgcc/67624
2964 * config/arm/fp16.c (__gnu_f2h_internal): Handle infinity correctly.
2965
2966 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2967
2968 * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
2969 Add crtbeginS.o, crtendS.o to extra_parts if libgcc_cv_solaris_crts.
2970 * config/sol2/gmon.c: (monstartup): Don't write trailing NUL of
2971 messages.
2972 (internal_mcount): Likewise.
2973 * config/sol2/t-sol2 (crtp.o, crtpg.o, gmon.o): Compile with
2974 crt_compile, add CRTSTUFF_T_CFLAGS_S.
2975
2976 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2977
2978 * configure.ac (libgcc_cv_solaris_crts): New test.
2979 * configure: Regenerate.
2980 * config.in: Regenerate.
2981 * config/sol2/crtp.c, config/sol2/crtpg.c: New files.
2982 * config/gmon-sol2.c: Rename to ...
2983 * config/sol2/gmon.c: ... this.
2984 Include auto-target.h.
2985 (internal_mcount): Wrap setup handling in !HAVE_SOLARIS_CRTS.
2986 * config/t-sol2: Rename to ...
2987 * config/sol2/t-sol2: ... this.
2988 (gmon.o): Reflect renaming.
2989 (crtp.o, crtpg.o): New rules.
2990 * config.host (*-*-solaris2*): Reflect renaming.
2991 Use system CRTs if present.
2992 Remove default CRT case.
2993
2994 2015-09-23 John David Anglin <danglin@gcc.gnu.org>
2995
2996 * config/pa/linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.
2997 (__sync_fetch_and_##OP##_##WIDTH): Change result to match type of
2998 __kernel_cmpxchg2.
2999 (__sync_##OP##_and_fetch_##WIDTH): Likewise.
3000 (__sync_val_compare_and_swap_##WIDTH): Likewise.
3001 (__sync_bool_compare_and_swap_##WIDTH): Likewise.
3002 (__sync_lock_test_and_set_##WIDTH): Likewise.
3003 (__sync_lock_release_##WIDTH): Likewise.
3004 (__sync_fetch_and_##OP##_4): Change result to match type of
3005 __kernel_cmpxchg.
3006 (__sync_##OP##_and_fetch_4): Likewise.
3007 (__sync_val_compare_and_swap_4): Likewise.
3008 (__sync_bool_compare_and_swap_4): likewise.
3009 (__sync_lock_test_and_set_4): Likewise.
3010 (__sync_lock_release_4): Likewise.
3011 (FETCH_AND_OP_2): Add long long variants.
3012 (OP_AND_FETCH_2): Likewise.
3013 (COMPARE_AND_SWAP_2 ): Likewise.
3014 (SYNC_LOCK_TEST_AND_SET_2): Likewise.
3015 (SYNC_LOCK_RELEASE_2): Likewise.
3016 (__sync_bool_compare_and_swap_##WIDTH): Correct return.
3017
3018 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
3019
3020 * libgcc/config/i386/cpuinfo.c (enum processor_features): Add
3021 FEATURE_AVX512VL, FEATURE_AVX512BW, FEATURE_AVX512DQ,
3022 FEATURE_AVX512CD, FEATURE_AVX512ER, FEATURE_AVX512PF.
3023 (get_available_features): Habdle new features.
3024
3025 2015-09-21 James Bowman <james.bowman@ftdichip.com>
3026
3027 * config/ft32/crti-hw.S: Use __PMSIZE to allow configurable
3028 memory layout. Deal correctly with BSS region larger than 32K.
3029 Handle a watchdog reset like a power-on reset. Clean up unused
3030 code.
3031
3032 2015-09-18 Andrew Dixie <andrewd@gentrack.com>
3033 David Edelsohn <dje.gcc@gmail.com>
3034
3035 * config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
3036 * config/rs6000/crtdbase.S: New file.
3037 * config/rs6000/t-aix-cxa: Build crtdbase.o.
3038
3039 2015-09-15 Max Filippov <jcmvbkbc@gmail.com>
3040
3041 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state):
3042 Add support for call0 ABI.
3043
3044 2015-09-13 John David Anglin <danglin@gcc.gnu.org>
3045
3046 * config/pa/fptr.c (SIGN_EXTEND): Cast -1 to unsigned.
3047
3048 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
3049
3050 * config/gthr-rtems.h (__GTHREADS_CXX0X): New.
3051 (__GTHREAD_HAS_COND): Likewise.
3052 (__gthread_t): Likewise.
3053 (__gthread_cond_t): Likewise.
3054 (__gthread_time_t): Likewise.
3055 (__GTHREAD_MUTEX_INIT): Likewise.
3056 (__GTHREAD_RECURSIVE_MUTEX_INIT): Likewise.
3057 (__GTHREAD_COND_INIT): Likewise.
3058 (__GTHREAD_COND_INIT_FUNCTION): Likewise.
3059 (__GTHREAD_TIME_INIT): Likewise.
3060 (__gthread_create): Likewise.
3061 (__gthread_join): Likewise.
3062 (__gthread_detach): Likewise.
3063 (__gthread_equal): Likewise.
3064 (__gthread_self): Likewise.
3065 (__gthread_yield): Likewise.
3066 (__gthread_cond_broadcast): Likewise.
3067 (__gthread_cond_signal): Likewise.
3068 (__gthread_cond_wait): Likewise.
3069 (__gthread_cond_timedwait): Likewise.
3070 (__gthread_cond_wait_recursive): Likewise.
3071 (__gthread_cond_destroy): Likewise.
3072 (rtems_gxx_once): Delete.
3073 (rtems_gxx_key_create): Likewise.
3074 (rtems_gxx_key_delete): Likewise.
3075 (rtems_gxx_getspecific): Likewise.
3076 (rtems_gxx_setspecific): Likewise.
3077 (rtems_gxx_mutex_init): Likewise.
3078 (rtems_gxx_mutex_destroy): Likewise.
3079 (rtems_gxx_mutex_lock): Likewise.
3080 (rtems_gxx_mutex_trylock): Likewise.
3081 (rtems_gxx_mutex_unlock): Likewise.
3082 (rtems_gxx_recursive_mutex_init): Likewise.
3083 (rtems_gxx_recursive_mutex_lock): Likewise.
3084 (rtems_gxx_recursive_mutex_trylock): Likewise.
3085 (rtems_gxx_recursive_mutex_unlock): Likewise.
3086 (__GTHREAD_ONCE_INIT): Use <pthread.h> initializer.
3087 (__GTHREAD_MUTEX_INIT_FUNCTION): Use <pthread.h> function.
3088 (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Likewise.
3089 (__gthread_once): Likewise.
3090 (__gthread_key_create): Likewise.
3091 (__gthread_key_delete): Likewise.
3092 (__gthread_getspecific): Likewise.
3093 (__gthread_setspecific): Likewise.
3094 (__gthread_key_t): Use <pthread.h> type.
3095 (__gthread_once_t): Likewise
3096 (__gthread_mutex_t): Use <sys/lock.h> type.
3097 (__gthread_recursive_mutex_t): Likewise
3098 (__gthread_mutex_lock): Use <sys/lock.h> function.
3099 (__gthread_mutex_trylock): Likewise.
3100 (__gthread_mutex_timedlock): Likewise.
3101 (__gthread_mutex_unlock): Likewise.
3102 (__gthread_mutex_destroy): Likewise.
3103 (__gthread_recursive_mutex_lock): Likewise.
3104 (__gthread_recursive_mutex_trylock): Likewise.
3105 (__gthread_recursive_mutex_timedlock): Likewise.
3106 (__gthread_recursive_mutex_unlock): Likewise.
3107 (__gthread_recursive_mutex_destroy): Likewise.
3108
3109 2015-08-18 Max Filippov <jcmvbkbc@gmail.com>
3110
3111 * config/xtensa/unwind-dw2-xtensa.c (_Unwind_GetCFA): Return
3112 context->sp instead of context->cfa.
3113
3114 2015-08-18 Max Filippov <jcmvbkbc@gmail.com>
3115
3116 * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde
3117 with unwind-dw2-fde-dip.
3118
3119 2015-08-18 Max Filippov <jcmvbkbc@gmail.com>
3120
3121 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill): Use
3122 CALL12 followed by series of ENTRY to spill windowed registers.
3123 (__xtensa_nonlocal_goto): Call __xtensa_libgcc_window_spill
3124 instead of making linux spill syscall.
3125
3126 2015-08-14 Yuri Rumyantsev <ysrumyan@gmail.com>
3127
3128 * config/i386/cpuinfo.c (enum processor_subtypes): Add skylake.
3129 (get_intel_cpu): Likewise.
3130
3131 2015-08-12 H.J. Lu <hongjiu.lu@intel.com>
3132
3133 * config/i386/cpuinfo.c (processor_types): Add INTEL_KNL.
3134 (get_intel_cpu): Add Knights Landing support.
3135
3136 2015-08-11 Uros Bizjak <ubizjak@gmail.com>
3137
3138 PR target/66954
3139 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_PCLMUL.
3140 (get_available_features): Handle FEATURE_PCLMUL.
3141
3142 2015-08-10 H.J. Lu <hongjiu.lu@intel.com>
3143
3144 * config/i386/cpuinfo.c (get_intel_cpu): Treat model == 0x4f as
3145 Broadwell.
3146
3147 2015-07-22 Uros Bizjak <ubizjak@gmail.com>
3148
3149 PR target/66954
3150 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_AES.
3151 (get_available_features): Handle FEATURE_AES.
3152
3153 2015-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3154
3155 * config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
3156 (EFAULT,EBUSY,ENOSYS): Delete unused #defines.
3157
3158 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
3159
3160 * offloadstuff.c: Constify host data.
3161
3162 2015-07-17 Jan Beulich <jbeulich@suse.com>
3163
3164 * config/t-softfp: Split up "else ifneq".
3165
3166 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
3167 Cesar Philippidis <cesar@codesourcery.com>
3168 Chung-Lin Tang <cltang@codesourcery.com>
3169
3170 * config/nios2/tramp.c (MOVHI, ORI, JMP): Conditionalize
3171 for __nios2_arch__ level.
3172
3173 2015-07-13 John Marino <gnugcc@marino.st>
3174
3175 * config/i386/t-dragonfly: New.
3176
3177 2015-07-01 John David Anglin <danglin@gcc.gnu.org>
3178
3179 * config/pa/linux-atomic.c (__kernel_cmpxchg): Reorder arguments to
3180 better match light-weight syscall argument order.
3181 (__kernel_cmpxchg2): Likewise.
3182 Adjust callers.
3183
3184 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3185
3186 * config.host: Support i[34567]86-*-elfiamcu target.
3187 * config/t-softfp-sfdftf: New file.
3188 * config/i386/32/t-iamcu: Likewise.
3189 * configure: Regenerated.
3190
3191 2015-06-23 James Lemke <jwlemke@codesourcery.com>
3192
3193 libgcc/config/arm/
3194 * lib1funcs.S (aeabi_idiv0, aeabi_ldiv0): Add CFI entries.
3195
3196 2015-05-27 H.J. Lu <hongjiu.lu@intel.com>
3197
3198 * Makefile.in (CRTSTUFF_CFLAGS): Add $(NO_PIE_CFLAGS).
3199
3200 2015-05-27 John Marino <gnugcc@marino.st>
3201
3202 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Set
3203 md_unwind_header
3204 * config/i386/freebsd-unwind.h: New.
3205
3206 2015-05-22 Uros Bizjak <ubizjak@gmail.com>
3207
3208 * config.host (i[34567]-*-*, x86_64-*-*): Add t-crtfm instead of
3209 i386/t-crtfm to tmake_file.
3210 * config/i386/crtfastmath.c (set_fast_math_sse): New function.
3211 (set_fast_math): Use set_fast_math_sse for SSE targets.
3212 * config/i386/t-crtfm: Remove.
3213
3214 2015-05-21 Alan Modra <amodra@gmail.com>
3215
3216 PR libgcc/66225
3217 * config/rs6000/morestack.S: Remove ".abiversion 1".
3218
3219 2015-05-20 Alan Modra <amodra@gmail.com>
3220
3221 * config/rs6000/morestack.S: New.
3222 * config/rs6000/t-stack-rs6000: New.
3223 * config.host (powerpc*-*-linux*): Add t-stack and t-stack-rs6000
3224 to tmake_file.
3225 * generic-morestack.c: Don't build for powerpc 32-bit.
3226
3227 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
3228
3229 * Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
3230 Remove useless endif/ifneq ($(enable_shared),yes) pair.
3231
3232 2015-05-16 James Bowman <james.bowman@ftdichip.com>
3233
3234 * config.host: FT32 target added.
3235 * config/ft32/*: New files for FT32 target.
3236
3237 2015-05-15 Martin Galvan <martin.galvan@tallertechnologies.com>
3238
3239 * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
3240 New macros.
3241 * config/arm/ieee754-df.S: Add CFI directives.
3242 * config/arm/ieee754-sf.S: Add CFI directives.
3243
3244 2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
3245
3246 * configure.ac: Include config/sjlj.m4.
3247 Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
3248 * config.in: Regenerate.
3249 * configure: Likewise.
3250 * config.host: Replace enable_sjlj_exceptions by ac_cv_sjlj_exceptions.
3251
3252 2015-05-12 Uros Bizjak <ubizjak@gmail.com>
3253
3254 * libgcov-util.c: Add space between string literal and macro name.
3255
3256 2015-05-06 Sandra Loosemore <sandra@codesourcery.com>
3257 Chris Jones <chrisj@nvidia.com>
3258 Joshua Conner <jconner@nvidia.com>
3259
3260 * config.host (arm*-*-linux*): Add support for crtfastmath.o.
3261 (arm*-*-uclinux*): Likewise.
3262 (arm*-*-eabi* | arm*-*-rtems*): Likewise.
3263 * config/arm/crtfastmath.c: New file.
3264
3265 2014-04-29 Bernd Schmidt <bernds@codesourcery.com>
3266
3267 * Makefile.in (real_host_noncanonical): New variable.
3268 (libsubdir): Use it.
3269 * configure.ac (real_host_noncanonical): Compute. Remove special
3270 case for intelmicemul.
3271 * configure: Regenerate.
3272
3273 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
3274
3275 * config/frv/elf-lib.h: New file.
3276 (CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
3277 * libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
3278 to tm_file.
3279
3280 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
3281
3282 * config/frv/frvbengin.c: Do not include defaults.h
3283 * config/frv/frvend.c: Ditto.
3284
3285 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
3286
3287 * config.host: Add h8300-*-linux
3288 * config/h8300/t-linux: New file.
3289 * config/h8300/lib1funs.s: Change symbol prefix.
3290 * config/h8300/sfp-machine.h: 64bit double support.
3291
3292 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
3293 Szabolcs Nagy <szabolcs.nagy@arm.com>
3294
3295 * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME): Define it on
3296 Linux if target provides dl_iterate_phdr.
3297
3298 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
3299
3300 PR target/65612
3301 * config.host (tmake_file): Add t-slibgcc-libgcc for Linux/x86.
3302 * config/i386/cpuinfo.c (__cpu_model): Initialize.
3303 (__cpu_indicator_init@GCC_4.8.0): New.
3304 (__cpu_model@GCC_4.8.0): Likewise.
3305 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add
3306 -DUSE_ELF_SYMVER.
3307
3308 2015-04-16 Nick Clifton <nickc@redhat.com>
3309
3310 * config/rl78/divmodhi.S: Add G14 and G13 versions of the __divhi3
3311 and __modhi3 functions.
3312 * config/rl78/divmodso.S: Add G14 and G13 versions of the
3313 __divsi3, __udivsi3, __modsi3 and __umodsi3 functions.
3314
3315 2015-04-15 Chen Gang <gang.chen.5i5j@gmail.com>
3316
3317 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Use empty
3318 do-while loop as macro body to avoid warnings.
3319
3320 2015-04-10 Jakub Jelinek <jakub@redhat.com>
3321 Iain Sandoe <iain@codesourcery.com>
3322
3323 PR target/65351
3324 * configure: Regenerate.
3325
3326 2015-04-07 Jakub Jelinek <jakub@redhat.com>
3327 Iain Sandoe <iain@codesourcery.com>
3328
3329 PR target/65351
3330 * configure: Regenerate.
3331
3332 2015-03-25 Chung-Lin Tang <cltang@codesourcery.com>
3333
3334 * config.host (nios2-*-linux*): Remove 'extra_parts' setting.
3335
3336 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
3337
3338 Implement call0 ABI for xtensa
3339 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
3340 __xtensa_nonlocal_goto): Don't compile for call0 ABI.
3341 (__xtensa_sync_caches): Only use entry and retw in windowed ABI,
3342 use ret in call0 ABI.
3343 * config/xtensa/t-windowed: New file.
3344 * libgcc/config/xtensa/t-xtensa (LIB2ADDEH): Move to t-windowed.
3345 * libgcc/configure: Regenerated.
3346 * libgcc/configure.ac: Check if xtensa target is configured for
3347 windowed ABI and thus needs to use custom unwind code.
3348
3349 2015-02-12 Jonathan Wakely <jwakely@redhat.com>
3350
3351 PR libgcc/64885
3352 * gthr-single.h: Use __unused__ attribute instead of unused.
3353 * config/gthr-vxworks.h: Likewise.
3354 * config/i386/gthr-win32.h: Likewise.
3355
3356 2015-02-27 Kai Tietz <ktietz@redhat.com>
3357
3358 PR target/65038
3359 * config.in: Regenerated.
3360 * configure: Likewise.
3361 * configure.ac (AC_HEADER_STDC): Added explicit.
3362 (AC_CHECK_HEADERS): Check for default headers plus
3363 for ftw.h header.
3364 * libgcov-util.c (gcov_read_profile_dir): Disable use
3365 of ftw-function, if header is not found.
3366 (ftw_read_file): Likewise.
3367
3368 2015-02-23 Thomas Schwinge <thomas@codesourcery.com>
3369
3370 PR target/65181
3371 * config/nvptx/t-nvptx (INHIBIT_LIBC_CFLAGS): Define to
3372 -Dinhibit_libc.
3373
3374 2015-02-17 Sandra Loosemore <sandra@codesourcery.com>
3375
3376 * config/arm/bpabi.S (test_div_by_zero): Make label names
3377 consistent between thumb2 and arm mode cases. Separate the
3378 signed comparison on the high word of the numerator from the
3379 unsigned comparison on the low word.
3380 * config/arm/bpabi-v6m.S (test_div_by_zero): Similarly separate
3381 signed comparison.
3382
3383 2015-02-17 Joseph Myers <joseph@codesourcery.com>
3384
3385 * config/nvptx/realloc.c: Include <stddef.h> instead of <stdlib.h>
3386 and <string.h>.
3387 (__nvptx_realloc): Call __builtin_memcpy instead of memcpy.
3388
3389 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
3390
3391 PR gcov-profile/61889
3392 * libgcov-driver-system.c: undefine clashing macro for mkdir.
3393
3394 2015-02-02 Nick Clifton <nickc@redhat.com>
3395
3396 * config/rl78/fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case
3397 rounding up the fraction.
3398
3399 2015-01-31 John David Anglin <danglin@gcc.gnu.org>
3400
3401 * config/pa/linux-atomic.c (__kernel_cmpxchg2): Change declaration of
3402 oldval and newval to const void *. Fix typo.
3403 (FETCH_AND_OP_2): Use __atomic_load_n to load value.
3404 (FETCH_AND_OP_WORD): Likewise.
3405 (OP_AND_FETCH_WORD): Likewise.
3406 (COMPARE_AND_SWAP_2): Likewise.
3407 (__sync_val_compare_and_swap_4): Likewise.
3408 (__sync_lock_test_and_set_4): Likewise.
3409 (SYNC_LOCK_RELEASE_2): Likewise.
3410 Remove support for long long atomic operations.
3411
3412 2015-01-27 Caroline Tice <cmtice@google.com>
3413
3414 Committing VTV Cywin/Ming patch for Patrick Wollgast
3415 * Makefile.in: Move rules to build vtv_*.o out of the check
3416 for CUSTOM_CRTSTUFF.
3417 * config.host (i[34567]86-*-cygwin*, x86_64-*-cygwin*,
3418 i[34567]86-*-mingw*)
3419 (x86_64-*-mingw*): Only add vtv_*.o to extra_parts if
3420 enable_vtable_verify.
3421
3422 2015-01-27 Nick Clifton <nickc@redhat.com>
3423
3424 * config/rl78/cmpsi2.S: Use function start and end macros.
3425 (__gcc_bcmp): New function.
3426 * config/rl78/lshrsi3.S: Use function start and end macros.
3427 * config/rl78/mulsi3.S: Add support for G10.
3428 (__mulqi3): New function for G10.
3429 * config/rl78/signbit.S: Use function start and end macros.
3430 * config/rl78/t-rl78 (LIB2ADD): Add bit-count.S, fpbit-sf.S and
3431 fpmath-sf.S.
3432 (LIB2FUNCS_EXCLUDE): Define.
3433 (LIB2FUNCS_ST): Define.
3434 * config/rl78/trampoline.S: Use function start and end macros.
3435 * config/rl78/vregs.h (START_FUNC): New macro.
3436 (START_ANOTHER_FUNC): New macro.
3437 (END_FUNC): New macro.
3438 (END_ANOTHER_FUNC): New macro.
3439 * config/rl78/bit-count.S: New file. Contains assembler
3440 implementations of the bit counting functions: ___clzhi2,
3441 __clzsi2, ctzhi2, ctzsi2, ffshi2, ffssi2, __partityhi2,
3442 __paritysi2, __popcounthi2 and __popcountsi2.
3443 * config/rl78/fpbit-sf.S: New file. Contains assembler
3444 implementationas of the math functions: __negsf2, __cmpsf2,
3445 __eqsf2, __nesf2, __lesf2, __ltsf2, __gesf2, gtsf2, __unordsf2,
3446 __fixsfsi, __fixunssfsi, __floatsisf and __floatunssisf.
3447 * config/rl78/fpmath-sf.S: New file. Contains assembler
3448 implementations of the math functions: __subsf3, __addsf3,
3449 __mulsf3 and __divsf3
3450
3451 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3452
3453 * config.host (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*):
3454 Add i386/elf-lib.h to tm_file.
3455 * config/i386/elf-lib.h: Fix comment.
3456 * unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback) [__x86_64__
3457 && __sun__ && __svr4__]: Remove workaround.
3458
3459 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
3460
3461 * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_BMI and
3462 FEATURE_BMI2.
3463 (get_available_features): Detect FEATURE_BMI and FEATURE_BMI2.
3464
3465 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
3466
3467 * config/i386/cpuinfo.c (processor_subtypes): Add
3468 INTEL_COREI7_BROADWELL.
3469 (get_intel_cpu): Support new Silvermont, Haswell and Broadwell
3470 model numbers.
3471
3472 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
3473
3474 * config/i386/elf-lib.h: New file.
3475 (CRT_GET_RFIB_DATA): Move definition from gcc/config/i386/gnu-user.h.
3476 Wrap definition in #ifdef __i386__.
3477 * libgcc/config.host (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu)
3478 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*)
3479 (i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux*)
3480 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Add i386/elf-lib.h
3481 to tm_file.
3482
3483 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
3484
3485 * unwind-dw2-fde.h (last_fde): Use "(const fde *)" instead of
3486 "(char *)" to avoid qualifier warning by 'xgcc' compiling.
3487
3488 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
3489
3490 * config/nios2/linux-unwind.h (nios2_fallback_frame_state):
3491 Update rt_sigframe format and address for current Nios II
3492 Linux conventions.
3493
3494 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3495
3496 * config.host (arm*-*-freebsd*): Add new configuration for
3497 arm*-*-freebsd*.
3498 * config/arm/freebsd-atomic.c: New file.
3499 * config/arm/t-freebsd: Likewise.
3500 * config/arm/unwind-arm.h: Add __FreeBSD__ to the list of
3501 'PC-relative indirect' OS's.
3502
3503 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3504
3505 * config.host: Add Visium support.
3506 * config/visium: New directory.
3507
3508 2015-01-05 Jakub Jelinek <jakub@redhat.com>
3509
3510 Update copyright years.
3511
3512 2014-12-19 Matthew Fortune <matthew.fortune@imgtec.com>
3513
3514 * config.host: Support mipsisa32r6 and mipsisa64r6.
3515 * config/mips/mips16.S: Do not build for R6.
3516
3517 2014-12-17 Oleg Endo <olegendo@gcc.gnu.org>
3518
3519 * config/sh/crt.h: New.
3520 * config/sh/crti.S: Use GLOBAL macro from crt.h for _init and _fini
3521 symbols.
3522 * config/sh/crt1.S: Likewise.
3523
3524 2014-12-15 Uros Bizjak <ubizjak@gmail.com>
3525
3526 PR libgcc/63832
3527 * crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
3528 func_ptr *dtor_list temporary variable to avoid "array subscript
3529 is above array bounds" warnings.
3530
3531 2014-12-09 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3532
3533 * Makefile.in (with_aix_soname): Define.
3534 * config/rs6000/t-slibgcc-aix: Act upon --with-aix-soname option.
3535 * configure.ac: Accept --with-aix-soname=aix|svr4|both option.
3536 * configure: Recreate.
3537
3538 2014-12-05 Olivier Hainque <hainque@adacore.com>
3539
3540 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Remove default def,
3541 now provided by defaults.h.
3542
3543 2014-11-30 Oleg Endo <olegendo@gcc.gnu.org>
3544
3545 PR target/55351
3546 * config/sh/lib1funcs.S: Check value of __SHMEDIA__ instead of checking
3547 whether it's defined.
3548
3549 2014-11-27 Ilya Tocar <ilya.tocar@intel.com>
3550
3551 * config/i386/cpuinfo.c (processor_features): Add FEATURE_AVX512F.
3552 * config/i386/cpuinfo.c (get_available_features): Detect it.
3553
3554 2014-11-27 Tony Wang <tony.wang@arm.com>
3555
3556 * config/arm/lib1funcs.S (FUNC_START): Add conditional section
3557 redefine for macro L_arm_muldivsf3 and L_arm_muldivdf3.
3558 (SYM_END, ARM_SYM_START): Add macros used to expose function Symbols.
3559
3560 2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
3561
3562 * crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
3563
3564 2014-11-24 John David Anglin <danglin@gcc.gnu.org>
3565
3566 * config/pa/linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap()
3567 instead.
3568
3569 2014-11-21 Guy Martin <gmsoft@tuxicoman.be>
3570 John David Anglin <danglin@gcc.gnu.org>
3571
3572 * config/pa/linux-atomic.c (__kernel_cmpxchg2): New.
3573 (FETCH_AND_OP_2): New. Use for subword and double word operations.
3574 (OP_AND_FETCH_2): Likewise.
3575 (COMPARE_AND_SWAP_2): Likewise.
3576 (SYNC_LOCK_TEST_AND_SET_2): Likewise.
3577 (SYNC_LOCK_RELEASE_2): Likewise.
3578 (SUBWORD_SYNC_OP): Remove.
3579 (SUBWORD_VAL_CAS): Likewise.
3580 (SUBWORD_BOOL_CAS): Likewise.
3581 (FETCH_AND_OP_WORD): Update.
3582 Consistently use signed types.
3583
3584 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3585 Thomas Schwinge <thomas@codesourcery.com>
3586 Ilya Verbin <ilya.verbin@intel.com>
3587 Andrey Turetskiy <andrey.turetskiy@intel.com>
3588
3589 * Makefile.in (crtoffloadbegin$(objext)): New rule.
3590 (crtoffloadend$(objext)): Likewise.
3591 * configure: Regenerate.
3592 * configure.ac (accel_dir_suffix): Compute new variable.
3593 (extra_parts): Add crtoffloadbegin.o and crtoffloadend.o
3594 if enable_offload_targets is not empty.
3595 * offloadstuff.c: New file.
3596
3597 2014-11-13 Nick Clifton <nickc@redhat.com>
3598
3599 * config/rl78/divmodhi.S: Add support for the G10 architecture.
3600 Use START_FUNC and END_FUNC macros to enable linker garbage
3601 collection.
3602 * config/rl78/divmodqi.S: Likewise.
3603 * config/rl78/divmodsi.S: Likewise.
3604 * config/rl78/mulsi3.S: Likewise.
3605 * config/rl78/lib2div.c: Remove G10 functions.
3606 * config/rl78/lib2muls.c: Likewise.
3607 * config/rl78/t-rl8 (HOST_LIBGCC2_CFLAGS): Define.
3608 * config/rl78/vregs.h (START_FUNC): New macro.
3609 (END_FUNC): New macro.
3610
3611 2014-11-12 Matthew Fortune <matthew.fortune@imgtec.com>
3612
3613 * config/mips/mips16.S: Set .module when supported. Update O32
3614 FP64 calling convention and use for FPXX when possible. Add FPXX
3615 calling convention fallback case.
3616
3617 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3618
3619 * config.host: Handle nvptx-*-*.
3620 * shared-object.mk (as-flags-$o): Define.
3621 ($(base)$(objext), $(base)_s$(objext)): Use it instead of
3622 -xassembler-with-cpp.
3623 * static-object.mk: Identical changes.
3624 * config/nvptx/t-nvptx: New file.
3625 * config/nvptx/crt0.s: New file.
3626 * config/nvptx/free.asm: New file.
3627 * config/nvptx/malloc.asm: New file.
3628 * config/nvptx/realloc.c: New file.
3629
3630 2014-10-30 Joseph Myers <joseph@codesourcery.com>
3631
3632 * Makefile.in (libgcc.map.in): New target.
3633 (libgcc.map): Use libgcc.map.in.
3634 * config/t-softfp (softfp_compat): New variable to be set by
3635 users.
3636 [$(softfp_compat) = y] (softfp_map_dep, softfp_set_symver): New
3637 variables.
3638 [$(softfp_compat) = y] (softfp_file_list): Use files in the build
3639 directory.
3640 [$(softfp_compat) = y] ($(softfp_file_list)): Generate wrappers
3641 that use compat symbols and disable all code unless [SHARED].
3642 * config/t-softfp-compat: New file.
3643 * find-symver.awk: New file.
3644 * configure.ac (--with-glibc-version): New configure option.
3645 (ppc_fp_compat): New variable set for powerpc*-*-linux*.
3646 * configure: Regenerate.
3647 * config.host (powerpc*-*-linux*): Use ${ppc_fp_compat} for
3648 soft-float and e500.
3649
3650 2014-10-29 Joseph Myers <joseph@codesourcery.com>
3651
3652 * config/t-hardfp (hardfp_exclusions): Document new variable for
3653 user to define.
3654 (hardfp_func_list): Exclude functions from $(hardfp_exclusions).
3655 * config/t-softfp (softfp_extras): Document new variable for user
3656 to define.
3657 (softfp_func_list): Add functions from $(softfp_extras).
3658 * config/rs6000/t-e500v1-fp, config/rs6000/t-e500v2-fp: New files.
3659 * config.host (powerpc*-*-linux*): For e500v1, use
3660 rs6000/t-e500v1-fp and t-hardfp; do not use t-softfp-sfdf and
3661 t-softfp-excl. For e500v2, use t-hardfp-sfdf, rs6000/t-e500v2-fp
3662 and t-hardfp; do not use t-softfp-sfdf and t-softfp-excl.
3663
3664 2014-10-26 John David Anglin <danglin@gcc.gnu.org>
3665
3666 * config/pa/linux-unwind.h (pa32_read_access_ok): New function.
3667 (pa32_fallback_frame_state): Use pa32_read_access_ok to check if
3668 memory read accesses are ok.
3669
3670 2014-10-25 Joseph Myers <joseph@codesourcery.com>
3671
3672 * configure.ac (ppc_fp_type): Set variable on powerpc*-*-linux*.
3673 * configure: Regenerate.
3674 * config.host (powerpc*-*-linux*): Use $ppc_fp_type to determine
3675 additions to tmake_file. Use t-hardfp-sfdf and t-hardfp instead
3676 of soft-fp for 32-bit classic hard float. Do not use
3677 t-softfp-excl for soft float.
3678
3679 2014-10-22 Joseph Myers <joseph@codesourcery.com>
3680
3681 * config.host (powerpc*-*-linux*): Only use soft-fp for 32-bit
3682 configurations.
3683 * config/rs6000/t-ppc64-fp (softfp_wrap_start, softfp_wrap_end):
3684 Remove variables.
3685
3686 2014-10-22 Georg-Johann Lay <avr@gjlay.de>
3687
3688 * config/avr/lib1funcs.S (__do_global_dtors): Fix wrong code
3689 introduced with 2014-10-21 trunk r216525.
3690
3691 2014-10-21 Joern Rennecke <joern.rennecke@embecosm.com>
3692 Vidya Praveen <vidya.praveen@atmel.com>
3693 Praveen Kumar Kaushik <Praveen_Kumar.Kaushik@atmel.com>
3694 Senthil Kumar Selvaraj <Senthil_Kumar.Selvaraj@atmel.com>
3695 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
3696
3697 * config/avr/lib1funcs.S (__do_global_dtors): Go back to descending
3698 order.
3699
3700 Updated library functions for AVRTINY arch.
3701 * config/avr/lib1funcs.S: Updated zero/tmp regs for AVRTINY.
3702 Replaced occurrences of r0/r1 with tmp/zero reg macros.
3703 Added wsubi/ wadi macros that expands conditionally as sbiw/ adiw
3704 or AVRTINY equivalent. Replaced occurrences of sbiw/adiw with
3705 wsubi/wadi macors.
3706 (__mulsi3_helper): Update stack, preserve callee saved regs and
3707 argument from stack. Restore callee save registers.
3708 (__mulpsi3): Likewise.
3709 (__muldi3, __udivmodsi4, __divmodsi4, __negsi2, __umoddi3, __udivmod64,
3710 __moddi3, __adddi3, __adddi3_s8, __subdi3, __cmpdi2, __cmpdi2_s8,
3711 __negdi2, __prologue_saves__, __epilogue_restores__): Excluded for
3712 AVRTINY.
3713 (__tablejump2__): Added lpm equivalent instructions for AVRTINY.
3714 (__do_copy_data): Added new definition for AVRTINY.
3715 (__do_clear_bss): Replace r17 by r18 to preserve zero reg for AVRTINY.
3716 (__load_3, __load_4, __xload_1, __xload_2, __xload_3,
3717 __xload_4, __movmemx_qi, __movmemx_hi): Excluded for AVRTINY.
3718 * config/avr/lib1funcs-fixed.S: Replaced occurrences of r0/r1 with
3719 tmp/zero reg macros. Replaced occurrences of sbiw/adiw with wsubi/wadi
3720 macors.
3721 * config/avr/t-avr (LIB1ASMFUNCS): Remove unsupported functions for
3722 AVRTINY.
3723
3724 Fix broken long multiplication on tiny arch.
3725
3726 2014-10-09 Joseph Myers <joseph@codesourcery.com>
3727
3728 * soft-fp/double.h: Update from glibc.
3729 * soft-fp/eqdf2.c: Likewise.
3730 * soft-fp/eqsf2.c: Likewise.
3731 * soft-fp/eqtf2.c: Likewise.
3732 * soft-fp/extenddftf2.c: Likewise.
3733 * soft-fp/extended.h: Likewise.
3734 * soft-fp/extendsfdf2.c: Likewise.
3735 * soft-fp/extendsftf2.c: Likewise.
3736 * soft-fp/extendxftf2.c: Likewise.
3737 * soft-fp/gedf2.c: Likewise.
3738 * soft-fp/gesf2.c: Likewise.
3739 * soft-fp/getf2.c: Likewise.
3740 * soft-fp/ledf2.c: Likewise.
3741 * soft-fp/lesf2.c: Likewise.
3742 * soft-fp/letf2.c: Likewise.
3743 * soft-fp/op-1.h: Likewise.
3744 * soft-fp/op-2.h: Likewise.
3745 * soft-fp/op-4.h: Likewise.
3746 * soft-fp/op-8.h: Likewise.
3747 * soft-fp/op-common.h: Likewise.
3748 * soft-fp/quad.h: Likewise.
3749 * soft-fp/single.h: Likewise.
3750 * soft-fp/soft-fp.h: Likewise.
3751 * soft-fp/unorddf2.c: Likewise.
3752 * soft-fp/unordsf2.c: Likewise.
3753 * soft-fp/unordtf2.c: Likewise.
3754 * config/c6x/eqd.c (__c6xabi_eqd): Update call to FP_CMP_EQ_D.
3755 * config/c6x/eqf.c (__c6xabi_eqf): Update call to FP_CMP_EQ_S.
3756 * config/c6x/ged.c (__c6xabi_ged): Update call to FP_CMP_D.
3757 * config/c6x/gef.c (__c6xabi_gef): Update call to FP_CMP_S.
3758 * config/c6x/gtd.c (__c6xabi_gtd): Update call to FP_CMP_D.
3759 * config/c6x/gtf.c (__c6xabi_gtf): Update call to FP_CMP_S.
3760 * config/c6x/led.c (__c6xabi_led): Update call to FP_CMP_D.
3761 * config/c6x/lef.c (__c6xabi_lef): Update call to FP_CMP_S.
3762 * config/c6x/ltd.c (__c6xabi_ltd): Update call to FP_CMP_D.
3763 * config/c6x/ltf.c (__c6xabi_ltf): Update call to FP_CMP_S.
3764
3765 2014-10-08 Rong Xu <xur@google.com>
3766
3767 * libgcov-util.c (read_gcda_file): Fix format.
3768 (find_match_gcov_info): Ditto.
3769 (calculate_2_entries): New.
3770 (compute_one_gcov): Ditto.
3771 (gcov_info_count_all_cold): Ditto.
3772 (gcov_info_count_all_zero): Ditto.
3773 (extract_file_basename): Ditto.
3774 (get_file_basename): Ditto.
3775 (set_flag): Ditto.
3776 (matched_gcov_info): Ditto.
3777 (calculate_overlap): Ditto.
3778 (gcov_profile_overlap): Ditto.
3779 * libgcov-driver.c (compute_summary): Make
3780 it avavilable for external calls.
3781
3782 2014-10-06 Rong Xu <xur@google.com>
3783
3784 * Makefile.in: Ditto.
3785 * libgcov-driver.c (gcov_sort_n_vals): New utility function.
3786 (gcov_sort_icall_topn_counter): Ditto.
3787 (gcov_sort_topn_counter_arrays): Ditto.
3788 (dump_one_gcov): Sort indirect_call topn counters.
3789 * libgcov-merge.c (__gcov_merge_icall_topn): New merge
3790 function.
3791 * libgcov-profiler.c (__gcov_topn_value_profiler_body): New
3792 utility function.
3793 (__gcov_indirect_call_topn_profiler): New profiler function.
3794 * libgcov-util.c (__gcov_icall_topn_counter_op): New.
3795 * libgcov.h: New decls.
3796
3797 2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
3798
3799 * config.host: Remove support for score-*.
3800
3801 2014-09-22 Joseph Myers <joseph@codesourcery.com>
3802
3803 * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
3804 (__LIBGCC_XF_MANT_DIG__): Define if not already defined.
3805 (LONG_DOUBLE_HAS_XF_MODE): Define in terms of
3806 __LIBGCC_XF_MANT_DIG__.
3807 (__LIBGCC_TF_MANT_DIG__): Define if not already defined.
3808 (LONG_DOUBLE_HAS_TF_MODE): Define in terms of
3809 __LIBGCC_TF_MANT_DIG__.
3810 * libgcc2.c (NOTRUNC): Define in terms of
3811 __LIBGCC_*_EXCESS_PRECISION__, not LIBGCC2_LONG_DOUBLE_TYPE_SIZE.
3812 * libgcc2.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
3813
3814 2014-09-22 Joseph Myers <joseph@codesourcery.com>
3815
3816 PR target/63312
3817 * config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
3818 New macros.
3819
3820 2014-09-22 Hans-Peter Nilsson <hp@axis.com>
3821
3822 * crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS
3823 override USE_PT_GNU_EH_FRAME.
3824 [__LIBGCC_EH_FRAME_SECTION_NAME__ && !USE_PT_GNU_EH_FRAME]: Sanity-
3825 check USE_EH_FRAME_REGISTRY_ALWAYS against
3826 __LIBGCC_EH_FRAME_SECTION_NAME__, emit error if unsane.
3827 * Makefile.in (FORCE_EXPLICIT_EH_REGISTRY): New
3828 variable for substituted force_explicit_eh_registry.
3829 (CRTSTUFF_CFLAGS): Add FORCE_EXPLICIT_EH_REGISTRY.
3830 * configure.ac (explicit-exception-frame-registration):
3831 New AC_ARG_ENABLE.
3832 * configure: Regenerate.
3833
3834 2014-09-19 Olivier Hainque <hainque@adacore.com>
3835
3836 * config.host (powerpc-wrs-vxworksmils): New configuration,
3837 same as vxworksae.
3838
3839 2014-09-18 Joseph Myers <joseph@codesourcery.com>
3840
3841 * libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__.
3842
3843 2014-09-18 Joseph Myers <joseph@codesourcery.com>
3844
3845 * config/i386/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): Treat clear
3846 bits not set bits as indicating trapping exceptions.
3847
3848 2014-09-17 Nathan sidwell <nathan@acm.org>
3849
3850 * Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
3851 (LIBGCOV_DRIVER): ... here.
3852 * libgcov-driver.c (gcov_master): New.
3853 (gcov_exit): Remove from master chain.
3854 (__gcov_init): Add to master chain if version compatible. Don't
3855 clear the version.
3856 * libgcov_interface (__gcov_flust): Call gcov_dump_int.
3857 (gcov_reset_int): Clear master chain, if compatible.
3858 (gcov_dump_int): New internal interface. Dump master chain, if
3859 compatible.
3860 (gcov_dump): Alias for gcov_dump_int.
3861 * libgcov.h (struct gcov_root): Add next and prev fields.
3862 (struct gcov_master): New struct.
3863 (__gcov_master): New.
3864 (gcov_dump_int): Declare.
3865
3866 2014-09-17 Olivier Hainque <hainque@adacore.com>
3867
3868 * config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
3869 and crtbegin.o + crtend.o to extra_parts.
3870
3871 2014-09-12 Joseph Myers <joseph@codesourcery.com>
3872
3873 * libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
3874 __LIBGCC_HAS_SF_MODE__.
3875 (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
3876 (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
3877 (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
3878 * config/libbid/bid_gcc_intrinsics.h
3879 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
3880 (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
3881 (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
3882 * fixed-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
3883 (LIBGCC2_HAS_SF_MODE): Define using __LIBGCC_HAS_SF_MODE__.
3884 (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
3885
3886 2014-09-11 Georg-Johann Lay <avr@gjlay.de>
3887
3888 PR target/63223
3889 * config/avr/libgcc.S (__tablejump2__): Rewrite to use RAMPZ, ELPM
3890 and R24 as needed. Make work for all devices and .text locations.
3891 (__do_global_ctors, __do_global_dtors): Use word addresses.
3892 (__tablejump__, __tablejump_elpm__): Remove functions.
3893 * t-avr (LIB1ASMFUNCS): Remove _tablejump, _tablejump_elpm.
3894 Add _tablejump2.
3895 (XICALL, XIJMP): New macros.
3896
3897 2014-09-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
3898 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3899
3900 * config.host (aarch64*): Include crtfastmath.o and
3901 t-crtfm.
3902 * config/aarch64/crtfastmath.c: New file.
3903
3904 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
3905
3906 * config.host: Remove picochip support.
3907 * config/picochip/adddi3.S: Remove.
3908 * config/picochip/ashlsi3.S: Remove.
3909 * config/picochip/ashlsi3.c: Remove.
3910 * config/picochip/ashrsi3.S: Remove.
3911 * config/picochip/ashrsi3.c: Remove.
3912 * config/picochip/clzsi2.S: Remove.
3913 * config/picochip/cmpsi2.S: Remove.
3914 * config/picochip/divmod15.S: Remove.
3915 * config/picochip/divmodhi4.S: Remove.
3916 * config/picochip/divmodsi4.S: Remove.
3917 * config/picochip/lib1funcs.S: Remove.
3918 * config/picochip/longjmp.S: Remove.
3919 * config/picochip/lshrsi3.S: Remove.
3920 * config/picochip/lshrsi3.c: Remove.
3921 * config/picochip/parityhi2.S: Remove.
3922 * config/picochip/popcounthi2.S: Remove.
3923 * config/picochip/setjmp.S: Remove.
3924 * config/picochip/subdi3.S: Remove.
3925 * config/picochip/t-picochip: Remove.
3926 * config/picochip/ucmpsi2.S: Remove.
3927 * config/picochip/udivmodhi4.S: Remove.
3928 * config/picochip/udivmodsi4.S: Remove.
3929
3930 2014-09-08 Joseph Myers <joseph@codesourcery.com>
3931
3932 * libgcc2.c (SF_SIZE): Change all uses to __LIBGCC_SF_MANT_DIG__.
3933 (DF_SIZE): Change all uses to __LIBGCC_DF_MANT_DIG__.
3934 (XF_SIZE): Change all uses to __LIBGCC_XF_MANT_DIG__.
3935 (TF_SIZE): Change all uses to __LIBGCC_TF_MANT_DIG__.
3936 * libgcc2.h (SF_SIZE): Change to __LIBGCC_SF_MANT_DIG__. Give
3937 error if not defined and LIBGCC2_HAS_SF_MODE is defined.
3938 (DF_SIZE): Change to __LIBGCC_DF_MANT_DIG__. Give error if not
3939 defined and LIBGCC2_HAS_DF_MODE is defined.
3940 (XF_SIZE): Change to __LIBGCC_XF_MANT_DIG__. Give error if not
3941 defined and LIBGCC2_HAS_XF_MODE is defined.
3942 (TF_SIZE): Change to __LIBGCC_TF_MANT_DIG__. Give error if not
3943 defined and LIBGCC2_HAS_TF_MODE is defined.
3944
3945 2014-09-08 Joseph Myers <joseph@codesourcery.com>
3946
3947 * fp-bit.c (pack_d, unpack_d): Remove LARGEST_EXPONENT_IS_NORMAL
3948 and ROUND_TOWARDS_ZERO conditionals.
3949
3950 2014-09-07 Nathan sidwell <nathan@acm.org>
3951
3952 * libgcov-interface.c (STRONG_ALIAS): Rename to ...
3953 (ALIAS_weak): ... here. Use forwarding function. Adjust uses.
3954
3955 2014-09-05 Joseph Myers <joseph@codesourcery.com>
3956
3957 * Makefile.in (CRTSTUFF_CFLAGS): Add -fbuilding-libgcc.
3958 * config/aarch64/linux-unwind.h (STACK_POINTER_REGNUM): Change all
3959 uses to __LIBGCC_STACK_POINTER_REGNUM__.
3960 (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
3961 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3962 * config/alpha/vms-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
3963 Change use to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3964 * config/cr16/unwind-cr16.c (STACK_GROWS_DOWNWARD): Change all
3965 uses to __LIBGCC_STACK_GROWS_DOWNWARD__.
3966 (DWARF_FRAME_REGISTERS): Change all uses to
3967 __LIBGCC_DWARF_FRAME_REGISTERS__.
3968 (EH_RETURN_STACKADJ_RTX): Change all uses to
3969 __LIBGCC_EH_RETURN_STACKADJ_RTX__.
3970 * config/cr16/unwind-dw2.h (DWARF_FRAME_REGISTERS): Change use to
3971 __LIBGCC_DWARF_FRAME_REGISTERS__. Remove conditional definition.
3972 * config/i386/cygming-crtbegin.c (EH_FRAME_SECTION_NAME): Change
3973 use to __LIBGCC_EH_FRAME_SECTION_NAME__.
3974 (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__.
3975 * config/i386/cygming-crtend.c (EH_FRAME_SECTION_NAME): Change use
3976 to __LIBGCC_EH_FRAME_SECTION_NAME__.
3977 (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__
3978 * config/mips/linux-unwind.h (STACK_POINTER_REGNUM): Change use to
3979 __LIBGCC_STACK_POINTER_REGNUM__.
3980 (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
3981 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3982 * config/nios2/linux-unwind.h (STACK_POINTER_REGNUM): Change use
3983 to __LIBGCC_STACK_POINTER_REGNUM__.
3984 * config/pa/hpux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
3985 all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3986 * config/pa/linux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
3987 all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3988 * config/rs6000/aix-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
3989 Change all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3990 (STACK_POINTER_REGNUM): Change all uses to
3991 __LIBGCC_STACK_POINTER_REGNUM__.
3992 * config/rs6000/darwin-fallback.c (STACK_POINTER_REGNUM): Change
3993 use to __LIBGCC_STACK_POINTER_REGNUM__.
3994 * config/rs6000/linux-unwind.h (STACK_POINTER_REGNUM): Change all
3995 uses to __LIBGCC_STACK_POINTER_REGNUM__.
3996 * config/sparc/linux-unwind.h (DWARF_FRAME_REGISTERS): Change use
3997 to __LIBGCC_DWARF_FRAME_REGISTERS__.
3998 * config/sparc/sol2-unwind.h (DWARF_FRAME_REGISTERS): Change use
3999 to __LIBGCC_DWARF_FRAME_REGISTERS__.
4000 * config/tilepro/linux-unwind.h (STACK_POINTER_REGNUM): Change use
4001 to __LIBGCC_STACK_POINTER_REGNUM__.
4002 * config/xtensa/unwind-dw2-xtensa.h (DWARF_FRAME_REGISTERS):
4003 Remove conditional definition.
4004 * crtstuff.c (TEXT_SECTION_ASM_OP): Change all uses to
4005 __LIBGCC_TEXT_SECTION_ASM_OP__.
4006 (EH_FRAME_SECTION_NAME): Change all uses to
4007 __LIBGCC_EH_FRAME_SECTION_NAME__.
4008 (EH_TABLES_CAN_BE_READ_ONLY): Change all uses to
4009 __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__.
4010 (CTORS_SECTION_ASM_OP): Change all uses to
4011 __LIBGCC_CTORS_SECTION_ASM_OP__.
4012 (DTORS_SECTION_ASM_OP): Change all uses to
4013 __LIBGCC_DTORS_SECTION_ASM_OP__.
4014 (JCR_SECTION_NAME): Change all uses to
4015 __LIBGCC_JCR_SECTION_NAME__.
4016 (INIT_SECTION_ASM_OP): Change all uses to
4017 __LIBGCC_INIT_SECTION_ASM_OP__.
4018 (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
4019 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
4020 * generic-morestack.c (STACK_GROWS_DOWNWARD): Change all uses to
4021 __LIBGCC_STACK_GROWS_DOWNWARD__.
4022 * libgcc2.c (INIT_SECTION_ASM_OP): Change all uses to
4023 __LIBGCC_INIT_SECTION_ASM_OP__.
4024 (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
4025 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
4026 (EH_FRAME_SECTION_NAME): Change all uses to
4027 __LIBGCC_EH_FRAME_SECTION_NAME__.
4028 * libgcov-profiler.c (VTABLE_USES_DESCRIPTORS): Remove conditional
4029 definitions. Change all uses to
4030 __LIBGCC_VTABLE_USES_DESCRIPTORS__.
4031 * unwind-dw2.c (STACK_GROWS_DOWNWARD): Change all uses to
4032 __LIBGCC_STACK_GROWS_DOWNWARD__.
4033 (DWARF_FRAME_REGISTERS): Change all uses to
4034 __LIBGCC_DWARF_FRAME_REGISTERS__.
4035 (EH_RETURN_STACKADJ_RTX): Change all uses to
4036 __LIBGCC_EH_RETURN_STACKADJ_RTX__.
4037 * unwind-dw2.h (DWARF_FRAME_REGISTERS): Remove conditional
4038 definition. Change use to __LIBGCC_DWARF_FRAME_REGISTERS__.
4039 * unwind-sjlj.c (DONT_USE_BUILTIN_SETJMP): Change all uses to
4040 __LIBGCC_DONT_USE_BUILTIN_SETJMP__.
4041 (JMP_BUF_SIZE): Change use to __LIBGCC_JMP_BUF_SIZE__.
4042
4043 2014-09-02 Nathan sidwell <nathan@acm.org>
4044
4045 * libgcov-interface.c (STRONG_ALIAS): New.
4046 (__gcov_flush): Call __gcov_reset_int.
4047 (__gcov_reset): Strong alias for ...
4048 (__gcov_reset_ing): ... this renamed hidden version.
4049 * libgcov.h (__gcov_reset_int): New declaration.
4050
4051 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
4052
4053 * config/i386/cygming-crtend.c (register_frame_ctor): Move atexit
4054 call from here...
4055 * config/i386/cygming-crtbegin.c (__gcc_register_frame): to here.
4056 (__dso_handle): Define on Cygwin.
4057 * config/i386/t-cygming (crtbeginS.o): New rule.
4058 * config.host (*-*-cygwin*): Add crtbeginS.o to extra_parts.
4059
4060 * config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
4061 declaration syntax.
4062
4063 2014-08-13 Steve Ellcey <sellcey@mips.com>
4064
4065 * crtstuff.c: Undef caddr_t.
4066
4067 2014-08-12 Steve Ellcey <sellcey@mips.com>
4068
4069 * config/mips/mips16.S: Skip when __mips_soft_float is defined.
4070
4071 2014-08-07 Nathan Sidwell <nathan@acm.org>
4072
4073 * Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...
4074 (LIBGCOV_DRIVER): ... to here.
4075 * libgcov.h (gcov_do_dump): New #define.
4076 (struct gcov_root): New.
4077 (__gcov_root): New declaration.
4078 (__gcov_dump_one): Declare.
4079 * libgcov-driver.c (gcov_list, gcov_dump_complete,
4080 run_accounted): Delete.
4081 (gcov_compute_histogram): Add LIST argument, adjust.
4082 (compute_summary): Adjust gcov_compute_histogram call.
4083 (gcov_do_dump): Not hidden, static in libgcov.
4084 (gcov_clear): Move to interface.c.
4085 (__gcov_dump_one): New, broken out of ...
4086 (gcov_exit): ... here. Make static.
4087 (__gcov_root): New.
4088 (__gcov_init): Adjust.
4089 * libgcov-interface.c (gcov_clear, gcov_exit): Remove
4090 declarations.
4091 (__gcov_flush): Use __gcov_dump_one and __gcov_reset.
4092 (gcov_clear): Moved from driver.c. Add LIST argument.
4093 (__gcov_reset): Adjust for changed interfaces.
4094 (__gcov_fork): Remove local declaration of __gcov_flush_mx.
4095
4096 2014-08-04 Rohit <rohitarulraj@freescale.com>
4097
4098 PR target/60102
4099 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Update
4100 based on change in SPE high register numbers and 3 HTM registers.
4101
4102 2014-08-01 Nathan Sidwell <nathan@acm.org>
4103
4104 * Makefile.in (LIBGCOV_MERGE, LIBGCOV_PROFILER,
4105 LIBGCOV_INTERFACE): Reformat.
4106 * libgcov-driver.c (gcov_exit, __gcov_init): Disable when
4107 IN_GCOV_TOOL.
4108 * libgcov-interface.c: Reformat some comments.
4109 (__gcov_flush_mx): Add declaration. Tidy up definition.
4110
4111 2014-07-31 Alan Modra <amodra@gmail.com>
4112 Peter Bergner <bergner@vnet.ibm.com>
4113
4114 * config/rs6000/ibm-ldouble.c (typedef union longDblUnion): Delete.
4115 (pack_ldouble): New function.
4116 (__gcc_qadd): Use it.
4117 (__gcc_qmul): Likewise.
4118 (__gcc_qdiv): Likewise.
4119 (__gcc_qneg): Likewise.
4120 (__gcc_stoq): Likewise.
4121 (__gcc_dtoq): Likewise.
4122
4123 2014-07-30 J. D. Johnston <jjohnst@us.ibm.com>
4124
4125 * config/s390/tpf-unwind.h: Include <stdbool.h>.
4126 (__tpf_eh_return): Add original return address as second parameter.
4127 Handle cases where unwinder routines were called directly, instead
4128 of from within the C++ library.
4129
4130 2014-07-29 Nathan Sidwell <nathan@acm.org>
4131
4132 * libgcov.h: Move renaming of entry points to lib gcov specific
4133 portion.
4134 (gcov_do_dump): New rename.
4135 (gcov_rewrite): Remove inline, make HIDDEN.
4136 * libgcov-driver.c (gcov_clear, gcov_exit): Remove declarations.
4137 (gcov_exit_compute_summary): Rename to ...
4138 (compute_summary): ... here. Add LIST argument.
4139 (gcov_exit_merge_gcda): Rename to ...
4140 (merge_one_data): ... here.
4141 (gcov_exit_write_gcda): Rename to ...
4142 (write_one_data): ... here.
4143 (gcov_exit_merge_summary): Rename to ...
4144 (merge_summary): Add RUN_COUNTED argument.
4145 (gcov_exit_dump_gcov): Rename to ...
4146 (dump_one_gcov): Add RUN_COUNTED argument.
4147 (gcov_do_dump): New function, broken out of ...
4148 (gcov_exit): ... here. Call it.
4149
4150 2014-07-27 Anthony Green <green@moxielogic.com>
4151
4152 * config.host: Add moxiebox configuration suppport.
4153
4154 2014-07-27 Nathan Sidwell <nathan@acm.org>
4155
4156 * libgcov-driver.c (struct gcov_filename_aux): Rename ...
4157 (struct gcov_filename): ... here. Include buffer and max length
4158 fields.
4159 (gcov_max_filename): Remove.
4160 (gi_filename): Remove.
4161 (gcov_exit_compute_summary): Compute max filename here.
4162 (gcov_exit_merge_gcda): Add filename parm, adjust.
4163 (gcov_exit_merge_summary): Likewise.
4164 (gcov_exit_dump_gcov): Adjust for struct gcov_filename changes.
4165 (gcov_exit): Likewise.
4166 (__gcov_init): Don't calculate max length here.
4167 * libgcov_util.c (max_filename_len): Remove.
4168 (read_gcda_file): Don't calculate max length here.
4169 (gcov_read_profile_dir): Don't propagate here.
4170 * libgcov-driver-system.c (alloc_filename_struct): Adjust for
4171 struct gcov_filename changes.
4172 (gcov_exit_open_gcda_file): Likewise.
4173
4174 2014-07-25 Nathan Sidwell <nathan@acm.org>
4175
4176 * libgcov-driver.c (set_gcov_dump_complete,
4177 reset_gcov_dump_complete, get_gcov_dump_complete): Remove global
4178 functions polluting user's namespace.
4179 (gcov_exit): Set variable directly.
4180 (gcov_clear): Reset variable directly.
4181 * libgcov-interface.c (get_gcov_dymp_complete,
4182 reset_gov_dump_complete): Remove declarations.
4183 (__gcov_reset, __gcov_dump): Don't call them.
4184
4185 2014-07-24 DJ Delorie <dj@redhat.com>
4186
4187 * config/i386/cygming-crtbegin.c (deregister_frame_fn): Newly public.
4188 (__gcc_deregister_frame): Move logic to detect deregister function
4189 to ...
4190 (__gcc_register_frame): here, so it's consistent with the register
4191 logic.
4192
4193 2014-07-23 Nathan Sidwell <nathan@acm.org>
4194
4195 * libgcov-driver.c (set_gcov_list): Remove.
4196 (gcov_list): Make non-static in GCOV_TOOL.
4197 * libgcov.h (GCOV_TOOL_LINKAGE): Remove unused #define.
4198
4199 2014-07-17 John David Anglin <danglin@gcc.gnu.org>
4200
4201 * config/pa/linux-atomic.c (__sync_lock_release_4): New.
4202 (SYNC_LOCK_RELEASE): Update to use __kernel_cmpxchg for release.
4203 Don't use SYNC_LOCK_RELEASE for int type.
4204
4205 2014-07-14 Richard Biener <rguenther@suse.de>
4206
4207 * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
4208
4209 2014-07-11 Rong Xu <xur@google.com>
4210
4211 * libgcov-util.c (gcov_max_filename): Fix declartion.
4212
4213 2014-07-10 Rong Xu <xur@google.com>
4214
4215 Add gcov-tool: an offline gcda profile processing tool
4216 Support.
4217 * libgcov-driver.c (gcov_max_filename): Make available
4218 to gcov-tool.
4219 * libgcov-merge.c (__gcov_merge_add): Replace
4220 gcov_read_counter() with a Macro.
4221 (__gcov_merge_ior): Ditto.
4222 (__gcov_merge_time_profile): Ditto.
4223 (__gcov_merge_single): Ditto.
4224 (__gcov_merge_delta): Ditto.
4225 * libgcov-util.c (void gcov_set_verbose): Set the verbose flag
4226 in the utility functions.
4227 (set_fn_ctrs): Utility function for reading gcda files to in-memory
4228 gcov_list object link lists.
4229 (tag_function): Ditto.
4230 (tag_blocks): Ditto.
4231 (tag_arcs): Ditto.
4232 (tag_lines): Ditto.
4233 (tag_counters): Ditto.
4234 (tag_summary): Ditto.
4235 (read_gcda_finalize): Ditto.
4236 (read_gcda_file): Ditto.
4237 (ftw_read_file): Ditto.
4238 (read_profile_dir_init): Ditto.
4239 (gcov_read_profile_dir): Ditto.
4240 (gcov_read_counter_mem): Ditto.
4241 (gcov_get_merge_weight): Ditto.
4242 (merge_wrapper): A wrapper function that calls merging handler.
4243 (gcov_merge): Merge two gcov_info objects with weights.
4244 (find_match_gcov_info): Find the matched gcov_info in the list.
4245 (gcov_profile_merge): Merge two gcov_info object lists.
4246 (__gcov_add_counter_op): Process edge profile counter values.
4247 (__gcov_ior_counter_op): Process IOR profile counter values.
4248 (__gcov_delta_counter_op): Process delta profile counter values.
4249 (__gcov_single_counter_op): Process single profile counter values.
4250 (fp_scale): Callback function for float-point scaling.
4251 (int_scale): Callback function for integer fraction scaling.
4252 (gcov_profile_scale): Scaling profile counters.
4253 (gcov_profile_normalize): Normalize profile counters.
4254 * libgcov.h: Add headers and functions for gcov-tool use.
4255 (gcov_get_counter): New.
4256 (gcov_get_counter_target): Ditto.
4257 (struct gcov_info): Make the functions field mutable in gcov-tool
4258 compilation.
4259
4260 2014-06-23 Kai Tietz <ktietz@redhat.com>
4261
4262 PR libgcc/61585
4263 * unwind-seh.c (_Unwind_GetGR): Check for proper
4264 index range.
4265 (_Unwind_SetGR): Likewise.
4266
4267 2014-05-22 Nick Clifton <nickc@redhat.com>
4268
4269 * config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
4270 -mhwmult=none.
4271
4272 2014-05-22 Teresa Johnson <tejohnson@google.com>
4273
4274 * libgcov-driver.c (gcov_error): Move declaration before gcov-io.c
4275 include.
4276
4277 2014-05-20 John Marino <gnugcc@marino.st>
4278
4279 * config.host (*-*-dragonfly*): New target.
4280 * crtstuff.c: Make dl_iterate_support generic on *bsd.
4281 * enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
4282 * unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
4283 * config/i386/dragonfly-unwind.h: New.
4284
4285 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4286
4287 PR libgcc/60166
4288 * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S)
4289 (_FP_NANFRAC_D, _FP_NANSIGN_Q): Set the quiet bit.
4290
4291 2014-05-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
4292
4293 * unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
4294 implementation.
4295
4296 2014-05-12 Georg-Johann Lay <avr@gjlay.de>
4297
4298 * config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception.
4299
4300 2014-05-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4301
4302 PR libgcc/61097
4303 * config/t-slibgcc-sld: Only build and install libgcc-unwind.map
4304 if --enable-shared.
4305
4306 2014-04-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4307
4308 Work around for current cygwin32 build problems.
4309 * config/i386/cygming-crtbegin.c (__register_frame_info,
4310 __deregister_frame_info, _Jv_RegisterClasses): Compile weak default
4311 functions only for 64-bit systems.
4312
4313 2014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4314
4315 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
4316 (sigill_caught, sigill_hdlr): Remove.
4317
4318 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4319
4320 * config/i386/crtfastmath.c (set_fast_math): Remove SSE execution
4321 check.
4322 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
4323 Solaris 9 single-threaded support.
4324 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
4325 Solaris 9 single-threaded support. Add call_user_handler code
4326 sequences.
4327 (sparc_is_sighandler): Likewise.
4328
4329 2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4330
4331 * config.host: Append t-floattodi to tmake_file depending on
4332 host_address.
4333
4334 2014-03-20 Joel Sherrill <joel.sherrill@oarcorp.com>
4335
4336 * config.host (v850*-*-*): Add to tmake_file instead of resetting it.
4337
4338 2014-03-10 Uros Bizjak <ubizjak@gmail.com>
4339
4340 PR libgcc/60472
4341 * crtstuff.c (frame_dummy): Use void **jcr_list temporary
4342 variable to avoid "array subscript is above array bounds" warnings.
4343 Use __builtin_expect when checking *jcr_list for NULL.
4344
4345 2014-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4346
4347 PR libgcc/59339
4348 * config.host (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu)
4349 (*-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Only add
4350 vtv_*.o to extra_parts if enable_vtable_verify.
4351
4352 2014-03-06 Nick Clifton <nickc@redhat.com>
4353
4354 * config/msp430/t-msp430 (LIB2ADD): Add lib2hw_mul.S
4355 * config/msp430/lib2hw_mul.S: New: Hardware multiply routines.
4356
4357 2014-02-28 Joey Ye <joey.ye@arm.com>
4358
4359 PR libgcc/60166
4360 * config/arm/sfp-machine.h (_FP_NANFRAC_H,
4361 _FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q):
4362 Set to zero.
4363
4364 2014-02-24 Walter Lee <walt@tilera.com>
4365
4366 * config.host: Support "tilegx*" and "tilepro*" triplets.
4367 * config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
4368 * config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.
4369
4370 2014-02-20 Sandra Loosemore <sandra@codesourcery.com>
4371 Chung-Lin Tang <cltang@codesourcery.com>
4372
4373 * config/nios2/t-nios2 (CRTSTUFF_T_CFLAGS): Add -mno-gpopt.
4374 * config/nios2/crti.S: Remove .file directive.
4375 * config/nios2/crtn.S: Likewise.
4376
4377 2014-02-18 Kai Tietz <ktietz@redhat.com>
4378 Jonathan Schleifer <js@webkeks.org>
4379
4380 PR objc/56870
4381 * unwind-seh.c (_GCC_specific_handler): Pass proper
4382 value to unwind-handler.
4383
4384 2014-02-12 Joseph Myers <joseph@codesourcery.com>
4385
4386 * soft-fp/adddf3.c: Update from glibc.
4387 * soft-fp/addsf3.c: Likewise.
4388 * soft-fp/addtf3.c: Likewise.
4389 * soft-fp/divdf3.c: Likewise.
4390 * soft-fp/divsf3.c: Likewise.
4391 * soft-fp/divtf3.c: Likewise.
4392 * soft-fp/double.h: Likewise.
4393 * soft-fp/eqdf2.c: Likewise.
4394 * soft-fp/eqsf2.c: Likewise.
4395 * soft-fp/eqtf2.c: Likewise.
4396 * soft-fp/extenddftf2.c: Likewise.
4397 * soft-fp/extended.h: Likewise.
4398 * soft-fp/extendsfdf2.c: Likewise.
4399 * soft-fp/extendsftf2.c: Likewise.
4400 * soft-fp/extendxftf2.c: Likewise.
4401 * soft-fp/fixdfdi.c: Likewise.
4402 * soft-fp/fixdfsi.c: Likewise.
4403 * soft-fp/fixdfti.c: Likewise.
4404 * soft-fp/fixsfdi.c: Likewise.
4405 * soft-fp/fixsfsi.c: Likewise.
4406 * soft-fp/fixsfti.c: Likewise.
4407 * soft-fp/fixtfdi.c: Likewise.
4408 * soft-fp/fixtfsi.c: Likewise.
4409 * soft-fp/fixtfti.c: Likewise.
4410 * soft-fp/fixunsdfdi.c: Likewise.
4411 * soft-fp/fixunsdfsi.c: Likewise.
4412 * soft-fp/fixunsdfti.c: Likewise.
4413 * soft-fp/fixunssfdi.c: Likewise.
4414 * soft-fp/fixunssfsi.c: Likewise.
4415 * soft-fp/fixunssfti.c: Likewise.
4416 * soft-fp/fixunstfdi.c: Likewise.
4417 * soft-fp/fixunstfsi.c: Likewise.
4418 * soft-fp/fixunstfti.c: Likewise.
4419 * soft-fp/floatdidf.c: Likewise.
4420 * soft-fp/floatdisf.c: Likewise.
4421 * soft-fp/floatditf.c: Likewise.
4422 * soft-fp/floatsidf.c: Likewise.
4423 * soft-fp/floatsisf.c: Likewise.
4424 * soft-fp/floatsitf.c: Likewise.
4425 * soft-fp/floattidf.c: Likewise.
4426 * soft-fp/floattisf.c: Likewise.
4427 * soft-fp/floattitf.c: Likewise.
4428 * soft-fp/floatundidf.c: Likewise.
4429 * soft-fp/floatundisf.c: Likewise.
4430 * soft-fp/floatunditf.c: Likewise.
4431 * soft-fp/floatunsidf.c: Likewise.
4432 * soft-fp/floatunsisf.c: Likewise.
4433 * soft-fp/floatunsitf.c: Likewise.
4434 * soft-fp/floatuntidf.c: Likewise.
4435 * soft-fp/floatuntisf.c: Likewise.
4436 * soft-fp/floatuntitf.c: Likewise.
4437 * soft-fp/gedf2.c: Likewise.
4438 * soft-fp/gesf2.c: Likewise.
4439 * soft-fp/getf2.c: Likewise.
4440 * soft-fp/ledf2.c: Likewise.
4441 * soft-fp/lesf2.c: Likewise.
4442 * soft-fp/letf2.c: Likewise.
4443 * soft-fp/muldf3.c: Likewise.
4444 * soft-fp/mulsf3.c: Likewise.
4445 * soft-fp/multf3.c: Likewise.
4446 * soft-fp/negdf2.c: Likewise.
4447 * soft-fp/negsf2.c: Likewise.
4448 * soft-fp/negtf2.c: Likewise.
4449 * soft-fp/op-1.h: Likewise.
4450 * soft-fp/op-2.h: Likewise.
4451 * soft-fp/op-4.h: Likewise.
4452 * soft-fp/op-8.h: Likewise.
4453 * soft-fp/op-common.h: Likewise.
4454 * soft-fp/quad.h: Likewise.
4455 * soft-fp/single.h: Likewise.
4456 * soft-fp/soft-fp.h: Likewise.
4457 * soft-fp/subdf3.c: Likewise.
4458 * soft-fp/subsf3.c: Likewise.
4459 * soft-fp/subtf3.c: Likewise.
4460 * soft-fp/truncdfsf2.c: Likewise.
4461 * soft-fp/trunctfdf2.c: Likewise.
4462 * soft-fp/trunctfsf2.c: Likewise.
4463 * soft-fp/trunctfxf2.c: Likewise.
4464 * soft-fp/unorddf2.c: Likewise.
4465 * soft-fp/unordsf2.c: Likewise.
4466 * soft-fp/unordtf2.c: Likewise.
4467 * config/aarch64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): New
4468 macro.
4469 * config/arm/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4470 Likewise.
4471 * config/c6x/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4472 Likewise.
4473 * config/cris/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4474 Likewise.
4475 * config/i386/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4476 Likewise.
4477 * config/ia64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4478 Likewise.
4479 * config/lm32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4480 Likewise.
4481 * config/mips/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4482 Likewise.
4483 * config/moxie/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4484 Likewise.
4485 * config/nds32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4486 Likewise.
4487 * config/nios2/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4488 Likewise.
4489 * config/rs6000/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4490 Likewise.
4491 * config/score/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4492 Likewise.
4493 * config/tilegx/sfp-machine32.h (_FP_TININESS_AFTER_ROUNDING):
4494 Likewise.
4495 * config/tilegx/sfp-machine64.h (_FP_TININESS_AFTER_ROUNDING):
4496 Likewise.
4497 * config/tilepro/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4498 Likewise.
4499
4500 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4501
4502 * config/s390/32/_fixdfdi.c: Throw invalid exception if number
4503 cannot be represented.
4504 * config/s390/32/_fixsfdi.c: Likewise.
4505 * config/s390/32/_fixtfdi.c: Likewise.
4506 * config/s390/32/_fixunsdfdi.c: Likewise.
4507 * config/s390/32/_fixunssfdi.c: Likewise.
4508 * config/s390/32/_fixunstfdi.c: Likewise.
4509
4510 2014-02-07 Richard Sandiford <rdsandiford@googlemail.com>
4511
4512 * configure.ac (libgcc_cv_mips_hard_float): New.
4513 * configure: Regenerate.
4514 * config.host (mips*-*-*): Use t-hardfp-sfdf rather than
4515 t-softfp-sfdf for hard-float targets.
4516 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Reinstate.
4517 (softfp_float_modes, softfp_int_modes, softfp_extensions)
4518 (softfp_truncations, softfp_exclude_libgcc2): New.
4519 * config/t-hardfp: New file.
4520 * config/t-hardfp-sfdf: Likewise.
4521 * config/hardfp.c: Likewise.
4522
4523 2014-02-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4524
4525 * config.host: Include t-floattodi also for s390x.
4526 * config/s390/32/_fixdfdi.c: Omit in 64 bit mode.
4527 * config/s390/32/_fixsfdi.c: Likewise.
4528 * config/s390/32/_fixtfdi.c: Likewise.
4529 * config/s390/32/_fixunsdfdi.c: Likewise.
4530 * config/s390/32/_fixunssfdi.c: Likewise.
4531 * config/s390/32/_fixunstfdi.c: Likewise.
4532
4533 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4534
4535 PR target/59788
4536 * config/t-slibgcc-sld (libgcc-unwind.map): New target.
4537 (install-libgcc-unwind-map-forbuild): New target.
4538 (all): Depend on install-libgcc-unwind-map-forbuild.
4539 (install-libgcc-unwind-map): New target.
4540 (install): Depend on install-libgcc-unwind-map.
4541
4542 2014-02-02 Sandra Loosemore <sandra@codesourcery.com>
4543
4544 * config/nios2/crti.S (_init): Initialize GOT pointer from
4545 _gp_got instead of _GLOBAL_OFFSET_TABLE_.
4546
4547 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
4548
4549 * configure.ac: Check __mips64 when setting host_address.
4550 * configure: Regenerate.
4551 * config.host (mips*-*-*): Add t-softfp-sfdf, mips/t-softfp-tf,
4552 mips/t-mips64 and t-softfp.
4553 (mips*-*-linux*): Don't add mips/t-tpbit.
4554 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS, FPBIT, FPBIT_CFLAGS)
4555 (DPBIT, DPBIT_CFLAGS): Delete.
4556 * config/mips/sfp-machine.h: New file.
4557 * config/mips/t-mips64: Likewise.
4558 * config/mips/t-softfp-tf: Likewise.
4559 * config/mips/t-tpbit: Delete.
4560
4561 2014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
4562
4563 * config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
4564 as long long.
4565
4566 2014-01-25 Walter Lee <walt@tilera.com>
4567
4568 * config/tilepro/atomic.c: Include tconfig.h. Don't include
4569 config.h or system.h.
4570 (bool) Define.
4571
4572 2014-01-25 Walter Lee <walt@tilera.com>
4573
4574 * config/tilepro/atomic.c (pre_atomic_barrier): Mark inline.
4575 (post_atomic_barrier): Ditto.
4576 (__fetch_and_do): New macro.
4577 (__atomic_fetch_and_do): Use __fetch_and_do.
4578 (__sync_fetch_and_do): New macro.
4579 (__sync_fetch_and_add_4): New function.
4580 (__sync_fetch_and_sub_4): New function.
4581 (__sync_fetch_and_or_4): New function.
4582 (__sync_fetch_and_and_4): New function.
4583 (__sync_fetch_and_xor_4): New function.
4584 (__sync_fetch_and_nand_4): New function.
4585 (__sync_fetch_and_add_8): New function.
4586 (__sync_fetch_and_sub_8): New function.
4587 (__sync_fetch_and_or_8): New function.
4588 (__sync_fetch_and_and_8): New function.
4589 (__sync_fetch_and_xor_8): New function.
4590 (__sync_fetch_and_nand_8): New function.
4591 (__do_and_fetch): New macro.
4592 (__atomic_do_and_fetch): Use __do_and_fetch.
4593 (__sync_do_and_fetch): New macro.
4594 (__sync_add_and_fetch_4): New function.
4595 (__sync_sub_and_fetch_4): New function.
4596 (__sync_or_and_fetch_4): New function.
4597 (__sync_and_and_fetch_4): New function.
4598 (__sync_xor_and_fetch_4): New function.
4599 (__sync_nand_and_fetch_4): New function.
4600 (__sync_add_and_fetch_8): New function.
4601 (__sync_sub_and_fetch_8): New function.
4602 (__sync_or_and_fetch_8): New function.
4603 (__sync_and_and_fetch_8): New function.
4604 (__sync_xor_and_fetch_8): New function.
4605 (__sync_nand_and_fetch_8): New function.
4606 (__sync_exchange_methods): New macro.
4607 (__sync_val_compare_and_swap_4): New function.
4608 (__sync_bool_compare_and_swap_4): New function.
4609 (__sync_lock_test_and_test_4): New function.
4610 (__sync_val_compare_and_swap_8): New function.
4611 (__sync_bool_compare_and_swap_8): New function.
4612 (__sync_lock_test_and_test_8): New function.
4613 (__subword_cmpxchg_body): New macro.
4614 (__atomic_compare_exchange_1): Use __subword_cmpxchg_body.
4615 (__atomic_compare_exchange_2): Ditto.
4616 (__sync_subword_cmpxchg): New macro.
4617 (__sync_val_compare_and_swap_1): New function.
4618 (__sync_bool_compare_and_swap_1): New function.
4619 (__sync_val_compare_and_swap_2): New function.
4620 (__sync_bool_compare_and_swap_2): New function.
4621 (__atomic_subword): Rename to ...
4622 (__subword): ... New name.
4623 (__atomic_subword_fetch): Use __subword.
4624 (__sync_subword_fetch): New macro.
4625 (__sync_fetch_and_add_1): New function.
4626 (__sync_fetch_and_sub_1): New function.
4627 (__sync_fetch_and_or_1): New function.
4628 (__sync_fetch_and_and_1): New function.
4629 (__sync_fetch_and_xor_1): New function.
4630 (__sync_fetch_and_nand_1): New function.
4631 (__sync_fetch_and_add_2): New function.
4632 (__sync_fetch_and_sub_2): New function.
4633 (__sync_fetch_and_or_2): New function.
4634 (__sync_fetch_and_and_2): New function.
4635 (__sync_fetch_and_xor_2): New function.
4636 (__sync_fetch_and_nand_2): New function.
4637 (__sync_add_and_fetch_1): New function.
4638 (__sync_sub_and_fetch_1): New function.
4639 (__sync_or_and_fetch_1): New function.
4640 (__sync_and_and_fetch_1): New function.
4641 (__sync_xor_and_fetch_1): New function.
4642 (__sync_nand_and_fetch_1): New function.
4643 (__sync_add_and_fetch_2): New function.
4644 (__sync_sub_and_fetch_2): New function.
4645 (__sync_or_and_fetch_2): New function.
4646 (__sync_and_and_fetch_2): New function.
4647 (__sync_xor_and_fetch_2): New function.
4648 (__sync_nand_and_fetch_2): New function.
4649 (__atomic_subword_lock): Use __subword.
4650 (__sync_subword_lock): New macro.
4651 (__sync_lock_test_and_set_1): New function.
4652 (__sync_lock_test_and_set_2): New function.
4653
4654 2014-01-25 Walter Lee <walt@tilera.com>
4655
4656 * config/tilepro/atomic.c (BIT_OFFSET): Define.
4657 (__atomic_subword_cmpxchg): Use BIT_OFFSET.
4658 (__atomic_subword): Ditto.
4659
4660 2014-01-25 Walter Lee <walt@tilera.com>
4661
4662 * config/tilepro/atomic.c (__atomic_do_and_fetch): Add
4663 a prefix op argument.
4664 (__atomic_nand_fetch_4): Add prefix op.
4665 (__atomic_nand_fetch_8): Ditto.
4666
4667 2014-01-21 Baruch Siach <barch@tkos.co.il>
4668
4669 * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
4670
4671 2014-01-09 Rong Xu <xur@google.com>
4672
4673 * libgcov-driver.c (this_prg): make it local to save
4674 bss space.
4675 (gcov_exit_compute_summary): Ditto.
4676 (gcov_exit_merge_gcda): Ditto.
4677 (gcov_exit_merge_summary): Ditto.
4678 (gcov_exit_dump_gcov): Ditto.
4679
4680 2014-01-08 Rong Xu <xur@google.com>
4681
4682 * libgcov-driver.c: Use libgcov.h.
4683 (buffer_fn_data): Use xmalloc instead of malloc.
4684 (gcov_exit_merge_gcda): Ditto.
4685 * libgcov-driver-system.c (allocate_filename_struct): Ditto.
4686 * libgcov.h: New common header files for libgcov-*.h.
4687 * libgcov-interface.c: Use libgcov.h
4688 * libgcov-merge.c: Ditto.
4689 * libgcov-profiler.c: Ditto.
4690 * Makefile.in: Add dependence to libgcov.h
4691
4692 2014-01-02 Joseph Myers <joseph@codesourcery.com>
4693
4694 * config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in
4695 case of small numerator and finite nonzero result.
4696
4697 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
4698
4699 Update copyright years
4700
4701 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
4702
4703 * config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
4704 config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
4705 config/arc/dp-hack.h, config/arc/fp-hack.h,
4706 config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
4707 config/arc/ieee-754/arc600-dsp/divdf3.S,
4708 config/arc/ieee-754/arc600-dsp/divsf3.S,
4709 config/arc/ieee-754/arc600-dsp/muldf3.S,
4710 config/arc/ieee-754/arc600-dsp/mulsf3.S,
4711 config/arc/ieee-754/arc600-mul64/divdf3.S,
4712 config/arc/ieee-754/arc600-mul64/divsf3.S,
4713 config/arc/ieee-754/arc600-mul64/muldf3.S,
4714 config/arc/ieee-754/arc600-mul64/mulsf3.S,
4715 config/arc/ieee-754/arc600/divsf3.S,
4716 config/arc/ieee-754/arc600/mulsf3.S,
4717 config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
4718 config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
4719 config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
4720 config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
4721 config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
4722 config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
4723 config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
4724 config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
4725 config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
4726 config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
4727 config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
4728 config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
4729 config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
4730 config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
4731 config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
4732 config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
4733 config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
4734 config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
4735 config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
4736 config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
4737 config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
4738 config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
4739 vtv_start_preinit.c: Use the standard form for the copyright notice.
4740
4741 2013-12-31 Sandra Loosemore <sandra@codesourcery.com>
4742 Chung-Lin Tang <cltang@codesourcery.com>
4743 Based on patches from Altera Corporation
4744
4745 * config.host (nios2-*-*,nios2-*-linux*): Add nios2 host cases.
4746 * config/nios2/lib2-nios2.h: New file.
4747 * config/nios2/lib2-divmod-hi.c: New file.
4748 * config/nios2/linux-unwind.h: New file.
4749 * config/nios2/lib2-divmod.c: New file.
4750 * config/nios2/linux-atomic.c: New file.
4751 * config/nios2/t-nios2: New file.
4752 * config/nios2/crti.asm: New file.
4753 * config/nios2/t-linux: New file.
4754 * config/nios2/lib2-divtable.c: New file.
4755 * config/nios2/lib2-mul.c: New file.
4756 * config/nios2/tramp.c: New file.
4757 * config/nios2/crtn.asm: New file.
4758
4759 2013-12-26 Uros Bizjak <ubizjak@gmail.com>
4760
4761 * config/i386/cpuinfo.c (enum vendor_signatures): Remove.
4762 (__cpu_indicator_init): Use signature_INTEL_ebx and signature_AMD_ebx
4763 from cpuid.h to check vendor signatures.
4764
4765 2013-12-26 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4766
4767 * config/i386/cpuinfo.c (processor_types): Rename AMD cpu names
4768 AMD_BOBCAT to AMD_BTVER1 and AMD_JAGUAR to AMD_BTVER2.
4769 (get_amd_cpu): Likewise.
4770
4771 2013-12-25 H.J. Lu <hongjiu.lu@intel.com>
4772
4773 * config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
4774 Haswell.
4775
4776 2013-12-25 Allan Sandfeld Jensen <sandfeld@kde.org>
4777 H.J. Lu <hongjiu.lu@intel.com>
4778
4779 PR target/59422
4780 * config/i386/cpuinfo.c (enum processor_types): Add AMD_BOBCAT
4781 and AMD_JAGUAR.
4782 (enum processor_subtypes): Add AMDFAM15H_BDVER3, AMDFAM15H_BDVER4,
4783 INTEL_COREI7_IVYBRIDGE and INTEL_COREI7_HASWELL.
4784 (enum processor_features): Add FEATURE_SSE4_A, FEATURE_FMA4,
4785 FEATURE_XOP and FEATURE_FMA.
4786 (get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
4787 AMDFAM15H_BDVER3.
4788 (get_intel_cpu): Handle INTEL_COREI7 and INTEL_COREI7_HASWELL.
4789 (get_available_features): Handle FEATURE_FMA, FEATURE_SSE4_A,
4790 FEATURE_FMA4 and FEATURE_XOP.
4791
4792 2013-12-23 H.J. Lu <hongjiu.lu@intel.com>
4793
4794 * config/i386/cpuinfo.c (processor_subtypes): Replace INTEL_ATOM,
4795 INTEL_SLM with INTEL_BONNELL, INTEL_SILVERMONT.
4796 (get_intel_cpu): Updated.
4797
4798 2013-12-12 Zhenqiang Chen <zhenqiang.chen@arm.com>
4799
4800 * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
4801
4802 2013-12-09 Uros Bizjak <ubizjak@gmail.com>
4803
4804 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
4805 instructions when __SSE_MATH__ is defined.
4806
4807 2013-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
4808
4809 * config.host (microblaze-*-rtems*): New.
4810
4811 2013-12-04 Kugan Vivekanandarajah <kuganv@linaro.org>
4812
4813 * config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
4814 architectures that do not have hardware divide instruction.
4815 i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__.
4816
4817 2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
4818
4819 * longlong.h: Delete (moved to include/).
4820
4821 2013-12-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4822
4823 * config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add
4824 of normal number and qNaN to not raise an inexact exception.
4825
4826 2013-11-28 Uros Bizjak <ubizjak@gmail.com>
4827
4828 * config/i386/32/sfp-machine.h (__FP_FRAC_ADDI_4): New macro.
4829
4830 2013-11-28 Matthew Leach <matthew.leach@arm.com>
4831
4832 * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state): Check
4833 for correct opcodes on BE.
4834
4835 2013-11-27 Uros Bizjak <ubizjak@gmail.com>
4836
4837 * soft-fp/op-4.h: Update from glibc.
4838
4839 2013-11-27 Kugan Vivekanandarajah <kuganv@linaro.org>
4840
4841 * libgcc2.c (__udivmoddi4): Define new implementation when
4842 TARGET_HAS_NO_HW_DIVIDE is defined, for processors without any
4843 divide instructions.
4844
4845 2013-11-25 Oleg Endo <olegendo@gcc.gnu.org>
4846
4847 * config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E.
4848
4849 2013-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4850
4851 * config/t-softfp (soft-fp-objects-base): New variable.
4852 (soft-fp-objects): Use it.
4853
4854 2013-11-23 David Edelson <dje.gcc@gmail.com>
4855 Andrew Dixie <andrewd@gentrack.com>
4856
4857 PR target/33704
4858 * config/rs6000/aixinitfini.c: New file.
4859 * config/rs6000/t-aix-cxa (LIB2ADD_ST): Add aixinitfini.c.
4860 * config/rs6000/libgcc-aix-cxa.ver (GCC_4.9): Add libgcc initfini
4861 symbols.
4862
4863 2013-11-22 Yuri Rumyantsev <ysrumyan@gmail.com>
4864
4865 * config/i386/cpuinfo.c (get_intel_cpu): Add Silvermont cases.
4866
4867 2013-11-18 Jan Hubicka <jh@suse.cz>
4868
4869 * libgcov-driver.c (run_accounted): Make global level static.
4870 (gcov_exit_merge_summary): Silence warning; do not clear
4871 run_accounted here.
4872 (gcov_exit): Clear it here.
4873
4874 * libgcov-driver.c (gcov_exit_merge_summary): Fix setting
4875 run_accounted.
4876
4877 * libgcov-driver.c (get_gcov_dump_complete): Update comments.
4878 (all_prg, crc32): Remove static vars.
4879 (gcov_exit_compute_summary): Rewrite to return crc32; do not clear
4880 all_prg.
4881 (gcov_exit_merge_gcda): Add crc32 parameter.
4882 (gcov_exit_merge_summary): Add crc32 and all_prg parameter;
4883 do not account run if it was already accounted.
4884 (gcov_exit_dump_gcov): Add crc32 and all_prg parameters.
4885 (gcov_exit): Initialize all_prg; update.
4886
4887 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
4888
4889 * configure: Regenerate.
4890
4891 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4892 Alan Modra <amodra@gmail.com>
4893
4894 * config/rs6000/linux-unwind.h (TOC_SAVE_SLOT): Define.
4895 (frob_update_context): Use it.
4896
4897 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4898 Alan Modra <amodra@gmail.com>
4899
4900 * config/rs6000/tramp.S [__powerpc64__ && _CALL_ELF == 2]:
4901 (trampoline_initial): Provide ELFv2 variant.
4902 (__trampoline_setup): Likewise.
4903
4904 * config/rs6000/linux-unwind.h (frob_update_context): Do not
4905 check for AIX indirect function call sequence if _CALL_ELF == 2.
4906
4907 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4908 Alan Modra <amodra@gmail.com>
4909
4910 * config/rs6000/linux-unwind.h (get_regs): Do not support
4911 old kernel versions if _CALL_ELF == 2.
4912 (frob_update_context): Do not support PLT stub variants only
4913 generated by old linkers if _CALL_ELF == 2.
4914
4915 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4916 Alan Modra <amodra@gmail.com>
4917
4918 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
4919 location of CR save area for 64-bit little-endian systems.
4920
4921 2013-11-11 Eric Botcazou <ebotcazou@adacore.com>
4922
4923 * config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
4924 in tmake_file.
4925 * config/arm/t-vxworks: Delete.
4926
4927 2013-11-10 Kai Tietz <ktietz@redhat.com>
4928
4929 * config/i386/cygming-crtbegin.c (__gcc_register_frame):
4930 Increment load-count on use of LIBGCC_SONAME DLL.
4931 (hmod_libgcc): New static variable to hold handle of
4932 LIBGCC_SONAME DLL.
4933 (__gcc_deregister_frame): Decrement load-count of
4934 LIBGCC_SONAME DLL.
4935
4936 2013-11-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4937
4938 * configure.ac (libgcc_cv_dfp): Extend check to probe fenv.h
4939 availability.
4940 * configure: Regenerate
4941
4942 2013-11-07 Uros Bizjak <ubizjak@gmail.com>
4943
4944 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Handle
4945 FP_EX_DENORM. Store result to volatile location after SSE division
4946 to close interrupt window. Remove unneeded fwait after x87
4947 division since interrupt window will be closed by emitted fstp.
4948 Rewrite FP_EX_INEXACT handling.
4949
4950 2013-11-06 Joseph Myers <joseph@codesourcery.com>
4951
4952 * soft-fp/README: Update.
4953 * soft-fp/adddf3.c: Update from glibc.
4954 * soft-fp/addsf3.c: Likewise.
4955 * soft-fp/addtf3.c: Likewise.
4956 * soft-fp/divdf3.c: Likewise.
4957 * soft-fp/divsf3.c: Likewise.
4958 * soft-fp/divtf3.c: Likewise.
4959 * soft-fp/double.h: Likewise.
4960 * soft-fp/eqdf2.c: Likewise.
4961 * soft-fp/eqsf2.c: Likewise.
4962 * soft-fp/eqtf2.c: Likewise.
4963 * soft-fp/extenddftf2.c: Likewise.
4964 * soft-fp/extended.h: Likewise.
4965 * soft-fp/extendsfdf2.c: Likewise.
4966 * soft-fp/extendsftf2.c: Likewise.
4967 * soft-fp/extendxftf2.c: Likewise.
4968 * soft-fp/fixdfdi.c: Likewise.
4969 * soft-fp/fixdfsi.c: Likewise.
4970 * soft-fp/fixdfti.c: Likewise.
4971 * soft-fp/fixsfdi.c: Likewise.
4972 * soft-fp/fixsfsi.c: Likewise.
4973 * soft-fp/fixsfti.c: Likewise.
4974 * soft-fp/fixtfdi.c: Likewise.
4975 * soft-fp/fixtfsi.c: Likewise.
4976 * soft-fp/fixtfti.c: Likewise.
4977 * soft-fp/fixunsdfdi.c: Likewise.
4978 * soft-fp/fixunsdfsi.c: Likewise.
4979 * soft-fp/fixunsdfti.c: Likewise.
4980 * soft-fp/fixunssfdi.c: Likewise.
4981 * soft-fp/fixunssfsi.c: Likewise.
4982 * soft-fp/fixunssfti.c: Likewise.
4983 * soft-fp/fixunstfdi.c: Likewise.
4984 * soft-fp/fixunstfsi.c: Likewise.
4985 * soft-fp/fixunstfti.c: Likewise.
4986 * soft-fp/floatdidf.c: Likewise.
4987 * soft-fp/floatdisf.c: Likewise.
4988 * soft-fp/floatditf.c: Likewise.
4989 * soft-fp/floatsidf.c: Likewise.
4990 * soft-fp/floatsisf.c: Likewise.
4991 * soft-fp/floatsitf.c: Likewise.
4992 * soft-fp/floattidf.c: Likewise.
4993 * soft-fp/floattisf.c: Likewise.
4994 * soft-fp/floattitf.c: Likewise.
4995 * soft-fp/floatundidf.c: Likewise.
4996 * soft-fp/floatundisf.c: Likewise.
4997 * soft-fp/floatunditf.c: Likewise.
4998 * soft-fp/floatunsidf.c: Likewise.
4999 * soft-fp/floatunsisf.c: Likewise.
5000 * soft-fp/floatunsitf.c: Likewise.
5001 * soft-fp/floatuntidf.c: Likewise.
5002 * soft-fp/floatuntisf.c: Likewise.
5003 * soft-fp/floatuntitf.c: Likewise.
5004 * soft-fp/gedf2.c: Likewise.
5005 * soft-fp/gesf2.c: Likewise.
5006 * soft-fp/getf2.c: Likewise.
5007 * soft-fp/ledf2.c: Likewise.
5008 * soft-fp/lesf2.c: Likewise.
5009 * soft-fp/letf2.c: Likewise.
5010 * soft-fp/muldf3.c: Likewise.
5011 * soft-fp/mulsf3.c: Likewise.
5012 * soft-fp/multf3.c: Likewise.
5013 * soft-fp/negdf2.c: Likewise.
5014 * soft-fp/negsf2.c: Likewise.
5015 * soft-fp/negtf2.c: Likewise.
5016 * soft-fp/op-1.h: Likewise.
5017 * soft-fp/op-2.h: Likewise.
5018 * soft-fp/op-4.h: Likewise.
5019 * soft-fp/op-8.h: Likewise.
5020 * soft-fp/op-common.h: Likewise.
5021 * soft-fp/quad.h: Likewise.
5022 * soft-fp/single.h: Likewise.
5023 * soft-fp/soft-fp.h: Likewise.
5024 * soft-fp/subdf3.c: Likewise.
5025 * soft-fp/subsf3.c: Likewise.
5026 * soft-fp/subtf3.c: Likewise.
5027 * soft-fp/truncdfsf2.c: Likewise.
5028 * soft-fp/trunctfdf2.c: Likewise.
5029 * soft-fp/trunctfsf2.c: Likewise.
5030 * soft-fp/trunctfxf2.c: Likewise.
5031 * soft-fp/unorddf2.c: Likewise.
5032 * soft-fp/unordsf2.c: Likewise.
5033 * soft-fp/unordtf2.c: Likewise.
5034
5035 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
5036
5037 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Define.
5038 (_FP_MUL_MEAT_D): Ditto.
5039 (_FP_DIV_MEAT_S): Ditto.
5040 (_FP_DIV_MEAT_D): Ditto.
5041 * config.host (i[34567]86-*-rtems*): Remove i386/t-softfp, add
5042 t-softfp-sfdf and t-softfp to tmake_file.
5043
5044 2013-11-03 Uros Bizjak <ubizjak@gmail.com>
5045
5046 * config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
5047 * config/i386/crtprec.c: Ditto.
5048
5049 2013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
5050 Shiva Chen <shiva0217@gmail.com>
5051
5052 * config.host (nds32*-elf*): Add nds32 target.
5053 * config/nds32 : New directory and files.
5054
5055 2013-10-16 Hans-Peter Nilsson <hp@axis.com>
5056
5057 For CRIS ports, switch to soft-fp. Improve arit.c and longlong.h.
5058 * config.host (cpu_type) <Setting default>: Add entry for
5059 crisv32-*-*.
5060 (tmake_file) <crisv32-*-elf, cris-*-elf, cris-*-linux*>
5061 <crisv32-*-linux*>: Adjust.
5062 * longlong.h: Wrap the whole CRIS section in a single
5063 defined(__CRIS__) conditional. Add comment about add_ssaaaa
5064 and sub_ddmmss.
5065 (COUNT_LEADING_ZEROS_0): Define when count_leading_zeros is
5066 defined.
5067 [__CRIS__] (__umulsidi3): Define.
5068 [__CRIS__] (umul_ppmm): Define in terms of __umulsidi3.
5069 * config/cris/sfp-machine.h: New file.
5070 * config/cris/umulsidi3.S: New file.
5071 * config/cris/t-elfmulti (LIB2ADD_ST): Add umulsidi3.S.
5072 * config/cris/arit.c (SIGNMULT): New macro.
5073 (__Div, __Mod): Use SIGNMULT instead of naked multiplication.
5074 * config/cris/mulsi3.S: Tweak to avoid redundant register-copying;
5075 saving 3 out of originally 33 cycles from the fastest
5076 path, 3 out of 54 from the medium path and one from the longest
5077 path. Improve comments.
5078
5079 2013-10-15 Richard Sandiford <rdsandiford@googlemail.com>
5080
5081 * sync.c: Remove static aliases and define each function directly
5082 under its real name.
5083
5084 2013-10-02 John David Anglin <danglin@gcc.gnu.org>
5085
5086 * config.host (hppa*64*-*-linux*): Define extra_parts.
5087 (hppa*-*-linux*): Likewise.
5088
5089 2013-10-02 Joern Rennecke <joern.rennecke@embecosm.com>
5090
5091 * config/arc/crtgend.S: Add 2013 to Copyright years.
5092 * config/arc/gmon/atomic.h: Likewise.
5093 * config/arc/gmon/auxreg.h: Likewise.
5094 * config/arc/gmon/sys/gmon_out.h: Likewise.
5095 * config/arc/gmon/sys/gmon.h: Likewise.
5096 * config/arc/gmon/prof-freq.c: Likewise.
5097 * config/arc/gmon/mcount.c: Likewise.
5098 * config/arc/gmon/prof-freq-stub.S: Likewise.
5099 * config/arc/gmon/gmon.c: Likewise.
5100 * config/arc/gmon/machine-gmon.h: Likewise.
5101 * config/arc/gmon/profil.S: Likewise.
5102 * config/arc/gmon/dcache_linesz.S: Likewise.
5103 * config/arc/crtg.S: Likewise.
5104 * config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
5105 * config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
5106 * config/arc/ieee-754/adddf3.S: Likewise.
5107 * config/arc/ieee-754/truncdfsf2.S: Likewise.
5108 * config/arc/ieee-754/fixsfsi.S: Likewise.
5109 * config/arc/ieee-754/gtsf2.S: Likewise.
5110 * config/arc/ieee-754/floatsisf.S: Likewise.
5111 * config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
5112 * config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
5113 * config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
5114 * config/arc/ieee-754/fixdfsi.S: Likewise.
5115 * config/arc/ieee-754/addsf3.S: Likewise.
5116 * config/arc/ieee-754/gesf2.S: Likewise.
5117 * config/arc/ieee-754/floatsidf.S: Likewise.
5118 * config/arc/ieee-754/extendsfdf2.S: Likewise.
5119 * config/arc/ieee-754/divtab-arc-df.c: Likewise.
5120 * config/arc/ieee-754/gtdf2.S: Likewise.
5121 * config/arc/ieee-754/fixunsdfsi.S: Likewise.
5122 * config/arc/ieee-754/uneqdf2.S: Likewise.
5123 * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
5124 * config/arc/ieee-754/uneqsf2.S: Likewise.
5125 * config/arc/ieee-754/arc-ieee-754.h: Likewise.
5126 * config/arc/ieee-754/divtab-arc-sf.c: Likewise.
5127 * config/arc/ieee-754/eqdf2.S: Likewise.
5128 * config/arc/ieee-754/ordsf2.S: Likewise.
5129 * config/arc/ieee-754/divsf3.S: Likewise.
5130 * config/arc/ieee-754/divdf3.S: Likewise.
5131 * config/arc/ieee-754/floatunsidf.S: Likewise.
5132 * config/arc/ieee-754/orddf2.S: Likewise.
5133 * config/arc/ieee-754/eqsf2.S: Likewise.
5134 * config/arc/ieee-754/gedf2.S: Likewise.
5135 * config/arc/crtn.S: Likewise.
5136 * config/arc/crti.S: Likewise.
5137 * config/arc/t-arc700-uClibc: Likewise.
5138 * config/arc/asm.h: Likewise.
5139 * config/arc/libgcc-excl.ver: Likewise.
5140 * config/arc/t-arc-newlib: Likewise.
5141 * config/arc/divtab-arc700.c: Likewise.
5142 * config/arc/initfini.c: Likewise.
5143 * config/arc/fp-hack.h: Likewise.
5144
5145 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
5146 Diego Novillo <dnovillo@google.com>
5147
5148 * config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
5149 * config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise.
5150 * config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise.
5151 * config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise.
5152
5153 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
5154 Brendan Kehoe <brendan@zen.org>
5155 Simon Cook <simon.cook@embecosm.com>
5156
5157 * config.host (arc*-*-elf*, arc*-*-linux-uclibc*): New configurations.
5158 * config/arc: New directory.
5159 * longlong.h [__arc__] (umul_ppmm): Remove.
5160 [__arc__] (__umulsidi3): Define.
5161 [__arc__ && __ARC_NORM__] (count_leading_zeroes): Define.
5162 [__arc__ && __ARC_NORM__] (COUNT_LEADING_ZEROS_0): Likewise.
5163
5164 2013-09-17 Jacek Caban <jacek@codeweavers.com>
5165
5166 * config/i386/gthr-win32.c: CreateSemaphoreW instead of
5167 CreateSemaphoreA.
5168 * config/i386/gthr-win32.h: Likewise.
5169
5170 2013-09-16 DJ Delorie <dj@redhat.com>
5171
5172 * config/rl78/vregs.h: Add G10 register definitions.
5173 * config/rl78/lib2mul.c: Enable for RL78/G10.
5174 * config/rl78/lib2div.c: Likewise.
5175 * config/rl78/lshrsi3.S: Use vregs.h.
5176 * config/rl78/cmpsi2.S: Likewise.
5177 * config/rl78/trampoline.S: Likewise.
5178 * config/rl78/mulsi2.S: Likewise. Disable for RL78/G10.
5179
5180 2013-09-14 DJ Delorie <dj@redhat.com>
5181 Nick Clifton <nickc@redhat.com>
5182
5183 * config/rl78/mulsi3.S: Remove a few unneeded moves and branches.
5184 * config/rl78/vregs.h: New.
5185 * config/rl78/signbit.S: New file. Implements signbit function.
5186 * config/rl78/divmodsi.S: New.
5187 * config/rl78/divmodhi.S: New.
5188 * config/rl78/divmodqi.S: New.
5189 * config/rl78/t-rl78: Build them here...
5190 * config/rl78/lib2div.c: ...but not here.
5191
5192 2013-09-12 DJ Delorie <dj@redhat.com>
5193
5194 * config.host (msp*-*-elf): New.
5195 * config/msp430/: New port.
5196
5197 2013-08-18 Iain Sandoe <iain@codesourcery.com>
5198
5199 PR gcov-profile/58127
5200 * libgcov.c (__gcov_indirect_call_callee): Don't make this a
5201 __thread var for emulated TLS.
5202 (__gcov_indirect_call_counters): Likewise.
5203
5204 2013-08-16 Maciej W. Rozycki <macro@codesourcery.com>
5205 Catherine Moore <clm@codesourcery.com>
5206 Richard Sandiford <rdsandiford@googlemail.com>
5207
5208 * config/mips/mips16.S (CE_STARTFN, CE_ENDFN): New macros.
5209 (RET_FUNCTION): Use them in place of STARTFN and ENDFN.
5210 (CALL_STUB_NO_RET): Likewise.
5211 (CALL_STUB_RET): Likewise.
5212 * config/mips/libgcc-mips16.ver: Remove __mips16_call_stub and
5213 __mips16_ret call/return stub symbols.
5214 * config.host <mips*-*-linux>: For non-R5900 add t-slibgcc-libgcc
5215 to tmake_file.
5216
5217 2013-08-13 Maciej W. Rozycki <macro@codesourcery.com>
5218
5219 * config.host <mips*-*-linux*>: Remove a stray comment.
5220
5221 2013-08-10 Jan Hubicka <jh@suse.cz>
5222
5223 Work around binutils PR14342
5224 * Makefile.in: Add _gcov_indirect_call_profiler_v2 symbol.
5225 * libgcov.c (L_gcov_indirect_call_profiler): Restore original API.
5226 (L_gcov_indirect_call_profiler_v2): New.
5227
5228 2013-08-06 Jan Hubicka <jh@suse.cz>
5229
5230 * libgcov.c (__gcov_indirect_call_callee,
5231 __gcov_indirect_call_counters): New global vars.
5232 (__gcov_indirect_call_profiler): replace by ...
5233 (__gcov_indirect_call_profiler_v2) ... this one.
5234
5235 2013-08-06 Caroline Tice <cmtice@google.com>
5236
5237 * config.host (extra_parts): Add vtv_start.o, vtv_end.o
5238 vtv_start_preinit.o and vtv_end_preinit.o.
5239 * configure.ac: Add code to check/set enable_vtable_verify.
5240 * Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
5241 true.
5242 * vtv_start_preinit.c: New file.
5243 * vtv_end_preinit.c: New file.
5244 * vtv_start.c: New file.
5245 * vtv_end.c: New file.
5246 * configure: Regenerated.
5247
5248 2013-08-01 Maxim Kuvyrkov <maxim@kugelworks.com>
5249
5250 * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
5251 * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
5252 * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
5253 GPL-3.0-with-GCC-exception.
5254
5255 2013-07-30 Maciej W. Rozycki <macro@codesourcery.com>
5256
5257 * config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
5258 ISA and up.
5259
5260 2013-07-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5261
5262 * config/s390/linux-unwind.h: Use the proper dwarf to hard reg
5263 mapping for FPRs when creating the fallback framestate.
5264
5265 2013-07-19 Georg-Johann Lay <avr@gjlay.de>
5266
5267 PR target/57516
5268 * config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
5269 (__round_s2_const, __round_u2_const)
5270 (__round_s4_const, __round_u4_const, __round_x8):
5271 Saturate result if addition result cannot be represented.
5272
5273 2013-07-15 Matthias Klose <doko@ubuntu.com>
5274
5275 * libgcc2.c: Don't include <limits.h>.
5276
5277 2013-07-09 Janis Johnson <janisjo@codesourcery.com>
5278
5279 * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
5280
5281 2013-07-06 Jakub Jelinek <jakub@redhat.com>
5282
5283 PR target/29776
5284 * libgcc2.c (__floattisf): Avoid undefined signed overflow.
5285
5286 2013-06-28 Jakub Jelinek <jakub@redhat.com>
5287
5288 PR middle-end/36041
5289 * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
5290 Define.
5291 (__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
5292 instead of table lookups.
5293 (__popcountDI2): Likewise.
5294
5295 2013-06-25 Chung-Ju Wu <jasonwucj@gmail.com>
5296
5297 * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
5298 correctly.
5299
5300 2013-06-21 Joseph Myers <joseph@codesourcery.com>
5301
5302 PR other/53317
5303 * soft-fp/adddf3.c: Update from glibc.
5304 * soft-fp/addsf3.c: Likewise.
5305 * soft-fp/addtf3.c: Likewise.
5306 * soft-fp/divdf3.c: Likewise.
5307 * soft-fp/divsf3.c: Likewise.
5308 * soft-fp/divtf3.c: Likewise.
5309 * soft-fp/double.h: Likewise.
5310 * soft-fp/eqdf2.c: Likewise.
5311 * soft-fp/eqsf2.c: Likewise.
5312 * soft-fp/eqtf2.c: Likewise.
5313 * soft-fp/extenddftf2.c: Likewise.
5314 * soft-fp/extended.h: Likewise.
5315 * soft-fp/extendsfdf2.c: Likewise.
5316 * soft-fp/extendsftf2.c: Likewise.
5317 * soft-fp/fixdfdi.c: Likewise.
5318 * soft-fp/fixdfsi.c: Likewise.
5319 * soft-fp/fixsfdi.c: Likewise.
5320 * soft-fp/fixsfsi.c: Likewise.
5321 * soft-fp/fixtfdi.c: Likewise.
5322 * soft-fp/fixtfsi.c: Likewise.
5323 * soft-fp/fixunsdfdi.c: Likewise.
5324 * soft-fp/fixunsdfsi.c: Likewise.
5325 * soft-fp/fixunssfdi.c: Likewise.
5326 * soft-fp/fixunssfsi.c: Likewise.
5327 * soft-fp/fixunstfdi.c: Likewise.
5328 * soft-fp/fixunstfsi.c: Likewise.
5329 * soft-fp/floatdidf.c: Likewise.
5330 * soft-fp/floatdisf.c: Likewise.
5331 * soft-fp/floatditf.c: Likewise.
5332 * soft-fp/floatsidf.c: Likewise.
5333 * soft-fp/floatsisf.c: Likewise.
5334 * soft-fp/floatsitf.c: Likewise.
5335 * soft-fp/floatundidf.c: Likewise.
5336 * soft-fp/floatundisf.c: Likewise.
5337 * soft-fp/floatunditf.c: Likewise.
5338 * soft-fp/floatunsidf.c: Likewise.
5339 * soft-fp/floatunsisf.c: Likewise.
5340 * soft-fp/floatunsitf.c: Likewise.
5341 * soft-fp/gedf2.c: Likewise.
5342 * soft-fp/gesf2.c: Likewise.
5343 * soft-fp/getf2.c: Likewise.
5344 * soft-fp/ledf2.c: Likewise.
5345 * soft-fp/lesf2.c: Likewise.
5346 * soft-fp/letf2.c: Likewise.
5347 * soft-fp/muldf3.c: Likewise.
5348 * soft-fp/mulsf3.c: Likewise.
5349 * soft-fp/multf3.c: Likewise.
5350 * soft-fp/negdf2.c: Likewise.
5351 * soft-fp/negsf2.c: Likewise.
5352 * soft-fp/negtf2.c: Likewise.
5353 * soft-fp/op-1.h: Likewise.
5354 * soft-fp/op-2.h: Likewise.
5355 * soft-fp/op-4.h: Likewise.
5356 * soft-fp/op-8.h: Likewise.
5357 * soft-fp/op-common.h: Likewise.
5358 * soft-fp/quad.h: Likewise.
5359 * soft-fp/single.h: Likewise.
5360 * soft-fp/soft-fp.h: Likewise.
5361 * soft-fp/subdf3.c: Likewise.
5362 * soft-fp/subsf3.c: Likewise.
5363 * soft-fp/subtf3.c: Likewise.
5364 * soft-fp/truncdfsf2.c: Likewise.
5365 * soft-fp/trunctfdf2.c: Likewise.
5366 * soft-fp/trunctfsf2.c: Likewise.
5367 * soft-fp/unorddf2.c: Likewise.
5368 * soft-fp/unordsf2.c: Likewise.
5369 * soft-fp/unordtf2.c: Likewise.
5370 * config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
5371 * config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5372 * config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5373 * config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5374 * config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5375 * config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5376 * config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5377 * config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5378 * config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5379 * config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
5380 * config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
5381 * config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5382
5383 2013-06-16 Jürgen Urban <JuergenUrban@gmx.de>
5384
5385 * config/mips/lib2funcs.c: New file.
5386 * config/mips/t-mips (LIB2ADD_ST): Add it.
5387
5388 2013-06-09 Oleg Endo <olegendo@gcc.gnu.org>
5389
5390 PR target/6526
5391 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Do not change bits
5392 other than FPSCR.PR and FPSCR.SZ. Add SH4A implementation.
5393
5394 2013-06-08 Walter Lee <walt@tilera.com>
5395
5396 * config/tilepro/atomic.h: Don't include stdint.h or features.h.
5397 Replace int64_t with long long. Add __extension__ where
5398 appropriate.
5399 * config/tilepro/atomic.c: Include config.h.
5400
5401 2013-06-06 Douglas B Rupp <rupp@adacore.com>
5402
5403 * config.host (arm-wrs-vxworks): Configure with other soft float.
5404
5405 2013-06-04 Jürgen Urban <JuergenUrban@gmx.de>
5406
5407 * config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
5408 (mips64r5900el-*-elf*): New configurations.
5409
5410 2013-06-04 Alan Modra <amodra@gmail.com>
5411
5412 * config/rs6000/ibm-ldouble.c: Enable for little-endian.
5413
5414 2013-06-03 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
5415
5416 * config/i386/cpuinfo.c (INTEL_SLM): New enum value.
5417
5418 2013-05-28 Eric Botcazou <ebotcazou@adacore.com>
5419
5420 * config/sparc/sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set
5421 fs->signal_frame for SIGFPE raised for IEEE-754 exceptions.
5422 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Likewise.
5423
5424 2013-05-22 Eric Botcazou <ebotcazou@adacore.com>
5425
5426 * config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
5427 (powerpc-wrs-vxworks): Likewise.
5428
5429 2013-05-22 Eric Botcazou <ebotcazou@adacore.com>
5430
5431 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
5432 signal frames as well.
5433 (MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the
5434 STACK_BIAS to the CFA offset.
5435
5436 2013-05-17 Richard Henderson <rth@redhat.com>
5437
5438 PR target/49146
5439 * unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
5440 (execute_cfa_program): Use it when storing to fs->regs.
5441
5442 2013-05-08 Kai Tietz <ktietz@redhat.com>
5443
5444 * config/i386/cygming-crtbegin.c (__register_frame_info): Make weak.
5445 (__deregister_frame_info): Likewise.
5446
5447 2013-05-06 Thomas Schwinge <thomas@codesourcery.com>
5448
5449 * fp-bit.c (unpack_d, pack_d): Properly preserve and restore a
5450 NaN's payload.
5451
5452 * fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
5453
5454 2013-04-25 Alan Modra <amodra@gmail.com>
5455
5456 * config.host: Match little-endian powerpc-linux.
5457
5458 2013-04-19 Yufeng Zhang <yufeng.zhang@arm.com>
5459
5460 * config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
5461 as 'unsigned long long' instead of 'unsigned long'.
5462 (_FP_WS_TYPE): Change to define as 'signed long long' instead of
5463 'signed long'.
5464
5465 2013-04-10 Julian Brown <julian@codesourcery.com>
5466
5467 * config/arm/linux-atomic.c (SUBWORD_SYNC_OP, SUBWORD_VAL_CAS)
5468 (SUBWORD_TEST_AND_SET): Use signed char/short types instead of
5469 unsigned char/unsigned short.
5470 (__sync_val_compare_and_swap_{1,2}): Handle signed argument.
5471
5472 2013-04-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5473
5474 PR other/55274
5475 * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.
5476
5477 2013-04-04 Meador Inge <meadori@codesourcery.com>
5478
5479 * config/arm/bpabi.S (aeabi_ldivmod): Add DWARF information for
5480 computing the location of the link register.
5481 (aeabi_uldivmod): Ditto.
5482
5483 2013-03-27 Kai Tietz <ktietz@redhat.com>
5484
5485 * config.host: Add support for cygwin x64 target.
5486 * configure: Regenerated.
5487
5488 2013-03-26 Walter Lee <walt@tilera.com>
5489
5490 * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
5491 -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
5492
5493 2013-03-25 Kai Tietz <ktietz@redhat.com>
5494
5495 * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
5496
5497 2013-03-20 Robert Mason <rbmj@verizon.net>
5498
5499 * config/vxlib-tls.c (__gthread_get_tsd_data,)
5500 (__gthread_set_tsd_data, __gthread_enter_tsd_dtor_context,)
5501 (__gthread_leave_tsd_dtor_context): Add prototypes.
5502 (tls_delete_hook): Update.
5503
5504 2013-03-20 Catherine Moore <clm@codesourcery.com>
5505 Joseph Myers <joseph@codesourcery.com>
5506 Chao-ying Fu <fu@mips.com>
5507
5508 * config/mips/mips16.S: Don't build for microMIPS.
5509 * config/mips/linux-unwind.h: Handle microMIPS frame.
5510 * config/mips/crtn.S (fini, init): New labels.
5511
5512 2013-03-14 Jakub Jelinek <jakub@redhat.com>
5513
5514 PR tree-optimization/53265
5515 * unwind-dw2.c (execute_cfa_program): Avoid
5516 -Waggressive-array-optimizations warnings for DW_CFA_GNU_window_save
5517 on targets with DWARF_FRAME_REGISTERS < 32.
5518
5519 2013-03-13 Oleg Endo <olegendo@gcc.gnu.org>
5520
5521 PR target/49880
5522 * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Enable for SH2A.
5523 (sdivsi3, udivsi3): Remove SH4 check and always compile these functions.
5524
5525 2013-03-07 Sriraman Tallam <tmsriram@google.com>
5526
5527 * config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for
5528 sandybridge processors.
5529
5530 2013-03-06 Oleg Endo <olegendo@gcc.gnu.org>
5531
5532 PR target/56529
5533 * config/sh/lib1funcs.S (udivsi3_i4i, sdivsi3_i4i): Add __SH2A__ to
5534 inclusion list.
5535
5536 2013-03-04 Edgar E. Iglesias <edgar.iglesias@gmail.com>
5537
5538 * config/microblaze/crti.S: Setup stack protection at entry
5539
5540 2013-03-04 Georg-Johann Lay <avr@gjlay.de>
5541
5542 * config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)
5543 (__rotldi3): Shift bytewise if applicable.
5544
5545 2013-03-01 James Greenhalgh <james.greenhalgh@arm.com>
5546
5547 * config/aarch64/sync-cache.c
5548 (__aarch64_sync_cache_range): Silence warnings.
5549
5550 2013-02-25 Catherine Moore <clm@codesourcery.com>
5551
5552 Revert:
5553 2013-02-24 Catherine Moore <clm@codesourcery.com>
5554 Joseph Myers <joseph@codesourcery.com>
5555 Chao-ying Fu <fu@mips.com>
5556
5557 * config/mips/mips16.S: Don't build for microMIPS.
5558 * config/mips/linux-unwind.h: Handle microMIPS frame.
5559 * config/mips/crtn.S (fini, init): New labels.
5560
5561 2013-02-24 Catherine Moore <clm@codesourcery.com>
5562 Joseph Myers <joseph@codesourcery.com>
5563 Chao-ying Fu <fu@mips.com>
5564
5565 * config/mips/mips16.S: Don't build for microMIPS.
5566 * config/mips/linux-unwind.h: Handle microMIPS frame.
5567 * config/mips/crtn.S (fini, init): New labels.
5568
5569 2012-02-19 Edgar E. Iglesias <edgar.iglesias@gmail.com>
5570 * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
5571 as dividend.
5572
5573 2013-02-16 Alan Modra <amodra@gmail.com>
5574
5575 PR target/55431
5576 * config/rs6000/linux-unwind.h (ppc_linux_aux_vector): Delete.
5577 (ppc_fallback_frame_state): Always set up save locations for fp
5578 and altivec. Don't bother with non-callee-saved regs, r0-r13
5579 except for r2 on ppc64, fr0-fr13, v0-v19, vscr.
5580
5581 2013-02-12 Georg-Johann Lay <avr@gjlay.de>
5582
5583 PR target/54222
5584 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add: _usmulUHA, _usmulUSA,
5585 _ssmulHA, _ssmulSA.
5586 (LIB1ASMFUNCS): Add: _muldi3_6, _mulsidi3, _umulsidi3, _usmuluha3,
5587 _ssmulha3, _usmulusa3, _ssmulsa3.
5588 * config/avr/lib1funcs.S (__muldi3_6): Break out of __muldi3.
5589 (__muldi3): XCALL __muldi3_6 instead of rcall.
5590 (__umulsidi3, __mulsidi3): New functions.
5591 (do_prologue_saves, do_epilogue_restores): New .macros.
5592 (__divdi3_moddi3): Use them.
5593 * config/avr/lib1funcs-fixed.S (__usmuluha3, __ssmulha3)
5594 (__usmulusa3, __ssmulsa3): New functions.
5595
5596 2013-02-11 Iain Sandoe <iain@codesourcery.com>
5597 Jack Howarth <howarth@bromo.med.uc.edu>
5598 Patrick Marlier <patrick.marlier@gmail.com>
5599
5600 PR libitm/55693
5601 * config/darwin-crt-tm.c: Remove dummy functions hack.
5602
5603 2013-02-08 Georg-Johann Lay <avr@gjlay.de>
5604
5605 PR target/54222
5606 * config/avr/lib2funcs.c: New C sources for modules for libgcc.a.
5607 * config/avr/lib2-object.mk: New iterator to build objects from it.
5608 * config/avr/t-avr: Iterate lib2-object.mk to build objects from
5609 lib2funcs.c.
5610 (LIB2FUNCS_EXCLUDE): Add _clrsbdi2.
5611 (LIB1ASMFUNCS): Add: _ssabs_1, _mask1, _ret, _roundqq3, _rounduqq3,
5612 _round_s2, _round_u2, _round_2_const, _addmask_2, _round_s4,
5613 _round_u4, _round_4_const, _addmask_4, _round_x8, _rounddq3
5614 _roundudq3, _roundda3 _rounduda3, _roundta3 _rounduta3.
5615 * config/avr/lib1funcs-fixed.S: Implement them.
5616
5617 2013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
5618
5619 Update copyright years.
5620
5621 2013-02-01 David Edelsohn <dje.gcc@gmail.com>
5622
5623 PR target/54601
5624 * config.host (powerpc-ibm-aix[56789]): Add t-aix-cxa to tmake_file.
5625 Add crtcxa to extra_parts.
5626 * config/rs6000/exit.h: New file.
5627 * config/rs6000/cxa_atexit.c: New file.
5628 * config/rs6000/cxa_finalize.c: New file.
5629 * config/rs6000/crtcxa.c: New file.
5630 * config/rs6000/t-aix-cxa: New file.
5631 * config/rs6000/libgcc-aix-cxa.ver: New file.
5632
5633 2013-01-31 Nick Clifton <nickc@redhat.com>
5634
5635 * config/v850/lib1funcs.S: Add support for e3v5 architecture
5636 variant.
5637
5638 2013-01-29 Georg-Johann Lay <avr@gjlay.de>
5639
5640 PR target/54222
5641 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
5642 _mulQQ, _mulHQ, _mulHA, _mulSA,
5643 _mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
5644 _divQQ, _divHQ, _divHA, _divSA,
5645 _divUQQ, _divUHQ, _divUHA, _divUSA.
5646
5647 2013-01-26 David Holsgrove <david.holsgrove@xilinx.com>
5648
5649 * config.host(microblaze*-linux*): tmake_file: Remove
5650 t-slibgcc-nolc-override, add t-slibgcc-libgcc.
5651 * config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE
5652 to exclude functions from being built with libgcc.c and use
5653 the microblaze assembly.
5654
5655 2013-01-26 Edgar E. Iglesias <edgar.iglesias@gmail.com>
5656
5657 * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
5658 extra_parts.
5659
5660 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
5661
5662 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
5663 results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
5664 __UINTPTR_TYPE__; also cast 'base' to the same type before the
5665 alignment operation.
5666
5667 2013-01-15 Sofiane Naci <sofiane.naci@arm.com>
5668
5669 * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
5670 loop start address for cache clearing.
5671
5672 2013-01-14 Georg-Johann Lay <avr@gjlay.de>
5673
5674 * config/avr/lib1funcs.S: Remove trailing blanks.
5675 * config/avr/lib1funcs-fixed.S: Ditto.
5676
5677 2013-01-14 Georg-Johann Lay <avr@gjlay.de>
5678
5679 * config/avr/avr-lib.h: Add GPL copyright notice.
5680
5681 2013-01-14 Georg-Johann Lay <avr@gjlay.de>
5682
5683 * fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
5684 declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
5685 (SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
5686 min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
5687
5688 2013-01-07 Mark Kettenis <kettenis@openbsd.org>
5689
5690 * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*):
5691 Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
5692
5693 2013-01-04 Nick Clifton <nickc@redhat.com>
5694
5695 * config/v850/lib1funcs.S: Only provide CALLT support functions if
5696 the CALLT instruction is supported.
5697
5698 2012-12-20 Jonathan Wakely <jwakely.gcc@gmail.com>
5699
5700 * gthr.h (__gthread_cond_timedwait_recursive): Do not require.
5701 * gthr-posix.h (__gthread_cond_timedwait_recursive): Remove.
5702
5703 2012-12-13 John Tytgat <John@bass-software.com>
5704
5705 * config/arm/fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp
5706 is 25.
5707
5708 2012-12-12 Jakub Jelinek <jakub@redhat.com>
5709
5710 PR libgcc/55451
5711 * fixed-bit.c (FIXED_SSADD, FIXED_SSSUB, FIXED_SSNEG): Avoid
5712 undefined signed overflows.
5713
5714 2012-12-09 Uros Bizjak <ubizjak@gmail.com>
5715
5716 PR target/55344
5717 * config/alpha/linux-unwind.h: Disable when inhibit_libc is defined.
5718
5719 2012-12-06 Uros Bizjak <ubizjak@gmail.com>
5720
5721 * config/i386/sfp-machine.h (FP_EX_ALL): Define.
5722 (FP_TRAPPING_EXCEPTIONS): Define.
5723 * config/i386/32/sfp-machine.h (FP_EX_SHIFT): Define.
5724 * config/i386/64/sfp-machine.h (FP_EX_SHIFT): Ditto.
5725
5726 2012-12-04 Richard Henderson <rth@redhat.com>
5727
5728 PR bootstrap/55571
5729 * Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.
5730
5731 2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
5732
5733 * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
5734 (FP_EX_SHIFT): Define.
5735 (FP_TRAPPING_EXCEPTIONS): Define.
5736
5737 2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
5738
5739 * config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
5740 (FP_ROUNDMODE): Use FP_RND_MASK.
5741 * config/aarch64/sfp-exceptions.c: New.
5742 * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5743 Use __sfp_handle_exceptions.
5744
5745 2012-12-04 Richard Earnshaw <rearnsha@arm.com>
5746
5747 * config.host: (arm*-*-freebsd*): Remove.
5748 (arm*-*-linux*, arm*-*-uclinux*): Simplify logic.
5749 (arm*-*-elf*): Remove.
5750 (arm*-*-wince-pe*): Remove.
5751 * arm/unwind-arm.c (struct fpa_reg): Delete.
5752 (struct fpa_regs): Delete.
5753 (phase1_vrs): Remove fpa element.
5754 (_Unwind_VRS_Get): Remove _UVRSC_FPA.
5755 (_Unwind_VRS_Set, _Unwind_VRS_Pop): Likewise.
5756 * arm/pr-support.c (__gnu_unwind_execute): Remove FPA support.
5757 * ieee754-sf.S (floatundisf): Remove FPA support.
5758 (floatdisf): Likewise.
5759 * ieee75f-df.S (floatundidf): Likewise.
5760 (floatdidf): Likewise.
5761
5762 2012-11-29 Kai Tietz <ktietz@redhat.com>
5763
5764 PR target/55445
5765 * unwind-c.c (__SEH__): Make sure SjLj isn't active.
5766 * unwind-generic.h: Likewise.
5767 * unwind-seh.c: Likewise.
5768
5769 2012-11-28 Richard Henderson <rth@redhat.com>
5770
5771 PR libgcc/48076
5772 * emutls.c (__emutls_get_address): Avoid race condition between
5773 obj->loc.offset read and emutls_key initialization.
5774
5775 2012-11-22 Georg-Johann Lay <avr@gjlay.de>
5776
5777 Adjust decimal point of signed accum mode to GCC default.
5778
5779 PR target/54222
5780 * config/avr/t-avr (LIB1ASMFUNCS): Add _fractsfsq _fractsfusq,
5781 _divqq_helper.
5782 * config/avr/lib1funcs-fixed.S (__fractqqsf, __fracthqsf)
5783 (__fractsasf, __fractsfha, __fractusqsf, __fractsfsa)
5784 (__mulha3, __mulsa3)
5785 (__divqq3, __divha3, __divsa3): Adjust to new position of
5786 decimal point of signed accum types.
5787
5788 (__mulusa3_round): New function.
5789 (__mulusa3): Use it.
5790 (__divqq_helper): New function.
5791 (__udivuqq3): Use it.
5792
5793 2012-11-20 Jakub Jelinek <jakub@redhat.com>
5794
5795 PR bootstrap/55370
5796 * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
5797
5798 2012-11-18 Teresa Johnson <tejohnson@google.com>
5799
5800 PR bootstrap/55051
5801 * libgcov.c (gcov_exit): Remove merged program summary
5802 comparison unless !GCOV_LOCKED.
5803
5804 2012-11-15 Marcus Shawcroft <marcus.shawcroft@arm.com>
5805
5806 * soft-fp: Updated from glibc upstream.
5807
5808 2012-11-06 Ian Lance Taylor <iant@google.com>
5809
5810 * generic-morestack.c (__generic_morestack): Align the returned
5811 stack pointer to a 32 byte boundary.
5812 * config/i386/morestack.S (__morestack_non_split) [32-bit]: Don't
5813 increment the return address until we have decided that we don't
5814 have a varargs function.
5815 (__morestack) [32-bit]: Align stack correctly when calling C
5816 functions.
5817 (__morestack) [64-bit]: Likewise.
5818
5819 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
5820
5821 * configure: Regenerate.
5822
5823 2012-11-02 Uros Bizjak <ubizjak@gmail.com>
5824
5825 PR target/55175
5826 * config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
5827 * config/i386/sfp-machine.h: Guard exception handling
5828 code with _SOFT_FLOAT.
5829 * config/i386/32/sfp-machine.h: Guard rounding handling
5830 code with _SOFT_FLOAT.
5831 * config/i386/64/sfp-machine.h: Ditto.
5832
5833 2012-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
5834
5835 * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
5836 as extra_parts.
5837
5838 2012-10-26 Uros Bizjak <ubizjak@gmail.com>
5839
5840 * config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
5841 Clear only fxsave.mxcsr_mask. Use saved mxcsr from fxsave structure
5842 when appropriate. Correct structure element types.
5843 * config/i386/t-crtfm (crtfastmath.o): Compile with -mfxsr, remove
5844 -minline-all-stringops from compile flags.
5845
5846 2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
5847
5848 * config.host (sparc64-*-rtems*): Remove sparc/t-elf.
5849
5850 2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
5851
5852 * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
5853
5854 2012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
5855
5856 * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
5857 tmake_file.
5858
5859 2012-10-23 Ian Bolton <ian.bolton@arm.com>
5860 Jim MacArthur <jim.macarthur@arm.com>
5861 Marcus Shawcroft <marcus.shawcroft@arm.com>
5862 Nigel Stephens <nigel.stephens@arm.com>
5863 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5864 Richard Earnshaw <rearnsha@arm.com>
5865 Sofiane Naci <sofiane.naci@arm.com>
5866 Stephen Thomas <stephen.thomas@arm.com>
5867 Tejas Belagod <tejas.belagod@arm.com>
5868 Yufeng Zhang <yufeng.zhang@arm.com>
5869
5870 * config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
5871 * config/aarch64/crti.S: New file.
5872 * config/aarch64/crtn.S: New file.
5873 * config/aarch64/linux-unwind.h: New file.
5874 * config/aarch64/sfp-machine.h: New file.
5875 * config/aarch64/sync-cache.c: New file.
5876 * config/aarch64/t-aarch64: New file.
5877 * config/aarch64/t-softfp: New file.
5878
5879 2012-10-21 Hans-Peter Nilsson <hp@bitrange.com>
5880
5881 * config/mmix/crti.S: Mark program and data addresses using PRELD.
5882 Remove typo'd and unnecessary alignment-LOC for .data. Remove
5883 no-longer-needed LDBU insns.
5884
5885 2012-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
5886
5887 * config.host
5888 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
5889 "arm*-*-rtemseabi*" to "arm*-*-rtems*".
5890
5891 2012-10-17 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5892
5893 * config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A.
5894
5895 2012-10-15 Matthias Klose <doko@ubuntu.com>
5896
5897 * config.host: Match arm*-*-linux-* for ARM Linux/GNU.
5898
5899 2012-10-15 Pavel Chupin <pavel.v.chupin@intel.com>
5900
5901 * configure: Regenerate.
5902 * configure.ac: Replace code with GCC_AC_THREAD_HEADER use.
5903
5904 2012-10-10 Uros Bizjak <ubizjak@gmail.com>
5905
5906 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
5907 instructions for 64bit targets only.
5908
5909 2012-10-10 Uros Bizjak <ubizjak@gmail.com>
5910
5911 * config/i386/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
5912 FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX): Move to ...
5913 * config/i386/32/sfp-machine.h: ... here.
5914 * config/i386/64/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
5915 FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX):
5916 New defines.
5917
5918 2012-10-07 Matthias Klose <doko@ubuntu.com>
5919
5920 * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
5921 as unused.
5922 (_Unwind_decode_typeinfo_ptr): Mark base as unused.
5923
5924 2012-10-06 Mark Kettenis <kettenis@openbsd.org>
5925
5926 * config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
5927 * unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
5928 (USE_PT_GNU_EH_FRAME): Define for OpenBSD.
5929 (ElfW): Likewise.
5930
5931 2012-10-05 Jonathan Wakely <jwakely.gcc@gmail.com>
5932
5933 PR other/53889
5934 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
5935 Fix parameter names.
5936
5937 2012-10-04 Oleg Endo <olegendo@gcc.gnu.org>
5938
5939 PR target/33135
5940 * config/sh/t-sh (HOST_LIBGCC2_CFLAGS): Delete.
5941 * config/sh/t-netbsd (HOST_LIBGCC2_CFLAGS): Delete.
5942 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Remove mieee option.
5943
5944 2012-10-03 Oleg Endo <olegendo@gcc.gnu.org>
5945
5946 PR target/50457
5947 * config/sh/linux-atomic.S: Delete.
5948 * config/sh/linux-atomic.c: New.
5949 * config/sh/t-linux (LIB2ADD): Replace linux-atomic.S with
5950 linux-atomic.c. Add cflags to disable warnings.
5951
5952 2012-10-02 Jonathan Wakely <jwakely.gcc@gmail.com>
5953
5954 PR other/53889
5955 * gthr.h (__gthread_recursive_mutex_destroy): Document new required
5956 function.
5957 * gthr-posix.h (__gthread_recursive_mutex_destroy): Define.
5958 * gthr-single.h (__gthread_recursive_mutex_destroy): Likewise.
5959 * config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise.
5960 * config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise.
5961 * config/i386/gthr-win32.c (__gthread_win32_recursive_mutex_destroy):
5962 Likewise.
5963 * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
5964 Likewise.
5965 * config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy):
5966 Likewise.
5967 * config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise.
5968 * config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise.
5969
5970 2012-09-19 Mark Kettenis <kettenis@openbsd.org>
5971
5972 * config.host (hppa-*-openbsd*): New target.
5973 * config/pa/t-openbsd: New file.
5974
5975 2012-09-15 Georg-Johann Lay <avr@gjlay.de>
5976
5977 PR target/54222
5978 * config/avr/lib1funcs-fixed.S (__ssneg_2, __ssabs_2, __ssneg_4,
5979 __ssabs_4, __clr_8, __ssneg_8, __ssabs_8,
5980 __usadd_8, __ussub_8, __ssadd_8, __sssub_8): New functions.
5981 (__divsa3): Use __negsi2 to negate r_quoL.
5982 * config/avr/lib1funcs.S (FALIAS): New macro.
5983 (__divmodsi4): Break out and use __divmodsi4_neg1 as...
5984 (__negsi2): ...this new function.
5985 * config/avr/t-avr (LIB1ASMFUNCS): Add _negsi2, _clr_8,
5986 _ssneg_2, _ssneg_4, _ssneg_8, _ssabs_2, _ssabs_4,
5987 _ssabs_8, _ssadd_8, _sssub_8, _usadd_8, _ussub_8.
5988 (LIB2FUNCS_EXCLUDE): Fix typo for _add _sub.
5989 Add: _ssadd*, _sssub*, _ssneg*, _ssabs* for signed fixed modes.
5990 Add: _usadd*, _ussub*, _usneg* for unsigned fixed modes.
5991
5992 2012-09-10 Oleg Endo <olegendo@gcc.gnu.org>
5993
5994 PR target/54089
5995 * config/sh/lib1funcs.S (ashlsi3): Reimplement as ashlsi3_r0.
5996 (lshrsi3): Reimplement as lshrsi3_r0.
5997
5998 2012-09-10 Andreas Schwab <schwab@linux-m68k.org>
5999
6000 PR target/46191
6001 * config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
6002 of libgcc.a.
6003
6004 2012-09-07 Teresa Johnson <tejohnson@google.com>
6005
6006 PR gcov-profile/54487
6007 * libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
6008 differences.
6009
6010 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
6011
6012 PR target/54461
6013 * config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
6014 not configured --with-avrlibc=no.
6015 * config/avr/t-avrlibc: New file.
6016 * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
6017 (DPBIT_FUNCS): Ditto.
6018 (TPBIT_FUNCS): Ditto.
6019
6020 2012-09-04 Teresa Johnson <tejohnson@google.com>
6021
6022 * libgcov.c (struct gcov_summary_buffer): New structure.
6023 (gcov_histogram_insert): New function.
6024 (gcov_compute_histogram): Ditto.
6025 (gcov_exit): Invoke gcov_compute_histogram, and perform merging of
6026 histograms during summary merging.
6027
6028 2012-09-01 Mark Kettenis <kettenis@openbsd.org>
6029
6030 * config.host (x86_64-*-openbsd*): New target.
6031
6032 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
6033
6034 * config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
6035 attribute.
6036
6037 2012-08-24 Georg-Johann Lay <avr@gjlay.de>
6038
6039 PR target/54222
6040 * config/avr/t-avr (conv_X): Rename to func_X.
6041
6042 2012-08-24 Georg-Johann Lay <avr@gjlay.de>
6043
6044 PR target/54222
6045 * config/avr/lib1funcs-fixed.S: New file.
6046 * config/avr/lib1funcs.S: Include it. Undefine some divmodsi
6047 after they are used.
6048 (neg2, neg4): New macros.
6049 (__mulqihi3,__umulqihi3,__mulhi3): Rewrite non-MUL variants.
6050 (__mulhisi3,__umulhisi3,__mulsi3): Rewrite non-MUL variants.
6051 (__umulhisi3): Speed up MUL variant if there is enough flash.
6052 * config/avr/avr-lib.h (TA, UTA): Adjust according to gcc's
6053 avr-modes.def.
6054 * config/avr/t-avr (LIB1ASMFUNCS): Add: _fractqqsf, _fractuqqsf,
6055 _fracthqsf, _fractuhqsf, _fracthasf, _fractuhasf, _fractsasf,
6056 _fractusasf, _fractsfqq, _fractsfuqq, _fractsfhq, _fractsfuhq,
6057 _fractsfha, _fractsfsa, _mulqq3, _muluqq3, _mulhq3, _muluhq3,
6058 _mulha3, _muluha3, _mulsa3, _mulusa3, _divqq3, _udivuqq3, _divhq3,
6059 _udivuhq3, _divha3, _udivuha3, _divsa3, _udivusa3.
6060 (LIB2FUNCS_EXCLUDE): Add supported functions.
6061
6062 2012-08-22 Georg-Johann Lay <avr@gjlay.de>
6063
6064 * Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out
6065 LIB2FUNCS_EXCLUDE before adding them to libgcc-objects,
6066 libgcc-s-objects.
6067 * fixed-obj.mk: Only expand dependency if $o is not in
6068 LIB2FUNCS_EXCLUDE.
6069
6070 2012-08-22 H.J. Lu <hongjiu.lu@intel.com>
6071
6072 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): New.
6073
6074 2012-08-22 Joseph Myers <joseph@codesourcery.com>
6075
6076 * Makefile.in (vis_hide, gen-hide-list): Do not make definitions
6077 depend on --enable-shared.
6078 ($(lib1asmfuncs-o)): Use %.vis files independent of
6079 --enable-shared.
6080 * static-object.mk ($(base)$(objext), $(base).vis)
6081 ($(base)_s$(objext)): Use same rules for visibility handling as in
6082 shared-object.mk.
6083
6084 2012-08-21 Ian Lance Taylor <iant@google.com>
6085
6086 * config/i386/morestack.S (__morestack_non_split): Increase amount
6087 of space allocated for non-split code stack.
6088
6089 2012-08-19 Joseph Myers <joseph@codesourcery.com>
6090
6091 * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc
6092 even if inhibit_libc.
6093
6094 2012-08-17 Julian Brown <julian@codesourcery.com>
6095
6096 * Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
6097 -fexceptions -fnon-call-exceptions if not defined.
6098 ($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
6099 * config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.
6100
6101 2012-08-17 Andreas Schwab <schwab@linux-m68k.org>
6102
6103 * config/m68k/linux-atomic.c (__sync_lock_test_and_set_1): Fix
6104 type.
6105
6106 2012-08-16 David Edelsohn <dje.gcc@gmail.com>
6107
6108 * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
6109 rs6000/t-slibgcc-aix.
6110
6111 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
6112
6113 * longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling.
6114
6115 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
6116
6117 * longlong.h: (whole file, powerpc): Adjust to single assembler syntax.
6118
6119 2012-08-03 H.J. Lu <hongjiu.lu@intel.com>
6120
6121 PR driver/54171
6122 * Makefile.in (version): Replace top_srcdir with srcdir.
6123
6124 2012-08-03 Jonathan Yong <jon_y@users.sourceforge.net>
6125
6126 * Makefile.in (version): set to BASE-VER file from gcc directory.
6127
6128 2012-08-01 Nick Clifton <nickc@redhat.com>
6129
6130 * config/m32c/lib2funcs.c (__clrsbhi2): New function.
6131 Implements __clrsb for an HImode argument.
6132
6133 2012-07-31 Nick Clifton <nickc@redhat.com>
6134
6135 * config/stormy16/lib2funcs.c (__clrsbhi2): New function.
6136 Implements __clrsb for an HImode argument.
6137 * config/stormy16/clrsbhi2.c: New file:
6138 * config/stormy16/t-stormy16 (LIB2ADD): Add clrsbhi2.c.
6139
6140 2012-07-22 Steven Bosscher <steven@gcc.gnu.org>
6141
6142 * libgcov.c (__gcov_ior_profiler): Benign comment fix.
6143
6144 2012-07-19 Tristan Gingold <gingold@adacore.com>
6145 Richard Henderson <rth@redhat.com>
6146
6147 * unwind-seh.c: New file.
6148 * unwind-generic.h: Include windows.h for SEH.
6149 (_Unwind_Exception): Use 6 private fields for SEH.
6150 (_GCC_specific_handler): Declare.
6151 * unwind-c.c (__gcc_personality_seh0): New function.
6152 Adjust for SEH.
6153 * config/i386/libgcc-cygming.ver: New file.
6154 * config/i386/t-seh-eh: New file.
6155 * config.host (x86_64-*-mingw*): Default to seh.
6156
6157 2012-07-14 Steven Bosscher <steven@gcc.gnu.org>
6158
6159 * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
6160
6161 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
6162
6163 * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
6164 __builtin_expect when checking for exceptions.
6165 * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Ditto.
6166
6167 2012-06-13 Uros Bizjak <ubizjak@gmail.com>
6168
6169 * config/ia64/sfp-machine.h (__sfp_handle_exceptions): New
6170 function declaration.
6171 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
6172 (FP_RND_MASK): New.
6173 * config/ia64/sfp-exceptions.c: New.
6174 * config/ia64/t-softfp (LIB2ADD): Add sfp-exceptions.c.
6175
6176 2012-06-13 Uros Bizjak <ubizjak@gmail.com>
6177
6178 * config/i386/32/sfp-machine.h (_FP_NANSIGN_S, _FP_NANSIGN_D,
6179 _FP_NANSIGN_E, _FP_NANSIGN_Q): Move ...
6180 * config/i386/64/sfp-machine: ... (delete here) ...
6181 * config/i386/sfp-machine.h: ... to here.
6182 (FP_EX_MASK): Remove.
6183 (FP_RND_MASK): New.
6184 (FP_INIT_ROUNDMODE): Declare asm as volatile.
6185
6186 2012-06-11 Sriraman Tallam <tmsriram@google.com>
6187
6188 * config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
6189 * config/i386/libgcc-sol2.ver: Ditto.
6190 * config/i386/libgcc-glibc.ver: Ditto.
6191
6192 2012-06-11 Roland McGrath <mcgrathr@google.com>
6193
6194 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
6195 If __GLIBC__ is defined, refer to __pthread_key_create instead of
6196 pthread_cancel.
6197
6198 2012-06-09 Uros Bizjak <ubizjak@gmail.com>
6199
6200 * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
6201 _FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
6202 FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
6203 FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
6204 FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
6205 __LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
6206 * config/i386/64/sfp-machine: ... (delete here) ...
6207 * config/i386/sfp-machine.h: ... to here.
6208 (FP_EX_MASK): New.
6209 (__sfp_handle_exceptions): New function declaration.
6210 (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
6211 * config/i386/sfp-exceptions.c: New.
6212 * config/i386/t-softfp: New.
6213 * config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
6214 i386/t-softfp to tmake_file.
6215
6216 2012-06-03 David S. Miller <davem@davemloft.net>
6217
6218 * longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
6219 change.
6220
6221 2012-05-31 David S. Miller <davem@davemloft.net>
6222
6223 * longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
6224 multiply and divide instructions on 32-bit when V9.
6225 (add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
6226
6227 2012-05-29 Joseph Myers <joseph@codesourcery.com>
6228
6229 * config/arm/ieee754-df.S: Fix typos.
6230 * config/arm/ieee754-sf.S: Fix typos.
6231 * config/c6x/libunwind.S: Fix typos.
6232 * config/epiphany/udivsi3-float.c: Fix typos.
6233 * config/microblaze/muldi3_hard.S: Fix typos.
6234 * config/picochip/adddi3.S: Fix typos.
6235 * config/picochip/ashlsi3.S: Fix typos.
6236 * config/picochip/ashrsi3.S: Fix typos.
6237 * config/picochip/clzsi2.S: Fix typos.
6238 * config/picochip/cmpsi2.S: Fix typos.
6239 * config/picochip/divmod15.S: Fix typos.
6240 * config/picochip/divmodhi4.S: Fix typos.
6241 * config/picochip/divmodsi4.S: Fix typos.
6242 * config/picochip/longjmp.S: Fix typos.
6243 * config/picochip/lshrsi3.S: Fix typos.
6244 * config/picochip/parityhi2.S: Fix typos.
6245 * config/picochip/popcounthi2.S: Fix typos.
6246 * config/picochip/setjmp.S: Fix typos.
6247 * config/picochip/subdi3.S: Fix typos.
6248 * config/picochip/ucmpsi2.S: Fix typos.
6249 * config/picochip/udivmodhi4.S: Fix typos.
6250 * config/picochip/udivmodsi4.S: Fix typos.
6251 * config/spu/divv2df3.c: Fix typos.
6252 * config/spu/mfc_multi_tag_release.c: Fix typos.
6253 * config/spu/mfc_tag_release.c: Fix typos.
6254 * configure.ac: Fix typos.
6255 * configure: Regenerate.
6256
6257 2012-05-25 Ian Lance Taylor <iant@google.com>
6258
6259 * config/i386/morestack.S (__morestack_non_split): Check whether
6260 caller is varargs and needs %bp to hold the stack frame on return.
6261
6262 2012-05-25 Olivier Hainque <hainque@adacore.com>
6263
6264 * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
6265 sequence in the non pic case on VxWorks.
6266
6267 2012-05-24 Olivier Hainque <hainque@adacore.com>
6268
6269 * Makefile.in: Move dependency on install-unwind_h from
6270 "install-leaf" to "install".
6271
6272 2012-05-24 Olivier Hainque <hainque@adacore.com>
6273
6274 * Makefile.in (clean): Remove libgcc_tm.stamp as well.
6275 Use a separate command for stamp removals.
6276
6277 2012-05-21 Andrew Pinski <apinski@cavium.com>
6278
6279 PR bootstrap/53183
6280 * configure.ac: Define the default includes to being none.
6281 * configure: Regenerate.
6282
6283 2012-05-16 Olivier Hainque <hainque@adacore.com>
6284
6285 * Makefile.in (install-unwind_h): Rename into ...
6286 (install-unwind_h-forbuild): New target.
6287 (all): Use it instead of the former install-unwind_h.
6288 (install-unwind_h): Reinstate, copy to user install destination
6289 for include files, not to the internal gcc object directory one.
6290 (install-leaf): Depend on it.
6291
6292 2012-05-15 Olivier Hainque <hainque@adacore.com>
6293
6294 * config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
6295 register numbers. LR_REGNO replaces R_LR.
6296 (ucontext_for): New, helper for ...
6297 (ppc_aix_fallback_frame_state): New, implementation for aix 5.2
6298 and 5.3 of ...
6299 (MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
6300
6301 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6302
6303 * config.host (i[34567]86-*-linux*, x86_64-*-linux*)
6304 (i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
6305 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
6306 i386/t-cpuinfo ...
6307 (i[34567]86-*-*, x86_64-*-*): ... here.
6308
6309 * config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
6310 * config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
6311
6312 * config/i386/i386-cpuinfo.c: Rename to ...
6313 * config/i386/cpuinfo.c: ... this.
6314 * config/i386/t-cpuinfo (LIB2ADD): Reflect this.
6315
6316 * configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
6317 (libgcc_cv_init_priority): New test.
6318 * configure: Regenerate.
6319 * config.in: New file.
6320 * Makefile.in (clean): Rename config.h to auto-target.h.
6321 (config.h): Likewise.
6322 (stamp-h): Likewise.
6323
6324 * config/i386/cpuinfo.c (auto-target.h): Include.
6325 (CONSTRUCTOR_PRIORITY): Define.
6326 (__cpu_indicator_init): Use it.
6327
6328 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
6329
6330 * longlong.h: Use a URL instead of an FSF postal address.
6331 Replace spaces with tab.
6332
6333 2012-05-08 Teresa Johnson <tejohnson@google.com>
6334
6335 * libgcov.c (gcov_clear, __gcov_reset): New functions.
6336 (__gcov_dump): Ditto.
6337 (gcov_dump_complete): New global variable.
6338 (gcov_exit): Export hidden to enable use in L_gcov_dump.
6339 (__gcov_flush): Outline functionality now in gcov_clear.
6340 * Makefile.in (L_gcov_reset, L_gcov_dump): Define.
6341
6342 2012-04-28 Aurelien Jarno <aurelien@aurel32.net>
6343
6344 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
6345 (mips*-*-linux*): Include mips/t-tpbit when long double is
6346 16 bytes long.
6347
6348 2012-04-25 Sriraman Tallam <tmsriram@google.com>
6349
6350 * config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
6351 (get_available_features): New argument. Check for AVX2.
6352 (__cpu_indicator_init): Modify call to get_available_features.
6353
6354 2012-04-25 Alan Modra <amodra@gmail.com>
6355
6356 * config/rs6000/crtsavevr.S: New file.
6357 * config/rs6000/crtrestvr.S: New file.
6358 * config/rs6000/t-savresfgpr: Build the above.
6359 * config/rs6000/t-netbsd: Likewise.
6360
6361 2012-04-24 Sriraman Tallam <tmsriram@google.com>
6362
6363 * libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
6364
6365 2012-04-24 Sriraman Tallam <tmsriram@google.com>
6366
6367 * libgcc/config/i386/i386-cpuinfo.c: New file.
6368 * libgcc/config/i386/t-cpuinfo: New file.
6369 * libgcc/config.host: Include t-cpuinfo.
6370 * libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
6371
6372 2012-04-24 Chao-ying Fu <fu@mips.com>
6373
6374 * unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
6375
6376 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
6377
6378 struct siginfo vs. siginfo_t
6379
6380 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
6381 siginfo_t instead of struct siginfo.
6382 * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
6383 * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
6384 * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
6385 (ia64_handle_unwabi): Likewise.
6386 * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
6387 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
6388 * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
6389 (sh_fallback_frame_state): Likewise.
6390 * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
6391 * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
6392
6393 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
6394
6395 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
6396 system call number.
6397
6398 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
6399
6400 * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
6401 if it hasn't been previously saved.
6402
6403 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
6404
6405 * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
6406 only for glibc.
6407
6408 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
6409
6410 PR target/52737
6411 * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
6412 instead of __AVR_HAVE_8BIT_SP__.
6413
6414 2012-03-26 Tristan Gingold <gingold@adacore.com>
6415
6416 * config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
6417 (unw_table_entry): Use unw_word instead of unsigned long.
6418 (_Unwind_FindTableEntry): Likewise.
6419 * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
6420 * config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
6421 (_Unwind_FindTableEntry): Likewise.
6422 * config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
6423 (unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
6424 (set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
6425 (ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
6426 (ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
6427 (uw_frame_state_for, uw_update_reg_address, uw_update_context)
6428 (uw_init_context_1, uw_install_context): Likewise.
6429 (unw_word): Move to unwind-ia64.h
6430
6431 2012-03-26 Tristan Gingold <gingold@adacore.com>
6432
6433 * config/vms/vms-ucrt0.c: Update copyright years.
6434 Add a sanity check.
6435 (___gcc_main_flags): Declare.
6436 (__main): Check flags to remap argv and exit code.
6437 * config.host (*-*-*vms*): Adjust extra_parts.
6438 * config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
6439 (crt0.o): Add.
6440
6441 2012-03-22 Richard Earnshaw <rearnsha@arm.com>
6442
6443 * arm/lib1funcs.asm (ctzsi2): New function.
6444 * arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
6445 * arm/t-linux (LIB1ASMFUNCS): Likewise.
6446 * arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
6447 * arm/t-symbian (LIB1ASMFUNCS): Likewise.
6448 * arm/t-vxworks (LIB1ASMFUNCS): Likewise.
6449 * arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
6450
6451 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
6452
6453 * config.host: Add bits to support powerpc64-*-freebsd*.
6454 * config/rs6000/freebsd-unwind.h: New file.
6455 * config/rs6000/t-freebsd64: New file.
6456
6457 2012-03-20 Richard Guenther <rguenther@suse.de>
6458
6459 PR gcov-profile/52627
6460 * libgcov.c (init_mx): Fix mutex name.
6461
6462 2012-03-16 Tristan Gingold <gingold@adacore.com>
6463
6464 * config/ia64/vms-unwind.h: Remove ulong (and replace
6465 it by unw_reg where used). Define unw_reg with __int64.
6466
6467 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6468
6469 * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
6470 Solaris 8 handling.
6471 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
6472 Solaris 8 handling.
6473 (sparc_is_sighandler): Likewise.
6474
6475 2012-03-13 H.J. Lu <hongjiu.lu@intel.com>
6476
6477 * unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
6478 <= saved reg size.
6479
6480 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6481
6482 * config/arm/crtn.S: Fix typo.
6483
6484 2012-03-13 Richard Guenther <rguenther@suse.de>
6485
6486 * libgcov.c: Remove stdio.h include and NULL un-define.
6487
6488 2012-03-13 Richard Guenther <rguenther@suse.de>
6489
6490 PR target/52569
6491 * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
6492
6493 2012-03-13 Richard Guenther <rguenther@suse.de>
6494
6495 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
6496
6497 2012-03-13 Richard Guenther <rguenther@suse.de>
6498
6499 * gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
6500 and __gthread_mutex_init_function definitions.
6501
6502 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6503
6504 * config.host (mips*-*-openbsd*): Remove.
6505
6506 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6507
6508 * config.host: Remove alpha*-dec-osf5.1* handling.
6509 * config/alpha/gthr-posix.c: Remove.
6510 * config/alpha/libgcc-osf5.ver: Remove.
6511 * config/alpha/osf5-unwind.h: Remove.
6512 * config/alpha/t-osf-pthread: Remove.
6513 * config/alpha/t-slibgcc-osf: Remove.
6514 * config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
6515 * gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
6516 [__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
6517 * mkmap-flat.awk: Remove osf_export handling.
6518
6519 2012-03-12 Richard Guenther <rguenther@suse.de>
6520
6521 * gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
6522 * gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
6523 (__gthread_mutex_init_function): New function.
6524 * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
6525
6526 PR gcov/49484
6527 * libgcov.c: Include gthr.h.
6528 (__gcov_flush_mx): New global variable.
6529 (init_mx, init_mx_once): New functions.
6530 (__gcov_flush): Protect self with a mutex.
6531 (__gcov_fork): Re-initialize mutex after forking.
6532 * unwind-dw2-fde.c: Change condition under which to use
6533 __GTHREAD_MUTEX_INIT_FUNCTION.
6534
6535 2012-03-12 Tristan Gingold <gingold@adacore.com>
6536
6537 * config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
6538 * config/ia64/t-vms: Likewise.
6539
6540 2012-03-11 Michael Hope <michael.hope@linaro.org>
6541
6542 * longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
6543 for Thumb-2.
6544
6545 2012-03-07 Walter Lee <walt@tilera.com>
6546
6547 * config/tilepro/atomic.c: Rename "atomic_" prefix to
6548 "arch_atomic_".
6549 (atomic_xor): Rename and move definition to
6550 config/tilepro/atomic.h.
6551 (atomic_nand): Ditto.
6552 * config/tilepro/atomic.h: Rename "atomic_" prefix to
6553 "arch_atomic_".
6554 (arch_atomic_xor): Move from config/tilepro/atomic.c.
6555 (arch_atomic_nand): Ditto.
6556
6557 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
6558
6559 PR target/52507
6560 * config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
6561
6562 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
6563
6564 PR target/52505
6565 * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
6566 from RAM.
6567
6568 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
6569
6570 PR target/52461
6571 PR target/52508
6572 * config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
6573 if RAMPZ affects reading from RAM.
6574 (__tablejump_elpm__): Ditto.
6575 (.xload): Ditto.
6576 (__movmemx_hi): Ditto.
6577 (__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
6578 (__do_global_dtors): Ditto.
6579 (__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
6580 (__movmemx_hi): Ditto.
6581
6582 2012-03-05 Richard Henderson <rth@redhat.com>
6583
6584 * longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
6585 [ARM] (count_trailing_zeros): Use the builtin.
6586
6587 2012-03-01 Kai Tietz <ktietz@redhat.com>
6588
6589 * soft-fp: Imported from glibc upstream.
6590
6591 2012-02-28 Kai Tietz <ktietz@redhat.com>
6592
6593 * config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
6594 for mingw-targets as attribute gcc_struct.
6595
6596 2012-02-28 Ian Lance Taylor <iant@google.com>
6597
6598 * generic-morestack.c (__splitstack_releasecontext): Correct call
6599 to __morestack_release_segments.
6600
6601 2012-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
6602
6603 PR target/52390
6604 * generic-morestack.c (__generic_morestack_set_initial_sp): Test
6605 for __linux__ when removing signals from __morestack_fullmask.
6606
6607 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
6608
6609 PR target/52261
6610 * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
6611
6612 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6613
6614 * config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
6615 instead of HAVE_INITFINI_ARRAY.
6616 * config/ia64/crtend.S: Likewise.
6617
6618 2012-02-20 Kai Tietz <ktietz@redhat.com>
6619
6620 PR libstdc++/52300
6621 * gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
6622
6623 * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
6624 to w32-unwind.h header.
6625
6626 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
6627
6628 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
6629 (mips*-*-linux*): Remove t-slibgcc-libgcc.
6630 * config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
6631 * config/mips/mips16.S (__mips16_rdhwr): Delete.
6632
6633 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
6634
6635 * config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
6636
6637 2012-02-15 Iain Sandoe <iains@gcc.gnu.org>
6638
6639 PR libitm/52220
6640 * config/darwin-crt-tm.c: Correct typo.
6641
6642 2012-02-15 Iain Sandoe <iains@gcc.gnu.org>
6643 Patrick Marlier <patrick.marlier@gmail.com>
6644
6645 PR libitm/52220
6646 * config/darwin-crt-tm.c: Generate dummy functions.
6647
6648 2012-02-15 Iain Sandoe <iains@gcc.gnu.org>
6649 Patrick Marlier <patrick.marlier@gmail.com>
6650
6651 PR libitm/52042
6652 * config/darwin-crt-tm.c (getTMCloneTable): New function.
6653 (__doTMRegistrations): Call it.
6654 (__doTMdeRegistrations): Likewise.
6655
6656 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
6657 Anatoly Sokolov <aesok@post.ru>
6658 Eric Weddington <eric.weddington@atmel.com>
6659
6660 PR target/52261
6661 * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
6662 (__epilogue_restores__): Ditto.
6663
6664 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
6665
6666 PR target/51921
6667 PR target/52205
6668 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
6669 Solaris 11 and slightly reformat.
6670 (sparc_is_sighandler): Likewise.
6671
6672 2012-02-14 Walter Lee <walt@tilera.com>
6673
6674 * config.host: Handle tilegx and tilepro.
6675 * config/tilegx/sfp-machine.h: New file.
6676 * config/tilegx/sfp-machine32.h: New file.
6677 * config/tilegx/sfp-machine64.h: New file.
6678 * config/tilegx/t-crtstuff: New file.
6679 * config/tilegx/t-softfp: New file.
6680 * config/tilegx/t-tilegx: New file.
6681 * config/tilepro/atomic.c: New file.
6682 * config/tilepro/atomic.h: New file.
6683 * config/tilepro/linux-unwind.h: New file.
6684 * config/tilepro/sfp-machine.h: New file.
6685 * config/tilepro/softdivide.c: New file.
6686 * config/tilepro/softmpy.S: New file.
6687 * config/tilepro/t-crtstuff: New file.
6688 * config/tilepro/t-tilepro: New file.
6689
6690 2012-02-07 Jonathan Wakely <jwakely.gcc@gmail.com>
6691
6692 PR libstdc++/51296
6693 PR libstdc++/51906
6694 * gthr-posix.h: Allow static initializer macros to be disabled.
6695 (__gthrw_pthread_cond_init): Define weak reference unconditionally.
6696
6697 2012-02-05 Chung-Lin Tang <cltang@codesourcery.com>
6698
6699 * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
6700 Add t-slibgcc-libgcc to tmake_file.
6701 * config/mips/libgcc-mips16.ver: Revert previous patch.
6702 * config/mips/mips16.S (__mips16_rdhwr): Hide.
6703
6704 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
6705 Jayant R Sonar <jayant.sonar@kpitcummins.com>
6706
6707 * config.host: Add National Semiconductor CR16 target (cr16-*-*).
6708 * config/cr16/crti.S: New file.
6709 * config/cr16/crtlibid.S: New file.
6710 * config/cr16/crtn.S: New file.
6711 * config/cr16/lib1funcs.S: New file.
6712 * config/cr16/t-cr16: New file.
6713 * config/cr16/t-crtlibid: New file.
6714 * config/cr16/unwind-dw2.h: New file.
6715 * config/cr16/unwind-cr16.c: New file.
6716 * config/cr16/divmodhi3.c: New file.
6717
6718 2012-01-25 Alan Modra <amodra@gmail.com>
6719
6720 * config/rs6000/t-linux64: Delete. Move..
6721 * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
6722 * config/rs6000/t-linux: ..and libgcc flags to here.
6723
6724 2012-01-22 Douglas B Rupp <rupp@gnat.com>
6725
6726 * config.host (i[34567]86-*-interix3*):
6727 Change triplet to i[34567]86-*-interix[3-9]*.
6728 * configure: Regenerate.
6729
6730 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
6731 Richard Sandiford <rdsandiford@googlemail.com>
6732
6733 * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
6734 * config/mips/mips16.S (__mips16_rdhwr): New function.
6735 * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
6736
6737 2012-01-11 Nathan Sidwell <nathan@acm.org>
6738
6739 * libgcov.c (__gcov_init): Ignore objects with no functions.
6740
6741 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
6742
6743 PR target/49868
6744 Extend __pgmx semantics to linearize memory.
6745 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
6746 * config/avr/lib1funcs.S (__xload_1): New function.
6747 (__movmemx_qi, __movmemx_hi): New functions.
6748 (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
6749 semantics.
6750
6751 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
6752
6753 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
6754 purported sigacthandler address isn't null before dereferencing it.
6755 (sparc_is_sighandler): Likewise.
6756
6757 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
6758
6759 PR ada/41929
6760 * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
6761 add CFA. Revert back to old code for Solaris 8+ multi-threaded.
6762 (sparc_is_sighandler): Likewise.
6763 (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
6764
6765 2012-01-06 Tristan Gingold <gingold@adacore.com>
6766
6767 * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
6768 compatibility thunks...
6769 (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
6770 (crtbeginS.o, crtendS.o): ... and these to ...
6771 * config/ia64/t-ia64-elf: ... this new file.
6772 * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
6773 (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
6774
6775 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6776
6777 * configure: Regenerate.
6778 * config/s390/t-crtstuff: Remove -fPIC.
6779
6780 2012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
6781
6782 PR bootstrap/51006
6783 * enable-execute-stack-mprotect.c (getpagesize): Do not define
6784 for NetBSD.
6785
6786 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
6787
6788 PR target/51345
6789 * config/avr/lib1funcs.S: Remove FIXME comments.
6790 (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
6791
6792 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
6793
6794 Implement light-weight DImode support.
6795 * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
6796 _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
6797 * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
6798 __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
6799
6800 2011-12-30 Nathan Sidwell <nathan@acm.org>
6801
6802 * libgcov.c (gcov_crc32): Remove global var.
6803 (free_fn_data): New function.
6804 (buffer_fn_data): Pass in filename, more robust error recovery.
6805 (crc32_unsigned): New function.
6806 (gcov_exit): More robust detection of new program. More robust
6807 error recovery.
6808 (__gcov_init): Do not update program's crc here.
6809
6810 2011-12-21 Tristan Gingold <gingold@adacore.com>
6811
6812 * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
6813
6814 2011-12-21 Ian Lance Taylor <iant@google.com>
6815
6816 * config/i386/morestack.S: Simplify CFI opcodes throughout.
6817
6818 2011-12-20 Ian Lance Taylor <iant@google.com>
6819
6820 * config/i386/morestack.S (__morestack_non_split): If there is
6821 enough stack space already, don't split. Ask for more stack space
6822 than we required.
6823
6824 2011-12-20 Sergio Durigan Junior <sergiodj@redhat.com>
6825
6826 * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
6827 `sys/sdt.h'.
6828 (_Unwind_DebugHook): New function.
6829 (uw_restore_core_regs): New define.
6830 (unwind_phase2): Use uw_restore_core_regs instead of
6831 restore_core_regs.
6832 (unwind_phase2_forced): Likewise.
6833 (__gnu_Unwind_Resume): Likewise.
6834
6835 2011-12-20 Uros Bizjak <ubizjak@gmail.com>
6836
6837 * config/alpha/linux-unwind.h: Update copyright years.
6838 (MD_FROB_UPDATE_CONTEXT): New define.
6839 (alpha_frob_update_context): New function.
6840
6841 2011-12-17 Richard Sandiford <rdsandiford@googlemail.com>
6842
6843 * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
6844 tmake_file rather replacing it.
6845
6846 2011-12-15 Iain Sandoe <iains@gcc.gnu.org>
6847
6848 * config/rs6000/darwin-world.S (toplevel): Make it clear that this
6849 function is not used for PPC64.
6850 (save_world): Amend comments. Update the VRsave mask to reflect the
6851 saved regs.
6852 (rest_world): Update comments, do not clobber r10, do not use r8.
6853 (eh_rest_world_r10): Amend comments, do not use r8.
6854 (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
6855 no longer used, move restore of CR and target address to the end of
6856 the routine.
6857
6858 2011-12-14 H.J. Lu <hongjiu.lu@intel.com>
6859
6860 * generic-morestack.c (__generic_morestack_set_initial_sp): Check
6861 __GLIBC__ instead of __linux__ when using __SIGRTMIN.
6862
6863 2011-12-14 Georg-Johann Lay <avr@gjlay.de>
6864
6865 PR target/49313
6866 * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
6867 * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
6868
6869 2011-12-11 Eric Botcazou <ebotcazou@adacore.com>
6870
6871 * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
6872
6873 2011-12-09 Georg-Johann Lay <avr@gjlay.de>
6874
6875 PR target/49313
6876 * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
6877 * config/avr/lib1funcs.S (__muldi3): New function.
6878
6879 2011-12-06 Andrew Pinski <apinski@cavium.com>
6880
6881 * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
6882 size of func_ptr.
6883 (__frame_dummy_init_array_entry): Likewise.
6884
6885 2011-12-06 Georg-Johann Lay <avr@gjlay.de>
6886
6887 Forward-port from gcc-4_6-branch r181936 2011-12-02.
6888
6889 PR target/51345
6890 PR target/51002
6891 * config/avr/lib1funcs.S (__prologue_saves__,
6892 __epilogue_restores__, __divdi3_moddi3): Enclose parts using
6893 __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__). Add FIXME comments.
6894
6895 2011-12-04 Iain Sandoe <iains@gcc.gnu.org>
6896
6897 * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
6898
6899 2011-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6900
6901 PR other/51272
6902 * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
6903 (_ITM_deregisterTMCloneTable): Likewise.
6904 (__register_frame_info): Fix unused warning.
6905 (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
6906 pthread_default_stacksize_np): Likewise.
6907 * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
6908
6909 2011-11-29 DJ Delorie <dj@redhat.com>
6910
6911 * config.host (rl78-*-elf): New case.
6912 * config/rl78: New directory for the Renesas RL78.
6913
6914 2011-11-29 Bernd Schmidt <bernds@codesourcery.com>
6915
6916 * config.host (tic6x-*-uclinux): Append to extra_parts. Fix
6917 formatting.
6918
6919 2011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6920
6921 PR other/51022
6922 * config/rs6000/t-savresfgpr: New file.
6923 * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
6924 $(srcdir)/config/rs6000/eabi.S.
6925 * config/rs6000/t-ppccomm-ldbl: Remove.
6926 * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
6927 tmake_file.
6928 (powerpc-*-eabispe*): Likewise.
6929 (powerpc-*-eabi*): Likewise.
6930 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
6931 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
6932 to tmake_file, remove rs6000/t-ppccomm-ldbl.
6933 (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
6934 tmake_file.
6935 (powerpc-*-eabisim*): Likewise.
6936 (powerpc-*-elf*): Likewise.
6937 (powerpc-*-eabialtivec*): Likewise.
6938 (powerpc-xilinx-eabi*): Likewise.
6939 (powerpc-*-rtems*): Likewise.
6940 (powerpcle-*-elf*): Likewise.
6941 (powerpcle-*-eabisim*): Likewise.
6942 (powerpcle-*-eabi*): Likewise.
6943
6944 2011-11-27 Ian Lance Taylor <iant@google.com>
6945
6946 * generic-morestack.c (__splitstack_find): Check for NULL old
6947 stack value.
6948 (__splitstack_resetcontext): New function.
6949 (__splitstack_releasecontext): New function.
6950 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
6951
6952 2011-11-27 Iain Sandoe <iains@gcc.gnu.org>
6953
6954 * config/darwin-crt-tm.c: Correct comments, use correct licence.
6955
6956 2011-11-27 Iain Sandoe <iains@gcc.gnu.org>
6957
6958 * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
6959
6960 2011-11-26 Richard Henderson <rth@redhat.com>
6961
6962 * config/m68k/linux-atomic.c: New file.
6963 * config/m68k/t-linux: New file.
6964 * config.host (m68k-uclinux, m68k-linux): Use it.
6965
6966 2011-11-26 Richard Henderson <rth@redhat.com>
6967
6968 * crtstuff.c (__TMC_LIST__): Mark used not unused.
6969 (__TMC_END__): Only declare if hidden is available; in the definition,
6970 if hidden is unavailable add a null record.
6971 (deregister_tm_clones, register_tm_clones): New.
6972 (__do_global_dtors_aux, frame_dummy): Use them.
6973 (__do_global_dtors, __do_global_ctors_1): Likewise.
6974
6975 2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
6976
6977 * config/darwin-crt-tm.c: New file.
6978 * config.host (darwin): Build crttms.o crttme.o to provide
6979 startup and shutdown for tm clones.
6980 * config/t-darwin (crttms.o): New build rule.
6981 (crttme.o): Likewise.
6982
6983 2011-11-21 Hans-Peter Nilsson <hp@axis.com>
6984
6985 * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
6986 et al.
6987
6988 2011-11-21 Richard Henderson <rth@redhat.com>
6989
6990 * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
6991 (__TMC_LIST__, __TMC_END__): New.
6992 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
6993 (__do_global_dtors): Likewise.
6994 (frame_dummy): Call _ITM_registerTMCloneTable.
6995 (__do_global_ctors_1): Likewise.
6996
6997 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6998
6999 * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
7000 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
7001 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
7002 (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
7003 * config/i386/t-darwin64: Remove.
7004 * config/sh/t-netbsd (LIB2ADD): Remove.
7005
7006 2011-11-21 Georg-Johann Lay <avr@gjlay.de>
7007
7008 PR target/49313
7009 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
7010 (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
7011 * config/avr/lib1funcs.S (wmov): New assembler macro.
7012 (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
7013 (__moddi3, __divdi3, __divdi3_moddi3): New functions.
7014 (__udivmod64): New function.
7015 (__negdi2): New function.
7016
7017 2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
7018
7019 * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
7020 *-*-freebsd*aout*): Remove.
7021
7022 2011-11-20 Hans-Peter Nilsson <hp@axis.com>
7023
7024 * static-object.mk (c_flags-$o): Save c_flags.
7025 ($(base)$(objext)): Use it.
7026
7027 2011-11-18 Steve Ellcey <sje@cup.hp.com>
7028
7029 * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
7030
7031 2011-11-18 Georg-Johann Lay <avr@gjlay.de>
7032
7033 PR target/49868
7034 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
7035 * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
7036 New functions.
7037
7038 2011-11-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7039
7040 * config/arm/lib1funcs.asm (udivsi3): Add support for divide
7041 functions.
7042 (aeabi_uidivmod): Likewise.
7043 (umodsi3): Likewise.
7044 (divsi3): Likewise.
7045 (aeabi_idivmod): Likewise.
7046 (modsi3): Likewise.
7047
7048 2011-11-16 Tristan Gingold <gingold@adacore.com>
7049
7050 * config/alpha/qrnnd.S: Use specific pseudos for VMS.
7051
7052 2011-11-15 Georg-Johann Lay <avr@gjlay.de>
7053
7054 PR target/49868
7055 * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3, _load_4.
7056 * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
7057
7058 2011-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7059
7060 * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
7061 tmake_file list.
7062 * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
7063 * config/pa/t-stublib64: Delete.
7064
7065 2011-11-12 Richard Henderson <rth@redhat.com>
7066
7067 * config/rs6000/linux-unwind.h (frob_update_context): Properly
7068 cast the pointer argument to _Unwind_SetGRPtr.
7069
7070 2011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7071
7072 * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
7073
7074 2011-11-09 Ian Lance Taylor <iant@google.com>
7075
7076 * generic-morestack.c: Include <string.h>.
7077 (uintptr_type): Define.
7078 (struct initial_sp): Add dont_block_signals field. Reduce size of
7079 extra array by 1.
7080 (allocate_segment): Set prev field to NULL. Don't set
7081 __morestack_current_segment or __morestack_segments.
7082 (__generic_morestack): Update current->prev and *pp after calling
7083 allocate_segment.
7084 (__morestack_block_signals): Don't do anything if
7085 dont_block_signals is set.
7086 (__morestack_unblock_signals): Likewise.
7087 (__generic_findstack): Check for initial_sp == NULL. Add casts to
7088 uintptr_type.
7089 (__splitstack_block_signals): New function.
7090 (enum __splitstack_content_offsets): Define.
7091 (__splitstack_getcontext, __splitstack_setcontext): New functions.
7092 (__splitstack_makecontext): New function.
7093 (__splitstack_block_signals_context): New function.
7094 (__splitstack_find_context): New function.
7095 * config/i386/morestack.S (__morestack_get_guard): New function.
7096 (__morestack_set_guard, __morestack_make_guard): New functions.
7097 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
7098
7099 2011-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7100
7101 * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
7102 (i[34567]86-*-mingw*): ... here.
7103 (x86_64-*-mingw*): ... here.
7104
7105 2011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7106
7107 * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
7108
7109 2011-11-07 Nathan Sidwell <nathan@acm.org>
7110
7111 * libgcov.c (struct gcov_fn_buffer): New struct.
7112 (buffer_fn_data): New helper.
7113 (gcov_exit): Rework for new gcov data structures.
7114
7115 2011-11-07 Georg-Johann Lay <avr@gjlay.de>
7116
7117 PR target/49313
7118 * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
7119
7120 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7121
7122 * config.host (tmake_file): Correct comment.
7123 (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
7124 t-libgcc-pic.
7125 (bfin*-uclinux*): Likewise.
7126 (bfin*-linux-uclibc*): Likewise.
7127 (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
7128
7129 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
7130 assigning.
7131 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7132 * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
7133 * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7134 * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
7135 * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7136 * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
7137 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
7138 * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7139 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
7140 * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
7141 * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
7142 * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
7143 * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
7144
7145 * config/bfin/t-elf: Remove.
7146 * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
7147
7148 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7149
7150 * config.host (*-*-rtems*): Add t-rtems to tmake_file.
7151 (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
7152 (lm32-*-elf*, lm32-*-rtems*): Split into ...
7153 (lm32-*-elf*): ... this.
7154 (lm32-*-rtems*): ... and this.
7155 Add to tmake_file.
7156 (m32r-*-rtems*): Add to tmake_file.
7157 (moxie-*-rtems*): Likewise.
7158 (sparc-*-rtems*): Likewise.
7159 Remove t-rtems from tmake_file.
7160 (sparc64-*-rtems*): Likewise.
7161 * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
7162 instead.
7163
7164 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7165
7166 PR bootstrap/50982
7167 * config/gthr-posix.h: Move ...
7168 * gthr-posix.h: ... here.
7169 * config/gthr-lynx.h: Reflect this.
7170 * config/gthr-vxworks.h: Likewise.
7171 * config/rs6000/gthr-aix.h: Likewise.
7172 * configure.ac (target_thread_file): Likewise.
7173 * configure: Regenerate.
7174
7175 2011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
7176
7177 * config.host (arm*-*-rtemseabi*): New target.
7178
7179 2011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7180
7181 PR other/50991
7182 * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
7183 extra-parts.
7184
7185 2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
7186
7187 * config.host (epiphany-*-elf*): New configuration.
7188 * config/epiphany: New Directory.
7189
7190 2011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
7191
7192 * config.host (avr-*-rtems*): Add config/avr/t-rtems.
7193 * config/avr/t-rtems: New.
7194 Filter out _exit from LIB1ASMFUNCS.
7195
7196 2011-11-04 David S. Miller <davem@davemloft.net>
7197
7198 * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
7199 * configure: Rebuild.
7200
7201 2011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7202
7203 * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
7204 variable.
7205
7206 2011-11-04 Georg-Johann Lay <avr@gjlay.de>
7207
7208 PR target/50931
7209 * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
7210 * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
7211
7212 2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
7213
7214 PR target/50989
7215 * config.host (sparc-*-rtems*): Add sparc/t-softmul.
7216
7217 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7218
7219 * config/c6x/t-elf (LIB2ADDEH): Set.
7220 * config/c6x/t-c6x-elf: Remove.
7221
7222 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7223
7224 * config/i386/sol2-ci.S: Rename to ...
7225 * config/i386/crti.S: ... this.
7226 * config/i386/sol2-cn.S: Rename to ...
7227 * config/i386/crtn.S: ... this.
7228 * config/sparc/sol2-ci.S: Rename to ...
7229 * config/sparc/crti.S: ... this.
7230 * config/sparc/sol2-cn.S: Rename to ...
7231 * config/sparc/crtn.S: ... this.
7232 * config/t-sol2 (CUSTOM_CRTIN): Remove.
7233 (crti.o, crtn.o): Remove.
7234
7235 2011-11-04 Tristan Gingold <gingold@adacore.com>
7236
7237 * config/ia64/fde-vms.c: Do not include md-unwind-support.h
7238
7239 2011-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
7240
7241 * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
7242
7243 2011-11-03 Hans-Peter Nilsson <hp@axis.com>
7244
7245 * config.host (crisv32-*-none, cris-*-none): Remove.
7246 (crisv32-*-elf): Append to tmake_file, don't just set it.
7247 (cris-*-elf): Add missing t-fdpbit to tmake_file.
7248
7249 2011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7250
7251 * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
7252 (ecrtn$(objext)): Likewise.
7253 (ncrti$(objext)): Likewise.
7254 (ncrtn$(objext)): Likewise.
7255
7256 2011-11-03 Andreas Schwab <schwab@redhat.com>
7257
7258 * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
7259
7260 2011-11-02 David S. Miller <davem@davemloft.net>
7261
7262 * configure.ac: Set host_address on sparc too.
7263 * configure: Regenerate.
7264 * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
7265 based upon host_address.
7266 * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
7267
7268 2011-11-02 Jason Merrill <jason@redhat.com>
7269
7270 * config/rs6000/t-ppccomm: Add missing \.
7271
7272 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7273
7274 * gthr-single.h, gthr.h: New files.
7275 * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
7276 config/gthr-vxworks.h, config/i386/gthr-win32.h,
7277 config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
7278 config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
7279 * config/i386/gthr-win32.c: Include "gthr-win32.h".
7280 * configure.ac (thread_header): New variable.
7281 Set it depending on target_thread_file.
7282 (gthr-default.h): Link from $thread_header.
7283 * configure: Regenerate.
7284 * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
7285
7286 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7287
7288 * configure.ac (tm_file_): New variable.
7289 Determine from tm_file.
7290 (tm_file, tm_defines): Substitute.
7291 * configure: Regenerate.
7292 * mkheader.sh: New file.
7293 * Makefile.in (clean): Remove libgcc_tm.h.
7294 ($(objects)): Depend on libgcc_tm.h.
7295 (libgcc_tm_defines, libgcc_tm_file): New variables.
7296 (libgcc_tm.h, libgcc_tm.stamp): New targets.
7297 ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
7298 ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
7299 ($(extra-parts)): Depend on libgcc_tm.h.
7300 * config.host (tm_defines, tm_file): New variable.
7301 (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
7302 (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
7303 (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
7304 (avr-*-rtems*): Likewise.
7305 (avr-*-*): Likewise.
7306 (frv-*-elf): Likewise.
7307 (frv-*-*linux*): Likewise.
7308 (h8300-*-rtems*): Likewise.
7309 (h8300-*-elf*): Likewise.
7310 (i[34567]86-*-darwin*): Likewise.
7311 (x86_64-*-darwin*): Likewise.
7312 (rx-*-elf): Likewise.
7313 (tic6x-*-uclinux): Likewise.
7314 (tic6x-*-elf): Likewise.
7315 (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
7316 * config/alpha/gthr-posix.c: Include libgcc_tm.h.
7317 * config/i386/cygming-crtbegin.c: Likewise.
7318 * config/i386/cygming-crtend.c: Likewise.
7319 * config/ia64/fde-vms.c: Likewise.
7320 * config/ia64/unwind-ia64.c: Likewise.
7321 * config/libbid/bid_gcc_intrinsics.h: Likewise.
7322 * config/rs6000/darwin-fallback.c: Likewise.
7323 * config/stormy16/lib2funcs.c: Likewise.
7324 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
7325 * crtstuff.c: Likewise.
7326 * dfp-bit.h: Likewise.
7327 * emutls.c: Likewise.
7328 * fixed-bit.c: Likewise.
7329 * fp-bit.c: Likewise.
7330 * generic-morestack-thread.c: Likewise.
7331 * generic-morestack.c: Likewise.
7332 * libgcc2.c: Likewise.
7333 * libgcov.c: Likewise.
7334 * unwind-dw2-fde-dip.c: Likewise.
7335 * unwind-dw2-fde.c: Likewise.
7336 * unwind-dw2.c: Likewise.
7337 * unwind-sjlj.c: Likewise.
7338
7339 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7340
7341 * configure.ac: Include ../config/picflag.m4.
7342 (GCC_PICFLAG): Call it.
7343 Substitute.
7344 * configure: Regenerate.
7345 * Makefile.in (gcc_srcdir): Remove.
7346 (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
7347 (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
7348 (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
7349 ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
7350 ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
7351 Use $<.
7352 Remove comment.
7353 * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
7354 * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
7355 to refer to libgcc2.c.
7356 Use $<.
7357 * config/darwin-64.c: New file.
7358 * config/darwin-crt3.c: Remove comment.
7359 * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
7360 config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
7361 config/udivmodsi4.c: New files.
7362 * config/memcmp.c, config/memcpy.c, config/memmove.c,
7363 config/memset.c: New files.
7364 * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
7365 * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
7366 * config/t-freebsd-thread, config/t-libgcc-pic: New files.
7367 * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
7368 * config/t-openbsd-thread: New file.
7369 * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
7370 * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
7371 * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
7372 * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
7373 qrnnd.S.
7374 Adapt filename.
7375 * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
7376 to refer to gthr-posix.c.
7377 * config/alpha/t-vms (LIB2ADD): Set.
7378 * config/alpha/vms-gcc_shell_handler.c: New file.
7379 * config/arm/bpabi.c, config/arm/fp16.c,
7380 config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
7381 config/arm/unaligned-funcs.c: New files.
7382 * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
7383 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
7384 * config/arm/t-linux: Likewise.
7385 * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
7386 * config/arm/t-netbsd: New file.
7387 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
7388 * config/arm/t-symbian (LIB2ADD_ST): Set.
7389 * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
7390 * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7391 * config/bfin/t-elf: New file.
7392 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
7393 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
7394 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
7395 config/c6x/ltf.c: New files.
7396 * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
7397 (HOST_LIBGCC2_CFLAGS): Set.
7398 * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
7399 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7400 * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
7401 New files.
7402 * config/cris/t-elfmulti (LIB2ADD_ST): Set.
7403 * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
7404 * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
7405 config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
7406 config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
7407 files.
7408 * config/frv/t-frv (LIB2ADD): Set.
7409 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7410 * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
7411 config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
7412 config/h8300/popcounthi2.c: New files.
7413 * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
7414 * config/i386/gthr-win32.c: New file.
7415 * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
7416 * config/i386/t-cygwin: Likewise.
7417 * config/i386/t-darwin, config/i386/t-darwin64,
7418 config/i386/t-gthr-win32, config/i386/t-interix: New files.
7419 * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
7420 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7421 * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7422 * config/ia64/quadlib.c: New file.
7423 * config/ia64/t-hpux (LIB2ADD): Set.
7424 * config/ia64/t-ia64: Add comment.
7425 * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
7426 * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7427 (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
7428 * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
7429 * config/m32c/t-m32c (LIB2ADD): Set.
7430 * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
7431 * config/m32r/t-m32r: Likewise.
7432 * config/m68k/fpgnulib.c: New file.
7433 * config/m68k/t-floatlib (LIB2ADD): Set.
7434 (xfgnulib.c): New target.
7435 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
7436 * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
7437 * config/mep/t-mep (LIB2ADD): Set.
7438 * config/microblaze/divsi3.asm: Rename to divsi3.S.
7439 * config/microblaze/moddi3.asm: Rename to moddi3.S.
7440 * config/microblaze/modsi3.asm: Rename to modsi3.S.
7441 * config/microblaze/muldi3_hard.asm: Rename to hard.S.
7442 * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
7443 * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
7444 * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
7445 * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
7446 * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
7447 * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
7448 New files.
7449 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
7450 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
7451 * config/pa/fptr.c, config/pa/lib2funcs.S,
7452 config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
7453 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
7454 (LIB2ADD, LIB2ADD_ST): Set.
7455 * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
7456 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
7457 Set.
7458 * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
7459 * config/pdp11/t-pdp11: New file.
7460 * config/picochip/libgccExtras/adddi3.S,
7461 config/picochip/libgccExtras/ashlsi3.S,
7462 config/picochip/libgccExtras/ashrsi3.S,
7463 config/picochip/libgccExtras/clzsi2.S,
7464 config/picochip/libgccExtras/cmpsi2.S,
7465 config/picochip/libgccExtras/divmod15.S,
7466 config/picochip/libgccExtras/divmodhi4.S,
7467 config/picochip/libgccExtras/divmodsi4.S,
7468 config/picochip/libgccExtras/lshrsi3.S,
7469 config/picochip/libgccExtras/parityhi2.S,
7470 config/picochip/libgccExtras/popcounthi2.S,
7471 config/picochip/libgccExtras/subdi3.S,
7472 config/picochip/libgccExtras/ucmpsi2.S,
7473 config/picochip/libgccExtras/udivmodhi4.S,
7474 config/picochip/libgccExtras/udivmodsi4.S: New files.
7475 * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
7476 (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
7477 * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
7478 config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
7479 config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
7480 config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
7481 config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
7482 config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
7483 files.
7484 * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
7485 (HOST_LIBGCC2_CFLAGS): Set.
7486 * config/rs6000/t-darwin64: New file.
7487 * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
7488 * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
7489 * config/rs6000/t-ppccomm (LIB2ADD): Add
7490 $(srcdir)/config/rs6000/tramp.S.
7491 (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
7492 Add $(srcdir)/config/rs6000/eabi.S.
7493 (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
7494 (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
7495 (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
7496 (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
7497 (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
7498 (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
7499 * config/rs6000/tramp.S: New file.
7500 * config/s390/t-tpf: Remove.
7501 * config/sh/linux-atomic.S: New file.
7502 * config/sh/t-linux (LIB2ADD): Set.
7503 (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
7504 * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
7505 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
7506 to unwind-dw2.c.
7507 (HOST_LIBGCC2_CFLAGS): Set.
7508 * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7509 * config/spu/divmodti4.c, config/spu/divv2df3.c,
7510 config/spu/float_disf.c, config/spu/float_unsdidf.c,
7511 config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
7512 config/spu/mfc_multi_tag_release.c,
7513 config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
7514 config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
7515 config/spu/multi3.c: New files.
7516 * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
7517 (HOST_LIBGCC2_CFLAGS): Set.
7518 * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
7519 config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
7520 config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
7521 config/stormy16/ffshi2.c, config/stormy16/lib2.c,
7522 config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
7523 config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
7524 config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
7525 config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
7526 config/stormy16/umodsi3.c: New files.
7527 * config/xtensa/lib2funcs.S: New file.
7528 * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
7529 * config/xtensa/t-xtensa (LIB2ADD): Set.
7530 * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
7531 (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
7532 Add t-freebsd-thread to tmake_file for posix threads.
7533 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
7534 (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
7535 (*-*-lynxos*): Likewise.
7536 (*-*-netbsd*): Likewise.
7537 (*-*-openbsd*): Likewise.
7538 Add t-openbsd-thread to tmake_file for posix threads.
7539 (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
7540 (*-*-vxworks*): Set tmake_file.
7541 (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
7542 (alpha*-*-freebsd*): Likewise.
7543 (alpha*-*-netbsd*): Likewise.
7544 (alpha*-*-openbsd*): Likewise.
7545 (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
7546 (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
7547 (alpha*-dec-*vms*): Likewise.
7548 (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
7549 (bfin*-elf*): Add bfin/t-elf to tmake_file.
7550 (bfin*-uclinux*): Likewise.
7551 (bfin*-linux-uclibc*): Likewise.
7552 (crisv32-*-elf): Add cris/t-cris to tmake_file.
7553 (crisv32-*-none): Likewise.
7554 (cris-*-elf): Likewise.
7555 (cris-*-none): Likewise.
7556 (cris-*-linux*, crisv32-*-linux*): Likewise.
7557 (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
7558 tmake_file.
7559 (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
7560 tmake_file.
7561 (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
7562 (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
7563 (x86_64-*-elf*): Likewise.
7564 (i[34567]86-*-nto-qnx*): Likewise.
7565 (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
7566 win32 threads.
7567 (x86_64-*-mingw*): Likewise.
7568 (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
7569 (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
7570 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
7571 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
7572 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
7573 tmake_file.
7574 (mipsisa64sr71k-*-elf*): Likewise.
7575 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
7576 (mips-*-elf*, mipsel-*-elf*): Likewise.
7577 (mips64-*-elf*, mips64el-*-elf*): Likewise.
7578 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
7579 (mips*-*-rtems*): Likewise.
7580 (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
7581 to tmake_file.
7582 (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
7583 (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
7584 (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
7585 (spu-*-elf*): Likewise.
7586 (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
7587
7588 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7589
7590 * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
7591 $(srcdir) to refer to $(LIB1ASMSRC).
7592 Use $<.
7593 * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
7594 config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
7595 config/arm/lib1funcs.S: New files.
7596 * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
7597 * config/arm/t-arm: New file.
7598 * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
7599 * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
7600 config/arm/t-strongarm-elf: New files.
7601 * config/arm/t-symbian (LIB1ASMFUNCS): Set.
7602 * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
7603 * config/avr/lib1funcs.S: New file.
7604 * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7605 * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
7606 * config/c6x/lib1funcs.S: New file.
7607 * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7608 * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
7609 * config/frv/lib1funcs.S: New file.
7610 * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7611 * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
7612 * config/i386/cygwin.S, config/i386/t-chkstk: New files.
7613 * config/ia64/__divxf3.asm: Rename to ...
7614 * config/ia64/__divxf3.S: ... this.
7615 Adapt lib1funcs.asm filename.
7616 * config/ia64/_fixtfdi.asm: Rename to ...
7617 * config/ia64/_fixtfdi.S: ... this.
7618 Adapt lib1funcs.asm filename.
7619 * config/ia64/_fixunstfdi.asm: Rename to ...
7620 * config/ia64/_fixunstfdi.S: ... this.
7621 Adapt lib1funcs.asm filename.
7622 * config/ia64/_floatditf.asm: Rename to ...
7623 * config/ia64/_floatditf.S: ... this.
7624 Adapt lib1funcs.asm filename.
7625 * config/ia64/lib1funcs.S: New file.
7626 * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
7627 * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7628 * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
7629 * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
7630 * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
7631 * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
7632 * config/mep/lib1funcs.S: New file.
7633 * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7634 * config/mips/mips16.S: New file.
7635 * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7636 * config/pa/milli64.S: New file.
7637 * config/pa/t-linux, config/pa/t-linux64: New files.
7638 * config/picochip/lib1funcs.S: New file.
7639 * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7640 * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
7641 * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
7642 * config/sh/t-netbsd: New file.
7643 * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
7644 Use $(srcdir) to refer to lib1funcs.S, adapt filename.
7645 * config/sh/t-sh64: New file.
7646 * config/sparc/lb1spc.S: New file.
7647 * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
7648 filename.
7649 * config/v850/lib1funcs.S, config/v850/t-v850: New files.
7650 * config/vax/lib1funcs.S, config/vax/t-linux: New files.
7651 * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
7652 config/xtensa/lib1funcs.S: New files.
7653 * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7654 * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
7655 tmake_file.
7656 (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
7657 (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
7658 (arm*-*-linux*): Likewise.
7659 Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
7660 arm*-*-linux-*eabi, add arm/t-linux otherwise.
7661 (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
7662 (arm*-*-ecos-elf): Likewise.
7663 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
7664 (arm*-*-rtems*): Likewise.
7665 (arm*-*-elf): Likewise.
7666 (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
7667 (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
7668 (bfin*-elf*): Add bfin/t-bfin to tmake_file.
7669 (bfin*-uclinux*): Likewise.
7670 (bfin*-linux-uclibc*): Likewise.
7671 (bfin*-rtems*): Likewise.
7672 (bfin*-*): Likewise.
7673 (fido-*-elf): Merge into m68k-*-elf*.
7674 (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
7675 (frv-*-*linux*): Add frv/t-frv to tmake_file.
7676 (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
7677 (h8300-*-elf*): Likewise.
7678 (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
7679 (hppa*-*-linux*): Add pa/t-linux to tmake_file.
7680 (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
7681 (i[34567]86-*-mingw*): Likewise.
7682 (x86_64-*-mingw*): Likewise.
7683 (i[34567]86-*-interix3*): Likewise.
7684 (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
7685 (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
7686 (m68k-*-elf*): Also handle fido-*-elf.
7687 Add m68k/t-floatlib to tmake_file.
7688 (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
7689 (m68k-*-linux*): Likewise.
7690 (m68k-*-rtems*): Likewise.
7691 (mcore-*-elf): Add mcore/t-mcore to tmake_file.
7692 (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
7693 sh64*-*-*.
7694 (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
7695 Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
7696 (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
7697 (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
7698 sh/t-netbsd to tmake_file.
7699 Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
7700 (sh-*-rtems*): Add sh/t-sh to tmake_file.
7701 (sh-wrs-vxworks): Likewise.
7702 (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
7703 *-leon[3-9]*.
7704 (v850*-*-*): Add v850/t-v850 to tmake_file.
7705 (vax-*-linux*): Add vax/t-linux to tmake_file.
7706 (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
7707
7708 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7709
7710 * crtstuff.c: New file.
7711 * Makefile.in (CRTSTUFF_CFLAGS): Define.
7712 (CRTSTUFF_T_CFLAGS): Define.
7713 (extra-parts, INSTALL_PARTS): Remove conditional assignments.
7714 (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
7715 (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
7716 crtstuff.c.
7717 Use $<.
7718 (crtbeginT.o): Use $(objext).
7719 [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
7720 (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
7721 (gcc-extra-parts): Remove.
7722 * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
7723 Set extra_parts.
7724 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
7725 *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
7726 Add t-crtstuff-pic to tmake_file.
7727 (*-*-lynxos*): New case.
7728 Set tmake_file, extra_parts.
7729 (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
7730 Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
7731 *-*-netbsdelf[2-9]*.
7732 (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
7733 (*-*-rtems*): Set extra_parts.
7734 (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
7735 (*-*-uclinux*): New case.
7736 Set extra_parts.
7737 (*-*-vms*): New case.
7738 Set tmake_file, extra_parts.
7739 (*-*-elf): Set extra_parts.
7740 (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
7741 (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
7742 vms/t-vms64.
7743 Set extra_parts.
7744 (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
7745 Set extra_parts.
7746 (arm*-*-freebsd*): Add t-crtin to tmake_file.
7747 Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
7748 (arm-wrs-vxworks): Append to tmake_file.
7749 Set extra_parts.
7750 (arm*-*-uclinux*): Set extra_parts.
7751 (arm*-*-ecos-elf): Likewise.
7752 (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
7753 arm*-*-eabi*.
7754 (arm*-*-rtems*): Set extra_parts.
7755 (arm*-*-elf): Likewise.
7756 (avr-*-rtems*): Clear extra_parts.
7757 (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
7758 Set extra_parts.
7759 (bfin*-uclinux*): Likewise.
7760 (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
7761 (bfin*-rtems*): Append to tmake_file.
7762 Set extra_parts.
7763 (bfin*-*): Likewise.
7764 (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
7765 (crisv32-*-elf): ... this.
7766 (crisv32-*-none): ... this.
7767 (cris-*-elf, cris-*-none): New cases.
7768 Add cris/t-elfmulti to tmake_file.
7769 (fr30-*-elf): Append to tmake_file.
7770 Set extra_parts.
7771 (frv-*-elf): Append to tmake_file, add frv/t-frv.
7772 Set extra_parts.
7773 (h8300-*-rtems*): Append to tmake_file.
7774 Set extra_parts.
7775 (h8300-*-elf*): Likewise.
7776 (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
7777 Set extra_parts.
7778 (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
7779 Set extra_parts.
7780 (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
7781 (x86_64-*-elf*): Likewise.
7782 (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
7783 (x86_64-*-freebsd*): Likewise.
7784 (x86_64-*-netbsd*): Likewise.
7785 (i[34567]86-*-linux*): Likewise.
7786 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
7787 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
7788 (x86_64-*-linux*): Likewise.
7789 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
7790 (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
7791 tmake_file.
7792 Set extra_parts.
7793 (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
7794 (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
7795 Append to extra_parts, remove crtbegin.o, crtend.o.
7796 (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
7797 (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
7798 crtend.o, crtbeginS.o, crtendS.o.
7799 (ia64*-*-linux*): Comment extra_parts.
7800 (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
7801 Set extra_parts.
7802 (iq2000*-*-elf*): Clear extra_parts.
7803 (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
7804 (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
7805 (m32r-*-elf*, m32r-*-rtems*): Split off ...
7806 (m32r-*-rtems*): ... this.
7807 Add m32r/t-m32r to tmake_file.
7808 (m68k-*-elf*): Add t-crtin to tmake_file.
7809 (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
7810 (mcore-*-elf): Likewise.
7811 (microblaze*-*-*): Set extra_parts.
7812 (mips*-sde-elf*): New case.
7813 Set tmake_file, extra_parts.
7814 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
7815 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
7816 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
7817 tmake_file.
7818 Set extra_parts.
7819 (mipsisa64sr71k-*-elf*): Likewise.
7820 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
7821 (mips-*-elf*, mipsel-*-elf*): Likewise.
7822 (mips64-*-elf*, mips64el-*-elf*): Likewise.
7823 (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
7824 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
7825 (mips*-*-rtems*): Likewise.
7826 (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
7827 (moxie-*-*): Split into ...
7828 (moxie-*-elf, moxie-*-uclinux*): ... this.
7829 Add to extra_parts, remove crtbegin.o, crtend.o.
7830 (moxie-*-rtems*): New case.
7831 Set tmake_file.
7832 Clear extra_parts.
7833 (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
7834 Set extra_parts.
7835 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
7836 (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
7837 tmake_file.
7838 Set extra_parts.
7839 (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
7840 rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
7841 Set extra_parts.
7842 (powerpc-*-eabisim*): Likewise.
7843 (powerpc-*-elf*): Likewise.
7844 (powerpc-*-eabialtivec*): Likewise.
7845 (powerpc-xilinx-eabi*): Likewise.
7846 (powerpc-*-eabi*): Likewise.
7847 (powerpc-*-rtems*): Likewise.
7848 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
7849 tmake_file.
7850 Set extra_parts.
7851 (powerpc-*-lynxos*): Add to tmake_file.
7852 (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
7853 rs6000/t-crtstuff, t-crtstuff-pic.
7854 Set extra_parts.
7855 (powerpcle-*-eabisim*): Likewise.
7856 (powerpcle-*-eabi*): Likewise.
7857 (rx-*-elf): Remove extra_parts.
7858 (s390x-ibm-tpf*): Set extra_parts.
7859 (score-*-elf): Set extra_parts.
7860 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
7861 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
7862 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
7863 (sh64l*-*-netbsd*): Split into ...
7864 (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
7865 Add t-crtstuff-pic to tmake_file.
7866 Set extra_parts.
7867 (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
7868 Set extra_parts.
7869 (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
7870 (sparc-*-elf*): Remove t-crtin from tmake_file.
7871 Add to extra_parts, remove crtbegin.o, crtend.o.
7872 (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
7873 (sparc64-*-linux*): Likewise.
7874 (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
7875 Add to extra_parts, remove crtbegin.o, crtend.o.
7876 (sparc64-*-elf*): Remove t-crtin from tmake_file.
7877 Add to extra_parts, remove crtbegin.o, crtend.o.
7878 (sparc64-*-rtems*): Remove t-crtin from tmake_file.
7879 Add to extra_parts, remove crtbegin.o, crtend.o.
7880 (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
7881 (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
7882 (spu-*-elf*): Add to tmake_file, add spu/t-elf.
7883 Set extra_parts.
7884 (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
7885 Set extra_parts.
7886 (tic6x-*-*): Change to ...
7887 (tic6x-*-elf): ... this.
7888 Set extra_parts.
7889 (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
7890 Set extra_parts.
7891 (am33_2.0-*-linux*): Add comment.
7892 (mep*-*-*): Add mep/t-mep to tmake_file.
7893 Set extra_parts.
7894 * config/alpha/t-vms: New file.
7895 * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
7896 * config/arm/crti.S, config/arm/crtn.S: New files.
7897 * config/bfin/crti.S, config/bfin/crtn.S: New files.
7898 * config/bfin/crtlibid.S: New file.
7899 * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
7900 * config/c6x/crti.S, config/c6x/crtn.S: New files.
7901 * config/c6x/t-elf (CUSTOM_CRTIN): Set.
7902 (crti.o, crtin.o): New rules.
7903 (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
7904 * config/c6x/t-uclinux: New file.
7905 * config/cris/t-elfmulti: New file.
7906 * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
7907 * config/fr30/crti.S, config/fr30/crtn.S: New files.
7908 * config/frv/frvbegin.c, config/frv/frvend.c: New files.
7909 * config/frv/t-frv: New file.
7910 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
7911 * config/h8300/crti.S, config/h8300/crtn.S: New files.
7912 * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
7913 New files.
7914 * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
7915 refer to cygming-crtbegin.c, cygming-crtend.c.
7916 Use $<.
7917 * config/i386/t-nto: New file.
7918 * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
7919 * config/ia64/crti.S, config/ia64/crtn.S: New files.
7920 * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
7921 crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
7922 Use .S extension.
7923 Use $<.
7924 * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
7925 (crtinitS.o): New rule.
7926 * config/ia64/vms-crtinit.S: New file.
7927 * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
7928 * config/m32r/initfini.c: New file.
7929 * config/m32r/t-linux, config/m32r/t-m32r: New files.
7930 * config/m68k/crti.S, config/m68k/crtn.S: New files.
7931 * config/mcore/crti.S, config/mcore/crtn.S: New files.
7932 * config/mep/t-mep: New file.
7933 * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
7934 * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
7935 * config/mips/crti.S, config/mips/crtn.S: New files.
7936 * config/mips/t-crtstuff: New file.
7937 * config/mmix/crti.S, config/mmix/crtn.S: New files.
7938 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
7939 (CUSTOM_CRTIN): Set.
7940 ($(T)crti.o, $(T)crtn.o): Remove $(T),
7941 dependencies.
7942 Use $(srcdir) to refer to crti.S, crtn.S.
7943 Use .S extension, $<.
7944 * config/moxie/crti.asm: Rename to ...
7945 * config/moxie/crti.S: ... this.
7946 * config/moxie/crtn.asm: Rename to ...
7947 * config/moxie/crtn.S: ... this.
7948 * config/moxie/t-moxie: Remove.
7949 * config/pa/stublib.c: New file.
7950 * config/pa/t-stublib, config/pa/t-stublib64: New files.
7951 * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
7952 * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
7953 * config/rs6000/t-crtstuff: New file.
7954 * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
7955 (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
7956 (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
7957 Make output file explicit.
7958 (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
7959 Make output file explicit.
7960 (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
7961 Make output file explicit.
7962 (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
7963 Make output file explicit.
7964 * config/score/crti.S, config/score/crtn.S: New files.
7965 * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
7966 * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
7967 files.
7968 * config/sh/t-sh, config/sh/t-superh: New files.
7969 * config/sparc/t-linux64: New file.
7970 * config/spu/cache.S, config/spu/cachemgr.c: New files.
7971 * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
7972 (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
7973 (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
7974 * config/t-crtin: Remove.
7975 * config/t-crtstuff-pic: New file.
7976 * config/t-sol2 (CUSTOM_CRTIN): Set.
7977 (crti.o, crtn.o): New rules.
7978 * config/vms/t-vms: New file.
7979 * config/vms/vms-ucrt0.c: New file.
7980 * config/xtensa/t-elf: New file.
7981
7982 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7983
7984 * Makefile.in (SHLIB_NM_FLAGS): Set.
7985 * mkmap-flat.awk, mkmap-symver.awk: New files.
7986 * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
7987 exceptions.
7988 * configure: Regenerate.
7989 * config/libgcc-glibc.ver: New file.
7990 * config/libgcc-libsystem.ver: New file.
7991 * config/t-libunwind (SHLIB_LC): Set.
7992 * config/t-linux: New file.
7993 * config/t-slibgcc (INSTALL_SHLIB): New.
7994 (SHLIB_INSTALL): Use it.
7995 * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
7996 to mkmap-symver.awk.
7997 (SHLIB_MAPFILES): Don't append, adapt pathname.
7998 (SHLIB_VERPFX): Set.
7999 * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
8000 to mkmap-symver.awk.
8001 * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
8002 config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
8003 * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
8004 * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
8005 to mkmap-flat.awk.
8006 * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
8007 * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
8008 * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
8009 * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
8010 * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
8011 * config/i386/libgcc-darwin.10.4.ver,
8012 config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
8013 New files.
8014 * config/i386/t-darwin: Remove.
8015 * config/i386/t-darwin64: Likewise.
8016 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
8017 * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
8018 config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
8019 * config/i386/t-linux: New file.
8020 * config/i386/t-mingw32: New file.
8021 * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
8022 * config/ia64/t-glibc: Rename to ...
8023 * config/ia64/t-linux: ... this.
8024 (SHLIB_MAPFILES): Set.
8025 * config/ia64/t-glibc-libunwind: Rename to ...
8026 * config/ia64/t-linux-libunwind: ... this.
8027 * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
8028 * config/ia64/t-slibgcc-hpux: New file.
8029 * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
8030 * config/m68k/t-slibgcc-elf-ver: New file.
8031 * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
8032 * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
8033 to mkmap-flat.awk.
8034 * config/pa/t-slibgcc-hpux: New file.
8035 * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
8036 files.
8037 * config/rs6000/libgcc-darwin.10.4.ver,
8038 config/rs6000/libgcc-darwin.10.5.ver: New files.
8039 * config/rs6000/libgcc-ppc-glibc.ver: Rename to
8040 config/rs6000/libgcc-glibc.ver.
8041 * config/rs6000/libgcc-ppc64.ver: Rename to
8042 config/rs6000/libgcc-ibm-ldouble.ver.
8043 * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
8044 * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
8045 * config/rs6000/t-ldbl128: Rename to ...
8046 * config/rs6000/t-linux: ... this.
8047 (SHLIB_MAPFILES): Adapt filename.
8048 * config/rs6000/t-slibgcc-aix: New file.
8049 * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
8050 * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
8051 libgcc-excl.ver, libgcc-glibc.ver.
8052 (SHLIB_LINK, SHLIB_INSTALL): Remove.
8053 * config/sparc/libgcc-glibc.ver: New file.
8054 * config/sparc/t-linux: New file.
8055 * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
8056 * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
8057 t-slibgcc-elf-ver to tmake_file.
8058 Add t-slibgcc-nolc-override to tmake_file for posix threads on
8059 *-*-freebsd[34].
8060 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
8061 *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
8062 t-slibgcc-elf-ver, t-linux to tmake_file.
8063 (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
8064 tmake_file.
8065 (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
8066 (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
8067 (alpha*-dec-*vms*): Likewise.
8068 (arm*-*-freebsd*): Append to tmake_file.
8069 (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
8070 (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
8071 arm*-*-linux-*eabi.
8072 (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
8073 tmake_file for arm*-*-symbianelf*.
8074 (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
8075 (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
8076 cris/t-linux.
8077 (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
8078 (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
8079 pa/t-slibgcc-dwarf-ver to tmake_file.
8080 (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
8081 pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
8082 (hppa*64*-*-hpux11*): Likewise.
8083 (hppa[12]*-*-hpux11*): Likewise.
8084 (x86_64-*-darwin*): Don't override tmake_file, but only keep
8085 i386/t-crtpc, i386/t-crtfm.
8086 (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
8087 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
8088 to tmake_file.
8089 Add i386/t-cygwin to tmake_file.
8090 Prepent i386/t-mingw-pthread to tmake_file for posix threads.
8091 (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
8092 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
8093 to tmake_file.
8094 Add i386/t-mingw32 to tmake_file.
8095 (x86_64-*-mingw*): Likewise.
8096 (ia64*-*-freebsd*): Append to tmake_file.
8097 (ia64*-*-linux*): Append to tmake_file.
8098 Replace ia64/t-glibc by ia64/t-linux.
8099 Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
8100 system libunwind.
8101 (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
8102 t-slibgcc-hpux to tmake_file.
8103 (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
8104 (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
8105 (m32rle-*-linux*): Likewise.
8106 (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
8107 sjlj exceptions.
8108 (microblaze*-linux*): New case.
8109 Append to tmake_file, add t-slibgcc-nolc-override.
8110 (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
8111 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
8112 Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
8113 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
8114 rs6000/t-slibgcc-aix to tmake_file.
8115 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8116 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8117 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
8118 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
8119 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
8120 (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
8121 sh*-*-linux*.
8122 (sparc-*-linux*): Append to tmake_file for *-leon*.
8123 Add sparc/t-linux to tmake_file for non-Leon targets.
8124 (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
8125 (tic6x-*-uclinux): New case.
8126 Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
8127 (tic6x-*-*): Add c6x/t-elf to tmake_file.
8128 (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
8129 (am33_2.0-*-linux*): Append to tmake_file.
8130 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
8131 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
8132 x86_64-*-kfreebsd*-gnu.
8133 Add i386/t-linux to tmake_file.
8134
8135 2011-10-28 Ian Lance Taylor <iant@google.com>
8136
8137 * config/i386/morestack.S: Correct CFI information to do proper
8138 returns throughout function. In 32-bit mode, save %ebx so that it
8139 is restored on unwind.
8140
8141 2011-10-25 Bernd Schmidt <bernds@codesourcery.com>
8142
8143 * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
8144 case where B3 isn't the return register.
8145
8146 * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
8147 logic for doubleword pops.
8148
8149 2011-10-25 Andreas Tobler <andreast@fgznet.ch>
8150
8151 * config/rs6000/t-freebsd: Add wildcard.
8152
8153 2011-10-21 Paul Brook <paul@codesourcery.com>
8154
8155 * unwind-arm-common.inc: Handle ID3/4 unwinding data.
8156
8157 2011-10-16 Uros Bizjak <ubizjak@gmail.com>
8158 Eric Botcazou <ebotcazou@adacore.com>
8159
8160 PR target/50737
8161 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
8162 fs->signal_frame to 1.
8163
8164 2011-10-07 Ian Lance Taylor <iant@google.com>
8165
8166 * generic-morestack-thread.c: #include <errno.h>.
8167
8168 2011-10-07 Ian Lance Taylor <iant@google.com>
8169
8170 PR target/46093
8171 * generic-morestack.c (__generic_morestack): Make sure the segment
8172 is large enough for both the stack frame and the copied
8173 parameters.
8174
8175 2011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8176
8177 PR bootstrap/49804
8178 * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
8179 extra_parts.
8180
8181 2011-09-28 Nick Clifton <nickc@redhat.com>
8182
8183 * config/rx/rx-lib.h: Always restrict doubles to the SF type when
8184 64-bit doubles are not enabled.
8185 * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
8186 and floatunsisf functions.
8187
8188 2011-09-13 Paul Brook <paul@codesourcery.com>
8189
8190 * config.host (tic6x-*-*): Add c6x/t-c6x-elf. Set unwind_header.
8191 * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
8192 * unwind-arm-common.inc: New file.
8193 * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
8194 * config/arm/unwind-arm.h: Use unwind-arm-common.h.
8195 (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
8196 * config/c6x/libunwind.S: New file.
8197 * config/c6x/pr-support.c: New file.
8198 * config/c6x/unwind-c6x.c: New file.
8199 * config/c6x/unwind-c6x.h: New file.
8200 * config/c6x/t-c6x-elf: New file.
8201
8202 2011-08-23 Uros Bizjak <ubizjak@gmail.com>
8203
8204 * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
8205 (ASM_DIVZERO): Ditto.
8206 (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
8207
8208 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
8209
8210 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
8211
8212 2011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
8213
8214 PR target/50090
8215 * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
8216 instead of an assembly one.
8217
8218 2011-08-12 Paolo Bonzini <bonzini@gnu.org>
8219
8220 PR bootstrap/50047
8221 * Makefile.in (install-unwind_h): Create
8222 $(gcc_objdir)/include/unwind.h atomically.
8223
8224 2011-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8225
8226 * Makefile.in (install-unwind_h): Remove destination file first.
8227
8228 2011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8229
8230 * sync.c: New file.
8231 * config/mips/t-mips16: New file.
8232 * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
8233 (mips*-*-linux*): Likewise.
8234 (mips*-sde-elf*): Likewise.
8235 (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
8236 mipsisa64-*-elf*, mipsisa64r2-*-elf*.
8237 Add mips/t-mips16 to tmake_file.
8238 (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
8239 (mips-*-elf*): Likewise.
8240 (mips64-*-elf*): Likewise.
8241 (mips64orion-*-elf*): Likewise.
8242 (mips*-*-rtems*): Likewise.
8243 (mipstx39-*-elf*): Likewise.
8244 * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
8245 ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
8246 LIBGCC_SYNC_CFLAGS.
8247 Use $(srcdir) to refer to sync.c.
8248 Use $<.
8249 ($(libgcc-sync-funcs-o)): Likewise.
8250 ($(libgcc-sync-size-funcs-s-o)): Likewise.
8251 ($(libgcc-sync-funcs-s-o)): Likewise.
8252
8253 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
8254
8255 * config.host (ia64*-*-linux*): Move ia64/t-glibc after
8256 t-libunwind.
8257
8258 2011-08-08 H.J. Lu <hongjiu.lu@intel.com>
8259
8260 PR other/48007
8261 * config/i386/value-unwind.h: New.
8262
8263 2011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
8264
8265 * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
8266 (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
8267 Add to tmake_file rather than overriding it.
8268
8269 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8270
8271 * config/t-softfp: Remove.
8272 * soft-fp: Moved from ../gcc/config.
8273 * soft-fp/README: Remove t-softfp reference.
8274 * soft-fp/t-softfp: Move to config/t-softfp.
8275 (softfp_machine_header): Remove.
8276 (softfp_file_list): Remove config subdir.
8277 (soft-fp-objects): New variable.
8278 ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
8279 (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
8280 (SFP_MACHINE, $(SFP_MACHINE)): Remove.
8281 * config/t-softfp-excl: New file.
8282 * config/t-softfp-sfdf: New file.
8283 * config/t-softfp-tf: New file.
8284 * config/no-sfp-machine.h: New file.
8285 * config/arm/sfp-machine.h: New file.
8286 * config/arm/t-softfp: New file.
8287 * config/c6x/sfp-machine.h: New file.
8288 * config/i386/32/t-fprules-softfp: Rename to ...
8289 * config/i386/32/t-softfp: ... this.
8290 (tifunctions, LIB2ADD): Remove.
8291 (softfp_int_modes): Override.
8292 * config/i386/64/t-softfp-compat (tf-functions): Remove config
8293 subdir.
8294 * config/i386/64/eqtf2.c: Likewise.
8295 * config/i386/64/getf2.c: Likewise.
8296 * config/i386/64/letf2.c: Likewise.
8297 * config/ia64/sft-machine.h: New file.
8298 * config/ia64/t-fprules-softfp: Rename to ...
8299 * config/ia64/t-softfp: ... this.
8300 * config/lm32/sfp-machine.h: New file.
8301 * config/moxie/t-moxie-softfp: Remove.
8302 * config/rs6000/ibm-ldouble-format: New file.
8303 * config/rs6000/ibm-ldouble.c: New file.
8304 * config/rs6000/libgcc-ppc-glibc.ver: New file
8305 * config/rs6000/libgcc-ppc64.ver: New file
8306 * config/rs6000/sfp-machine.h: New file.
8307 * config/rs6000/t-freebsd: New file.
8308 * config/rs6000/t-ibm-ldouble: New file.
8309 * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
8310 libgcc-ppc-glibc.ver.
8311 * config/rs6000/t-linux64: New file.
8312 * config/rs6000/t-ppccomm (LIB2ADD): Add
8313 $(srcdir)/config/rs6000/ibm-ldouble.c.
8314 * config/rs6000/t-ppccomm-ldbl: New file.
8315 * config/score/sfp-machine.h: New file.
8316 * config.host (sfp_machine_header): Explain.
8317 (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
8318 t-softfp to tmake_file.
8319 (arm*-*-uclinux*): Likewise.
8320 (arm*-*-ecos-elf): Likewise.
8321 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
8322 (arm*-*-rtems*): Likewise.
8323 (arm*-*-elf): Likewise.
8324 (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
8325 in tmake_file.
8326 Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
8327 (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
8328 (lm32-*-uclinux*): Likewise.
8329 (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
8330 t-softfp-excl, t-softfp.
8331 (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
8332 (powerpc64-*-darwin*): Likewise.
8333 (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
8334 to tmake_file.
8335 (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
8336 tmake_file.
8337 (powerpc-*-eabisim*): Likewise.
8338 (powerpc-*-elf*): Likewise.
8339 (powerpc-*-eabialtivec*): Likewise.
8340 (powerpc-xilinx-eabi*): Likewise.
8341 (powerpc-*-rtems*): Likewise.
8342 (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
8343 t-softfp-excl, t-softfp to tmake_file.
8344 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
8345 rs6000/t-ppccomm-ldbl to tmake_file.
8346 (powerpcle-*-elf*): Likewise.
8347 (powerpcle-*-eabisim*): Likewise.
8348 (powerpcle-*-eabi*): Likewise.
8349 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
8350 rs6000/t-ibm-ldouble to tmake_file.
8351 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8352 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8353 (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
8354 (tic6x-*-*): Likewise.
8355 (i[34567]86-*-darwin*, x86_64-*-darwin*,
8356 i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
8357 i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
8358 i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
8359 i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
8360 i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
8361 t-softfp to tmake_file.
8362 * configure.ac (sfp_machine_header): Provide default if unset.
8363 Substitute.
8364 Link sfp-machine.h to config/$sfp_machine_header.
8365 * configure: Regenerate.
8366
8367 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8368
8369 * Makefile.in (double_type_size, long_double_type_size): Set.
8370 Remove $(fpbit-in-libgcc) support.
8371 (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
8372 (fpbit-src): New variable.
8373 ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
8374 Compile with -DFLOAT $(FPBIT_CFLAGS).
8375 Use $<.
8376 ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
8377 Compile with $(FPBIT_CFLAGS).
8378 Use $<.
8379 ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
8380 Compile with -DFLOAT $(TPBIT_CFLAGS).
8381 Use $<.
8382 * configure.ac (double_type_size, long_double_type_size):
8383 Determine and substitute.
8384 * configure: Regenerate.
8385 * fp-bit.c, fp-bit.h: New files.
8386 * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
8387 * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
8388 * config/mips/t-mips: New file.
8389 * config/mips/t-sdemtk: New file.
8390 * config/rs6000/ppc64-fp.c: New file.
8391 * config/rs6000/t-darwin (LIB2ADD): Add
8392 $(srcdir)/config/rs6000/ppc64-fp.c.
8393 * config/rs6000/t-ppc64-fp: New file.
8394 * config/rx/rx-lib.h: New file.
8395 * config/rx/t-rx (FPBIT): Set to true.
8396 ($(gcc_objdir)/fp-bit.c): Remove.
8397 (DPBIT): Set to true only with -m64bit-doubles.
8398 ($(gcc_objdir)/dp-bit.c): Remove.
8399 * config/sparc/t-softfp: Remove.
8400 * config/spu/t-elf: New file.
8401 * config/t-fdpbit, config/t-fpbit: New files.
8402 * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
8403 (mips*-*-*): Likewise.
8404 (arm-wrs-vxworks): Likewise.
8405 (arm*-*-freebsd*): Likewise.
8406 (avr-*-rtems*): Add t-fpbit to tmake_file.
8407 (avr-*-*): Likewise.
8408 (bfin*-elf*): Add t-fdpbit to tmake_file.
8409 (bfin*-uclinux*): Likewise.
8410 (bfin*-linux-uclibc*): Likewise.
8411 (bfin*-rtems*): New case.
8412 Add t-fdpbit to tmake_file.
8413 (bfin*-*): Add t-fdpbit to tmake_file.
8414 (crisv32-*-elf): Likewise.
8415 (cris-*-linux*): Likewise.
8416 (fr30-*-elf): Likewise.
8417 (frv-*-elf, frv-*-*linux*): Likewise.
8418 (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
8419 (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
8420 (m32r-*-elf*): Likewise.
8421 (m32rle-*-elf*): Likewise.
8422 (m32r-*-linux*): Likewise.
8423 (m32rle-*-linux*): Likewise.
8424 (mcore-*-elf): Add t-fdpbit to tmake_file.
8425 (microblaze*-*-*): Likewise.
8426 (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
8427 (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
8428 (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
8429 Fix typo.
8430 Add mips/t-tpbit to tmake-file.
8431 (mips*-*-linux*): Fix typo.
8432 (mips*-sde-elf*): New case
8433 Add mips/t-sdemtk unless using newlib.
8434 (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
8435 (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
8436 (mn10300-*-*): Likewise.
8437 (pdp11-*-*): Likewise.
8438 (picochip-*-*): Add t-fpbit to tmake_file.
8439 (powerpc-*-eabisimaltivec*): Likewise.
8440 (powerpc-*-eabisim*): Likewise.
8441 (powerpc-*-elf*): Likewise.
8442 (powerpc-*-eabialtivec*): Likewise.
8443 (powerpc-xilinx-eabi*): New case.
8444 Add t-fdpbit to tmake_file.
8445 (powerpc-*-eabi*): Add t-fdpbit to tmake_file.
8446 (powerpc-*-rtems*): Likewise.
8447 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
8448 tmake_file.
8449 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
8450 tmake_file.
8451 (powerpc-*-lynxos*): Likewise.
8452 (powerpcle-*-elf*): Likewise.
8453 (powerpcle-*-eabisim*): Likewise.
8454 (powerpcle-*-eabi*): Likewise.
8455 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
8456 t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
8457 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8458 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8459 (rx-*-elf): Add t-fdpbit to tmake_file.
8460 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
8461 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
8462 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
8463 (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
8464 sh*-*-netbsd*.
8465 (sh-*-rtems*): Add t-fdpbit to tmake_file.
8466 (sh-wrs-vxworks): Likewise.
8467 (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
8468 (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
8469 (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
8470 (sparc64-*-rtems*): ... new case.
8471 (sparc-*-rtems*): Add t-fdpbit to tmake_file.
8472 (spu-*-elf*): Likewise.
8473 Add spu/t-elf to tmake_file.
8474 (v850*-*-*): Add t-fdpbit to tmake_file.
8475 (xstormy16-*-elf): Likewise.
8476 (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
8477 (mep*-*-*): Likewise.
8478
8479 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8480
8481 * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
8482 variables.
8483 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
8484 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
8485 (install-unwind_h): New target.
8486 (all): Depend on it.
8487 * config.host (unwind_header): New variable.
8488 (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
8489 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
8490 *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
8491 (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
8492 (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
8493 Set unwind_header.
8494 (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
8495 Set unwind_header.
8496 (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
8497 arm*-*-eabi*.
8498 Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
8499 Set unwind_header.
8500 (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
8501 (ia64*-*-freebsd*): Likewise.
8502 (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
8503 tmake_file.
8504 Add t-libunwind-elf, ia64/t-glibc-libunwind unless
8505 $with_system_libunwind.
8506 (ia64*-*-hpux*): Set tmake_file.
8507 (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
8508 (picochip-*-*): Set tmake_file.
8509 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
8510 md_unwind_header.
8511 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8512 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8513 (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
8514 (xtensa*-*-elf*): Set tmake_file.
8515 (xtensa*-*-linux*): Likewise.
8516 * configure.ac: Include ../config/unwind_ipinfo.m4.
8517 Call GCC_CHECK_UNWIND_GETIPINFO.
8518 Link unwind.h to $unwind_header.
8519 * configure: Regenerate.
8520 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
8521 unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
8522 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
8523 unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
8524 * config/unwind-dw2-fde-darwin.c: New file.
8525 * config/arm/libunwind.S, config/arm/pr-support.c,
8526 config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
8527 config/arm/unwind-arm.h,: New files.
8528 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
8529 config/ia64/t-eh-ia64, config/ia64/t-glibc,
8530 config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
8531 config/ia64/t-vms, config/ia64/unwind-ia64.c,
8532 config/ia64/unwind-ia64.h: New files.
8533 * config/picochip/t-picochip: New file.
8534 * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
8535 files.
8536 * config/rs6000/t-darwin (LIB2ADDEH): Set.
8537 * config/s390/t-tpf (LIB2ADDEH): Remove.
8538 * config/t-darwin (LIB2ADDEH): Set.
8539 * config/t-eh-dw2-dip: New file.
8540 * config/t-libunwind, config/t-libunwind-elf: New files.
8541 * config/t-sol2 (LIB2ADDEH): Remove.
8542 * config/xtensa/t-xtensa: New file.
8543
8544 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
8545
8546 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
8547 (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
8548 long long to check rt_sigreturn syscall.
8549
8550 2011-08-02 Alan Modra <amodra@gmail.com>
8551
8552 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
8553 Restore for indirect call bcrtl from correct stack slot, and only
8554 if cfa+40 isn't valid.
8555
8556 2011-08-01 Julian Brown <julian@codesourcery.com>
8557
8558 * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
8559 (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
8560 * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
8561
8562 2011-08-01 Julian Brown <julian@codesourcery.com>
8563
8564 * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
8565 (libgcc-std.ver.in): Use above.
8566 * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
8567 LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
8568 throughout file.
8569 * config/t-fixedpoint-gnu-prefix: New file.
8570 * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
8571 * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
8572 instead of __PFX__.
8573
8574 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
8575
8576 * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
8577 Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
8578 for x86-64. Properly check __x86_64__ and __LP64__.
8579
8580 2010-07-28 H.J. Lu <hongjiu.lu@intel.com>
8581
8582 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
8583 version.
8584 (_FP_WS_TYPE): Likewise.
8585 (_FP_I_TYPE): Likewise.
8586
8587 2011-07-28 Alan Modra <amodra@gmail.com>
8588
8589 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
8590 Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
8591 in a plt call stub. Do restore r2 if stopped on bctrl.
8592
8593 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8594
8595 * config.host (i[3456x]86-*-netware*): Remove.
8596 * config/i386/netware-crt0.c, config/i386/t-nwld,
8597 config/i386/t-slibgcc-nwld: Remove.
8598
8599 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
8600
8601 * config.host: Handle tic6x-*-*.
8602 * config/c6x/c6x-abi.h: New file.
8603
8604 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8605
8606 * config/i386/crtprec.c: New file.
8607 * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
8608 * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
8609 Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
8610 (x86_64-*-darwin*): Likewise.
8611 (i[34567]86-*-solaris2*: Likewise.
8612
8613 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8614
8615 * config/alpha/crtfastmath.c: New file.
8616 * config/i386/crtfastmath.c: New file.
8617 * config/ia64/crtfastmath.c: New file.
8618 * config/mips/crtfastmath.c: New file.
8619 * config/sparc/crtfastmath.c: New file.
8620
8621 * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
8622 crtfastmath.c.
8623 Add -frandom-seed=gcc-crtfastmath.
8624 * config/alpha/t-crtfm: Remove.
8625 * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
8626 * config/ia64/t-ia64 (crtfastmath.o): Remove.
8627
8628 * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
8629 (alpha*-dec-osf5.1*): Likewise.
8630 (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
8631 Add crtfastmath.o to extra_parts.
8632 (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
8633 Add crtfastmath.o to extra_parts.
8634 (x86_64-*-darwin*): Likewise.
8635 (x86_64-*-mingw*): Likewise.
8636 (ia64*-*-elf*): Add t-crtfm to tmake_file.
8637 (ia64*-*-freebsd*): Likewise.
8638 (ia64*-*-linux*): Likewise.
8639 (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
8640 Add crtfastmath.o to extra_parts.
8641
8642 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8643
8644 * config/darwin-crt3.o: New file.
8645 * config/rs6000/darwin-crt2.c: New file.
8646 * config/t-darwin: New file.
8647 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
8648 (crt2.o): New rule.
8649 * config.host (*-*-darwin*): Add crt3.o to extra_parts.
8650 (powerpc-*-darwin*): Add crt2.o to extra_parts.
8651 (powerpc64-*-darwin*): Likewise.
8652
8653 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8654
8655 * config/i386/netware-crt0.c: New file.
8656 * config/i386/t-nwld: Rename to ...
8657 * config/i386/t-slibgcc-nwld: ... this.
8658 * config/i386/t-nwld: New file.
8659 * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
8660 tmake_file.
8661 Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
8662 extra_parts.
8663
8664 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8665
8666 * configure.ac (i?86-*-solaris2*): Use libgcc copy of
8667 i386/t-crtstuff.
8668 * configure: Regenerate.
8669
8670 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8671
8672 * dfp-bit.c, dfp-bit.h: New files.
8673 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
8674 variables.
8675 ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
8676 ($(d64pbit-o)): Likewise.
8677 ($(d128pbit-o)): Likewise.
8678 * config/t-dfprules: New file.
8679 * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
8680 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
8681 i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
8682 (x86_64-*-linux*): Likewise.
8683 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
8684 (i[34567]86-*-cygwin*): Likewise.
8685 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
8686 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
8687
8688 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8689
8690 * Makfile.in (LIBGCOV): New variable.
8691 ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
8692 * libgcov.c: New file.
8693
8694 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8695
8696 * fixed-bit.c, fixed-bit.h: New files.
8697 * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
8698 refer to fixed-bit.c.
8699
8700 2011-07-07 Joseph Myers <joseph@codesourcery.com>
8701
8702 * config.host (*local*): Remove.
8703
8704 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8705
8706 PR target/39150
8707 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
8708 like i?86-*-solaris2.1[0-9]*.
8709 (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
8710 * configure.ac (i?86-*-solaris2*): Likewise.
8711 * configure: Regenerate.
8712
8713 2011-07-06 Thomas Schwinge <thomas@schwinge.name>
8714
8715 * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
8716 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
8717 md_unwind_header by splitting out of...
8718 (i[34567]86-*-linux*): ... this.
8719 * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
8720 Remove md_unwind_header by splitting out of...
8721 (x86_64-*-linux*): ... this.
8722
8723 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
8724
8725 * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
8726
8727 2011-06-28 Nick Clifton <nickc@redhat.com>
8728
8729 * config.host: Recognize all V850 variants.
8730
8731 2011-06-22 Uros Bizjak <ubizjak@gmail.com>
8732
8733 * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
8734
8735 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8736
8737 * shared-object.mk (c_flags-$o): Save c_flags.
8738 ($(base)$(objext)): Use it.
8739 ($(base)_s$(objext)): Likewise.
8740
8741 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
8742
8743 * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
8744 * libgcc-std.ver.in (GCC_4.7.0): New section.
8745
8746 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
8747
8748 PR target/49313
8749 PR target/29524
8750 * config/avr/t-avr: Fix line endings.
8751 (intfuncs16): Remove _ffsXX2, _clzXX2, _ctzXX2, _popcountXX2,
8752 _parityXX2.
8753
8754 2011-06-14 Olivier Hainque <hainque@adacore.com>
8755 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8756
8757 * config/mips/irix6-unwind.h: New file.
8758 * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
8759
8760 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
8761
8762 * config/sparc/linux-unwind.h (STACK_BIAS): Define.
8763 (sparc64_fallback_frame_state): Use it.
8764 (sparc64_frob_update_context): Further adjust context.
8765 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
8766 * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
8767 * config/sparc/sol2-cn.S: Likewise.
8768
8769 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8770
8771 * enable-execute-stack-empty.c: New file.
8772 * enable-execute-stack-mprotect.c: New file.
8773 * config/i386/enable-execute-stack-mingw32.c: New file.
8774 * config.host (enable_execute_stack): New variable.
8775 Select appropriate variants.
8776 * configure.ac: Link enable-execute-stack.c to
8777 $enable_execute_stack.
8778 * configure: Regenerate.
8779 * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
8780 (lib2funcs): Remove _enable_execute_stack.
8781
8782 2011-06-09 David S. Miller <davem@davemloft.net>
8783 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8784
8785 * config.host (sparc-*-linux*): Correct md_unwind_header
8786 filename.
8787 (s390x-ibm-tpf*): Fix typo.
8788
8789 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8790
8791 * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
8792 Add crtfastmath.o to extra_parts.
8793 (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
8794 mips/t-crtfm.
8795 * config/mips/t-crtfm: Remove.
8796
8797 2011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8798
8799 * config.host (hppa*-*-linux*): Correct md_unwind_header name.
8800
8801 2011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
8802
8803 * config.host (sh*-*-linux*): Fix typo.
8804
8805 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8806
8807 * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
8808 * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
8809 * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
8810 * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
8811 * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
8812 * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
8813 * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
8814 Wrap in !__MINGW64__.
8815 * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
8816 * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
8817 * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
8818 * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
8819 * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
8820 * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
8821 * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
8822 Wrap in !__LP64__.
8823 * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
8824 * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
8825 * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
8826 * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
8827 * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
8828 * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
8829 * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
8830 * config/no-unwind.h: New file.
8831 * config.host (md_unwind_header): Document.
8832 Define.
8833 (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
8834 alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
8835 hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
8836 hppa[12]*-*-hpux11*): Set md_unwind_header.
8837 (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
8838 Set md_unwind_header.
8839 (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
8840 (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
8841 (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
8842 m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
8843 powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
8844 s390x-*-linux*, s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
8845 sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
8846 md_unwind_header.
8847 * configure.ac: Link md-unwind-support.h to $md_unwind_header.
8848 * configure: Regenerate.
8849
8850 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8851
8852 * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
8853 Set tmake_file, extra_parts.
8854 * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
8855 Remove O32 support.
8856 * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
8857 Remove O32 support.
8858 * config/mips/t-irix6: New file.
8859 * config/mips/t-slibgcc-irix: New file.
8860
8861 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8862
8863 * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
8864 * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
8865
8866 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8867
8868 * configure.ac (target_thread_file): Determine thread model.
8869 * configure: Regenerate.
8870 * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
8871 * config/alpha/t-alpha: New file.
8872 * config/alpha/t-crtfm: Use $<.
8873 * config/alpha/t-ieee: New file.
8874 * config/alpha/t-osf-pthread: New file.
8875 * config/alpha/t-slibgcc-osf: New file.
8876 * config/alpha/libgcc-osf5.ver: New file.
8877
8878 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8879
8880 * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
8881 tmake_file.
8882 Add crtfastmath.o to extra_parts.
8883
8884 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8885
8886 * config/gmon-sol2.c: Reindent.
8887 Cleanup comments.
8888 Remove, correct casts.
8889 Use STDERR_FILENO, NULL.
8890 (BASEADDRESS): Remove.
8891 (minbrk): Remove.
8892 (errno, sbrk): Remove declarations.
8893 (monstartup) [hp300]: Remove.
8894 (mcount): Remove.
8895
8896 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8897
8898 * Makefile.in (cpu_type): Define.
8899 * config.host (i[34567]86-*-rtems*): Handle it.
8900 (i[34567]86-*-solaris2*): Move body ...
8901 (*-*-solaris2*): ... here.
8902 New case, generalize.
8903 (sparc-*-elf*): Handle it.
8904 (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
8905 (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
8906 (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
8907 Fold into ...
8908 (sparc*-*-solaris2*): ... this.
8909 New case.
8910 (sparc64-*-elf*): Handle it.
8911 * config/gmon-sol2.c: Move from ../gcc/config/sparc.
8912 Merge ../gcc/config/i386/gmon-sol2.c.
8913 * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
8914 Use C comments.
8915 Merge ../gcc/config/i386/sol2-gc1.asm.
8916 * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
8917 Use C comments.
8918 * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
8919 Use C comments.
8920 * config/i386/t-crtfm (crtfastmath.o): Use $<.
8921 * config/i386/t-crtstuff: New file.
8922 * config/i386/t-softfp: New file.
8923 * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
8924 $(T)crti.o, $(T)crtn.o): Remove.
8925 (gcrt1.o): New rule.
8926 (TARGET_LIBGCC2_CFLAGS): Remove.
8927 * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
8928 * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
8929 * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
8930 * config/sparc/t-sol2: New file.
8931 * config/sparc/t-crtfm: Move to ...
8932 * config/t-crtfm: ... this.
8933 Use $(cpu_type), $<.
8934 * config/t-crtin: New file.
8935 * config/sparc/t-softfp: New file.
8936 * config/sparc/t-softmul: New file.
8937 * config/t-rtems: New file.
8938 * config/t-slibgcc: New file.
8939 * config/t-slibgcc-elf-ver: New file.
8940 * config/t-slibgcc-gld: New file.
8941 * config/t-slibgcc-sld: New file.
8942 * config/t-sol2: New file.
8943 * configure.ac: Include ../config/lib-ld.m4.
8944 Call AC_LIB_PROG_LD_GNU.
8945 Substitute cpu_type.
8946 * configure: Regenerate.
8947
8948 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
8949
8950 PR bootstrap/49173
8951 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
8952 libgcc-std.ver in the build directory.
8953 * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
8954 * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
8955
8956 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
8957
8958 * libgcc-std.ver.in: New file.
8959 * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
8960 variables.
8961 (libgcc-std.ver): New rule.
8962 * config/t-gnu-prefix: New file.
8963
8964 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8965
8966 * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
8967
8968 2011-05-10 Joseph Myers <joseph@codesourcery.com>
8969
8970 * config/i386/darwin-lib.h: New file.
8971
8972 2011-05-10 Joseph Myers <joseph@codesourcery.com>
8973
8974 * config/arm/symbian-lib.h: New.
8975
8976 2011-05-04 Chris Demetriou <cgd@google.com>
8977
8978 * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
8979 (__x86.get_pc_thunk.bx): ...this.
8980 (__morestack): Adjust for rename, remove undef of __i686.
8981
8982 2011-05-03 Chris Demetriou <cgd@google.com>
8983
8984 * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
8985
8986 2011-03-22 Joseph Myers <joseph@codesourcery.com>
8987
8988 * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
8989 arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
8990 m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
8991 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
8992 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
8993 Remove cases.
8994
8995 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
8996
8997 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
8998 Adjust copyright year.
8999
9000 2011-03-07 Ian Lance Taylor <iant@google.com>
9001
9002 * generic-morestack.c (__splitstack_find): Adjust returned stack
9003 pointer to include all registers pushed by __morestack.
9004
9005 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
9006
9007 PR target/40125
9008 * configure.ac: Call ACX_NONCANONICAL_TARGET.
9009 (toolexecdir): Calculate and AC_SUBST.
9010 (toolexeclibdir): Likewise.
9011 * Makefile.in (target_noncanonical): Import.
9012 (toolexecdir): Likewise.
9013 (toolexeclibdir): Likewise.
9014 * configure: Regenerate.
9015
9016 2010-12-13 Nathan Froyd <froydnj@codesourcery.com>
9017
9018 PR target/46040
9019 * config/arm/bpabi.h: Rename to...
9020 * config/arm/bpabi-lib.h: ...this.
9021
9022 2010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9023
9024 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
9025 appropriate.
9026 * configure: Regenerate.
9027
9028 2010-11-24 Nathan Froyd <froydnj@codesourcery.com>
9029
9030 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
9031 __FLOAT_WORD_ORDER__.
9032 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
9033 Delete.
9034
9035 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9036
9037 PR other/46202
9038 * Makefile.in (install-strip): New phony target.
9039
9040 2010-11-07 Ian Lance Taylor <iant@google.com>
9041
9042 PR target/46089
9043 * config/i386/morestack.S (__morestack_large_model): New
9044 function.
9045
9046 2010-10-23 Nathan Froyd <froydnj@codesourcery.com>
9047
9048 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
9049 Delete.
9050 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
9051
9052 2010-10-14 Nathan Froyd <froydnj@codesourcery.com>
9053
9054 * config/arm/bpabi.h: New file.
9055 * config/frv/frv-abi.h: New file.
9056
9057 2010-10-01 Ian Lance Taylor <iant@google.com>
9058
9059 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
9060 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
9061
9062 2010-10-01 H.J. Lu <hongjiu.lu@intel.com>
9063
9064 PR target/45858
9065 * config.host: Add the missing `$'.
9066
9067 2010-09-30 Michael Eager <eager@eagercon.com>
9068
9069 * config.host: Add microblaze*-*-*.
9070 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
9071 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
9072 udivsi3.asm,umodsi3.asm}: New.
9073
9074 2010-09-28 Ian Lance Taylor <iant@google.com>
9075
9076 * configure.ac: Adjust CFI test to test assembler directly rather
9077 than checking gcc preprocessor macro.
9078 * configure: Rebuild.
9079
9080 2010-09-27 Ian Lance Taylor <iant@google.com>
9081
9082 * configure.ac: Test whether assembler supports CFI directives.
9083 * config.host: Only add t-stack and i386/t-stack-i386 to
9084 tmake_file if libgcc_cv_cfi is "yes".
9085 * configure: Rebuild.
9086
9087 2010-09-27 Ian Lance Taylor <iant@google.com>
9088
9089 * generic-morestack.h: New file.
9090 * generic-morestack.c: New file.
9091 * generic-morestack-thread.c: New file.
9092 * config/i386/morestack.S: New file.
9093 * config/t-stack: New file.
9094 * config/i386/t-stack-i386: New file.
9095 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
9096 i386/t-stack-i386 to tmake_file.
9097
9098 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
9099
9100 * Makefile.in (libgcc-extra-parts): Check for static archives and
9101 invoke ranlib after installing them.
9102 (gcc-extra-parts): Likewise.
9103 (install-leaf): Likewise.
9104
9105 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
9106
9107 * configure: Regenerated.
9108
9109 2010-09-10 Kai Tietz <kai.tietz@onevision.com>
9110
9111 * configure: Regenerated.
9112
9113 2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
9114 Andrew Pinski <pinskia@gmail.com>
9115
9116 PR target/40959
9117 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
9118
9119 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
9120
9121 PR target/45524
9122 * configure: Regenerated.
9123
9124 2010-09-06 Andreas Schwab <schwab@redhat.com>
9125
9126 * configure: Regenerate.
9127
9128 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
9129
9130 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
9131 64bit targets.
9132 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
9133 for 64bit targets.
9134
9135 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
9136 Iain Sandoe <iains@gcc.gnu.org>
9137
9138 PR target/45476
9139 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
9140 LIB2FUNCS_EXCLUDE functions.
9141
9142 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9143
9144 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
9145 Include dfp.m4.
9146 * configure: Regenerate.
9147
9148 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
9149
9150 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
9151 i386/t-freebsd to tmake_file.
9152 * config/i386/t-freebsd: New file.
9153 * config/i386/libgcc-bsd.ver: New file.
9154
9155 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
9156
9157 * config.host (powerpc*-eabispe*): Set tmake_file.
9158 (powerpc*-eabi*): Likewise.
9159 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
9160 crtbeginS, crtendS, crtbeginT.
9161
9162 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
9163
9164 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
9165 to tmake_file. Add crtfastmath.o to extra_parts.
9166 * config/mips/t-crtfm: New.
9167
9168 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
9169
9170 * config.host (sparc64-*-rtems*): New target.
9171
9172 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9173
9174 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
9175 assembler syntax.
9176
9177 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
9178
9179 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
9180
9181 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9182
9183 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
9184 alpha-dec-osf5.0* support.
9185
9186 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
9187
9188 * config.host: Add lm32-*-rtems*.
9189
9190 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9191 Uros Bizjak <ubizjak@gmail.com>
9192
9193 PR target/39048
9194 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
9195 like other remaining 32-bit x86 OSes.
9196 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
9197 assembler syntax.
9198 * config/i386/libgcc-sol2.ver: New file.
9199 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
9200
9201 2010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
9202
9203 PR c/43553
9204 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
9205 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
9206 is used and substitute set_use_emutls.
9207 * configure: Regenerated.
9208
9209 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
9210
9211 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
9212
9213 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9214
9215 PR target/38085
9216 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
9217 MULTILIB_CFLAGS.
9218 ($(T)gcrt1.o): Likewise.
9219 ($(T)crt1.o): Likewise.
9220 ($(T)crti.o): Likewise.
9221 ($(T)crtn.o): Likewise.
9222
9223 2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9224
9225 PR other/42980
9226 * Makefile.in (install): Use $(MAKE) string in rule, for
9227 parallel make.
9228
9229 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
9230
9231 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
9232 * config/mmix/t-mmix: New file.
9233 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
9234
9235 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
9236
9237 PR java/41991
9238 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
9239 SHLIB_MAPFILES.
9240
9241 2010-01-04 Anthony Green <green@moxielogic.com>
9242
9243 * config/moxie/crti.asm, config/moxie/crtn.asm,
9244 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
9245 config/moxie/t-moxie: New files.
9246 * config.host: Add t-moxie-softfp reference.
9247
9248 2009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
9249
9250 PR other/39888
9251 * config/t-slibgcc-darwin: Fix embedded rpaths for
9252 --enable-version-specific-runtime-libs, build extension stub
9253 libs exposing features available from current libgcc_s.
9254
9255 2009-11-11 Jon Beniston <jon@beniston.com>
9256
9257 * config.host: Add lm32 targets.
9258 * config/lm32: New directory.
9259 * config/lm32/libgcc_lm32.h: New file.
9260 * config/lm32/_mulsi3.c: New file.
9261 * config/lm32/_udivmodsi4.c: New file.
9262 * config/lm32/_divsi3.c: New file.
9263 * config/lm32/_modsi3.c: New file.
9264 * config/lm32/_udivsi3.c: New file.
9265 * config/lm32/_umodsi3.c: New file.
9266 * config/lm32/_lshrsi3.S: New file.
9267 * config/lm32/_ashrsi3.S: New file.
9268 * config/lm32/_ashlsi3.S: New file.
9269 * config/lm32/crti.S: New file.
9270 * config/lm32/crtn.S: New file.
9271 * config/lm32/t-lm32: New file.
9272 * config/lm32/t-elf: New file.
9273 * config/lm32/t-uclinux: New file.
9274
9275 2009-10-26 Nick Clifton <nickc@redhat.com>
9276
9277 * config.host: Add support for RX target.
9278 * config/rx: New directory.
9279 * config/rx/rx-abi-functions.c: New file. Supplementary
9280 functions for libgcc to support the RX ABI.
9281 * config/rx/rx-abi.h: New file. Supplementary header file for
9282 libgcc RX ABI functions.
9283 * config/rx/t-rx: New file: Makefile fragment for building
9284 libgcc for the RX.
9285
9286 2009-10-09 Uros Bizjak <ubizjak@gmail.com>
9287
9288 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
9289 constraint of y0 to "g".
9290
9291 2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9292
9293 * config.host: Include the s390 makefile fragments.
9294 * config/s390/32/_fixdfdi.c: New file.
9295 * config/s390/32/_fixsfdi.c: New file.
9296 * config/s390/32/_fixtfdi.c: New file.
9297 * config/s390/32/_fixunsdfdi.c: New file.
9298 * config/s390/32/_fixunssfdi.c: New file.
9299 * config/s390/32/_fixunstfdi.c: New file.
9300 * config/s390/32/t-floattodi: New file.
9301 * config/s390/libgcc-glibc.ver: New file.
9302 * config/s390/t-crtstuff: New file.
9303 * config/s390/t-linux: New file.
9304 * config/s390/t-tpf: New file.
9305
9306 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9307
9308 * configure.ac (AC_PREREQ): Bump to 2.64.
9309
9310 2009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
9311
9312 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
9313
9314 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9315
9316 * configure: Regenerate.
9317
9318 2009-08-09 Douglas B Rupp <rupp@gnat.com>
9319
9320 * config.host (ia64-hp-*vms*): New target.
9321 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
9322 with ia64-hp-*vms*.
9323
9324 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9325
9326 * configure.ac: Add snippet for maintainer-mode.
9327 * configure: Regenerate.
9328 * Makefile.in (AUTOCONF, configure_deps): New variables.
9329 ($(srcdir)/configure)): New rule, active only with maintainer
9330 mode turned on.
9331
9332 2009-06-23 DJ Delorie <dj@redhat.com>
9333
9334 Add MeP port.
9335 * config.host: Add mep support.
9336
9337 2009-06-22 Kai Tietz <kai.tietz@onevision.com>
9338
9339 * config.host: Add i386/${host_address}/t-fprules-softfp and
9340 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
9341
9342 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
9343 for mingw targets.
9344 * config/i386/64/_multc3.c: Likewise.
9345 * config/i386/64/_powitf2.c: Likewise.
9346 * config/i386/64/eqtf2.c: Likewise.
9347 * config/i386/64/getf2.c: Likewise.
9348 * config/i386/64/letf2.c: Likewise.
9349 * config/i386/64/letf2.c: Likewise.
9350 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
9351 unsigned long long for x64 mingw targets.
9352 (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
9353 (_FP_I_TYPE): Define as long long for x64 mingw target.
9354
9355 2009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
9356
9357 * config.host (vax-*-linux*): New.
9358
9359 2009-05-31 Anthony Green <green@moxielogic.com>
9360
9361 * config.host: Add moxie support.
9362 * config/moxie/t-moxie: New file.
9363
9364 2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
9365
9366 * config.host: Add i386/${host_address}/t-fprules-softfp and
9367 t-softfp to tmake_file for i[34567]86-*-cygwin*.
9368
9369 2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
9370
9371 * config.host: Add i386/${host_address}/t-fprules-softfp to
9372 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
9373
9374 2009-04-09 Nick Clifton <nickc@redhat.com>
9375
9376 * config/ia64/tf-signs.c: Change copyright header to refer to
9377 version 3 of the GNU General Public License with version 3.1
9378 of the GCC Runtime Library Exception and to point readers at
9379 the COPYING3 and COPYING3.RUNTIME files and the FSF's license
9380 web page.
9381 * config/i386/32/tf-signs.c: Likewise.
9382 * config/libbid/_addsub_dd.c: Likewise.
9383 * config/libbid/_addsub_sd.c: Likewise.
9384 * config/libbid/_addsub_td.c: Likewise.
9385 * config/libbid/_dd_to_df.c: Likewise.
9386 * config/libbid/_dd_to_di.c: Likewise.
9387 * config/libbid/_dd_to_sd.c: Likewise.
9388 * config/libbid/_dd_to_sf.c: Likewise.
9389 * config/libbid/_dd_to_si.c: Likewise.
9390 * config/libbid/_dd_to_td.c: Likewise.
9391 * config/libbid/_dd_to_tf.c: Likewise.
9392 * config/libbid/_dd_to_udi.c: Likewise.
9393 * config/libbid/_dd_to_usi.c: Likewise.
9394 * config/libbid/_dd_to_xf.c: Likewise.
9395 * config/libbid/_df_to_dd.c: Likewise.
9396 * config/libbid/_df_to_sd.c: Likewise.
9397 * config/libbid/_df_to_td.c: Likewise.
9398 * config/libbid/_di_to_dd.c: Likewise.
9399 * config/libbid/_di_to_sd.c: Likewise.
9400 * config/libbid/_di_to_td.c: Likewise.
9401 * config/libbid/_div_dd.c: Likewise.
9402 * config/libbid/_div_sd.c: Likewise.
9403 * config/libbid/_div_td.c: Likewise.
9404 * config/libbid/_eq_dd.c: Likewise.
9405 * config/libbid/_eq_sd.c: Likewise.
9406 * config/libbid/_eq_td.c: Likewise.
9407 * config/libbid/_ge_dd.c: Likewise.
9408 * config/libbid/_ge_sd.c: Likewise.
9409 * config/libbid/_ge_td.c: Likewise.
9410 * config/libbid/_gt_dd.c: Likewise.
9411 * config/libbid/_gt_sd.c: Likewise.
9412 * config/libbid/_gt_td.c: Likewise.
9413 * config/libbid/_isinfd128.c: Likewise.
9414 * config/libbid/_isinfd32.c: Likewise.
9415 * config/libbid/_isinfd64.c: Likewise.
9416 * config/libbid/_le_dd.c: Likewise.
9417 * config/libbid/_le_sd.c: Likewise.
9418 * config/libbid/_le_td.c: Likewise.
9419 * config/libbid/_lt_dd.c: Likewise.
9420 * config/libbid/_lt_sd.c: Likewise.
9421 * config/libbid/_lt_td.c: Likewise.
9422 * config/libbid/_mul_dd.c: Likewise.
9423 * config/libbid/_mul_sd.c: Likewise.
9424 * config/libbid/_mul_td.c: Likewise.
9425 * config/libbid/_ne_dd.c: Likewise.
9426 * config/libbid/_ne_sd.c: Likewise.
9427 * config/libbid/_ne_td.c: Likewise.
9428 * config/libbid/_sd_to_dd.c: Likewise.
9429 * config/libbid/_sd_to_df.c: Likewise.
9430 * config/libbid/_sd_to_di.c: Likewise.
9431 * config/libbid/_sd_to_sf.c: Likewise.
9432 * config/libbid/_sd_to_si.c: Likewise.
9433 * config/libbid/_sd_to_td.c: Likewise.
9434 * config/libbid/_sd_to_tf.c: Likewise.
9435 * config/libbid/_sd_to_udi.c: Likewise.
9436 * config/libbid/_sd_to_usi.c: Likewise.
9437 * config/libbid/_sd_to_xf.c: Likewise.
9438 * config/libbid/_sf_to_dd.c: Likewise.
9439 * config/libbid/_sf_to_sd.c: Likewise.
9440 * config/libbid/_sf_to_td.c: Likewise.
9441 * config/libbid/_si_to_dd.c: Likewise.
9442 * config/libbid/_si_to_sd.c: Likewise.
9443 * config/libbid/_si_to_td.c: Likewise.
9444 * config/libbid/_td_to_dd.c: Likewise.
9445 * config/libbid/_td_to_df.c: Likewise.
9446 * config/libbid/_td_to_di.c: Likewise.
9447 * config/libbid/_td_to_sd.c: Likewise.
9448 * config/libbid/_td_to_sf.c: Likewise.
9449 * config/libbid/_td_to_si.c: Likewise.
9450 * config/libbid/_td_to_tf.c: Likewise.
9451 * config/libbid/_td_to_udi.c: Likewise.
9452 * config/libbid/_td_to_usi.c: Likewise.
9453 * config/libbid/_td_to_xf.c: Likewise.
9454 * config/libbid/_tf_to_dd.c: Likewise.
9455 * config/libbid/_tf_to_sd.c: Likewise.
9456 * config/libbid/_tf_to_td.c: Likewise.
9457 * config/libbid/_udi_to_dd.c: Likewise.
9458 * config/libbid/_udi_to_sd.c: Likewise.
9459 * config/libbid/_udi_to_td.c: Likewise.
9460 * config/libbid/_unord_dd.c: Likewise.
9461 * config/libbid/_unord_sd.c: Likewise.
9462 * config/libbid/_unord_td.c: Likewise.
9463 * config/libbid/_usi_to_dd.c: Likewise.
9464 * config/libbid/_usi_to_sd.c: Likewise.
9465 * config/libbid/_usi_to_td.c: Likewise.
9466 * config/libbid/_xf_to_dd.c: Likewise.
9467 * config/libbid/_xf_to_sd.c: Likewise.
9468 * config/libbid/_xf_to_td.c: Likewise.
9469 * config/libbid/bid128.c: Likewise.
9470 * config/libbid/bid128_2_str.h: Likewise.
9471 * config/libbid/bid128_2_str_macros.h: Likewise.
9472 * config/libbid/bid128_2_str_tables.c: Likewise.
9473 * config/libbid/bid128_add.c: Likewise.
9474 * config/libbid/bid128_compare.c: Likewise.
9475 * config/libbid/bid128_div.c: Likewise.
9476 * config/libbid/bid128_fma.c: Likewise.
9477 * config/libbid/bid128_logb.c: Likewise.
9478 * config/libbid/bid128_minmax.c: Likewise.
9479 * config/libbid/bid128_mul.c: Likewise.
9480 * config/libbid/bid128_next.c: Likewise.
9481 * config/libbid/bid128_noncomp.c: Likewise.
9482 * config/libbid/bid128_quantize.c: Likewise.
9483 * config/libbid/bid128_rem.c: Likewise.
9484 * config/libbid/bid128_round_integral.c: Likewise.
9485 * config/libbid/bid128_scalb.c: Likewise.
9486 * config/libbid/bid128_sqrt.c: Likewise.
9487 * config/libbid/bid128_string.c: Likewise.
9488 * config/libbid/bid128_to_int16.c: Likewise.
9489 * config/libbid/bid128_to_int32.c: Likewise.
9490 * config/libbid/bid128_to_int64.c: Likewise.
9491 * config/libbid/bid128_to_int8.c: Likewise.
9492 * config/libbid/bid128_to_uint16.c: Likewise.
9493 * config/libbid/bid128_to_uint32.c: Likewise.
9494 * config/libbid/bid128_to_uint64.c: Likewise.
9495 * config/libbid/bid128_to_uint8.c: Likewise.
9496 * config/libbid/bid32_to_bid128.c: Likewise.
9497 * config/libbid/bid32_to_bid64.c: Likewise.
9498 * config/libbid/bid64_add.c: Likewise.
9499 * config/libbid/bid64_compare.c: Likewise.
9500 * config/libbid/bid64_div.c: Likewise.
9501 * config/libbid/bid64_fma.c: Likewise.
9502 * config/libbid/bid64_logb.c: Likewise.
9503 * config/libbid/bid64_minmax.c: Likewise.
9504 * config/libbid/bid64_mul.c: Likewise.
9505 * config/libbid/bid64_next.c: Likewise.
9506 * config/libbid/bid64_noncomp.c: Likewise.
9507 * config/libbid/bid64_quantize.c: Likewise.
9508 * config/libbid/bid64_rem.c: Likewise.
9509 * config/libbid/bid64_round_integral.c: Likewise.
9510 * config/libbid/bid64_scalb.c: Likewise.
9511 * config/libbid/bid64_sqrt.c: Likewise.
9512 * config/libbid/bid64_string.c: Likewise.
9513 * config/libbid/bid64_to_bid128.c: Likewise.
9514 * config/libbid/bid64_to_int16.c: Likewise.
9515 * config/libbid/bid64_to_int32.c: Likewise.
9516 * config/libbid/bid64_to_int64.c: Likewise.
9517 * config/libbid/bid64_to_int8.c: Likewise.
9518 * config/libbid/bid64_to_uint16.c: Likewise.
9519 * config/libbid/bid64_to_uint32.c: Likewise.
9520 * config/libbid/bid64_to_uint64.c: Likewise.
9521 * config/libbid/bid64_to_uint8.c: Likewise.
9522 * config/libbid/bid_b2d.h: Likewise.
9523 * config/libbid/bid_binarydecimal.c: Likewise.
9524 * config/libbid/bid_conf.h: Likewise.
9525 * config/libbid/bid_convert_data.c: Likewise.
9526 * config/libbid/bid_decimal_data.c: Likewise.
9527 * config/libbid/bid_decimal_globals.c: Likewise.
9528 * config/libbid/bid_div_macros.h: Likewise.
9529 * config/libbid/bid_dpd.c: Likewise.
9530 * config/libbid/bid_flag_operations.c: Likewise.
9531 * config/libbid/bid_from_int.c: Likewise.
9532 * config/libbid/bid_functions.h: Likewise.
9533 * config/libbid/bid_gcc_intrinsics.h: Likewise.
9534 * config/libbid/bid_inline_add.h: Likewise.
9535 * config/libbid/bid_internal.h: Likewise.
9536 * config/libbid/bid_round.c: Likewise.
9537 * config/libbid/bid_sqrt_macros.h: Likewise.
9538
9539 2009-04-09 Jakub Jelinek <jakub@redhat.com>
9540
9541 * Makefile.in: Change copyright header to refer to version
9542 3 of the GNU General Public License and to point readers at the
9543 COPYING3 file and the FSF's license web page.
9544 * config.host: Likewise.
9545
9546 2009-04-07 Alan Modra <amodra@bigpond.net.au>
9547
9548 * config.host: Reorder and merge to match config.gcc change.
9549
9550 2009-04-03 Alan Modra <amodra@bigpond.net.au>
9551
9552 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
9553
9554 2009-03-28 Joseph Myers <joseph@codesourcery.com>
9555
9556 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
9557 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
9558 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
9559 powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
9560
9561 2009-02-12 Uros Bizjak <ubizjak@gmail.com>
9562
9563 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
9564 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
9565
9566 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
9567
9568 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
9569 ia64/t-softfp-compat to tmake_file.
9570
9571 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
9572
9573 * config/ia64/__divxf3.asm: New.
9574 * config/ia64/_fixtfdi.asm: Likewise.
9575 * config/ia64/_fixunstfdi.asm: Likewise.
9576 * config/ia64/_floatditf.asm: Likewise.
9577 * config/ia64/t-fprules-softfp: Likewise.
9578 * config/ia64/t-softfp-compat: Likewise.
9579 * config/ia64/tf-signs.c: Likewise.
9580
9581 2009-01-18 Ben Elliston <bje@au.ibm.com>
9582
9583 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
9584
9585 2009-01-16 Ben Elliston <bje@au.ibm.com>
9586
9587 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
9588 to tmake_file.
9589
9590 2009-01-13 Ben Elliston <bje@au.ibm.com>
9591
9592 * config/t-softfp: New file.
9593 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
9594 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
9595
9596 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
9597
9598 * config.host: Add m32r*-*-rtems*.
9599
9600 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
9601
9602 * config.host: Add m32c*-*-rtems*.
9603
9604 2008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9605
9606 PR bootstrap/33100
9607 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
9608 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
9609 * configure: Regenerate.
9610 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
9611 tmake_file here from gcc/config.gcc.
9612 Move extra_parts here from gcc/config.gcc.
9613 * config/i386/t-sol2: Move here from gcc/config/i386.
9614 Use gcc_srcdir instead of srcdir.
9615
9616 2008-11-18 Adam Nemet <anemet@caviumnetworks.com>
9617
9618 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
9619 case.
9620
9621 2008-11-09 Thomas Schwinge <tschwinge@gnu.org>
9622
9623 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
9624
9625 2008-10-08 Thomas Schwinge <tschwinge@gnu.org>
9626
9627 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
9628
9629 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
9630
9631 Add picoChip port.
9632 * config.host: Add picochip-*-*.
9633
9634 2008-08-06 Bob Wilson <bob.wilson@acm.org>
9635
9636 * config.host: Match more processor names for Xtensa.
9637
9638 2008-07-08 H.J. Lu <hongjiu.lu@intel.com>
9639
9640 * config/i386/64/t-softfp-compat: Update comments.
9641
9642 2008-07-07 H.J. Lu <hongjiu.lu@intel.com>
9643
9644 * config/i386/64/_divtc3-compat.c: Moved to ...
9645 * config/i386/64/_divtc3.c: Here.
9646
9647 * config/i386/64/_multc3-compat.c: Moved to ...
9648 * config/i386/64/_multc3.c: Here.
9649
9650 * config/i386/64/_powitf2-compat.c: Moved to ...
9651 * config/i386/64/_powitf2.c: Here.
9652
9653 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
9654 .c suffix instead of -compat.c.
9655
9656 2008-07-05 Uros Bizjak <ubizjak@gmail.com>
9657
9658 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
9659 (_FP_MUL_MEAT_D): Ditto.
9660 (_FP_DIV_MEAT_S): Ditto.
9661 (_FP_DIV_MEAT_D): Ditto.
9662
9663 2008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
9664
9665 * Makefile.in: Add support for __sync_* libgcc functions.
9666
9667 2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
9668
9669 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
9670
9671 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
9672
9673 PR boostrap/36702
9674 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
9675 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
9676
9677 * config/i386/64/t-fprules-softfp: Moved to ...
9678 * config/i386/64/t-softfp-compat: This. New.
9679
9680 2008-07-02 Uros Bizjak <ubizjak@gmail.com>
9681
9682 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
9683 Initialize f with 0.0.
9684
9685 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
9686
9687 PR target/36669
9688 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
9689
9690 * config/i386/64/_divtc3-compat.c: New.
9691 * config/i386/64/_multc3-compat.c: Likewise.
9692 * config/i386/64/_powitf2-compat.c: Likewise.
9693 * config/i386/64/eqtf2.c: Likewise.
9694 * config/i386/64/getf2.c: Likewise.
9695 * config/i386/64/letf2.c: Likewise.
9696 * config/i386/64/t-fprules-softfp: Likewise.
9697
9698 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
9699
9700 * config.host: Add i386/${host_address}/t-fprules-softfp to
9701 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
9702 i[34567]86-*-linux*, x86_64-*-linux*.
9703
9704 * configure.ac: Set host_address to 64 or 32 for x86.
9705 * configure: Regenerated.
9706
9707 * Makefile.in (config.status): Also depend on
9708 $(srcdir)/config.host.
9709
9710 * config/i386/32/t-fprules-softfp: New.
9711 * config/i386/32/tf-signs.c: Likewise.
9712
9713 * config/i386/64/sfp-machine.h: New. Moved from gcc.
9714
9715 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
9716 Uros Bizjak <ubizjak@gmail.com>
9717
9718 * config/i386/32/sfp-machine.h: New.
9719
9720 2008-06-26 Nathan Froyd <froydnj@codesourcery.com>
9721
9722 * config/rs6000/t-ppccomm: Remove rules that conflict with
9723 auto-generated rules.
9724
9725 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9726
9727 * configure.ac: sinclude override.m4.
9728 * configure: Regenerate.
9729
9730 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
9731
9732 * configure: Regenerate.
9733
9734 2008-06-10 Joseph Myers <joseph@codesourcery.com>
9735
9736 * Makefile.in (DECNUMINC): Remove
9737 -I$(MULTIBUILDTOP)../../libdecnumber.
9738 * gstdint.h: New.
9739
9740 2008-06-07 Joseph Myers <joseph@codesourcery.com>
9741
9742 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
9743 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
9744 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
9745 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
9746 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
9747 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
9748 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
9749 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
9750 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
9751 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
9752 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
9753 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
9754 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
9755 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
9756
9757 2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
9758
9759 * config.host (sh2[lbe]*-*-linux*): Allow target.
9760
9761 2008-04-30 Nathan Froyd <froydnj@codesourcery.com>
9762
9763 * config/rs6000/t-ppccomm: Add build rules for new files.
9764 (LIB2ADD_ST): New variable.
9765
9766 2008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
9767
9768 PR target/34210
9769 PR target/35508
9770 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
9771 * config/t-avr: New file. Build 16bit libgcc functions.
9772
9773 2008-03-02 Jakub Jelinek <jakub@redhat.com>
9774
9775 PR target/35401
9776 * config/t-slibgcc-darwin: Make install-leaf dependent on
9777 install-darwin-libgcc-stubs instead of install.
9778
9779 2008-01-25 Joseph Myers <joseph@codesourcery.com>
9780
9781 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
9782 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
9783 sh-*-rtemscoff*): Remove cases.
9784
9785 2007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
9786
9787 * Makefile.in (all): Use install-leaf rather than install.
9788 (install): Split most of the rule into...
9789 (install-leaf): ...this new one.
9790
9791 2007-12-19 Etsushi Kato <ek.kato@gmail.com>
9792 Paolo Bonzini <bonzini@gnu.org>
9793
9794 PR target/30572
9795 * Makefile.in: Use @shlib_slibdir@ substitution to get
9796 correct install name on darwin.
9797 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
9798
9799 2007-12-15 Hans-Peter Nilsson <hp@axis.com>
9800
9801 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
9802 cris-*-elf and cris-*-none.
9803 (crisv32-*-linux*): Similar, as cris-*-linux*.
9804
9805 2007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
9806
9807 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
9808
9809 2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
9810
9811 PR regression/33926
9812 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
9813 * configure: Regenerated.
9814
9815 2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
9816
9817 * Makefile.in (dfp-filenames): Replace decimal_globals,
9818 decimal_data, binarydecimal and convert_data with
9819 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
9820 and bid_convert_data, respectively.
9821
9822 2007-09-17 Chao-ying Fu <fu@mips.com>
9823 Nigel Stephens <nigel@mips.com>
9824
9825 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
9826 * Makefile.in (fixed_point): Define.
9827 Check if fixed_point is yes to build support functions.
9828 * configure.ac: Check for fixed_point support.
9829 * configure: Regenerated.
9830 * gen-fixed.sh: New file to generate lists of fixed-point labels,
9831 funcs, modes, from, to.
9832
9833 2007-09-11 Janis Johnson <janis187@us.ibm.com
9834
9835 * Makefile.in (dfp-filenames): Add bid128_noncomp.
9836
9837 2007-09-10 Janis Johnson <janis187@us.ibm.com>
9838
9839 * Makefile.in (dfp-filenames): Remove decUtility, add
9840 decDouble, decPacked, decQuad, decSingle.
9841
9842 2007-08-27 Hans Kester <hans.kester@ellips.nl>
9843
9844 * config.host : Add x86_64-elf target.
9845
9846 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
9847
9848 * configure.ac (set_have_cc_tls): Add a missing =.
9849 * configure: Regenerated.
9850
9851 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
9852
9853 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
9854 and x86_64-*-linux*.
9855
9856 * config/t-tls: New file.
9857
9858 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
9859
9860 * configure.ac: Include ../config/enable.m4 and
9861 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
9862 supports TLS and substitute set_have_cc_tls.
9863 * configure: Regenerated.
9864
9865 2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
9866
9867 * Makefile.in: Use libbid for DFP when BID is enabled.
9868
9869 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
9870
9871 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
9872 extra_parts. Add config/i386/t-cygming to tmake_file.
9873 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
9874
9875 2007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
9876 Danny Smith <dannysmith@users.sourceforge.net>
9877
9878 PR target/29498
9879 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
9880 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
9881 * config/i386/t-crtfm: Compile crtfastmath.o with
9882 -minline-all-stringops.
9883
9884 2007-05-10 Richard Sandiford <richard@codesourcery.com>
9885
9886 * config.host (sparc-wrs-vxworks): New target.
9887
9888 2007-04-14 Kazu Hirata <kazu@codesourcery.com>
9889
9890 * config.host: Recognize fido.
9891
9892 2007-04-04 Janis Johnson <janis187@us.ibm.com>
9893
9894 * configure: Check host, not target, for decimal float support.
9895
9896 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
9897
9898 * config/i386/t-crtpc: New file.
9899 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
9900 (x86_64-*-linux*): Ditto.
9901
9902 2007-02-30 Kai Tietz <kai.tietz@onevision.com>
9903
9904 * config.host (x86_64-*-mingw*): New target.
9905
9906 2007-03-23 Michael Meissner <michael.meissner@amd.com>
9907 H.J. Lu <hongjiu.lu@intel.com>
9908
9909 * Makefile.in (enable_decimal_float): New.
9910 (DECNUMINC): Add
9911 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
9912 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
9913 (decbits-filenames): This.
9914 (decbits-objects): New.
9915 (libgcc-objects): Add $(decbits-objects).
9916
9917 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
9918 Substitute enable_decimal_float.
9919 * configure: Regenerated.
9920
9921 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
9922
9923 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
9924
9925 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
9926
9927 * Makefile.in (install-info): New dummy target.
9928
9929 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
9930
9931 * config.host (bfin*-linux-uclibc*): Set extra_parts.
9932
9933 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
9934
9935 * Makefile.in: Add install-html and install-pdf dummy
9936 targets.
9937
9938 2007-02-05 Roger Sayle <roger@eyesopen.com>
9939 Daniel Jacobowitz <dan@codesourcery.com>
9940
9941 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
9942 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
9943 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
9944
9945 2007-01-29 Janis Johnson <janis187@us.ibm.com>
9946
9947 * Makefile.in (dec-filenames): Add decExcept.
9948
9949 2007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9950
9951 PR bootstrap/30469
9952 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
9953 -fprofile-use.
9954
9955 2007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
9956
9957 * configure.ac: Add --enable-version-specific-runtime-libs.
9958 Correct $slibdir default.
9959 * configure: Regenerated.
9960
9961 2007-01-23 Joseph Myers <joseph@codesourcery.com>
9962
9963 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
9964
9965 2007-01-21 Andrew Pinski <pinskia@gmail.com>
9966
9967 PR target/30519
9968 * config.host (alpha*-*-linux*): Set extra_parts.
9969
9970 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
9971
9972 * config/sh/t-linux: New.
9973 * config.host (sh*-*-linux*): Set tmake_file.
9974
9975 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
9976
9977 * Makefile.in (install): Handle multilibs.
9978
9979 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
9980
9981 * Makefile.in: Added .PHONY entry for documentation targets.
9982
9983 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
9984
9985 * Makefile.in: Add empty info, html, dvi, pdf targets.
9986
9987 2007-01-04 Mike Stump <mrs@apple.com>
9988
9989 * Makefile.in (MAKEINFO): Remove.
9990 (PERL): Likewise.
9991
9992 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
9993
9994 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
9995 * configure: Regenerate.
9996 * Makefile.in (host_subdir): Substitute it.
9997 (gcc_objdir): Use it.
9998
9999 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10000
10001 * config.host (ia64*-*-linux*): Set tmake_file.
10002
10003 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10004
10005 * Makefile.in (version): Define.
10006
10007 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10008 Paolo Bonzini <bonzini@gnu.org>
10009
10010 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
10011 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
10012 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
10013 config/sparc/t-crtfm, config/t-slibgcc-darwin,
10014 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
10015 shared-object.mk, siditi-object.mk, static-object.mk: New files.
10016 * configure: Generated.
10017 \f
10018 Copyright (C) 2007-2019 Free Software Foundation, Inc.
10019
10020 Copying and distribution of this file, with or without modification,
10021 are permitted in any medium without royalty provided the copyright
10022 notice and this notice are preserved.