Do not enable -mpcrel by default at the current time
[official-gcc.git] / libgcc / ChangeLog
blob329e75b5b05a96a1129c51ebf80ba760608b5a76
1 2019-06-11  Jakub Jelinek  <jakub@redhat.com>
3         * libgcov-merge.c (__gcov_merge_single): Revert previous change.
5 2019-06-10  Martin Liska  <mliska@suse.cz>
7         PR bootstrap/90808
8         * libgcov.h: Add ATTRIBUTE_UNUSED.
10 2019-06-10  Martin Liska  <mliska@suse.cz>
12         * Makefile.in: Add __gcov_one_value_profiler_v2,
13         __gcov_one_value_profiler_v2_atomic and
14         __gcov_indirect_call_profiler_v4.
15         * libgcov-merge.c (__gcov_merge_single): Change
16         function signature.
17         (merge_single_value_set): New.
18         * libgcov-profiler.c (__gcov_one_value_profiler_body):
19         Update functionality.
20         (__gcov_one_value_profiler): Remove.
21         (__gcov_one_value_profiler_v2): ... this.
22         (__gcov_one_value_profiler_atomic): Rename to ...
23         (__gcov_one_value_profiler_v2_atomic): this.
24         (__gcov_indirect_call_profiler_v3): Rename to ...
25         (__gcov_indirect_call_profiler_v4): ... this.
26         * libgcov.h (__gcov_one_value_profiler): Remove.
27         (__gcov_one_value_profiler_atomic): Remove.
28         (__gcov_one_value_profiler_v2_atomic): New.
29         (__gcov_indirect_call_profiler_v3): Remove.
30         (__gcov_one_value_profiler_v2): New.
31         (__gcov_indirect_call_profiler_v4): New.
32         (gcov_get_counter_ignore_scaling): New function.
34 2019-06-07  Martin Liska  <mliska@suse.cz>
36         * Makefile.in: Remove usage of
37         _gcov_merge_icall_topn.
38         * libgcov-driver.c (gcov_sort_n_vals): Remove.
39         (gcov_sort_icall_topn_counter): Likewise.
40         (gcov_sort_topn_counter_arrays): Likewise.
41         (dump_one_gcov): Remove call to gcov_sort_topn_counter_arrays.
42         * libgcov-merge.c (__gcov_merge_icall_topn): Remove.
43         * libgcov-profiler.c (__gcov_topn_value_profiler_body):
44         Likewise.
45         (GCOV_ICALL_COUNTER_CLEAR_THRESHOLD): Remove.
46         (struct indirect_call_tuple): Remove.
47         (__gcov_indirect_call_topn_profiler): Remove.
48         * libgcov-util.c (__gcov_icall_topn_counter_op): Remove.
49         * libgcov.h (gcov_sort_n_vals): Remove.
50         (L_gcov_merge_icall_topn): Likewise.
51         (__gcov_merge_icall_topn): Likewise.
52         (__gcov_indirect_call_topn_profiler): Likewise.
54 2019-06-06  Iain Sandoe  <iain@sandoe.co.uk>
56         * config/rs6000/t-darwin: Ensure that the unwinder is built with
57         altivec enabled.
59 2019-06-06  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
61         * config/msp430/slli.S (__mspabi_slli_n): Put function in its own
62         section.
63         (__mspabi_slli): Likewise.
64         (__mspabi_slll_n): Likewise.
65         (__mspabi_slll): Likewise.
66         * config/msp430/srai.S (__mspabi_srai_n): Likewise.
67         (__mspabi_srai): Likewise.
68         (__mspabi_sral_n): Likewise.
69         (__mspabi_sral): Likewise.
70         * config/msp430/srli.S (__mspabi_srli_n): Likewise.
71         (__mspabi_srli): Likewise.
72         (__mspabi_srll_n): Likewise.
73         (__mspabi_srll): Likewise.
75 2019-06-05  Yoshinori Sato  <ysato@users.sourceforge.jp>
77         * config.host (rx-*-linux*): Add t-fdpbit to tmake_file
78         Add appropriate tm_file clause as well.
79         * config/rx/t-rx (HOST_LIBGCC2_CFLAGS): Remove.
81 2019-06-05  James Clarke  <jrtc27@jrtc27.com>
83         * config/ia64/crtbegin.S (__dso_handle): Put in .sdata/.sbss
84         rather than .data/.bss so it can be accessed via gp-relative
85         addressing.
87 2019-06-05  David Edelsohn  <dje.gcc@gmail.com>
89         * config/rs6000/aix-unwind.h (LR_REGNO): Rename to R_LR.
90         (CR2_REGNO): Rename to R_CR2.
91         (XER_REGNO): Rename to R_XER.
92         (FIRST_ALTIVEC_REGNO): Rename to R_FIRST_ALTIVEC.
93         (VRSAVE_REGNO): Rename to R_VRSAVE.
94         (VSCR_REGNO): R_VSCR.
96 2019-05-29  Yoshinori Sato  <ysato@users.sourceforge.jp>
98         * config.host (rx-*-linux*): Add new case.
99         * config/rx/t-rx (HOST_LIBGCC2_CFLAGS): Force DFmode to SFmode.
101 2019-05-29  Sam Tebbs  <sam.tebbs@arm.com>
103         * config/aarch64/aarch64-unwind.h (aarch64_cie_signed_with_b_key): New
104         function.
105         * config/aarch64/aarch64-unwind.h (aarch64_post_extract_frame_addr,
106         aarch64_post_frob_eh_handler_addr): Add check for b-key.
107         * config/aarch64/aarch64-unwind-h (aarch64_post_extract_frame_addr,
108         aarch64_post_frob_eh_handler_addr, aarch64_post_frob_update_context):
109         Rename RA_A_SIGNED_BIT to RA_SIGNED_BIT.
110         * unwind-dw2-fde.c (get_cie_encoding): Add check for 'B' in augmentation
111         string.
112         * unwind-dw2.c (extract_cie_info): Add check for 'B' in augmentation
113         string.
114         (RA_A_SIGNED_BIT): Rename to RA_SIGNED_BIT.
116 2019-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
118         * config/sparc/sol2-unwind.h [__arch64__] (sparc64_is_sighandler):
119         Remove Solaris 9 and 10 support.
120         (sparc_is_sighandler): Likewise.
122 2019-05-26  John David Anglin  <danglin@gcc.gnu.org>
124         * config/pa/linux-unwind.h (pa32_fallback_frame_state): Add cast.
126 2019-05-17  H.J. Lu  <hongjiu.lu@intel.com>
128         * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
129         4_FP_W_TYPEs are used for IEEE quad precision.
130         * soft-fp/extendhftf2.c: Likewise.
131         * soft-fp/extendsftf2.c: Likewise.
132         * soft-fp/extendxftf2.c: Likewise.
133         * soft-fp/trunctfdf2.c: Likewise.
134         * soft-fp/trunctfhf2.c: Likewise.
135         * soft-fp/trunctfsf2.c: Likewise.
136         * soft-fp/trunctfxf2.c: Likewise.
137         * config/rs6000/ibm-ldouble.c: Likewise.
139 2019-05-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
141         * config.host: Simplify various *-*-solaris2.1[0-9]* to
142         *-*-solaris2*.
143         * configure.ac: Likewise.
144         * configure: Regenerate.
146         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
147         Solaris 10 and Solaris 11 < snv_125 handling.
149 2019-05-12  Iain Sandoe  <iain@sandoe.co.uk>
151         * config/rs6000/darwin-vecsave.S: Set .machine appropriately.
153 2019-05-07  Hongtao Liu  <hongtao.liu@intel.com>
155         * config/i386/cpuinfo.c (get_available_features): Detect BF16.
156         * config/i386/cpuinfo.h (enum processor_features): Add
157         FEATURE_AVX512BF16.
159 2019-04-23  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
160             Bernd Edlinger  <bernd.edlinger@hotmail.de>
161             Jakub Jelinek  <jakub@redhat.com>
163         PR target/89093
164         * config/arm/pr-support.c: Add #pragma GCC target("general-regs-only").
165         * config/arm/unwind-arm.c: Likewise.
166         * unwind-c.c (PERSONALITY_FUNCTION): Add general-regs-only target
167         attribute for ARM.
169 2019-04-15  Monk Chiang  <sh.chiang04@gmail.com>
171         * config/nds32/linux-unwind.h (SIGRETURN): Remove.
172         (RT_SIGRETURN): Update.
173         (nds32_fallback_frame_state): Update.
175 2019-02-21  Martin Sebor  <msebor@redhat.com>
177         * libgcc2.h (__clear_cache): Correct signature.
178         * libgcc2.c (__clear_cache): Same.
180 2019-02-20  Uroš Bizjak  <ubizjak@gmail.com>
182         * config/alpha/linux-unwind.h (alpha_fallback_frame_state):
183         Cast 'mcontext_t *' &rt_->uc.uc_mcontext to 'struct sigcontext *'.
185 2019-02-19  Uroš Bizjak  <ubizjak@gmail.com>
187         * unwind-dw2.c (_Unwind_GetGR) [DWARF_ZERO_REG]: Compare
188         regno instead of index to DWARF_ZERO_REG.
190 2019-02-15  Eric Botcazou  <ebotcazou@adacore.com>
192         * config/visium/lib2funcs.c (__set_trampoline_parity): Replace
193         TRAMPOLINE_SIZE with __LIBGCC_TRAMPOLINE_SIZE__.
195 2019-01-31  Uroš Bizjak  <ubizjak@gmail.com>
197         * config/alpha/t-linux: Add -mfp-rounding-mode=d
198         to HOST_LIBGCC2_CFLAGS.
200 2019-01-23  Joseph Myers  <joseph@codesourcery.com>
202         PR libgcc/88931
203         * libgcc2.c (FSTYPE FUNC (DWtype u)): Correct no leading bits case.
205 2019-01-18  Martin Liska  <mliska@suse.cz>
207         * libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Rename
208         to ...
209         (__gcov_indirect_call_profiler_v3): ... this.
210         * libgcov.h (__gcov_indirect_call_profiler_v2): Likewise.
211         (__gcov_indirect_call_profiler_v3): Likewise.
212         * Makefile.in: Bump function name.
214 2019-01-18  Martin Liska  <mliska@suse.cz>
216         * libgcov-driver.c (GCOV_PROF_PREFIX): Define.
217         (gcov_version): Use in gcov_error.
218         (merge_one_data): Likewise.
219         (dump_one_gcov): Likewise.
221 2019-01-18  Martin Liska  <mliska@suse.cz>
223         * libgcov-driver.c (gcov_version_string): New function.
224         (gcov_version): Convert version integer into string.
226 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
227             Kwok Cheung Yeung  <kcy@codesourcery.com>
228             Julian Brown  <julian@codesourcery.com>
229             Tom de Vries  <tom@codesourcery.com>
231         * config.host: Recognize amdgcn*-*-amdhsa.
232         * config/gcn/crt0.c: New file.
233         * config/gcn/lib2-divmod-hi.c: New file.
234         * config/gcn/lib2-divmod.c: New file.
235         * config/gcn/lib2-gcn.h: New file.
236         * config/gcn/sfp-machine.h: New file.
237         * config/gcn/t-amdgcn: New file.
239 2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
241         PR other/16615
243         * config/c6x/libunwind.S: Mechanically replace "can not" with
244         "cannot".
245         * config/tilepro/atomic.h: Likewise.
246         * config/vxlib-tls.c: Likewise.
247         * generic-morestack-thread.c: Likewise.
248         * generic-morestack.c: Likewise.
249         * mkmap-symver.awk: Likewise.
251 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
253         Update copyright years.
255 2018-12-20  H.J. Lu  <hongjiu.lu@intel.com>
257         * unwind-pe.h (read_encoded_value_with_base): Add GCC pragma
258         to ignore -Waddress-of-packed-member.
260 2018-12-19  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
262         * /config/arm/lib1funcs.S (FUNC_START): Remove unused sp_section
263         parameter and corresponding code.
264         (ARM_FUNC_START): Likewise in both definitions.
265         Also update footer comment about condition that need to match with
266         gcc/config/arm/elf.h to also include libgcc/config/arm/t-arm.
267         * config/arm/ieee754-df.S (muldf3): Also build it if L_arm_muldf3 is
268         defined.  Weakly define it in this case.
269         * config/arm/ieee754-sf.S (mulsf3): Likewise with L_arm_mulsf3.
270         * config/arm/t-elf (LIB1ASMFUNCS): Build _arm_muldf3.o and
271         _arm_mulsf3.o before muldiv versions if targeting Thumb-1 only. Add
272         comment to keep condition in sync with the one in
273         libgcc/config/arm/lib1funcs.S and gcc/config/arm/elf.h.
275 2018-12-18  Wei Xiao  <wei3.xiao@intel.com>
277         * config/i386/cpuinfo.c (get_intel_cpu): Handle cascadelake.
278         * config/i386/cpuinfo.h: Add INTEL_COREI7_CASCADELAKE.
280 2018-12-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
282         * config/rs6000/tramp.S (__trampoline_setup): Also emit .size
283         and .cfi_endproc directives for VxWorks targets.
285 2018-12-05  Paul Koning  <ni1d@arrl.net>
287         * udivmodhi4.c (__udivmodhi4): Fix loop end check.
289 2018-11-27  Alan Modra  <amodra@gmail.com>
291         * config/rs6000/morestack.S (__stack_split_initialize),
292         (__morestack_get_guard, __morestack_set_guard),
293         (__morestack_make_guard): Provide CFI covering these functions.
294         * config/rs6000/tramp.S (__trampoline_setup): Likewise.
296 2018-11-15  Xianmiao Qu  <xianmiao_qu@c-sky.com>
298         * config/csky/linux-unwind.h (sc_pt_regs): Update for kernel.
299         (sc_pt_regs_lr): Update for kernel.
300         (sc_pt_regs_tls): Update for kernel.
302 2018-11-15  Xianmiao Qu  <xianmiao_qu@c-sky.com>
304         * config/csky/linux-unwind.h: Fix coding style.
306 2018-11-13  Xianmiao Qu  <xianmiao_qu@c-sky.com>
308         * config/csky/linux-unwind.h (_sig_ucontext_t): Remove.
309         (csky_fallback_frame_state): Modify the check of the
310         instructions to adapt to changes in the kernel
312 2018-11-09  Stafford Horne  <shorne@gmail.com>
313             Richard Henderson  <rth@twiddle.net>
315         * config.host: Add OpenRISC support.
316         * config/or1k/*: New.
318 2018-11-08  Kito Cheng  <kito@andestech.com>
320         * soft-fp/adddf3.c: Update from glibc.
321         * soft-fp/addsf3.c: Likewise.
322         * soft-fp/addtf3.c: Likewise.
323         * soft-fp/divdf3.c: Likewise.
324         * soft-fp/divsf3.c: Likewise.
325         * soft-fp/divtf3.c: Likewise.
326         * soft-fp/double.h: Likewise.
327         * soft-fp/eqdf2.c: Likewise.
328         * soft-fp/eqsf2.c: Likewise.
329         * soft-fp/eqtf2.c: Likewise.
330         * soft-fp/extenddftf2.c: Likewise.
331         * soft-fp/extended.h: Likewise.
332         * soft-fp/extendhftf2.c: Likewise.
333         * soft-fp/extendsfdf2.c: Likewise.
334         * soft-fp/extendsftf2.c: Likewise.
335         * soft-fp/extendxftf2.c: Likewise.
336         * soft-fp/fixdfdi.c: Likewise.
337         * soft-fp/fixdfsi.c: Likewise.
338         * soft-fp/fixdfti.c: Likewise.
339         * soft-fp/fixhfti.c: Likewise.
340         * soft-fp/fixsfdi.c: Likewise.
341         * soft-fp/fixsfsi.c: Likewise.
342         * soft-fp/fixsfti.c: Likewise.
343         * soft-fp/fixtfdi.c: Likewise.
344         * soft-fp/fixtfsi.c: Likewise.
345         * soft-fp/fixtfti.c: Likewise.
346         * soft-fp/fixunsdfdi.c: Likewise.
347         * soft-fp/fixunsdfsi.c: Likewise.
348         * soft-fp/fixunsdfti.c: Likewise.
349         * soft-fp/fixunshfti.c: Likewise.
350         * soft-fp/fixunssfdi.c: Likewise.
351         * soft-fp/fixunssfsi.c: Likewise.
352         * soft-fp/fixunssfti.c: Likewise.
353         * soft-fp/fixunstfdi.c: Likewise.
354         * soft-fp/fixunstfsi.c: Likewise.
355         * soft-fp/fixunstfti.c: Likewise.
356         * soft-fp/floatdidf.c: Likewise.
357         * soft-fp/floatdisf.c: Likewise.
358         * soft-fp/floatditf.c: Likewise.
359         * soft-fp/floatsidf.c: Likewise.
360         * soft-fp/floatsisf.c: Likewise.
361         * soft-fp/floatsitf.c: Likewise.
362         * soft-fp/floattidf.c: Likewise.
363         * soft-fp/floattihf.c: Likewise.
364         * soft-fp/floattisf.c: Likewise.
365         * soft-fp/floattitf.c: Likewise.
366         * soft-fp/floatundidf.c: Likewise.
367         * soft-fp/floatundisf.c: Likewise.
368         * soft-fp/floatunditf.c: Likewise.
369         * soft-fp/floatunsidf.c: Likewise.
370         * soft-fp/floatunsisf.c: Likewise.
371         * soft-fp/floatunsitf.c: Likewise.
372         * soft-fp/floatuntidf.c: Likewise.
373         * soft-fp/floatuntihf.c: Likewise.
374         * soft-fp/floatuntisf.c: Likewise.
375         * soft-fp/floatuntitf.c: Likewise.
376         * soft-fp/gedf2.c: Likewise.
377         * soft-fp/gesf2.c: Likewise.
378         * soft-fp/getf2.c: Likewise.
379         * soft-fp/half.h: Likewise.
380         * soft-fp/ledf2.c: Likewise.
381         * soft-fp/lesf2.c: Likewise.
382         * soft-fp/letf2.c: Likewise.
383         * soft-fp/muldf3.c: Likewise.
384         * soft-fp/mulsf3.c: Likewise.
385         * soft-fp/multf3.c: Likewise.
386         * soft-fp/negdf2.c: Likewise.
387         * soft-fp/negsf2.c: Likewise.
388         * soft-fp/negtf2.c: Likewise.
389         * soft-fp/op-1.h: Likewise.
390         * soft-fp/op-2.h: Likewise.
391         * soft-fp/op-4.h: Likewise.
392         * soft-fp/op-8.h: Likewise.
393         * soft-fp/op-common.h: Likewise.
394         * soft-fp/quad.h: Likewise.
395         * soft-fp/single.h: Likewise.
396         * soft-fp/soft-fp.h: Likewise.
397         * soft-fp/subdf3.c: Likewise.
398         * soft-fp/subsf3.c: Likewise.
399         * soft-fp/subtf3.c: Likewise.
400         * soft-fp/truncdfsf2.c: Likewise.
401         * soft-fp/trunctfdf2.c: Likewise.
402         * soft-fp/trunctfhf2.c: Likewise.
403         * soft-fp/trunctfsf2.c: Likewise.
404         * soft-fp/trunctfxf2.c: Likewise.
405         * soft-fp/unorddf2.c: Likewise.
406         * soft-fp/unordsf2.c: Likewise.
407         * soft-fp/unordtf2.c: Likewise.
409 2018-11-04  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
411         * config/i386/cpuinfo.c: (get_amd_cpu): Add znver2.
412         * config/i386/cpuinfo.h (processor_types): Add znver2.
414 2018-11-01  Paul Koning  <ni1d@arrl.net>
416         * config/pdp11/t-pdp11 (LIB2ADD): Add divmod.c.
417         (HOST_LIBGCC2_CFLAGS): Change to optimize for size.
419 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
421         PR bootstrap/82856
422         * configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
423         * configure: Regenerate.
425 2018-10-31  Claudiu Zissulescu  <claziss@synopsys.com>
427         * config/arc/lib1funcs.S (_muldi3): New function.
428         * config/arc/t-arc (LIB1ASMFUNCS): Add _muldi3.
430 2018-10-30  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
432         * config/gthr-vxworks.h (__gthread_mutex_destroy): Call semDelete.
434 2018-10-25  Martin Liska  <mliska@suse.cz>
436         PR other/87735
437         * libgcov-profiler.c: Revert.
439 2018-10-24  Martin Liska  <mliska@suse.cz>
441         * libgcov-profiler.c: Start from 1 in order to distinguish
442         functions which were seen and these that were not.
444 2018-10-18  Paul Koning  <ni1d@arrl.net>
446         * udivmodsi4.c (__udivmodsi4): Rename to conform to coding
447         standard.
448         * divmod.c: Update references to __udivmodsi4.
449         * udivmod.c: Ditto.
450         * udivhi3.c: New file.
451         * udivmodhi4.c: New file.
452         * config/pdp11/t-pdp11 (LIB2ADD): Add the new files.
454 2018-10-17  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
456         * Makefile.in (LIB2FUNCS_ST): Filter out LIB2FUNCS_EXCLUDE.
458 2018-10-12  Olivier Hainque  <hainque@adacore.com>
460         * config/rs6000/ibm-ldouble.c: Augment the toplevel guard with
461         defined (__FLOAT128_TYPE__) || defined (__LONG_DOUBLE_128__).
463 2018-10-08  Paul Koning  <ni1d@arrl.net>
465         * config/pdp11/t-pdp11: Remove -mfloat32 switch.
467 2018-10-04  Martin Liska  <mliska@suse.cz>
469         PR gcov-profile/84107
470         * libgcov-profiler.c (__gcov_indirect_call):
471         Change type to indirect_call_tuple.
472         (struct indirect_call_tuple): New struct.
473         (__gcov_indirect_call_topn_profiler): Change type.
474         (__gcov_indirect_call_profiler_v2): Use the new
475         variables.
476         * libgcov.h (struct indirect_call_tuple): New struct
477         definition.
479 2018-10-03  Uros Bizjak  <ubizjak@gmail.com>
481         * libgcc2.c (isnan): Use __builtin_isnan.
482         (isfinite): Use __builtin_isfinite.
483         (isinf): Use __builtin_isinf.
485 2018-09-26  Uros Bizjak  <ubizjak@gmail.com>
487         * config/i386/crtprec.c (set_precision): Use fnstcw instead of fstcw.
489 2018-09-21  Alexandre Oliva  <oliva@adacore.com>
491         * config/vxcache.c: New file.  Provide __clear_cache, based on
492         the cacheTextUpdate VxWorks service.
493         * config/t-vxworks (LIB2ADD): Add vxcache.c.
494         (LIB2FUNCS_EXCLUDE): Add _clear_cache.
495         * config/t-vxwoks7: Likewise.
497 2018-09-21  Martin Liska  <mliska@suse.cz>
499         * libgcov-driver.c (crc32_unsigned): Remove.
500         (gcov_histogram_insert): Likewise.
501         (gcov_compute_histogram): Likewise.
502         (compute_summary): Simplify rapidly.
503         (merge_one_data): Do not handle PROGRAM_SUMMARY tag.
504         (merge_summary): Rapidly simplify.
505         (dump_one_gcov): Ignore gcov_summary.
506         (gcov_do_dump): Do not handle program summary, it's not
507         used.
508         * libgcov-util.c (tag_summary): Remove.
509         (read_gcda_finalize): Fix coding style.
510         (read_gcda_file): Initialize curr_object_summary.
511         (compute_summary): Remove.
512         (calculate_overlap): Remove settings of run_max.
514 2018-09-21  Monk Chiang  <sh.chiang04@gmail.com>
516         * config/nds32/linux-unwind.h (struct _rt_sigframe): Use struct
517         ucontext_t type instead.
518         (nds32_fallback_frame_state): Remove struct _sigframe statement.
520 2018-09-21  Kito Cheng  <kito.cheng@gmail.com>
522         * config/nds32/t-nds32-glibc: New file.
524 2018-09-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
526         * configure.ac (solaris_ld_v2_maps): New test.
527         * configure: Regenerate.
528         * Makefile.in (solaris_ld_v2_maps): New variable.
529         * config/t-slibgcc-sld (libgcc-unwind.map): Emit v2 mapfile syntax
530         if supported.
532 2018-08-23  Richard Earnshaw  <rearnsha@arm.com>
534         PR target/86951
535         * config/arm/lib1funcs.asm (speculation_barrier): New function.
536         * config/arm/t-arm (LIB1ASMFUNCS): Add it to list of functions
537         to build.
539 2018-08-22  Iain Sandoe  <iain@sandoe.co.uk>
541         * config/unwind-dw2-fde-darwin.c
542         (_darwin10_Unwind_FindEnclosingFunction): move from here ...
543         * config/darwin10-unwind-find-enc-func.c: … to here.
544         * config/t-darwin: Build Darwin10 unwinder shim crt.
545         * libgcc/config.host: Add the Darwin10 unwinder shim.
547 2018-08-21  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
549         * config.host: Add crtbegin.o and crtend.o for
550         powerpc-wrs-vxworks target.
552 2018-08-17  Jojo  <jijie_rong@c-sky.com>
553             Huibin Wang  <huibin_wang@c-sky.com>
554             Sandra Loosemore  <sandra@codesourcery.com>
555             Chung-Lin Tang  <cltang@codesourcery.com>
557         C-SKY port: libgcc
559         * config.host: Add C-SKY support.
560         * config/csky/*: New.
562 2018-08-12  Chung-Ju Wu  <jasonwucj@gmail.com>
564         * config/nds32/t-nds32-isr: Rearrange object dependency.
565         * config/nds32/initfini.c: Add dwarf2 unwinding support.
566         * config/nds32/isr-library/adj_intr_lvl.inc: Consider new extensions
567         and registers usage.
568         * config/nds32/isr-library/excp_isr.S: Ditto.
569         * config/nds32/isr-library/intr_isr.S: Ditto.
570         * config/nds32/isr-library/reset.S: Ditto.
571         * config/nds32/isr-library/restore_all.inc: Ditto.
572         * config/nds32/isr-library/restore_mac_regs.inc: Ditto.
573         * config/nds32/isr-library/restore_partial.inc: Ditto.
574         * config/nds32/isr-library/restore_usr_regs.inc: Ditto.
575         * config/nds32/isr-library/save_all.inc: Ditto.
576         * config/nds32/isr-library/save_mac_regs.inc: Ditto.
577         * config/nds32/isr-library/save_partial.inc: Ditto.
578         * config/nds32/isr-library/save_usr_regs.inc: Ditto.
579         * config/nds32/isr-library/vec_vid*.S: Consider 4-byte vector size.
581 2018-08-11  John David Anglin  <danglin@gcc.gnu.org>
583         * config/pa/linux-atomic.c: Update comment.
584         (FETCH_AND_OP_2, OP_AND_FETCH_2, FETCH_AND_OP_WORD, OP_AND_FETCH_WORD,
585         COMPARE_AND_SWAP_2, __sync_val_compare_and_swap_4,
586         SYNC_LOCK_TEST_AND_SET_2, __sync_lock_test_and_set_4): Use
587         __ATOMIC_RELAXED for atomic loads.
588         (SYNC_LOCK_RELEASE_1): New define.  Use __sync_synchronize() and
589         unordered store to release lock.
590         (__sync_lock_release_8): Likewise.
591         (SYNC_LOCK_RELEASE_2): Remove define.
593 2018-08-02  Nicolas Pitre <nico@fluxnic.net>
595         PR libgcc/86512
596         * config/arm/ieee754-df.S: Don't shortcut denormal handling when
597         exponent goes negative. Update my email address.
598         * config/arm/ieee754-sf.S: Likewise.
600 2018-08-01  Martin Liska  <mliska@suse.cz>
602         * libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Do not
603         check that  __gcov_indirect_call_callee is non-null.
605 2018-07-30  Christophe Lyon  <christophe.lyon@linaro.org>
607         * config/arm/ieee754-df.S: Fix comment for code working on
608         architectures >= 4.
609         * config/arm/ieee754-sf.S: Likewise.
611 2018-07-27  H.J. Lu  <hongjiu.lu@intel.com>
613         PR libgcc/85334
614         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
615         Removed.
617 2018-07-05  James Clarke  <jrtc27@jrtc27.com>
619         * configure: Regenerated.
621 2018-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
623         * Makefile.in (install_leaf): Use enable_gcov instead of
624         enable_libgcov.
626 2018-06-27  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
628         * configure.ac: Add --disable-gcov option.
629         * configure: Regenerate.
630         * Makefile.in: Honour @enable_gcov@.
632 2018-06-21  Christophe Lyon  <christophe.lyon@linaro.org>
634         * config/arm/lib1funcs.S (__ARM_ARCH__): Remove definitions, use
635         __ARM_ARCH and __ARM_FEATURE_CLZ instead.
636         (HAVE_ARM_CLZ): Remove definition, use __ARM_FEATURE_CLZ instead.
637         * config/arm/ieee754-df.S: Use __ARM_FEATURE_CLZ instead of
638         __ARM_ARCH__.
639         * config/arm/ieee754-sf.S: Likewise.
640         * config/arm/libunwind.S: Use __ARM_ARCH instead of __ARM_ARCH__.
642 2018-06-21  Christophe Lyon  <christophe.lyon@linaro.org>
644         * config/arm/ieee754-df.S: Remove code for __ARM_ARCH__ < 4, no
645         longer supported.
646         * config/arm/ieee754-sf.S: Likewise.
648 2018-06-20  Than McIntosh  <thanm@google.com>
650         PR libgcc/86213
651         * generic-morestack.c (allocate_segment): Move calls to getenv and
652         getpagesize to __morestack_load_mmap.
653         (__morestack_load_mmap) Initialize static_pagesize and
654         use_guard_page here so as to avoid clobbering SSE regs during a
655         __morestack call.
657 2018-06-18  Michael Meissner  <meissner@linux.ibm.com>
659         * config/rs6000/t-float128 (FP128_CFLAGS_SW): Compile float128
660         support modules with -mno-gnu-attribute.
661         * config/rs6000/t-float128-hw (FP128_CFLAGS_HW): Likewise.
663 2018-06-07  Olivier Hainque  <hainque@adacore.com>
665         * config/t-vxworks (LIBGCC_INCLUDES): Add
666         -I$(MULTIBUILDTOP)../../gcc/include.
667         * config/t-vxworks7: Likewise. Reformat a bit to match
668         the t-vxworks layout.
670 2018-06-07  Olga Makhotina  <olga.makhotina@intel.com>
672         * config/i386/cpuinfo.h (processor_types): Add INTEL_TREMONT.
674 2018-06-07  Martin Liska  <mliska@suse.cz>
676         * libgcov-driver.c: Rename cs_all to all and assign it from
677         all_prg.
679 2018-06-07  Martin Liska  <mliska@suse.cz>
681         PR bootstrap/86057
682         * libgcov-driver-system.c (replace_filename_variables): Use
683         memcpy instead of mempcpy.
684         (allocate_filename_struct): Do not allocate filename, allocate
685         prefix and set it.
686         (gcov_exit_open_gcda_file): Allocate memory for gf->filename
687         here and properly copy content into it.
688         * libgcov-driver.c (struct gcov_filename): Remove max_length
689         field, change prefix from size_t into char *.
690         (compute_summary): Do not calculate longest filename.
691         (gcov_do_dump): Release memory of gf.filename after each file.
692         * libgcov-util.c (compute_summary): Use new signature of
693         compute_summary.
694         (calculate_overlap): Likewise.
696 2018-06-05  Martin Liska  <mliska@suse.cz>
698         PR gcov-profile/47618
699         * libgcov-driver-system.c (replace_filename_variables): New
700         function.
701         (gcov_exit_open_gcda_file): Use it.
703 2018-06-05  Martin Liska  <mliska@suse.cz>
705         * libgcov-driver.c (gcov_compute_histogram): Remove usage
706         of gcov_ctr_summary.
707         (compute_summary): Do it just for a single summary.
708         (merge_one_data): Likewise.
709         (merge_summary): Simplify as we read just single summary.
710         (dump_one_gcov): Pass proper argument.
711         * libgcov-util.c (compute_one_gcov): Simplify as we have just
712         single summary.
713         (gcov_info_count_all_cold): Likewise.
714         (calculate_overlap): Likewise.
716 2018-06-02  Chung-Ju Wu  <jasonwucj@gmail.com>
717             Monk Chiang  <sh.chiang04@gmail.com>
719         * config.host (nds32*-linux*): New.
720         * config/nds32/linux-atomic.c: New file.
721         * config/nds32/linux-unwind.h: New file.
723 2018-05-31  Uros Bizjak  <ubizjak@gmail.com>
725         PR target/85591
726         * config/i386/cpuinfo.c (get_amd_cpu): Return
727         AMDFAM15H_BDVER2 for AMDFAM15H model 0x2.
729 2018-05-30  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
731         * crtstuff.c: Remove declaration of _Jv_RegisterClasses.
733 2018-05-29  Martin Liska  <mliska@suse.cz>
735         PR gcov-profile/85759
736         * libgcov-driver-system.c (gcov_error): Introduce usage of
737         GCOV_EXIT_AT_ERROR env. variable.
738         * libgcov-driver.c (merge_one_data): Print error that we
739         overwrite a gcov file with a different timestamp.
741 2018-05-23  Kalamatee  <kalamatee@gmail.com>
743         * config/m68k/lb1sf68.S (Laddsf$nf): Fix sign bit handling in
744         path to Lf$finfty.
746 2018-05-18  Kito Cheng <kito.cheng@gmail.com>
747             Monk Chiang  <sh.chiang04@gmail.com>
748             Jim Wilson <jimw@sifive.com>
750         * config/riscv/save-restore.S: Add support for rv32e.
752 2018-05-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
754         * config/arm/libunwind.S: Update comment relating to armv5.
756 2018-05-17  Jerome Lambourg  <lambourg@adacore.com>
758         * config/arm/cmse.c (cmse_check_address_range): Replace
759         UINTPTR_MAX with __UINTPTR_MAX__ and uintptr_t with __UINTPTR_TYPE__.
761 2018-05-17  Olga Makhotina  <olga.makhotina@intel.com>
763         * config/i386/cpuinfo.h (processor_types): Add INTEL_GOLDMONT_PLUS.
764         * config/i386/cpuinfo.c (get_intel_cpu): Detect Goldmont Plus.
766 2018-05-08  Olga Makhotina  <olga.makhotina@intel.com>
768         * config/i386/cpuinfo.h (processor_types): Add INTEL_GOLDMONT.
769         * config/i386/cpuinfo.c (get_intel_cpu): Detect Goldmont.
771 2018-05-07  Amaan Cheval  <amaan.cheval@gmail.com>
773         * config.host (x86_64-*-rtems*): Build crti.o and crtn.o.
775 2018-04-27  Andreas Tobler  <andreast@gcc.gnu.org>
776             Maryse Levavasseur <maryse.levavasseur@stormshield.eu>
778         PR libgcc/84292
779         * config/arm/freebsd-atomic.c (SYNC_OP_AND_FETCH_N): Fix the
780         op_and_fetch to return the right result.
782 2018-04-27  Alan Modra  <amodra@gmail.com>
784         PR libgcc/85532
785         * config/rs6000/t-crtstuff (CRTSTUFF_T_CFLAGS): Add
786         -fno-asynchronous-unwind-tables.
788 2018-04-25  Chung-Ju Wu  <jasonwucj@gmail.com>
790         * config/nds32/sfp-machine.h: Fix settings for NDS32_ABI_2FP_PLUS.
791         * config/nds32/t-nds32-newlib (HOST_LIBGCC2_CFLAGS): Use -fwrapv.
793 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
795         * config/i386/linux-unwind.h: Add (__CET__ & 2) != 0 check
796         when including "config/i386/shadow-stack-unwind.h".
798 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
800         * configure: Regenerated.
802 2018-04-20  Michael Meissner  <meissner@linux.ibm.com>
804         PR target/85456
805         * config/rs6000/_powikf2.c: New file.  Add support for the
806         __builtin_powil function when long double is IEEE 128-bit floating
807         point.
808         * config/rs6000/float128-ifunc.c (__powikf2_resolve): Add
809         __powikf2 support.
810         (__powikf2): Likewise.
811         * config/rs6000/quad-float128.h (__powikf2_sw): Likewise.
812         (__powikf2_hw): Likewise.
813         (__powikf2): Likewise.
814         * config/rs6000/t-float128 (fp128_ppc_funcs): Likewise.
815         * config/rs6000/t-float128-hw (fp128_hw_func): Likewise.
816         (_powikf2-hw.c): Likewise.
818 2018-04-19  H.J. Lu  <hongjiu.lu@intel.com>
820         PR libgcc/85334
821         * unwind-generic.h (_Unwind_Frames_Increment): New.
822         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
823         Likewise.
824         * unwind.inc (_Unwind_RaiseException_Phase2): Increment frame
825         count with _Unwind_Frames_Increment.
826         (_Unwind_ForcedUnwind_Phase2): Likewise.
828 2018-04-19  H.J. Lu  <hongjiu.lu@intel.com>
830         PR libgcc/85379
831         * config/i386/morestack.S (__stack_split_initialize): Add
832         _CET_ENDBR.
834 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
836         * configure: Regenerated.
838 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
840         PR jit/85384
841         * configure: Regenerate.
843 2018-04-16  Jakub Jelinek  <jakub@redhat.com>
845         PR target/84945
846         * config/i386/cpuinfo.c (set_feature): Wrap into do while (0) to avoid
847         -Wdangling-else warnings.  Mask shift counts to avoid
848         -Wshift-count-negative and -Wshift-count-overflow false positives.
850 2018-04-06  Ruslan Bukin  <br@bsdpad.com>
852         * config.host (riscv*-*-freebsd*): Add RISC-V FreeBSD support.
854 2018-03-29  H.J. Lu  <hongjiu.lu@intel.com>
856         PR target/85100
857         * config/i386/cpuinfo.c (XCR_XFEATURE_ENABLED_MASK): New.
858         (XSTATE_FP): Likewise.
859         (XSTATE_SSE): Likewise.
860         (XSTATE_YMM): Likewise.
861         (XSTATE_OPMASK): Likewise.
862         (XSTATE_ZMM): Likewise.
863         (XSTATE_HI_ZMM): Likewise.
864         (XCR_AVX_ENABLED_MASK): Likewise.
865         (XCR_AVX512F_ENABLED_MASK): Likewise.
866         (get_available_features): Enable AVX and AVX512 features only
867         if their states are supported by OSXSAVE.
869 2018-03-22  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
871         PR target/85025
872         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
873         Fix a typo, tmp => 255.
875 2018-03-20  Jakub Jelinek  <jakub@redhat.com>
877         PR target/84945
878         * config/i386/cpuinfo.h (__cpu_features2): Declare.
879         * config/i386/cpuinfo.c (__cpu_features2): New variable for
880         ifndef SHARED only.
881         (set_feature): Define.
882         (get_available_features): Use set_feature macro.  Set __cpu_features2
883         to the second word of features ifndef SHARED.
885 2018-03-15  Julia Koval  <julia.koval@intel.com>
887         * config/i386/cpuinfo.c (get_available_features): Add
888         FEATURE_AVX512VBMI2, FEATURE_GFNI, FEATURE_VPCLMULQDQ,
889         FEATURE_AVX512VNNI, FEATURE_AVX512BITALG.
890         * config/i386/cpuinfo.h (processor_features): Add FEATURE_AVX512VBMI2,
891         FEATURE_GFNI, FEATURE_VPCLMULQDQ, FEATURE_AVX512VNNI,
892         FEATURE_AVX512BITALG.
894 2018-03-14  Julia Koval  <julia.koval@intel.com>
896         * config/i386/cpuinfo.h (processor_subtypes): Split up icelake on
897         icelake client and icelake server.
899 2018-03-06  John David Anglin  <danglin@gcc.gnu.org>
901         * config/pa/fptr.c (_dl_read_access_allowed): New.
902         (__canonicalize_funcptr_for_compare): Use it.
904 2018-02-28  Jakub Jelinek  <jakub@redhat.com>
906         PR debug/83917
907         * configure.ac (AS_HIDDEN_DIRECTIVE): AC_DEFINE_UNQUOTED this to
908         $asm_hidden_op if visibility ("hidden") attribute works.
909         (HAVE_AS_CFI_SECTIONS): New AC_DEFINE.
910         * config/i386/i386-asm.h: Don't include auto-host.h.
911         (PACKAGE_VERSION, PACKAGE_NAME, PACKAGE_STRING, PACKAGE_TARNAME,
912         PACKAGE_URL): Don't undefine.
913         (USE_GAS_CFI_DIRECTIVES): Don't use nor define this macro, instead
914         guard cfi_startproc only on ifdef __GCC_HAVE_DWARF2_CFI_ASM.
915         (FN_HIDDEN): Change guard from #ifdef HAVE_GAS_HIDDEN to
916         #ifdef AS_HIDDEN_DIRECTIVE, use AS_HIDDEN_DIRECTIVE macro in the
917         definition instead of hardcoded .hidden.
918         * config/i386/cygwin.S: Include i386-asm.h first before .cfi_sections
919         directive.  Use #ifdef HAVE_AS_CFI_SECTIONS rather than
920         #ifdef HAVE_GAS_CFI_SECTIONS_DIRECTIVE to guard .cfi_sections.
921         (USE_GAS_CFI_DIRECTIVES): Don't define.
922         * configure: Regenerated.
923         * config.in: Likewise.
925 2018-02-26  Jakub Jelinek  <jakub@redhat.com>
927         PR debug/83917
928         * config/i386/i386-asm.h (PACKAGE_VERSION, PACKAGE_NAME,
929         PACKAGE_STRING, PACKAGE_TARNAME, PACKAGE_URL): Undefine between
930         inclusion of auto-target.h and auto-host.h.
931         (USE_GAS_CFI_DIRECTIVES): Define if not defined already based on
932         __GCC_HAVE_DWARF2_CFI_ASM.
933         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
934         cfi_def_cfa_register, cfi_def_cfa, cfi_register, cfi_offset, cfi_push,
935         cfi_pop): Define.
936         * config/i386/cygwin.S: Don't include auto-host.h here, just
937         define USE_GAS_CFI_DIRECTIVES to 1 or 0 and include i386-asm.h.
938         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
939         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): Remove.
940         * config/i386/resms64fx.h: Add cfi_* directives.
941         * config/i386/resms64x.h: Likewise.
943 2018-02-20  Max Filippov  <jcmvbkbc@gmail.com>
945         * config/xtensa/ieee754-df.S (__adddf3_aux): Add
946         .literal_position directive.
947         * config/xtensa/ieee754-sf.S (__addsf3_aux): Likewise.
949 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
951         PR target/84148
952         * configure: Regenerate.
954 2018-02-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
956         PR target/84239
957         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
958         Include cetintrin.h not x86intrin.h.
960 2018-02-08  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
962         PR target/84239
963         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
964         Use new _get_ssp and _inc_ssp intrinsics.
966 2018-02-02  Julia Koval  <julia.koval@intel.com>
968         * config/i386/cpuinfo.h (processor_subtypes): Add INTEL_COREI7_ICELAKE.
970 2018-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
972         * config/arc/lib1funcs.S (__udivmodsi4): Use safe version for RF16
973         option.
974         (__divsi3): Use RF16 safe registers.
975         (__modsi3): Likewise.
977 2018-01-23  Max Filippov  <jcmvbkbc@gmail.com>
979         * config/xtensa/ieee754-df.S (__addsf3, __subsf3, __mulsf3)
980         (__divsf3): Make NaN return value quiet.
981         * config/xtensa/ieee754-sf.S (__adddf3, __subdf3, __muldf3)
982         (__divdf3): Make NaN return value quiet.
984 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
986         * config/rl78/anddi3.S: New assembly file.
987         * config/rl78/t-rl78: Added anddi3.S to LIB2ADD.
989 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
991         * config/rl78/umindi3.S: New assembly file.
992         * config/rl78/t-rl78: Added umindi3.S to LIB2ADD.
994 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
996         * config/rl78/smindi3.S: New assembly file.
997         * config/rl78/t-rl78: Added smindi3.S to LIB2ADD.
999 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
1001         * config/rl78/smaxdi3.S: New assembly file.
1002         * config/rl78/t-rl78: Added smaxdi3.S to LIB2ADD.
1004 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
1006         * config/rl78/umaxdi3.S: New assembly file.
1007         * config/rl78/t-rl78: Added umaxdi3.S to LIB2ADD.
1009 2018-01-21  John David Anglin  <danglin@gcc.gnu.org>
1011         PR lto/83452
1012         * config/pa/stublib.c (L_gnu_lto_v1): New stub definition.
1013         * config/pa/t-stublib (gnu_lto_v1-stub.o): Add make fragment.
1015 2018-01-13  Richard Sandiford  <richard.sandiford@linaro.org>
1017         * config/aarch64/value-unwind.h (aarch64_vg): New function.
1018         (DWARF_LAZY_REGISTER_VALUE): Define.
1019         * unwind-dw2.c (_Unwind_GetGR): Use DWARF_LAZY_REGISTER_VALUE
1020         to provide a fallback register value.
1022 2018-01-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
1024         * config/rs6000/quad-float128.h (IBM128_TYPE): Explicitly use
1025         __ibm128, instead of trying to use long double.
1026         (CVT_FLOAT128_TO_IBM128): Use TFtype instead of __float128 to
1027         accomidate -mabi=ieeelongdouble multilibs.
1028         (CVT_IBM128_TO_FLOAT128): Likewise.
1029         * config/rs6000/ibm-ldouble.c (IBM128_TYPE): New macro to define
1030         the appropriate IBM extended double type.
1031         (__gcc_qadd): Change all occurances of long double to IBM128_TYPE.
1032         (__gcc_qsub): Likewise.
1033         (__gcc_qmul): Likewise.
1034         (__gcc_qdiv): Likewise.
1035         (pack_ldouble): Likewise.
1036         (__gcc_qneg): Likewise.
1037         (__gcc_qeq): Likewise.
1038         (__gcc_qne): Likewise.
1039         (__gcc_qge): Likewise.
1040         (__gcc_qle): Likewise.
1041         (__gcc_stoq): Likewise.
1042         (__gcc_dtoq): Likewise.
1043         (__gcc_itoq): Likewise.
1044         (__gcc_utoq): Likewise.
1045         (__gcc_qunord): Likewise.
1046         * config/rs6000/_mulkc3.c (toplevel): Include soft-fp.h and
1047         quad-float128.h for the definitions.
1048         (COPYSIGN): Use the f128 version instead of the q version.
1049         (INFINITY): Likewise.
1050         (__mulkc3): Use TFmode/TCmode for float128 scalar/complex types.
1051         * config/rs6000/_divkc3.c (toplevel): Include soft-fp.h and
1052         quad-float128.h for the definitions.
1053         (COPYSIGN): Use the f128 version instead of the q version.
1054         (INFINITY): Likewise.
1055         (FABS): Likewise.
1056         (__divkc3): Use TFmode/TCmode for float128 scalar/complex types.
1057         * config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): Likewise.
1058         * config/rs6000/trunctfkf2-sw.c (__trunctfkf2_sw): Likewise.
1060 2018-01-05  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1062         * config.host (epiphany-*-elf*): Add (epiphany-*-rtems*)
1063         configuration.
1065 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1067         Update copyright years.
1069 2017-12-12  Kito Cheng  <kito.cheng@gmail.com>
1071         * config/riscv/t-elf: Use multi3.c instead of multi3.S.
1072         * config/riscv/multi3.c: New file.
1073         * config/riscv/multi3.S: Remove.
1075 2017-12-08  Jim Wilson  <jimw@sifive.com>
1077         * config/riscv/div.S: Use FUNC_* macros.
1078         * config/riscv/muldi3.S, config/riscv/multi3.S: Likewise
1079         * config/riscv/save-restore.S: Likewise.
1080         * config/riscv/riscv-asm.h: New.
1082 2017-11-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
1084         * config/rs6000/_mulkc3.c (__mulkc3): Add forward declaration.
1085         * config/rs6000/_divkc3.c (__divkc3): Likewise.
1087         PR libgcc/83112
1088         * config/rs6000/float128-ifunc.c (__addkf3_resolve): Use the
1089         correct type for all ifunc resolvers to silence -Wattribute-alias
1090         warnings.  Eliminate the forward declaration of the resolver
1091         functions which is no longer needed.
1092         (__subkf3_resolve): Likewise.
1093         (__mulkf3_resolve): Likewise.
1094         (__divkf3_resolve): Likewise.
1095         (__negkf2_resolve): Likewise.
1096         (__eqkf2_resolve): Likewise.
1097         (__nekf2_resolve): Likewise.
1098         (__gekf2_resolve): Likewise.
1099         (__gtkf2_resolve): Likewise.
1100         (__lekf2_resolve): Likewise.
1101         (__ltkf2_resolve): Likewise.
1102         (__unordkf2_resolve): Likewise.
1103         (__extendsfkf2_resolve): Likewise.
1104         (__extenddfkf2_resolve): Likewise.
1105         (__trunckfsf2_resolve): Likewise.
1106         (__trunckfdf2_resolve): Likewise.
1107         (__fixkfsi_resolve): Likewise.
1108         (__fixkfdi_resolve): Likewise.
1109         (__fixunskfsi_resolve): Likewise.
1110         (__fixunskfdi_resolve): Likewise.
1111         (__floatsikf_resolve): Likewise.
1112         (__floatdikf_resolve): Likewise.
1113         (__floatunsikf_resolve): Likewise.
1114         (__floatundikf_resolve): Likewise.
1115         (__extendkftf2_resolve): Likewise.
1116         (__trunctfkf2_resolve): Likewise.
1118         PR libgcc/83103
1119         * config/rs6000/quad-float128.h (TF): Don't define if long double
1120         is IEEE 128-bit floating point.
1121         (TCtype): Define as either TCmode or KCmode, depending on whether
1122         long double is IEEE 128-bit floating point.
1123         (__mulkc3_sw): Add declarations for software/hardware versions of
1124         complex multiply/divide.
1125         (__divkc3_sw): Likewise.
1126         (__mulkc3_hw): Likewise.
1127         (__divkc3_hw): Likewise.
1128         * config/rs6000/_mulkc3.c (_mulkc3): If we are building ifunc
1129         handlers to switch between using software emulation and hardware
1130         float128 instructions, build the complex multiply/divide functions
1131         for both software and hardware support.
1132         * config/rs6000/_divkc3.c (_divkc3): Likewise.
1133         * config/rs6000/float128-ifunc.c (__mulkc3_resolve): Likewise.
1134         (__divkc3_resolve): Likewise.
1135         (__mulkc3): Likewise.
1136         (__divkc3): Likewise.
1137         * config/rs6000/t-float128-hw (fp128_hardfp_src): Likewise.
1138         (fp128_hw_src): Likewise.
1139         (fp128_hw_static_obj): Likewise.
1140         (fp128_hw_shared_obj): Likewise.
1141         (_mulkc3-hw.c): Create _mulkc3-hw.c and _divkc3-hw.c from
1142         _mulkc3.c and _divkc3.c, changing the function name.
1143         (_divkc3-hw.c): Likewise.
1144         * config/rs6000/t-float128 (clean-float128): Delete _mulkc3-hw.c
1145         and _divkc3-hw.c.
1147 2017-11-26  Julia Koval  <julia.koval@intel.com>
1149         * config/i386/cpuinfo.c (get_intel_cpu): Handle cannonlake.
1150         * config/i386/cpuinfo.h (processor_subtypes): Add
1151         INTEL_COREI7_CANNONLAKE.
1153 2017-11-20  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1155         PR bootstrap/83015
1156         * config/cr16/unwind-cr16.c (uw_install_context): Add FRAMES
1157         parameter.
1158         * config/xtensa/unwind-dw2-xtensa.c: Likewise
1159         * config/ia64/unwind-ia64.c: Add frames parameter.
1160         * unwind-sjlj.c: Likewise.
1162 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1164         * config/i386/linux-unwind.h: Include
1165         config/i386/shadow-stack-unwind.h.
1166         * config/i386/shadow-stack-unwind.h: New file.
1167         * unwind-dw2.c: (uw_install_context): Add a frame parameter and
1168         pass it to _Unwind_Frames_Extra.
1169         * unwind-generic.h (_Unwind_Frames_Extra): New.
1170         * unwind.inc (_Unwind_RaiseException_Phase2): Add frames_p
1171         parameter. Add local variable frames to count number of frames.
1172         (_Unwind_ForcedUnwind_Phase2): Likewise.
1173         (_Unwind_RaiseException): Add local variable frames to count
1174         number of frames, pass it to _Unwind_RaiseException_Phase2 and
1175         uw_install_context.
1176         (_Unwind_ForcedUnwind): Likewise.
1177         (_Unwind_Resume): Likewise.
1178         (_Unwind_Resume_or_Rethrow): Likewise.
1180 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1182         * Makefile.in (configure_deps): Add $(srcdir)/../config/cet.m4.
1183         (CET_FLAGS): New.
1184         * config/i386/morestack.S: Include <cet.h>.
1185         (__morestack_large_model): Add _CET_ENDBR at function entrance.
1186         * config/i386/resms64.h: Include <cet.h>.
1187         * config/i386/resms64f.h: Likewise.
1188         * config/i386/resms64fx.h: Likewise.
1189         * config/i386/resms64x.h: Likewise.
1190         * config/i386/savms64.h: Likewise.
1191         * config/i386/savms64f.h: Likewise.
1192         * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add $(CET_FLAGS).
1193         (CRTSTUFF_T_CFLAGS): Likewise.
1194         * configure.ac: Include ../config/cet.m4.
1195         Set and substitute CET_FLAGS.
1196         * configure: Regenerated.
1198 2017-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1200         * config.host (*-*-solaris2*): Adapt comment for Solaris 12
1201         renaming.
1202         * config/sol2/crtpg.c (__start_crt_compiler): Likewise.
1203         * configure.ac (libgcc_cv_solaris_crts): Likewise.
1204         * configure: Regenerate.
1206 2017-11-07  Tom de Vries  <tom@codesourcery.com>
1208         * config/rs6000/aix-unwind.h (REGISTER_CFA_OFFSET_FOR): Remove semicolon
1209         after "do {} while (0)".
1211 2017-11-07  Tom de Vries  <tom@codesourcery.com>
1213         PR other/82784
1214         * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Remove
1215         semicolon after "do {} while (0)".
1216         * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1217         * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1218         * config/mips/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1219         * config/rs6000/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
1221 2017-11-04  Andreas Tobler  <andreast@gcc.gnu.org>
1223         PR libgcc/82635
1224         * config/i386/freebsd-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Use a
1225         sysctl to determine whether we're in a trampoline.
1226         Keep the pattern matching method for systems without
1227         KERN_PROC_SIGTRAMP sysctl.
1229 2017-11-03  Cupertino Miranda  <cmiranda@synopsys.com>
1230             Vineet Gupta <vgupta@synopsys.com>
1232         * config.host (arc*-*-linux*): Set md_unwind_header variable.
1233         * config/arc/linux-unwind-reg.def: New file.
1234         * config/arc/linux-unwind-reg.h: Likewise.
1236 2017-10-23  Sebastian Perta  <sebastian.perta@renesas.com>
1238         * config/rl78/subdi3.S: New assembly file.
1239         * config/rl78/t-rl78: Added subdi3.S to LIB2ADD.
1241 2017-10-13  Sebastian Perta  <sebastian.perta@renesas.com>
1243         * config/rl78/adddi3.S: New assembly file.
1244         * config/rl78/t-rl78: Added adddi3.S to LIB2ADD.
1246 2017-10-13  Jakub Jelinek  <jakub@redhat.com>
1248         PR target/82274
1249         * libgcc2.c (__mulvDI3): If both operands have
1250         the same highpart of -1 and the topmost bit of lowpart is 0,
1251         multiplication overflows even if both lowparts are 0.
1253 2017-09-28  James Bowman  <james.bowman@ftdichip.com>
1255         * config/ft32/crti-hw.S: Add watchdog vector, FT930 IRQ support.
1257 2017-09-26  Joseph Myers  <joseph@codesourcery.com>
1259         * config/microblaze/crti.S, config/microblaze/crtn.S,
1260         config/microblaze/divsi3.S, config/microblaze/moddi3.S,
1261         config/microblaze/modsi3.S, config/microblaze/muldi3_hard.S,
1262         config/microblaze/mulsi3.S,
1263         config/microblaze/stack_overflow_exit.S,
1264         config/microblaze/udivsi3.S, config/microblaze/umodsi3.S,
1265         config/pa/milli64.S: Add .note.GNU-stack section.
1267 2017-09-23  Daniel Santos  <daniel.santos@pobox.com>
1269         * configure.ac: Add Check for HAVE_AS_AVX.
1270         * config.in: Regenerate.
1271         * configure: Likewise.
1272         * config/i386/i386-asm.h: Include auto-target.h from libgcc.
1273         (SSE_SAVE, SSE_RESTORE): Emit .byte sequence for !HAVE_AS_AVX.
1274         Correct out-of-date comments.
1276 2017-09-20  Sebastian Peryt  <sebastian.peryt@intel.com>
1278         * config/i386/cpuinfo.h (processor_types): Add INTEL_KNM.
1279         * config/i386/cpuinfo.c (get_intel_cpu): Detect Knights Mill.
1281 2017-09-17  Daniel Santos  <daniel.santos@pobox.com>
1283         * config/i386/i386-asm.h (PASTE2): New macro.
1284         (ASMNAME): Modify to use PASTE2.
1285         (MS2SYSV_STUB_PREFIX): New macro for isa prefix.
1286         (MS2SYSV_STUB_BEGIN, MS2SYSV_STUB_END): New macros for stub headers.
1287         * config/i386/resms64.S: Rename to a header file, use MS2SYSV_STUB_BEGIN
1288         instead of HIDDEN_FUNC and MS2SYSV_STUB_END instead of FUNC_END.
1289         * config/i386/resms64f.S: Likewise.
1290         * config/i386/resms64fx.S: Likewise.
1291         * config/i386/resms64x.S: Likewise.
1292         * config/i386/savms64.S: Likewise.
1293         * config/i386/savms64f.S: Likewise.
1294         * config/i386/avx_resms64.S: New file that only defines a macro and
1295         includes it's corresponding header file.
1296         * config/i386/avx_resms64f.S: Likewise.
1297         * config/i386/avx_resms64fx.S: Likewise.
1298         * config/i386/avx_resms64x.S: Likewise.
1299         * config/i386/avx_savms64.S: Likewise.
1300         * config/i386/avx_savms64f.S: Likewise.
1301         * config/i386/sse_resms64.S: Likewise.
1302         * config/i386/sse_resms64f.S: Likewise.
1303         * config/i386/sse_resms64fx.S: Likewise.
1304         * config/i386/sse_resms64x.S: Likewise.
1305         * config/i386/sse_savms64.S: Likewise.
1306         * config/i386/sse_savms64f.S: Likewise.
1307         * config/i386/t-msabi: Modified to add avx and sse versions of stubs.
1309 2017-09-01  Olivier Hainque  <hainque@adacore.com>
1310         * config.host (*-*-vxworks7): Widen scope to vxworks7*.
1312 2017-08-31  Olivier Hainque  <hainque@adacore.com>
1314         * config.host (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
1315         match as powerpc-wrs-vxworks*.
1317 2017-08-07  Jonathan Yong  <10walls@gmail.com>
1319         * config.host (*-cygwin): Include file from mingw
1320         config/i386/enable-execute-stack-mingw32.c
1322 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
1323             Doug Rupp  <rupp@adacore.com>
1324             Olivier Hainque  <hainque@adacore.com>
1326         * config.host (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7
1327         as well as arm-wrs-vxworks.
1328         * config/arm/t-vxworks7: New file.  Add unwind-arm-vxworks.c to
1329         LIB2ADDEH.
1330         * config/arm/unwind-arm-vxworks.c: New file. Provide dummy
1331         __exidx_start and __exidx_end for downloadable modules.
1333 2017-08-01  Olivier Hainque  <hainque@adacore.com>
1335         * config/t-vxworks (LIBGCC2_INCLUDES): Start with -I. after -nostdinc.
1336         * config/t-vxworks7: Likewise.
1338 2017-08-01  Olivier Hainque  <hainque@adacore.com>
1340         * config/t-vxworks: Instead of redefining LIB2ADD,
1341         augment LIB2ADDEH with vxlib.c and vxlib-tls.c.
1343 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1345         * config/rs6000/ibm-ldouble.c: Disable if defined __rtems__.
1347 2017-07-24  Daniel Santos  <daniel.santos@pobox.com>
1349         PR testsuite/80759
1350         * config.host: include i386/t-msabi for darwin and solaris.
1351         * config/i386/i386-asm.h
1352         (ELFFN): Rename to FN_TYPE.
1353         (FN_SIZE): New macro.
1354         (FN_HIDDEN): Likewise.
1355         (ASMNAME): Likewise.
1356         (FUNC_START): Rename to FUNC_BEGIN, use ASMNAME, replace .global with
1357         .globl.
1358         (HIDDEN_FUNC): Use ASMNAME and .globl instead of .global.
1359         (SSE_SAVE): Convert to cpp macro, hard-code offset (always 0x60).
1360         * config/i386/resms64.S: Use SSE_SAVE as cpp macro instead of gas
1361         .macro.
1362         * config/i386/resms64f.S: Likewise.
1363         * config/i386/resms64fx.S: Likewise.
1364         * config/i386/resms64x.S: Likewise.
1365         * config/i386/savms64.S: Likewise.
1366         * config/i386/savms64f.S: Likewise.
1368 2017-07-19  John Marino  <gnugcc@marino.st>
1370         * config/i386/dragonfly-unwind.h: Handle sigtramp relocation.
1372 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1374         PR target/81193
1375         * configure.ac (PowerPC float128 hardware support): Test whether
1376         we can use __builtin_cpu_supports before enabling the ifunc
1377         handler.
1378         * configure: Regenerate.
1380 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
1382         * config.host: Remove uclibc from arc target spec.
1384 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
1386         * config.host (*-*-netbsd*): Remove check for aout NetBSD releases.
1388 2017-07-07  Peter Bergner  <bergner@vnet.ibm.com>
1390         * config/rs6000/float128-ifunc.c: Don't include auxv.h.
1391         (have_ieee_hw_p): Delete function.
1392         (SW_OR_HW) Use __builtin_cpu_supports().
1394 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1396         * config/arm/lib1funcs.S: Defined __ARM_ARCH__ to 8 for ARMv8-R.
1398 2017-07-03  Olivier Hainque  <hainque@adacore.com>
1400         * config/t-vxworks7: New file, really.
1402 2017-06-28  Joseph Myers  <joseph@codesourcery.com>
1404         * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state),
1405         config/alpha/linux-unwind.h (alpha_fallback_frame_state),
1406         config/bfin/linux-unwind.h (bfin_fallback_frame_state),
1407         config/i386/linux-unwind.h (x86_64_fallback_frame_state,
1408         x86_fallback_frame_state), config/m68k/linux-unwind.h (struct
1409         uw_ucontext), config/nios2/linux-unwind.h (struct nios2_ucontext),
1410         config/pa/linux-unwind.h (pa32_fallback_frame_state),
1411         config/riscv/linux-unwind.h (riscv_fallback_frame_state),
1412         config/sh/linux-unwind.h (sh_fallback_frame_state),
1413         config/tilepro/linux-unwind.h (tile_fallback_frame_state),
1414         config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Use
1415         ucontext_t instead of struct ucontext.
1417 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
1419         * config.host (i*86-wrs-vxworks7): Handle new acceptable triplet.
1420         (x86_64-wrs-vxworks7): Likewise.
1422 2017-06-27  Olivier Hainque  <hainque@adacore.com>
1424         * config/t-vxworks7: New file.
1425         * config.host (*-*-vxworks7): Use it.
1427 2017-06-22  Matt Turner  <mattst88@gmail.com>
1429         * config/i386/cpuinfo.c (get_intel_cpu): Add Kaby Lake models to
1430         skylake case.
1432 2017-06-21  Richard Biener  <rguenther@suse.de>
1434         PR gcov-profile/81080
1435         * configure.ac: Add AC_SYS_LARGEFILE.
1436         * libgcov.h: Include auto-target.h before tsystem.h to pick
1437         up _FILE_OFFSET_BITS which might differ for multilibs.
1438         * config.in: Regenerate.
1439         * configure: Likewise.
1441 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
1443         * config/arm/cmse_nonsecure_call.S: Explicitly set the FPU.
1445 2017-06-09  Martin Liska  <mliska@suse.cz>
1447         * libgcov-profiler.c (__gcov_indirect_call_profiler_v2):
1448         Reset __gcov_indirect_call_callee to NULL.
1450 2017-06-08  Olivier Hainque  <hainque@adacore.com>
1452         * config/t-vxworks (LIBGCC2_INCLUDES): Add path to wrn/coreip to
1453         the set of -I options, support for direct inclusions of net/uio.h
1454         by VxWorks header files via ioLib.h.
1456 2017-06-07  Tony Reix  <tony.reix@atos.net>
1457             Matthieu Sarter  <matthieu.sarter.external@atos.net>
1458             David Edelsohn  <dje.gcc@gmail.com>
1460         * config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define
1461         unconditionally.
1462         (ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support.  Add 32-bit
1463         AIX 7.2 support.
1465 2017-06-02  Olivier Hainque  <hainque@adacore.com>
1467         * config/vxlib.c (__gthread_once): Add missing value to
1468         return statement.
1470 2017-05-30  Olivier Hainque  <hainque@adacore.com>
1472         * config/t-vxworks (LIBGCC2_INCLUDES): Remove extraneous
1473         dollar sign before $(MULTIDIR).
1475 2017-05-26  Richard Henderson  <rth@redhat.com>
1477         PR libgcc/80037
1478         * config/alpha/t-alpha (CRTSTUFF_T_CFLAGS): New.
1480 2017-05-17  Andreas Tobler  <andreast@gcc.gnu.org>
1482         * config/arm/unwind-arm.h: Make _Unwind_GetIP, _Unwind_GetIPInfo and
1483         _Unwind_SetIP available as functions for arm*-*-freebsd*.
1484         * config/arm/unwind-arm.c: Implement the above.
1486 2017-05-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1488         * config/sparc/lb1spc.S [__ELF__ && __linux__]: Emit .note.GNU-stack
1489         section for a non-executable stack.
1491 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
1493         PR target/80600
1494         * config.host (*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file.
1496 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
1498         * config.host: Add i386/t-msabi to i386/t-linux file list.
1499         * config/i386/i386-asm.h: New file.
1500         * config/i386/resms64.S: New file.
1501         * config/i386/resms64f.S: New file.
1502         * config/i386/resms64fx.S: New file.
1503         * config/i386/resms64x.S: New file.
1504         * config/i386/savms64.S: New file.
1505         * config/i386/savms64f.S: New file.
1506         * config/i386/t-msabi: New file.
1508 2017-05-09  Andreas Tobler  <andreast@gcc.gnu.org>
1510         * config.host: Use the generic FreeBSD t-slibgcc-elf-ver for
1511         arm*-*-freebsd* instead of the t-slibgcc-libgcc.
1513 2017-05-05  Joshua Conner  <joshconner@google.com>
1515         * config/arm/unwind-arm.h (_Unwind_decode_typeinfo_ptr): Use
1516         pc-relative indirect handling for fuchsia.
1517         * config/t-slibgcc-fuchsia: New file.
1518         * config.host (*-*-fuchsia*, aarch64*-*-fuchsia*, arm*-*-fuchsia*,
1519         x86_64-*-fuchsia*): Add definitions.
1521 2017-04-19  Martin Liska  <mliska@suse.cz>
1523         PR gcov-profile/80435
1524         * Makefile.in: Install gcov.h.
1525         * gcov.h: New file.
1526         * libgcov.h: Use the header and make __gcov_flush publicly
1527         visible.
1529 2017-04-18  Martin Liska  <mliska@suse.cz>
1531         PR gcov-profile/78783
1532         * libgcov-driver.c (gcov_get_filename): New function.
1534 2017-04-07  Jeff Law  <law@redhat.com>
1536         * Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of
1537         target makefile fragment.
1538         * config/sh/t-sh (unwind-dw2-Os-4-200.o): Depend on LIBGCC_LINKS.
1540 2017-04-07  Alan Modra  <amodra@gmail.com>
1542         PR target/45053
1543         * config/rs6000/t-crtstuff (CRTSTUFF_T_CFLAGS): Add -O2.
1545 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
1547         * config/c6x/pr-support.c (__gnu_unwind_execute): Fix typo in comment.
1549 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
1551         * config/arc/ieee-754/divdf3.S (__divdf3): Use __ARCEM__.
1553 2017-03-10  John Marino  <gnugcc@marino.st>
1555         * config/aarch64/freebsd-unwind.h: New file.
1556         * config.host: Add aarch64-*-freebsd unwinder.
1558 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
1560         * config/rs6000/crtrestvr.s: Use .machine altivec.
1561         * config/rs6000/crtsavevr.s: Ditto.
1563 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
1565         * configure.ac (test for libgcc_cv_powerpc_float128): Temporarily
1566         modify CFLAGS.  Add -mabi=altivec -mvsx -mfloat128.
1567         (test for libgcc_cv_powerpc_float128_hw): Add -mpower9-vector and
1568         -mfloat128-hardware to the CFLAGS.  Fix syntax error in the C snippet.
1569         * configure: Regenerate.
1570         * config.in: Regenerate.
1572 2017-03-02  Jonathan Yong <10walls@gmail.com>
1574         * config/i386/gthr-win32.h: Define NOGDI before
1575         windows.h include to prevent w32api CC_NONE macro
1576         clash with libgfortran.
1578 2017-03-02  Jonathan Yong <10walls@gmail.com>
1580         * unwind-seh.c: Suppress warnings for RtlUnwindEx calls.
1582 2017-02-16  Andrew Pinski  <apinski@cavium.com>
1584         * config/aarch64/value-unwind.h: New file.
1585         * config.host (aarch64*-*-*): Add aarch64/value-unwind.h
1586         to tm_file.
1588 2017-02-06  Palmer Dabbelt <palmer@dabbelt.com>
1590         * config.host: Add RISC-V tuples.
1591         * config/riscv/atomic.c: New file.
1592         * config/riscv/crti.S: Likewise.
1593         * config/riscv/crtn.S: Likewise.
1594         * config/riscv/div.S: Likewise.
1595         * config/riscv/linux-unwind.h: Likewise.
1596         * config/riscv/muldi3.S: Likewise.
1597         * config/riscv/multi3.S: Likewise.
1598         * config/riscv/save-restore.S: Likewise.
1599         * config/riscv/sfp-machine.h: Likewise.
1600         * config/riscv/t-elf: Likewise.
1601         * config/riscv/t-elf32: Likewise.
1602         * config/riscv/t-elf64: Likewise.
1603         * config/riscv/t-softfp32: Likewise.
1604         * config/riscv/t-softfp64: Likewise.
1606 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
1608         * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add
1609         /* FALLTHRU */ comments.
1611 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
1613         * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
1615 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
1617         * config/aarch64/aarch64-unwind.h: Empty this file on ILP32.
1618         * unwind-dw2.c (execute_cfa_program):  Only multiplexing
1619         DW_CFA_GNU_window_save for AArch64 and LP64.
1621 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
1623         * config/aarch64/linux-unwind.h: Always include aarch64-unwind.h.
1625 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
1627         * config/aarch64/aarch64-unwind.h: New file.
1628         (DWARF_REGNUM_AARCH64_RA_STATE): Define.
1629         (MD_POST_EXTRACT_ROOT_ADDR): New target marcro and define it on AArch64.
1630         (MD_POST_EXTRACT_FRAME_ADDR): Likewise.
1631         (MD_POST_FROB_EH_HANDLER_ADDR): Likewise.
1632         (MD_FROB_UPDATE_CONTEXT): Define it on AArch64.
1633         (aarch64_post_extract_frame_addr): New function.
1634         (aarch64_post_frob_eh_handler_addr): New function.
1635         (aarch64_frob_update_context): New function.
1636         * config/aarch64/linux-unwind.h: Include aarch64-unwind.h
1637         * config.host (aarch64*-*-elf, aarch64*-*-rtems*,
1638         aarch64*-*-freebsd*):
1639         Initialize md_unwind_header to include aarch64-unwind.h.
1640         * unwind-dw2.c (struct _Unwind_Context): Define "RA_A_SIGNED_BIT".
1641         (execute_cfa_program): Multiplex DW_CFA_GNU_window_save for
1642         __aarch64__.
1643         (uw_update_context): Honor MD_POST_EXTRACT_FRAME_ADDR.
1644         (uw_init_context_1): Honor MD_POST_EXTRACT_ROOT_ADDR.
1645         (uw_frob_return_addr): New function.
1646         (uw_install_context): Use uw_frob_return_addr.
1648 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1650         PR other/79046
1651         * configure.ac: Add GCC_BASE_VER.
1652         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
1653         version from BASE-VER file.
1654         * configure: Regenerated.
1656 2017-01-13  Joe Seymour  <joe.s@somniumtech.com>
1658         * config/msp430/t-msp430 (libmul_none.a, libmul_16.a, libmul_32.a,
1659         libmul_f5.a): Filter archived prerequisites.
1661 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
1663         * config/i386/cpuinfo.h (processor_features): Add
1664         FEATURE_AVX512VPOPCNTDQ.
1665         * config/i386/cpuinfo.c (get_available_features): Habdle new
1666         feature.
1668 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
1670         * config/mips/sfp-machine.h (_FP_CHOOSENAN): Always preserve NaN
1671         payload if [__mips_nan2008].
1673 2017-01-04  Alan Modra  <amodra@gmail.com>
1675         * Makefile.in (configure_deps): Update.
1676         * configure: Regenerate.
1678 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
1680         Update copyright years.
1682 2016-12-19  Krister Walfridsson  <krister.walfridsson@gmail.com>
1684         * config.host (*-*-netbsd*): Add t-eh-dw2-dip to tmake_file.
1685         * crtstuff.c (BSD_DL_ITERATE_PHDR_AVAILABLE): Define for NetBSD.
1686         * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME, ElfW): Likewise.
1688 2016-12-17  Matthias Klose  <doko@ubuntu.com>
1690         * config/arc/gmon: Remove empty directory.
1692 2016-12-16  Claudiu Zissulescu  <claziss@synopsys.com>
1694         * config.host (arc*-*-linux-uclibc*): Remove libgmon, crtg, and
1695         crtgend.
1696         (arc*-*-elf*): Likewise.
1697         * config/arc/t-arc: Remove old gmon lib targets.
1698         * config/arc/crtg.S: Remove.
1699         * config/arc/crtgend.S: Likewise.
1700         * config/arc/gmon/atomic.h: Likewise.
1701         * config/arc/gmon/auxreg.h: Likewise.
1702         * config/arc/gmon/dcache_linesz.S: Likewise.
1703         * config/arc/gmon/gmon.c: Likewise.
1704         * config/arc/gmon/machine-gmon.h: Likewise.
1705         * config/arc/gmon/mcount.c: Likewise.
1706         * config/arc/gmon/prof-freq-stub.S: Likewise.
1707         * config/arc/gmon/prof-freq.c: Likewise.
1708         * config/arc/gmon/profil.S: Likewise.
1709         * config/arc/gmon/sys/gmon.h: Likewise.
1710         * config/arc/gmon/sys/gmon_out.h: Likewise.
1711         * config/arc/t-arc-newlib: Likewise.
1712         * config/arc/t-arc700-uClibc: Renamed to t-arc-uClibc.
1714 2016-12-12  George Spelvin  <linux@sciencehorizons.net>
1716         * config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545.
1718 2016-12-12  George Spelvin  <linux@sciencehorizons.net>
1720         * config/avr/lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore
1721         R16 instead of push + pop.
1722         (__ashrdi3, __lshrdi3): Same. And use __zero_reg__ for signs.
1724 2016-12-10  Krister Walfridsson  <krister.walfridsson@gmail.com>
1726         * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to
1727         tmake_file.
1729 2016-12-05  Cupertino Miranda  <cmiranda@synopsys.com>
1731         * config.host (arc*-*-linux-uclibc*): Use default extra
1732         objects. Include linux-android header.
1733         * config/arc/crti.S (_init): Declare symbol as function.
1734         (_fini): Likewise.
1736 2016-12-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
1738         PR fortran/78379
1739         * config/i386/cpuinfo.c:  Move denums for processor vendors,
1740         processor type, processor subtypes and declaration of
1741         struct __processor_model into
1742         * config/i386/cpuinfo.h:  New header file.
1744 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1745             Thomas Preud'homme  <thomas.preudhomme@arm.com>
1747         * config/arm/cmse_nonsecure_call.S: New.
1748         * config/arm/t-arm: Compile cmse_nonsecure_call.S
1750 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1751             Thomas Preud'homme  <thomas.preudhomme@arm.com>
1753         * config/arm/t-arm (HAVE_CMSE): New.
1754         * config/arm/cmse.c: New.
1756 2016-11-28  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
1758         PR gcc/74748
1759         * libgcc/config/bfin/libgcc-glibc.ver, libgcc/config/bfin/t-linux:
1760         use generic linker version information on Blackfin.
1762         PR gcc/74748
1763         * libgcc/mkmap-symver.awk: add support for skip_underscore
1765 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1766             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1768         PR target/67710
1769         *  config/t-darwin: Default builds to 10.5 codegen.
1771 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
1773         * config/aarch64/sfp-machine.h (_FP_NANFRAC_H): Define.
1774         (_FP_NANSIGN_H): Likewise.
1775         * config/aarch64/t-softfp (softfp_extensions): Add hftf.
1776         (softfp_truncations): Add tfhf.
1777         (softfp_extras): Add required conversion functions.
1779 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1780             Matthew Wahab  <matthew.wahab@arm.com>
1782         * config/arm/fp16.c (binary64): New.
1783         (__gnu_d2h_internal): New.
1784         (__gnu_d2h_ieee): New.
1785         (__gnu_d2h_alternative): New.
1787 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1788             Matthew Wahab  <matthew.wahab@arm.com>
1790         * config/arm/fp16.c (struct format): New.
1791         (binary32): New.
1792         (__gnu_float2h_internal): New.  Body moved from
1793         __gnu_f2h_internal and generalize.
1794         (_gnu_f2h_internal): Move body to function __gnu_float2h_internal.
1795         Call it with binary32.
1797 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1799         * soft-fp/extendhftf2.c: Update from glibc.
1800         * soft-fp/fixhfti.c: Likewise.
1801         * soft-fp/fixunshfti.c: Likewise.
1802         * soft-fp/floattihf.c: Likewise.
1803         * soft-fp/floatuntihf.c: Likewise.
1804         * soft-fp/half.h: Likewise.
1805         * soft-fp/trunctfhf2.c: Likewise.
1807 2016-11-20  Marc Glisse  <marc.glisse@inria.fr>
1809         PR libgcc/77813
1810         * crtstuff.c (deregister_tm_clones, register_tm_clones): Hide
1811         __TMC_END__ behind a passthrough asm.
1813 2016-11-18  Walter Lee  <walt@tilera.com>
1815         * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc to tmake_file.
1817 2016-11-17  Andrew Senkevich <andrew.senkevich@intel.com>
1819         * config/i386/cpuinfo.c (processor_features): Add
1820         FEATURE_AVX5124VNNIW, FEATURE_AVX5124FMAPS.
1822 2016-11-17  Claudiu Zissulescu  <claziss@synopsys.com>
1824         * config/arc/dp-hack.h (ARC_OPTFPE): Define.
1825         (__ARC_NORM__): Use instead ARC_OPTFPE.
1826         * config/arc/fp-hack.h: Likewise.
1827         * config/arc/lib1funcs.S (ARC_OPTFPE): Define.
1828         (__ARC_MPY__): Use it insetead of __ARC700__ and __HS__.
1830 2016-11-16  Alexander Monakov  <amonakov@ispras.ru>
1832         * config/nvptx/crt0.c (__main): Setup __nvptx_stacks and __nvptx_uni.
1833         * config/nvptx/mgomp.c: New file.
1834         * config/nvptx/t-nvptx: Add mgomp.c
1836 2016-11-16  Waldemar Brodkorb  <wbx@openadk.org>
1838         PR libgcc/68468
1839         * unwind-dw2-fde-dip.c: Fix build on FDPIC targets.
1841 2016-11-15  Claudiu Zissulescu  <claziss@synopsys.com>
1843         * config/arc/lib1funcs.S (__mulsi3): Use feature defines instead
1844         of checking for cpus.
1845         (__umulsidi3, __umulsi3_highpart, __udivmodsi4, __divsi3)
1846         (__modsi3, __clzsi2): Likewise.
1848 2016-11-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1850         * config.host (i[3456]86-*-musl*, x86_64-*-musl*): Use
1851         i386/t-cpuinfo-static instead of i386/t-cpuinfo.
1852         * config/i386/t-cpuinfo-static: New.
1854 2016-11-03  Martin Liska  <mliska@suse.cz>
1856         * libgcov-profiler.c (__gcov_time_profiler): Remove.
1857         (__gcov_time_profiler_atomic): Likewise.
1859 2016-11-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1861         PR libgcc/78067
1862         * libgcc2.c (__floatdisf, __floatdidf): Avoid undefined results from
1863         count_leading_zeros.
1865 2016-11-02  Uros Bizjak  <ubizjak@gmail.com>
1867         * Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4.
1868         * libgcc2.c (__divmoddi4): New function.
1869         * libgcc2.h (__divmoddi4): Declare.
1870         * libgcc-std.ver.in (GCC_7.0.0): New. Add __PFX_divmoddi4
1871         and __PFX_divmodti4.
1873 2016-10-24  Florian Weimer  <fweimer@redhat.com>
1875         PR libgcc/78064
1876         * unwind-c.c: Include auto-target.h.
1878 2016-10-19  John David Anglin  <danglin@gcc.gnu.org>
1880         * config/pa/pa64-hpux-lib.h: New file.
1881         (EH_FRAME_SECTION_NAME): Rename to __LIBGCC_EH_FRAME_SECTION_NAME__.
1882         (DTORS_SECTION_ASM_OP): Rename to __LIBGCC_DTORS_SECTION_ASM_OP__.
1883         * config.host (tm_file): Add pa/pa64-hpux-lib.h to tm_file on
1884         hppa*64*-*-hpux11*.
1886 2016-10-18  Max Filippov  <jcmvbkbc@gmail.com>
1888         * config/xtensa/t-elf (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
1889         definition.
1890         * config/xtensa/t-linux (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
1891         definition.
1892         * config/xtensa/t-windowed (LIB2ADDEH): Use
1893         LIB2ADDEH_XTENSA_UNWIND_DW2_FDE defined by either xtensa/t-elf
1894         or xtensa/t-linux.
1896 2016-10-18  Ding-Kai Chen  <dkchen@cadence.com>
1898         * config/xtensa/ieee754-df.S (__recipdf2, __rsqrtdf2,
1899         __ieee754_sqrt): New functions.
1900         (__divdf3): Add implementation with new FPU instructions under
1901         #if XCHAL_HAVE_DFP_DIV.
1902         * config/xtensa/ieee754-sf.S (__recipsf2, __rsqrtsf2,
1903         __ieee754_sqrtf): New functions.
1904         (__divsf3): Add implementation with new FPU instructions under
1905         #if XCHAL_HAVE_FP_DIV.
1906         * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add _sqrtf, _recipsf2
1907         _rsqrtsf2, _sqrt, _recipdf2 and _rsqrtdf2.
1909 2016-10-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1911         * libgcov-profiler.c: Replace MEMMODEL_* macros by their __ATOMIC_*
1912         equivalent.
1913         * config/tilepro/atomic.c: Likewise and stop casting model to
1914         enum memmodel.
1916 2016-10-10  Joseph Myers  <joseph@codesourcery.com>
1918         PR target/77586
1919         * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64-hp-*vms*): Use
1920         soft-fp.
1922 2016-10-10  Andreas Tobler  <andreast@gcc.gnu.org>
1924         * config.host: Add support for aarch64-*-freebsd*.
1926 2016-10-05  Andreas Schwab  <schwab@suse.de>
1928         * config/ia64/crtbegin.S (__do_jv_register_classes): Remove.
1929         (.section .init_array): Don't call __do_jv_register_classes.
1930         (.section .init): Likewise.
1932 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
1934         * config/i386/cygming-crtbegin.c (_Jv_RegisterClasses): Remove.
1935         (__JCR_LIST__): Remove.
1936         (__gcc_register_frame): Don't attempt to _Jv_RegisterClasses.
1937         * config/i386/cygming-crtend.c (__JCR_END__): Remove.
1938         * config/ia64/crtbegin.S (__JCR_LIST__): Remove.
1939         * config/ia64/crtend.S (__JCR_END__): Remove.
1940         * crtstuff.c: Remove __LIBGCC_JCR_SECTION_NAME__ from preprocessor
1941         conditionals.
1942         (__JCR_LIST__, __JCR_END__): Remove.
1943         (frame_dummy): Don't attempt to _Jv_RegisterClasses.
1944         (__do_global_ctors_1): Likewise.
1946 2015-09-28  Uros Bizjak  <ubizjak@gmail.com>
1948         * config/i386/cpuinfo.c (__get_cpuid_output): Remove.
1949         (__cpu_indicator_init): Call __get_cpuid, not __get_cpuid_output.
1951 2016-09-27  Martin Liska  <mliska@suse.cz>
1953         PR gcov-profile/7970
1954         PR gcov-profile/16855
1955         PR gcov-profile/44779
1956         * libgcov-driver.c (__gcov_init): Do not register a atexit
1957         handler.
1958         (__gcov_exit): Rename from gcov_exit.
1959         * libgcov.h (__gcov_exit): Declare.
1961 2016-09-27  Martin Liska  <mliska@suse.cz>
1963         PR bootstrap/77749
1964         * Makefile.in: Remove _gcov_merge_delta.
1965         * libgcov-merge.c (void __gcov_merge_delta): Remove.
1966         * libgcov-util.c (__gcov_delta_counter_op): Remove.
1967         * libgcov.h: Remove declaration of __gcov_merge_delta.
1969 2016-09-21  Eric Botcazou  <ebotcazou@adacore.com>
1971         * configure.ac: Do not create links, only substitute the filenames.
1972         * configure: Regenerate.
1973         * Makefile.in: Assign the substitution results to variables.
1974         (LIBGCC_LINKS): Define.
1975         (enable-execute-stack.c): New rule.
1976         (unwind.h): Likewise.
1977         (md-unwind-support.h): Likewise.
1978         (sfp-machine.h): Likewise.
1979         (gthr-default.h): Likewise.
1980         Add $(LIBGCC_LINKS) to the prerequisites of all object files and
1981         unwind.h as prerequisite of install-unwind_h-forbuild.
1983 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
1985         PR libgcc/71744
1986         * unwind-dw2-fde.c (ATOMIC_FDE_FAST_PATH): Define if __register_frame*
1987         is not the primary registry and atomics are available.
1988         (any_objects_registered): New variable.
1989         (__register_frame_info_bases, __register_frame_info_table_bases):
1990         Atomically store 1 to any_objects_registered after registering first
1991         unwind info.
1992         (_Unwind_Find_FDE): Return early if any_objects_registered is 0.
1994 2016-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1996         PR target/63250
1997         *  Makefile.in (lib2funcs): Build _mulhc3 and _divhc3.
1998         * libgcc2.h (LIBGCC_HAS_HF_MODE): Conditionally define.
1999         (HFtype): Likewise.
2000         (HCtype): Likewise.
2001         (__divhc3): Likewise.
2002         (__mulhc3): Likewise.
2003         * libgcc2.c: Support _mulhc3 and _divhc3.
2005 2016-09-07  Joseph Myers  <joseph@codesourcery.com>
2007         PR libgcc/77519
2008         * libgcc2.c (NOTRUNC): Invert settings.
2010 2016-09-06  Martin Liska  <mliska@suse.cz>
2012         PR gcov-profile/77378
2013         PR gcov-profile/77466
2014         * libgcov-profiler.c: Use __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{4,8} to
2015         conditionaly enable/disable *_atomic functions.
2017 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
2019         * config.host (i[34567]86-*-* | x86_64-*-*): Enable TFmode soft-fp
2020         where not already enabled.
2022 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2024         * config/mips/linux-unwind.h: Use sys/syscall.h.
2026 2016-08-16  Joseph Myers  <joseph@codesourcery.com>
2028         PR libgcc/77265
2029         * soft-fp/adddf3.c: Update from glibc.
2030         * soft-fp/addsf3.c: Likewise.
2031         * soft-fp/addtf3.c: Likewise.
2032         * soft-fp/divdf3.c: Likewise.
2033         * soft-fp/divsf3.c: Likewise.
2034         * soft-fp/divtf3.c: Likewise.
2035         * soft-fp/double.h: Likewise.
2036         * soft-fp/eqdf2.c: Likewise.
2037         * soft-fp/eqsf2.c: Likewise.
2038         * soft-fp/eqtf2.c: Likewise.
2039         * soft-fp/extenddftf2.c: Likewise.
2040         * soft-fp/extended.h: Likewise.
2041         * soft-fp/extendsfdf2.c: Likewise.
2042         * soft-fp/extendsftf2.c: Likewise.
2043         * soft-fp/extendxftf2.c: Likewise.
2044         * soft-fp/fixdfdi.c: Likewise.
2045         * soft-fp/fixdfsi.c: Likewise.
2046         * soft-fp/fixdfti.c: Likewise.
2047         * soft-fp/fixsfdi.c: Likewise.
2048         * soft-fp/fixsfsi.c: Likewise.
2049         * soft-fp/fixsfti.c: Likewise.
2050         * soft-fp/fixtfdi.c: Likewise.
2051         * soft-fp/fixtfsi.c: Likewise.
2052         * soft-fp/fixtfti.c: Likewise.
2053         * soft-fp/fixunsdfdi.c: Likewise.
2054         * soft-fp/fixunsdfsi.c: Likewise.
2055         * soft-fp/fixunsdfti.c: Likewise.
2056         * soft-fp/fixunssfdi.c: Likewise.
2057         * soft-fp/fixunssfsi.c: Likewise.
2058         * soft-fp/fixunssfti.c: Likewise.
2059         * soft-fp/fixunstfdi.c: Likewise.
2060         * soft-fp/fixunstfsi.c: Likewise.
2061         * soft-fp/fixunstfti.c: Likewise.
2062         * soft-fp/floatdidf.c: Likewise.
2063         * soft-fp/floatdisf.c: Likewise.
2064         * soft-fp/floatditf.c: Likewise.
2065         * soft-fp/floatsidf.c: Likewise.
2066         * soft-fp/floatsisf.c: Likewise.
2067         * soft-fp/floatsitf.c: Likewise.
2068         * soft-fp/floattidf.c: Likewise.
2069         * soft-fp/floattisf.c: Likewise.
2070         * soft-fp/floattitf.c: Likewise.
2071         * soft-fp/floatundidf.c: Likewise.
2072         * soft-fp/floatundisf.c: Likewise.
2073         * soft-fp/floatunditf.c: Likewise.
2074         * soft-fp/floatunsidf.c: Likewise.
2075         * soft-fp/floatunsisf.c: Likewise.
2076         * soft-fp/floatunsitf.c: Likewise.
2077         * soft-fp/floatuntidf.c: Likewise.
2078         * soft-fp/floatuntisf.c: Likewise.
2079         * soft-fp/floatuntitf.c: Likewise.
2080         * soft-fp/gedf2.c: Likewise.
2081         * soft-fp/gesf2.c: Likewise.
2082         * soft-fp/getf2.c: Likewise.
2083         * soft-fp/ledf2.c: Likewise.
2084         * soft-fp/lesf2.c: Likewise.
2085         * soft-fp/letf2.c: Likewise.
2086         * soft-fp/muldf3.c: Likewise.
2087         * soft-fp/mulsf3.c: Likewise.
2088         * soft-fp/multf3.c: Likewise.
2089         * soft-fp/negdf2.c: Likewise.
2090         * soft-fp/negsf2.c: Likewise.
2091         * soft-fp/negtf2.c: Likewise.
2092         * soft-fp/op-1.h: Likewise.
2093         * soft-fp/op-2.h: Likewise.
2094         * soft-fp/op-4.h: Likewise.
2095         * soft-fp/op-8.h: Likewise.
2096         * soft-fp/op-common.h: Likewise.
2097         * soft-fp/quad.h: Likewise.
2098         * soft-fp/single.h: Likewise.
2099         * soft-fp/soft-fp.h: Likewise.
2100         * soft-fp/subdf3.c: Likewise.
2101         * soft-fp/subsf3.c: Likewise.
2102         * soft-fp/subtf3.c: Likewise.
2103         * soft-fp/truncdfsf2.c: Likewise.
2104         * soft-fp/trunctfdf2.c: Likewise.
2105         * soft-fp/trunctfsf2.c: Likewise.
2106         * soft-fp/trunctfxf2.c: Likewise.
2107         * soft-fp/unorddf2.c: Likewise.
2108         * soft-fp/unordsf2.c: Likewise.
2109         * soft-fp/unordtf2.c: Likewise.
2111 2016-08-15  Gilles Gouaillardet  <gilles.gouaillardet@gmail.com>
2113         PR gcov-profile/67097
2114         * libgcov-util.c (gcov_profile_merge): Skip missing files.
2116 2016-08-10  Martin Liska  <mliska@suse.cz>
2118         PR gcov-profile/58306
2119         * Makefile.in: New functions (modules) are added.
2120         * libgcov-profiler.c (__gcov_interval_profiler_atomic): New
2121         function.
2122         (__gcov_pow2_profiler_atomic): New function.
2123         (__gcov_one_value_profiler_body): New argument is instroduced.
2124         (__gcov_one_value_profiler): Call with the new argument.
2125         (__gcov_one_value_profiler_atomic): Likewise.
2126         (__gcov_indirect_call_profiler_v2): Likewise.
2127         (__gcov_time_profiler_atomic): New function.
2128         (__gcov_average_profiler_atomic): Likewise.
2129         (__gcov_ior_profiler_atomic): Likewise.
2130         * libgcov.h: Declare the aforementioned functions.
2132 2016-08-09  Martin Liska  <mliska@suse.cz>
2134         * libgcov-util.c: Fix typo and GNU coding style.
2136 2016-08-09  Martin Liska  <mliska@suse.cz>
2138         * Makefile.in: Remove __gcov_indirect_call_profiler.
2139         * libgcov-profiler.c (__gcov_indirect_call_profiler): Remove
2140         function.
2141         * libgcov.h: And the declaration of the function.
2143 2016-08-09  Martin Liska  <mliska@suse.cz>
2145         * libgcov-profiler.c (__gcov_pow2_profiler): Consider 0 as not
2146         power of two.
2148 2016-07-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2150         * config/rs6000/_divkc3.c: Add copyright/license boilerplate.
2151         * config/rs6000/_mulkc3.c: Likewise.
2153 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
2155         * config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear
2156         zero_reg as previous call to __umulhisi3 already cleared it.
2158 2016-07-21  Aurelien Jarno <aurelien@aurel32.net>
2160         PR target/59833
2161         * config/arm/ieee754-df.S (extendsfdf2): Convert sNaN to qNaN.
2163 2016-07-19  Nick Clifton  <nickc@redhat.com>
2165         * config.host (m32r): Add m32r/t-m32r to tmake_file.
2166         Add crtinit.o and crtfini.o to extra_parts.
2168 2016-07-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2170         * config/rs6000/_divkc3.c: New.
2171         * config/rs6000/_mulkc3.c: New.
2172         * config/rs6000/quad-float128.h: Define TFtype; declare _mulkc3
2173         and _divkc3.
2174         * config/rs6000/t-float128: Add _mulkc3 and _divkc3 to
2175         fp128_ppc_funcs.
2177 2016-07-11  Hale Wang  <hale.wang@arm.com>
2178             Andre Vieira  <andre.simoesdiasvieira@arm.com>
2180         * config/arm/lib1funcs.S: Add new wrapper.
2182 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2184         * config/arm/lib1funcs.S (__ARM_ARCH__): Define to 8 for ARMv8-M.
2186 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2188         * config/arm/lib1funcs.S (HAVE_ARM_CLZ): Define for ARMv6* or later
2189         and ARMv5t* rather than for a fixed list of architectures.
2191 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2193         * config/arm/bpabi-v6m.S: Clarify what architectures is the
2194         implementation suitable for.
2195         * config/arm/lib1funcs.S (__prefer_thumb__): Define among other cases
2196         for all Thumb-1 only targets.
2197         (NOT_ISA_TARGET_32BIT): Define for Thumb-1 only targets.
2198         (THUMB_LDIV0): Test for NOT_ISA_TARGET_32BIT rather than
2199         __ARM_ARCH_6M__.
2200         (EQUIV): Likewise.
2201         (ARM_FUNC_ALIAS): Likewise.
2202         (umodsi3): Add check to __ARM_ARCH_ISA_THUMB != 1 to guard the idiv
2203         version.
2204         (modsi3): Likewise.
2205         (clzsi2): Test for NOT_ISA_TARGET_32BIT rather than __ARM_ARCH_6M__.
2206         (clzdi2): Likewise.
2207         (ctzsi2): Likewise.
2208         (L_interwork_call_via_rX): Test for __ARM_ARCH_ISA_ARM rather than
2209         __ARM_ARCH_6M__ in guard for checking whether it is defined.
2210         (final includes): Test for NOT_ISA_TARGET_32BIT rather than
2211         __ARM_ARCH_6M__ and add comment to indicate the connection between
2212         this condition and the one in gcc/config/arm/elf.h.
2213         * config/arm/libunwind.S: Test for __ARM_ARCH_ISA_THUMB and
2214         __ARM_ARCH_ISA_ARM rather than __ARM_ARCH_6M__.
2215         * config/arm/t-softfp: Likewise.
2217 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2219         * libgcc2.c (SYMBOL__MAIN): Remove checks for
2220         CTOR_LISTS_DEFINED_EXTERNALLY.
2222 2016-06-28  Walter Lee  <walt@tilera.com>
2224         * config/tilepro/atomic.h: Do not include arch/spr_def.h and
2225         asm/unistd.h.
2226         (SPR_CMPEXCH_VALUE): Define for tilegx.
2227         (__NR_FAST_cmpxchg): Define for tilepro.
2228         (__NR_FAST_atomic_update): Define for tilepro.
2229         (__NR_FAST_cmpxchg64): Define for tilepro.
2231 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2233         * config.host: Add suport for arm*-*-phoenix* targets.
2235 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2237         * config.host: Remove support for mep-*.
2238         * config/mep/lib1funcs.S: Remove.
2239         * config/mep/lib2funcs.c: Remove.
2240         * config/mep/t-mep: Remove.
2241         * config/mep/tramp.c: Remove.
2243 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2245         * config.host: Remove support for avr-rtems.
2246         * config/avr/t-rtems: Remove.
2248 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2250         * config.host: Remove m32r-rtems support.
2252 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2254         * config.host: Remove h8300-rtems support.
2256 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2258         * config.host: Remove support for knetbsd.
2260 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2262         * config.host: Remove support for openbsd 2 and 3.
2264 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2266         * config.host: Remove interix support.
2267         * config/i386/t-interix: Remove.
2269 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
2271         * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Don't set
2272         least-significant bit in function pointer for fixup.
2274 2016-06-05  Aaron Conole  <aconole@redhat.com>
2275             Nathan Sidwell  <nathan@acm.org>
2277         PR libgcc/71400
2278         * libgcov-driver-system.c (__gcov_error_file): Disable if IN_GCOV_TOOL.
2279         (get_gcov_error_file): Check __gcov_error_file before trying to
2280         initialize it.
2281         (gcov_error): Always use get_gcov_error_file.
2283 2016-06-02  Aaron Conole  <aconole@redhat.com>
2285         * libgcov-driver-system.c (__gcov_error_file): New.
2286         (get_gcov_error_file): New.
2287         (gcov_error): Use and set __gcov_error_file.
2288         (gcov_error_exit): New.
2289         * libgcov-driver.c (gcov_exit): Call gcov_error_exit.
2291 2016-05-26  Nathan Sidwell  <nathan@acm.org>
2293         * config/nvptx/free.asm: Delete.
2294         * config/nvptx/malloc.asm: Delete.
2295         * config/nvptx/realloc.c: Delete.
2296         * t-nvptx: Update.
2298 2016-05-25  Nathan Sidwell  <nathan@acm.org>
2300         * config/nvptx/crt0.s: Delete.
2301         * config/nvptx/crt0.c: New.
2302         * t-nvptx: Update.
2304 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
2306         * config.host [x86_64-*-cygwin*]: Handle tmake_eh_file for mixed
2307         dw2/seh configuration.
2308         [x86_64-*-mingw*]: Likewise.
2310 2016-05-10  Joel Sherrill <joel@rtems.org>
2312         PR libgcc/70720
2313         * config.host (moxie-*-rtems*): Merge this stanza with other moxie
2314         targets so the same extra_parts are built.  Also have tmake_file add
2315         on to its value rather than override.
2317 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2319         * config.host: Remove SH5 support.
2320         * configure: Likewise.
2322 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
2324         * config/sh/crt1.S: Remove SH5 support.
2325         * config/sh/crti.S: Likewise.
2326         * config/sh/crtn.S: Likewise.
2327         * config/sh/lib1funcs-4-300.S: Likewise.
2328         * config/sh/lib1funcs-Os-4-200.S: Likewise.
2329         * config/sh/lib1funcs.S: Likewise.
2330         * config/sh/linux-unwind.h: Likewise.
2331         * config/sh/t-sh64: Delete.
2333 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
2335         * config/arc/ieee-754/eqdf2.S: Handle FPX NaN.
2337 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
2338             Joern Rennecke  <joern.rennecke@embecosm.com>
2340         * config/arc/crttls.S: New file.
2341         * config/arc/t-arc: New rule.
2342         * config.host (arc*-*-elf*, arc*-*-linux*): Add crttls.o.
2344 2016-04-25  Nick Clifton  <nickc@redhat.com>
2346         * config/msp430/cmpd.c (__mspabi_cmpf): Add prototype.
2347         (__mspabi_cmpd): Likewise.
2348         * config/msp430/floathidf.c (__floathidf): Likewise.
2349         * config/msp430/floathisf.c (__floathisf): Likewise
2350         * config/msp430/floatunhidf.c (__floatunssidf): Likewise.
2351         * config/msp430/floatunhisf.c (__floatunshisf): Likewise.
2352         * config/msp430/lib2shift.c (__ashlsi3): Take a signed char as the
2353         second parameter.
2354         (__ashrsi3): Likewise.
2356 2016-04-21  Waldemar Brodkorb  <wbx@openadk.org>
2358         * config/m68k/linux-atomic.c: Do not include unistd.h
2360 2016-04-20  Martin Galvan  <martin.galvan@tallertechnologies.com>
2362         * config/arm/ieee754-df.S: Fix typos in comments.
2364 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
2366         PR target/70381
2367         * configure.ac (powerpc*-*-linux*): Rework tests to build
2368         __float128 emulation routines to not depend on using #pragma GCC
2369         target to enable -mfloat128.
2370         * configure: Regnerate.
2372 2016-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2374         PR target/67172
2375         * libgcc2.c (L__main): Undefine __LIBGCC_EH_FRAME_SECTION_NAME__ if
2376         __MINGW32__ is defined.
2378 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
2380         * libgcc/config/ft32/lib1funcs.S (*divsi3, *modsi3): New.
2382 2016-03-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
2384         PR libgcc/70363
2385         * config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): If libgcc was
2386         built with an assembler that does not support ISA 3.0
2387         instructions, rename __extendkftf2_sw to __extendkftf2.
2389 2016-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2391         PR target/38239
2392         * config/sol2/gmon.c [__i386__] (_mcount): Save and restore
2393         call-clobbered registers.
2394         (internal_mcount): Remove __i386__ handling.
2396 2016-02-26  Joel Sherrill <joel@rtems.org>
2398         * config.host: Add x86_64-*-rtems*.
2400 2016-02-26  Joel Sherrill <joel@rtems.org>
2402         * libgcc/config.host: Add aarch64-*-rtems*.
2404 2016-02-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2405             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2407         * config/rs6000/sfp-machine.h (_FP_DECL_EX): Declare _fpsr as a
2408         union of u64 and double.
2409         (FP_TRAPPING_EXCEPTIONS): Return a bitmask of trapping exceptions.
2410         (FP_INIT_ROUNDMODE): Read the fpscr instead of writing a mystery
2411         value.
2412         (FP_ROUNDMODE): Update the usage of _fpscr.
2414 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
2416         PR driver/68463
2417         * Makefile.in (crtoffloadtable$(objext)): New rule.
2418         * configure.ac (extra_parts): Add crtoffloadtable$(objext) if
2419         enable_offload_targets is not empty.
2420         * configure: Regenerate.
2421         * offloadstuff.c: Move __OFFLOAD_TABLE__ from crtoffloadend to
2422         crtoffloadtable.
2424 2016-02-17  Max Filippov  <jcmvbkbc@gmail.com>
2426         * config/xtensa/ieee754-df.S (__muldf3_aux, __divdf3_aux): Add
2427         .literal_position before the function.
2428         * config/xtensa/ieee754-sf.S (__mulsf3_aux, __divsf3_aux):
2429         Likewise.
2431 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
2433         * config.host: Use t-stack and t-stack-s390 for s390*-*-linux.
2434         * config/s390/morestack.S: New file.
2435         * config/s390/t-stack-s390: New file.
2436         * generic-morestack.c (__splitstack_find): Add s390-specific code.
2438 2016-02-12  Walter Lee  <walt@tilera.com>
2440         * config.host (tilegx*-*-linux*): remove ti from
2441         softfp_int_modes for 32-bit configs.
2443 2016-02-10  Ian Lance Taylor  <iant@google.com>
2445         PR go/68562
2446         * config/i386/morestack.S (__stack_split_initialize): Align
2447         stack.
2449 2016-02-03  Andreas Tobler  <andreast@gcc.gnu.org>
2451         PR bootstrap/69611
2452         * config/rs6000/sfp-machine.h: Guard __sfp_exceptions with
2453         __FLOAT128__ to compile only for __float128 capable targets.
2455 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
2457         PR target/69444
2458         * config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
2459         instead of ___NO_FPRS__.
2461 2016-01-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
2462             Steven Munroe  <munroesj@linux.vnet.ibm.com>
2463             Tulio Magno Quites Machado Filho  <tulioqm@br.ibm.com>
2465         * config/rs6000/float128-sed: New files to convert TF names to KF
2466         names for PowerPC IEEE 128-bit floating point support.
2467         * config/rs6000/float128-sed-hw: Likewise.
2469         * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
2470         floating point hardware support.
2472         * config/rs6000/float128-ifunc.c: New file to pick either IEEE
2473         128-bit floating point software emulation or use ISA 3.0 hardware
2474         support if it is available.
2476         * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
2477         floating point.
2479         * config/rs6000/extendkftf2-sw.c: New file, convert IEEE 128-bit
2480         floating point to IBM extended double.
2482         * config/rs6000/trunctfkf2-sw.c: New file, convert IBM extended
2483         double to IEEE 128-bit floating point.
2485         * config/rs6000/t-float128: New Makefile fragments to enable
2486         building __float128 emulation support.
2487         * config/rs6000/t-float128-hw: Likewise.
2489         * config/rs6000/sfp-exceptions.c: New file to provide exception
2490         support for IEEE 128-bit floating point.
2492         * config/rs6000/floattikf.c: New files for converting between IEEE
2493         128-bit floating point and signed/unsigned 128-bit integers.
2494         * config/rs6000/fixunskfti.c: Likewise.
2495         * config/rs6000/fixkfti.c: Likewise.
2496         * config/rs6000/floatuntikf.c: Likewise.
2498         * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
2499         when building on 64-bit systems, or when VSX is enabled.
2500         (_FP_W_TYPE): Likewise.
2501         (_FP_WS_TYPE): Likewise.
2502         (_FP_I_TYPE): Likewise.
2503         (TItype): Define on 64-bit systems.
2504         (UTItype): Likewise.
2505         (TI_BITS): Likewise.
2506         (_FP_MUL_MEAT_D): Add support for using 64-bit types.
2507         (_FP_MUL_MEAT_Q): Likewise.
2508         (_FP_DIV_MEAT_D): Likewise.
2509         (_FP_DIV_MEAT_Q): Likewise.
2510         (_FP_NANFRAC_D): Likewise.
2511         (_FP_NANFRAC_Q): Likewise.
2512         (ISA_BIT): Add exception support if we are being compiled on a
2513         machine with hardware floating point support to build the IEEE
2514         128-bit emulation functions.
2515         (FP_EX_INVALID): Likewise.
2516         (FP_EX_OVERFLOW): Likewise.
2517         (FP_EX_UNDERFLOW): Likewise.
2518         (FP_EX_DIVZERO): Likewise.
2519         (FP_EX_INEXACT): Likewise.
2520         (FP_EX_ALL): Likewise.
2521         (__sfp_handle_exceptions): Likewise.
2522         (FP_HANDLE_EXCEPTIONS): Likewise.
2523         (FP_RND_NEAREST): Likewise.
2524         (FP_RND_ZERO): Likewise.
2525         (FP_RND_PINF): Likewise.
2526         (FP_RND_MINF): Likewise.
2527         (FP_RND_MASK): Likewise.
2528         (_FP_DECL_EX): Likewise.
2529         (FP_INIT_ROUNDMODE): Likewise.
2530         (FP_ROUNDMODE): Likewise.
2532         * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
2533         VSX code, enable IEEE 128-bit floating point.  If the compiler can
2534         compile IEEE 128-bit floating point code with ISA 3.0 IEEE 128-bit
2535         floating point hardware instructions and it supports declaring
2536         functions with the ifunc attribute, enable ifunc functions to
2537         switch between software and hardware support.
2538         * configure.ac (powerpc*-*-linux*): Likewise.
2539         * configure: Regenerate.
2541 2016-01-15  Nick Clifton  <nickc@redhat.com>
2543         * config/msp430/t-msp430 (lib2_mul_none.o): Only use the first
2544         dependency as the source file to be compiled.
2545         (lib2_mul_16bit.o, lib2hw_mul_16.o, lib2hw_mul_32.o)
2546         (lib2hw_mul_f5.o): Likewise.
2548 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
2550         * libgcc/config/rs6000/extendkftf2-sw.c: Revert 2016-01-13 change.
2551         * libgcc/config/rs6000/fixkfti.c: Likewise.
2552         * libgcc/config/rs6000/fixunskfti.c: Likewise.
2553         * libgcc/config/rs6000/float128-hw.c: Likewise.
2554         * libgcc/config/rs6000/float128-ifunc.c: Likewise.
2555         * libgcc/config/rs6000/float128-sed: Likewise.
2556         * libgcc/config/rs6000/floattikf.c: Likewise.
2557         * libgcc/config/rs6000/floatuntikf.c: Likewise.
2558         * libgcc/config/rs6000/quad-float128.h: Likewise.
2559         * libgcc/config/rs6000/sfp-exceptions.c: Likewise.
2560         * libgcc/config/rs6000/sfp-machine.h: Likewise.
2561         * libgcc/config/rs6000/t-float128: Likewise.
2562         * libgcc/config/rs6000/t-float128-hw: Likewise.
2563         * libgcc/config/rs6000/trunctfkf2-sw.c: Likewise.
2564         * libgcc/config.host: Likewise.
2565         * libgcc/configure: Likewise.
2566         * libgcc/configure.ac: Likewise.
2568 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
2569             Steven Munroe  <munroesj@linux.vnet.ibm.com>
2570             Tulio Magno Quites Machado Filho  <tulioqm@br.ibm.com>
2572         * config/rs6000/sfp-exceptions.c: New file to provide exception
2573         support for IEEE 128-bit floating point.
2575         * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
2576         floating point hardware support.
2578         * config/rs6000/floattikf.c: New files for IEEE 128-bit floating
2579         point conversions.
2580         * config/rs6000/fixunskfti.c: Likewise.
2581         * config/rs6000/fixkfti.c: Likewise.
2582         * config/rs6000/floatuntikf.c: Likewise.
2583         * config/rs6000/extendkftf2-sw.c: Likewise.
2584         * config/rs6000/trunctfkf2-sw.c: Likewise.
2586         * config/rs6000/float128-ifunc.c: New file to pick either IEEE
2587         128-bit floating point software emulation or use ISA 3.0 hardware
2588         support if it is available.
2590         * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
2591         floating point.
2593         * config/rs6000/t-float128: New Makefile fragments to enable
2594         building __float128 emulation support.
2595         * config/rs6000/t-float128-hw: Likewise.
2597         * config/rs6000/float128-sed: New file to convert TF names to KF
2598         names for PowerPC IEEE 128-bit floating point support.
2600         * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
2601         when building on 64-bit systems, or when VSX is enabled.
2602         (_FP_W_TYPE): Likewise.
2603         (_FP_WS_TYPE): Likewise.
2604         (_FP_I_TYPE): Likewise.
2605         (TItype): Define on 64-bit systems.
2606         (UTItype): Likewise.
2607         (TI_BITS): Likewise.
2608         (_FP_MUL_MEAT_D): Add support for using 64-bit types.
2609         (_FP_MUL_MEAT_Q): Likewise.
2610         (_FP_DIV_MEAT_D): Likewise.
2611         (_FP_DIV_MEAT_Q): Likewise.
2612         (_FP_NANFRAC_D): Likewise.
2613         (_FP_NANFRAC_Q): Likewise.
2614         (ISA_BIT): Add exception support if we are being compiled on a
2615         machine with hardware floating point support to build the IEEE
2616         128-bit emulation functions.
2617         (FP_EX_INVALID): Likewise.
2618         (FP_EX_OVERFLOW): Likewise.
2619         (FP_EX_UNDERFLOW): Likewise.
2620         (FP_EX_DIVZERO): Likewise.
2621         (FP_EX_INEXACT): Likewise.
2622         (FP_EX_ALL): Likewise.
2623         (__sfp_handle_exceptions): Likewise.
2624         (FP_HANDLE_EXCEPTIONS): Likewise.
2625         (FP_RND_NEAREST): Likewise.
2626         (FP_RND_ZERO): Likewise.
2627         (FP_RND_PINF): Likewise.
2628         (FP_RND_MINF): Likewise.
2629         (FP_RND_MASK): Likewise.
2630         (_FP_DECL_EX): Likewise.
2631         (FP_INIT_ROUNDMODE): Likewise.
2632         (FP_ROUNDMODE): Likewise.
2634         * configure.ac (powerpc*-*-linux*): Check whether the PowerPC
2635         compiler can do __float128.
2636         * configure: Regenerate.
2638         * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
2639         VSX code, enable IEEE 128-bit floating point.
2641 2016-01-05  Olivier Hainque  <hainque@adacore.com>
2643         * config/rs6000/aix-unwind.h (ucontext_for): Handle AIX 7.1
2644         specificities.
2646 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
2648         Update copyright years.
2650 2015-12-18  Andris Pavenis  <andris.pavenis@iki.fi>
2652         * config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-*
2653         soft-fp targets.
2655 2015-12-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2657         * unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort
2658         instead of abort to avoid dependency on stdlib.h.
2660 2015-12-09  John David Anglin  <danglin@gcc.gnu.org>
2662         * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Remove code
2663         to initialize call to __dl_fixup once.
2665 2015-12-04  Nick Clifton  <nickc@redhat.com>
2667         * config/msp430/mpy.c (__mulhi3): Use a faster algorithm.
2668         Allow for the second argument being negative.
2669         * config.host (extra_parts): Define for MSP430.  Create separate
2670         libraries for each of the hardware multiply formats.
2671         * config/msp430/lib2hw_mul.S: Build only the multiply routines
2672         that are needed.
2673         * config/msp430/lib2mul.c: Likewise.
2674         * config/msp430/t-msp430 (LIB2ADD): Remove lib2hw_mul.S.
2675         Add rules to build hardware multiply libraries.
2676         * config/msp430/lib2divSI.c: (__mspabi_divlu): Alias for
2677         __mspabi_divul function.
2678         (__mspabi_divllu): New stub function.
2680 2015-12-01  John David Anglin  <danglin@gcc.gnu.org>
2682         * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Initialize
2683         fixup values if saved GOT address doesn't match runtime address.
2684         (fixup_branch_offset): Reorder list.
2686 2015-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2688         * Makefile.in (VTV_CFLAGS): New variable.
2689         (vtv_start$(objext), vtv_end$(objext), vtv_end$(objext))
2690         (vtv_start_preinit$(objext), vtv_end_preinit$(objext)): Use it.
2691         * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
2692         Add vtv_start.o, vtv_end.o, vtv_start_preinit.o, vtv_end_preinit.o
2693         to extra_parts if $enable_vtable_verify = yes.
2695 2015-11-23  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2697         PR target/68059
2698         * config/arm/linux-atomic-64bit.c (__write): Rename to...
2699         (write): ...this and fix the return type.
2701 2015-11-19  DJ Delorie  <dj@redhat.com>
2703         * config/msp430/lib2hw_mul.S: Fix alignment.
2705 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
2707         * config/nvptx/reduction.c: New.
2708         * config/nvptx/t-nvptx (LIB2ADD): Add it.
2710 2015-11-15  David Edelsohn  <dje.gcc@gmail.com>
2712         * config/rs6000/on_exit.c: New file.
2713         * config/rs6000/t-aix-cxa (LIB2ADDEH): Build on_exit.c.
2714         * config/rs6000/libgcc-aix-cxa.ver (on_exit): Add symbol to exports.
2716 2015-11-11  Claudiu Zissulescu  <claziss@synopsys.com>
2718         * config/arc/dp-hack.h: Add support for ARCHS.
2719         * config/arc/ieee-754/divdf3.S: Likewise.
2720         * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
2721         * config/arc/ieee-754/muldf3.S: Likewise.
2722         * config/arc/ieee-754/mulsf3.S: Likewise
2723         * config/arc/lib1funcs.S: Likewise
2724         * config/arc/gmon/dcache_linesz.S: Don't read the build register
2725         for ARCv2 cores.
2726         * config/arc/gmon/profil.S (__profil, __profil_irq): Don't profile
2727         for ARCv2 cores.
2728         * config/arc/ieee-754/arc-ieee-754.h (MPYHU, MPYH): Define.
2729         * config/arc/t-arc700-uClibc: Remove hard selection for ARC 700
2730         cores.
2732 2015-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2734         * config/ia64/crtbegin.S: Check HAVE_INITFINI_ARRAY_SUPPORT
2735         value.
2736         * config/ia64/crtend.S: Likewise.
2738 2015-11-07  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2740         * config/visium/lib2funcs.c (__set_trampoline_parity): Use
2741         __CHAR_BIT__ instead of BITS_PER_UNIT.
2742         * fixed-bit.h: Likewise.
2743         * fp-bit.h: Likewise.
2744         * libgcc2.c (__popcountSI2): Likewise.
2745         (__popcountDI2): Likewise.
2746         * libgcc2.h: Likewise.
2747         * libgcov.h: Likewise.
2749 2015-11-07  David Edelsohn  <dje.gcc@gmail.com>
2751         * config/rs6000/atexit.c: New file.
2752         * config/rs6000/t-aix-cxa (LIB2ADDEH): Build atexit.c.
2753         * config/rs6000/libgcc-aix-cxa.ver (atexit): Add symbol to exports.
2754         * config/rs6000/cxa_finalize.c
2755         (catomic_compare_and_exchange_bool_acq): Negate return value.
2757 2015-10-30  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2759         * config/i386/cpuinfo.c (enum processor_types): Add AMDFAM17H.
2760         (processor_subtypes): Add znver1.
2761         (get_amd_cpu): Detect znver1.
2763 2015-10-29  Christophe Lyon  <christophe.lyon@linaro.org>
2765         * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
2766         Include crtfastmath.o.
2768 2015-10-23  Joern Rennecke  <joern.rennecke@embecosm.com>
2770         PR libgcc/66883
2771         * config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo.
2773 2015-10-16  Kaushik Phatak  <kaushik.phatak@kpit.com>
2775         * config/rl78/divmodqi.S: Return 0x00 by default for div by 0.
2776         * config/rl78/divmodsi.S: Update return register to r8.
2777         * config/rl78/divmodhi.S: Update return register to r8,r9.
2778         Branch to main_loop_done_himode to pop registers before return.
2780 2015-10-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2782         * config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4.
2783         (__cpu_indicator_init): Fix model selection for AMD CPUs.
2785 2015-10-05  Kirill Yukhin  <kirill.yukhin@intel.com>
2787         * config/i386/cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
2789 2015-10-03  Max Filippov  <jcmvbkbc@gmail.com>
2791         * config.host (xtensa*-*-uclinux*): New configuration.
2793 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
2795         * config/i386/cpuinfo.c (processor_features): Add
2796         FEATURE_AVX512VBMI and FEATURE_AVX512VBMI.
2798 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
2800         * soft-fp/adddf3.c: Update from glibc.
2801         * soft-fp/addsf3.c: Likewise.
2802         * soft-fp/addtf3.c: Likewise.
2803         * soft-fp/divdf3.c: Likewise.
2804         * soft-fp/divsf3.c: Likewise.
2805         * soft-fp/divtf3.c: Likewise.
2806         * soft-fp/double.h: Likewise.
2807         * soft-fp/eqdf2.c: Likewise.
2808         * soft-fp/eqsf2.c: Likewise.
2809         * soft-fp/eqtf2.c: Likewise.
2810         * soft-fp/extenddftf2.c: Likewise.
2811         * soft-fp/extended.h: Likewise.
2812         * soft-fp/extendsfdf2.c: Likewise.
2813         * soft-fp/extendsftf2.c: Likewise.
2814         * soft-fp/extendxftf2.c: Likewise.
2815         * soft-fp/fixdfdi.c: Likewise.
2816         * soft-fp/fixdfsi.c: Likewise.
2817         * soft-fp/fixdfti.c: Likewise.
2818         * soft-fp/fixsfdi.c: Likewise.
2819         * soft-fp/fixsfsi.c: Likewise.
2820         * soft-fp/fixsfti.c: Likewise.
2821         * soft-fp/fixtfdi.c: Likewise.
2822         * soft-fp/fixtfsi.c: Likewise.
2823         * soft-fp/fixtfti.c: Likewise.
2824         * soft-fp/fixunsdfdi.c: Likewise.
2825         * soft-fp/fixunsdfsi.c: Likewise.
2826         * soft-fp/fixunsdfti.c: Likewise.
2827         * soft-fp/fixunssfdi.c: Likewise.
2828         * soft-fp/fixunssfsi.c: Likewise.
2829         * soft-fp/fixunssfti.c: Likewise.
2830         * soft-fp/fixunstfdi.c: Likewise.
2831         * soft-fp/fixunstfsi.c: Likewise.
2832         * soft-fp/fixunstfti.c: Likewise.
2833         * soft-fp/floatdidf.c: Likewise.
2834         * soft-fp/floatdisf.c: Likewise.
2835         * soft-fp/floatditf.c: Likewise.
2836         * soft-fp/floatsidf.c: Likewise.
2837         * soft-fp/floatsisf.c: Likewise.
2838         * soft-fp/floatsitf.c: Likewise.
2839         * soft-fp/floattidf.c: Likewise.
2840         * soft-fp/floattisf.c: Likewise.
2841         * soft-fp/floattitf.c: Likewise.
2842         * soft-fp/floatundidf.c: Likewise.
2843         * soft-fp/floatundisf.c: Likewise.
2844         * soft-fp/floatunditf.c: Likewise.
2845         * soft-fp/floatunsidf.c: Likewise.
2846         * soft-fp/floatunsisf.c: Likewise.
2847         * soft-fp/floatunsitf.c: Likewise.
2848         * soft-fp/floatuntidf.c: Likewise.
2849         * soft-fp/floatuntisf.c: Likewise.
2850         * soft-fp/floatuntitf.c: Likewise.
2851         * soft-fp/gedf2.c: Likewise.
2852         * soft-fp/gesf2.c: Likewise.
2853         * soft-fp/getf2.c: Likewise.
2854         * soft-fp/ledf2.c: Likewise.
2855         * soft-fp/lesf2.c: Likewise.
2856         * soft-fp/letf2.c: Likewise.
2857         * soft-fp/muldf3.c: Likewise.
2858         * soft-fp/mulsf3.c: Likewise.
2859         * soft-fp/multf3.c: Likewise.
2860         * soft-fp/negdf2.c: Likewise.
2861         * soft-fp/negsf2.c: Likewise.
2862         * soft-fp/negtf2.c: Likewise.
2863         * soft-fp/op-1.h: Likewise.
2864         * soft-fp/op-2.h: Likewise.
2865         * soft-fp/op-4.h: Likewise.
2866         * soft-fp/op-8.h: Likewise.
2867         * soft-fp/op-common.h: Likewise.
2868         * soft-fp/quad.h: Likewise.
2869         * soft-fp/single.h: Likewise.
2870         * soft-fp/soft-fp.h: Likewise.
2871         * soft-fp/subdf3.c: Likewise.
2872         * soft-fp/subsf3.c: Likewise.
2873         * soft-fp/subtf3.c: Likewise.
2874         * soft-fp/truncdfsf2.c: Likewise.
2875         * soft-fp/trunctfdf2.c: Likewise.
2876         * soft-fp/trunctfsf2.c: Likewise.
2877         * soft-fp/trunctfxf2.c: Likewise.
2878         * soft-fp/unorddf2.c: Likewise.
2879         * soft-fp/unordsf2.c: Likewise.
2880         * soft-fp/unordtf2.c: Likewise.
2882 2015-09-24  Richard Earnshaw  <rearnsha@arm.com>
2884         PR libgcc/67624
2885         * config/arm/fp16.c (__gnu_f2h_internal): Handle infinity correctly.
2887 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2889         * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
2890         Add crtbeginS.o, crtendS.o to extra_parts if libgcc_cv_solaris_crts.
2891         * config/sol2/gmon.c: (monstartup): Don't write trailing NUL of
2892         messages.
2893         (internal_mcount): Likewise.
2894         * config/sol2/t-sol2 (crtp.o, crtpg.o, gmon.o): Compile with
2895         crt_compile, add CRTSTUFF_T_CFLAGS_S.
2897 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2899         * configure.ac (libgcc_cv_solaris_crts): New test.
2900         * configure: Regenerate.
2901         * config.in: Regenerate.
2902         * config/sol2/crtp.c, config/sol2/crtpg.c: New files.
2903         * config/gmon-sol2.c: Rename to ...
2904         * config/sol2/gmon.c: ... this.
2905         Include auto-target.h.
2906         (internal_mcount): Wrap setup handling in !HAVE_SOLARIS_CRTS.
2907         * config/t-sol2: Rename to ...
2908         * config/sol2/t-sol2: ... this.
2909         (gmon.o): Reflect renaming.
2910         (crtp.o, crtpg.o): New rules.
2911         * config.host (*-*-solaris2*): Reflect renaming.
2912         Use system CRTs if present.
2913         Remove default CRT case.
2915 2015-09-23  John David Anglin  <danglin@gcc.gnu.org>
2917         * config/pa/linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.
2918         (__sync_fetch_and_##OP##_##WIDTH): Change result to match type of
2919         __kernel_cmpxchg2.
2920         (__sync_##OP##_and_fetch_##WIDTH): Likewise.
2921         (__sync_val_compare_and_swap_##WIDTH): Likewise.
2922         (__sync_bool_compare_and_swap_##WIDTH): Likewise.
2923         (__sync_lock_test_and_set_##WIDTH): Likewise.
2924         (__sync_lock_release_##WIDTH): Likewise.
2925         (__sync_fetch_and_##OP##_4): Change result to match type of
2926         __kernel_cmpxchg.
2927         (__sync_##OP##_and_fetch_4): Likewise.
2928         (__sync_val_compare_and_swap_4): Likewise.
2929         (__sync_bool_compare_and_swap_4): likewise.
2930         (__sync_lock_test_and_set_4): Likewise.
2931         (__sync_lock_release_4): Likewise.
2932         (FETCH_AND_OP_2): Add long long variants.
2933         (OP_AND_FETCH_2): Likewise.
2934         (COMPARE_AND_SWAP_2 ): Likewise.
2935         (SYNC_LOCK_TEST_AND_SET_2): Likewise.
2936         (SYNC_LOCK_RELEASE_2): Likewise.
2937         (__sync_bool_compare_and_swap_##WIDTH): Correct return.
2939 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
2941         * libgcc/config/i386/cpuinfo.c (enum processor_features): Add
2942         FEATURE_AVX512VL, FEATURE_AVX512BW, FEATURE_AVX512DQ,
2943         FEATURE_AVX512CD, FEATURE_AVX512ER, FEATURE_AVX512PF.
2944         (get_available_features): Habdle new features.
2946 2015-09-21  James Bowman  <james.bowman@ftdichip.com>
2948         * config/ft32/crti-hw.S: Use __PMSIZE to allow configurable
2949         memory layout. Deal correctly with BSS region larger than 32K.
2950         Handle a watchdog reset like a power-on reset. Clean up unused
2951         code.
2953 2015-09-18  Andrew Dixie  <andrewd@gentrack.com>
2954             David Edelsohn  <dje.gcc@gmail.com>
2956         * config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
2957         * config/rs6000/crtdbase.S: New file.
2958         * config/rs6000/t-aix-cxa: Build crtdbase.o.
2960 2015-09-15  Max Filippov  <jcmvbkbc@gmail.com>
2962         * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state):
2963         Add support for call0 ABI.
2965 2015-09-13  John David Anglin  <danglin@gcc.gnu.org>
2967         * config/pa/fptr.c (SIGN_EXTEND): Cast -1 to unsigned.
2969 2015-09-03  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2971         * config/gthr-rtems.h (__GTHREADS_CXX0X): New.
2972         (__GTHREAD_HAS_COND): Likewise.
2973         (__gthread_t): Likewise.
2974         (__gthread_cond_t): Likewise.
2975         (__gthread_time_t): Likewise.
2976         (__GTHREAD_MUTEX_INIT): Likewise.
2977         (__GTHREAD_RECURSIVE_MUTEX_INIT): Likewise.
2978         (__GTHREAD_COND_INIT): Likewise.
2979         (__GTHREAD_COND_INIT_FUNCTION): Likewise.
2980         (__GTHREAD_TIME_INIT): Likewise.
2981         (__gthread_create): Likewise.
2982         (__gthread_join): Likewise.
2983         (__gthread_detach): Likewise.
2984         (__gthread_equal): Likewise.
2985         (__gthread_self): Likewise.
2986         (__gthread_yield): Likewise.
2987         (__gthread_cond_broadcast): Likewise.
2988         (__gthread_cond_signal): Likewise.
2989         (__gthread_cond_wait): Likewise.
2990         (__gthread_cond_timedwait): Likewise.
2991         (__gthread_cond_wait_recursive): Likewise.
2992         (__gthread_cond_destroy): Likewise.
2993         (rtems_gxx_once): Delete.
2994         (rtems_gxx_key_create): Likewise.
2995         (rtems_gxx_key_delete): Likewise.
2996         (rtems_gxx_getspecific): Likewise.
2997         (rtems_gxx_setspecific): Likewise.
2998         (rtems_gxx_mutex_init): Likewise.
2999         (rtems_gxx_mutex_destroy): Likewise.
3000         (rtems_gxx_mutex_lock): Likewise.
3001         (rtems_gxx_mutex_trylock): Likewise.
3002         (rtems_gxx_mutex_unlock): Likewise.
3003         (rtems_gxx_recursive_mutex_init): Likewise.
3004         (rtems_gxx_recursive_mutex_lock): Likewise.
3005         (rtems_gxx_recursive_mutex_trylock): Likewise.
3006         (rtems_gxx_recursive_mutex_unlock): Likewise.
3007         (__GTHREAD_ONCE_INIT): Use <pthread.h> initializer.
3008         (__GTHREAD_MUTEX_INIT_FUNCTION): Use <pthread.h> function.
3009         (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Likewise.
3010         (__gthread_once): Likewise.
3011         (__gthread_key_create): Likewise.
3012         (__gthread_key_delete): Likewise.
3013         (__gthread_getspecific): Likewise.
3014         (__gthread_setspecific): Likewise.
3015         (__gthread_key_t): Use <pthread.h> type.
3016         (__gthread_once_t): Likewise
3017         (__gthread_mutex_t): Use <sys/lock.h> type.
3018         (__gthread_recursive_mutex_t): Likewise
3019         (__gthread_mutex_lock): Use <sys/lock.h> function.
3020         (__gthread_mutex_trylock): Likewise.
3021         (__gthread_mutex_timedlock): Likewise.
3022         (__gthread_mutex_unlock): Likewise.
3023         (__gthread_mutex_destroy): Likewise.
3024         (__gthread_recursive_mutex_lock): Likewise.
3025         (__gthread_recursive_mutex_trylock): Likewise.
3026         (__gthread_recursive_mutex_timedlock): Likewise.
3027         (__gthread_recursive_mutex_unlock): Likewise.
3028         (__gthread_recursive_mutex_destroy): Likewise.
3030 2015-08-18  Max Filippov  <jcmvbkbc@gmail.com>
3032         * config/xtensa/unwind-dw2-xtensa.c (_Unwind_GetCFA): Return
3033         context->sp instead of context->cfa.
3035 2015-08-18  Max Filippov  <jcmvbkbc@gmail.com>
3037         * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde
3038         with unwind-dw2-fde-dip.
3040 2015-08-18  Max Filippov  <jcmvbkbc@gmail.com>
3042         * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill): Use
3043         CALL12 followed by series of ENTRY to spill windowed registers.
3044         (__xtensa_nonlocal_goto): Call __xtensa_libgcc_window_spill
3045         instead of making linux spill syscall.
3047 2015-08-14  Yuri Rumyantsev  <ysrumyan@gmail.com>
3049         * config/i386/cpuinfo.c (enum processor_subtypes): Add skylake.
3050         (get_intel_cpu): Likewise.
3052 2015-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3054         * config/i386/cpuinfo.c (processor_types): Add INTEL_KNL.
3055         (get_intel_cpu): Add Knights Landing support.
3057 2015-08-11  Uros Bizjak  <ubizjak@gmail.com>
3059         PR target/66954
3060         * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_PCLMUL.
3061         (get_available_features): Handle FEATURE_PCLMUL.
3063 2015-08-10  H.J. Lu  <hongjiu.lu@intel.com>
3065         * config/i386/cpuinfo.c (get_intel_cpu): Treat model == 0x4f as
3066         Broadwell.
3068 2015-07-22  Uros Bizjak  <ubizjak@gmail.com>
3070         PR target/66954
3071         * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_AES.
3072         (get_available_features): Handle FEATURE_AES.
3074 2015-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3076         * config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
3077         (EFAULT,EBUSY,ENOSYS): Delete unused #defines.
3079 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
3081         * offloadstuff.c: Constify host data.
3083 2015-07-17  Jan Beulich  <jbeulich@suse.com>
3085         * config/t-softfp: Split up "else ifneq".
3087 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3088             Cesar Philippidis  <cesar@codesourcery.com>
3089             Chung-Lin Tang  <cltang@codesourcery.com>
3091         * config/nios2/tramp.c (MOVHI, ORI, JMP): Conditionalize
3092         for __nios2_arch__ level.
3094 2015-07-13  John Marino  <gnugcc@marino.st>
3096         * config/i386/t-dragonfly: New.
3098 2015-07-01  John David Anglin  <danglin@gcc.gnu.org>
3100         * config/pa/linux-atomic.c (__kernel_cmpxchg): Reorder arguments to
3101         better match light-weight syscall argument order.
3102         (__kernel_cmpxchg2): Likewise.
3103         Adjust callers.
3105 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3107         * config.host: Support i[34567]86-*-elfiamcu target.
3108         * config/t-softfp-sfdftf: New file.
3109         * config/i386/32/t-iamcu: Likewise.
3110         * configure: Regenerated.
3112 2015-06-23  James Lemke  <jwlemke@codesourcery.com>
3114         libgcc/config/arm/
3115         * lib1funcs.S (aeabi_idiv0, aeabi_ldiv0): Add CFI entries.
3117 2015-05-27  H.J. Lu  <hongjiu.lu@intel.com>
3119         * Makefile.in (CRTSTUFF_CFLAGS): Add $(NO_PIE_CFLAGS).
3121 2015-05-27  John Marino  <gnugcc@marino.st>
3123         * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Set
3124         md_unwind_header
3125         * config/i386/freebsd-unwind.h: New.
3127 2015-05-22  Uros Bizjak  <ubizjak@gmail.com>
3129         * config.host (i[34567]-*-*, x86_64-*-*): Add t-crtfm instead of
3130         i386/t-crtfm to tmake_file.
3131         * config/i386/crtfastmath.c (set_fast_math_sse): New function.
3132         (set_fast_math): Use set_fast_math_sse for SSE targets.
3133         * config/i386/t-crtfm: Remove.
3135 2015-05-21  Alan Modra  <amodra@gmail.com>
3137         PR libgcc/66225
3138         * config/rs6000/morestack.S: Remove ".abiversion 1".
3140 2015-05-20  Alan Modra  <amodra@gmail.com>
3142         * config/rs6000/morestack.S: New.
3143         * config/rs6000/t-stack-rs6000: New.
3144         * config.host (powerpc*-*-linux*): Add t-stack and t-stack-rs6000
3145         to tmake_file.
3146         * generic-morestack.c: Don't build for powerpc 32-bit.
3148 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
3150         * Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
3151         Remove useless endif/ifneq ($(enable_shared),yes) pair.
3153 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3155         * config.host: FT32 target added.
3156         * config/ft32/*: New files for FT32 target.
3158 2015-05-15  Martin Galvan  <martin.galvan@tallertechnologies.com>
3160         * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
3161         New macros.
3162         * config/arm/ieee754-df.S: Add CFI directives.
3163         * config/arm/ieee754-sf.S: Add CFI directives.
3165 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
3167         * configure.ac: Include config/sjlj.m4.
3168         Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
3169         * config.in: Regenerate.
3170         * configure: Likewise.
3171         * config.host: Replace enable_sjlj_exceptions by ac_cv_sjlj_exceptions.
3173 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
3175         * libgcov-util.c: Add space between string literal and macro name.
3177 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
3178             Chris Jones  <chrisj@nvidia.com>
3179             Joshua Conner  <jconner@nvidia.com>
3181         * config.host (arm*-*-linux*): Add support for crtfastmath.o.
3182         (arm*-*-uclinux*): Likewise.
3183         (arm*-*-eabi* | arm*-*-rtems*): Likewise.
3184         * config/arm/crtfastmath.c: New file.
3186 2014-04-29  Bernd Schmidt  <bernds@codesourcery.com>
3188         * Makefile.in (real_host_noncanonical): New variable.
3189         (libsubdir): Use it.
3190         * configure.ac (real_host_noncanonical): Compute.  Remove special
3191         case for intelmicemul.
3192         * configure: Regenerate.
3194 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
3196         * config/frv/elf-lib.h: New file.
3197         (CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
3198         * libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
3199         to tm_file.
3201 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
3203         * config/frv/frvbengin.c: Do not include defaults.h
3204         * config/frv/frvend.c: Ditto.
3206 2015-04-27  Yoshinori Sato  <ysato@users.sourceforge.jp>
3208         * config.host: Add h8300-*-linux
3209         * config/h8300/t-linux: New file.
3210         * config/h8300/lib1funs.s: Change symbol prefix.
3211         * config/h8300/sfp-machine.h: 64bit double support.
3213 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
3214             Szabolcs Nagy  <szabolcs.nagy@arm.com>
3216         * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME): Define it on
3217         Linux if target provides dl_iterate_phdr.
3219 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
3221         PR target/65612
3222         * config.host (tmake_file): Add t-slibgcc-libgcc for Linux/x86.
3223         * config/i386/cpuinfo.c (__cpu_model): Initialize.
3224         (__cpu_indicator_init@GCC_4.8.0): New.
3225         (__cpu_model@GCC_4.8.0): Likewise.
3226         * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add
3227         -DUSE_ELF_SYMVER.
3229 2015-04-16  Nick Clifton  <nickc@redhat.com>
3231         * config/rl78/divmodhi.S: Add G14 and G13 versions of the __divhi3
3232         and __modhi3 functions.
3233         * config/rl78/divmodso.S: Add G14 and G13 versions of the
3234         __divsi3, __udivsi3, __modsi3 and __umodsi3 functions.
3236 2015-04-15  Chen Gang  <gang.chen.5i5j@gmail.com>
3238         * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Use empty
3239         do-while loop as macro body to avoid warnings.
3241 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
3242             Iain Sandoe  <iain@codesourcery.com>
3244         PR target/65351
3245         * configure: Regenerate.
3247 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
3248             Iain Sandoe  <iain@codesourcery.com>
3250         PR target/65351
3251         * configure: Regenerate.
3253 2015-03-25  Chung-Lin Tang  <cltang@codesourcery.com>
3255         * config.host (nios2-*-linux*): Remove 'extra_parts' setting.
3257 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
3259         Implement call0 ABI for xtensa
3260         * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
3261         __xtensa_nonlocal_goto): Don't compile for call0 ABI.
3262         (__xtensa_sync_caches): Only use entry and retw in windowed ABI,
3263         use ret in call0 ABI.
3264         * config/xtensa/t-windowed: New file.
3265         * libgcc/config/xtensa/t-xtensa (LIB2ADDEH): Move to t-windowed.
3266         * libgcc/configure: Regenerated.
3267         * libgcc/configure.ac: Check if xtensa target is configured for
3268         windowed ABI and thus needs to use custom unwind code.
3270 2015-02-12  Jonathan Wakely  <jwakely@redhat.com>
3272         PR libgcc/64885
3273         * gthr-single.h: Use __unused__ attribute instead of unused.
3274         * config/gthr-vxworks.h: Likewise.
3275         * config/i386/gthr-win32.h: Likewise.
3277 2015-02-27  Kai Tietz  <ktietz@redhat.com>
3279         PR target/65038
3280         * config.in: Regenerated.
3281         * configure: Likewise.
3282         * configure.ac (AC_HEADER_STDC): Added explicit.
3283         (AC_CHECK_HEADERS): Check for default headers  plus
3284         for ftw.h header.
3285         * libgcov-util.c (gcov_read_profile_dir): Disable use
3286         of ftw-function, if header is not found.
3287         (ftw_read_file): Likewise.
3289 2015-02-23  Thomas Schwinge  <thomas@codesourcery.com>
3291         PR target/65181
3292         * config/nvptx/t-nvptx (INHIBIT_LIBC_CFLAGS): Define to
3293         -Dinhibit_libc.
3295 2015-02-17  Sandra Loosemore  <sandra@codesourcery.com>
3297         * config/arm/bpabi.S (test_div_by_zero): Make label names
3298         consistent between thumb2 and arm mode cases.  Separate the
3299         signed comparison on the high word of the numerator from the
3300         unsigned comparison on the low word.
3301         * config/arm/bpabi-v6m.S (test_div_by_zero): Similarly separate
3302         signed comparison.
3304 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
3306         * config/nvptx/realloc.c: Include <stddef.h> instead of <stdlib.h>
3307         and <string.h>.
3308         (__nvptx_realloc): Call __builtin_memcpy instead of memcpy.
3310 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
3312         PR gcov-profile/61889
3313         * libgcov-driver-system.c: undefine clashing macro for mkdir.
3315 2015-02-02  Nick Clifton  <nickc@redhat.com>
3317         * config/rl78/fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case
3318         rounding up the fraction.
3320 2015-01-31  John David Anglin  <danglin@gcc.gnu.org>
3322         * config/pa/linux-atomic.c (__kernel_cmpxchg2): Change declaration of
3323         oldval and newval to const void *.  Fix typo.
3324         (FETCH_AND_OP_2): Use __atomic_load_n to load value.
3325         (FETCH_AND_OP_WORD): Likewise.
3326         (OP_AND_FETCH_WORD): Likewise.
3327         (COMPARE_AND_SWAP_2): Likewise.
3328         (__sync_val_compare_and_swap_4): Likewise.
3329         (__sync_lock_test_and_set_4): Likewise.
3330         (SYNC_LOCK_RELEASE_2): Likewise.
3331         Remove support for long long atomic operations.
3333 2015-01-27  Caroline Tice  <cmtice@google.com>
3335         Committing VTV Cywin/Ming patch for Patrick Wollgast
3336         * Makefile.in: Move rules to build vtv_*.o out of the check
3337         for CUSTOM_CRTSTUFF.
3338         * config.host (i[34567]86-*-cygwin*, x86_64-*-cygwin*,
3339         i[34567]86-*-mingw*)
3340          (x86_64-*-mingw*): Only add vtv_*.o to extra_parts if
3341         enable_vtable_verify.
3343 2015-01-27  Nick Clifton  <nickc@redhat.com>
3345         * config/rl78/cmpsi2.S: Use function start and end macros.
3346         (__gcc_bcmp): New function.
3347         * config/rl78/lshrsi3.S: Use function start and end macros.
3348         * config/rl78/mulsi3.S: Add support for G10.
3349         (__mulqi3): New function for G10.
3350         * config/rl78/signbit.S: Use function start and end macros.
3351         * config/rl78/t-rl78 (LIB2ADD): Add bit-count.S, fpbit-sf.S and
3352         fpmath-sf.S.
3353         (LIB2FUNCS_EXCLUDE): Define.
3354         (LIB2FUNCS_ST): Define.
3355         * config/rl78/trampoline.S: Use function start and end macros.
3356         * config/rl78/vregs.h (START_FUNC): New macro.
3357         (START_ANOTHER_FUNC): New macro.
3358         (END_FUNC): New macro.
3359         (END_ANOTHER_FUNC): New macro.
3360         * config/rl78/bit-count.S: New file.  Contains assembler
3361         implementations of the bit counting functions: ___clzhi2,
3362         __clzsi2, ctzhi2, ctzsi2, ffshi2, ffssi2, __partityhi2,
3363         __paritysi2, __popcounthi2 and __popcountsi2.
3364         * config/rl78/fpbit-sf.S: New file.  Contains assembler
3365         implementationas of the math functions: __negsf2, __cmpsf2,
3366         __eqsf2, __nesf2, __lesf2, __ltsf2, __gesf2, gtsf2, __unordsf2,
3367         __fixsfsi,  __fixunssfsi, __floatsisf and __floatunssisf.
3368         * config/rl78/fpmath-sf.S: New file.  Contains assembler
3369         implementations of the math functions: __subsf3, __addsf3,
3370         __mulsf3 and __divsf3
3372 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3374         * config.host (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*):
3375         Add i386/elf-lib.h to tm_file.
3376         * config/i386/elf-lib.h: Fix comment.
3377         * unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback) [__x86_64__
3378         && __sun__ && __svr4__]: Remove workaround.
3380 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
3382         * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_BMI and
3383         FEATURE_BMI2.
3384         (get_available_features): Detect FEATURE_BMI and FEATURE_BMI2.
3386 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
3388         * config/i386/cpuinfo.c (processor_subtypes): Add
3389         INTEL_COREI7_BROADWELL.
3390         (get_intel_cpu): Support new Silvermont, Haswell and Broadwell
3391         model numbers.
3393 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
3395         * config/i386/elf-lib.h: New file.
3396         (CRT_GET_RFIB_DATA): Move definition from gcc/config/i386/gnu-user.h.
3397         Wrap definition in #ifdef __i386__.
3398         * libgcc/config.host (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu)
3399         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*)
3400         (i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux*)
3401         (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Add i386/elf-lib.h
3402         to tm_file.
3404 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
3406         * unwind-dw2-fde.h (last_fde): Use "(const fde *)" instead of
3407         "(char *)" to avoid qualifier warning by 'xgcc' compiling.
3409 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
3411         * config/nios2/linux-unwind.h (nios2_fallback_frame_state):
3412         Update rt_sigframe format and address for current Nios II
3413         Linux conventions.
3415 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3417         * config.host (arm*-*-freebsd*): Add new configuration for
3418         arm*-*-freebsd*.
3419         * config/arm/freebsd-atomic.c: New file.
3420         * config/arm/t-freebsd: Likewise.
3421         * config/arm/unwind-arm.h: Add __FreeBSD__ to the list of
3422         'PC-relative indirect' OS's.
3424 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3426         * config.host: Add Visium support.
3427         * config/visium: New directory.
3429 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
3431         Update copyright years.
3433 2014-12-19  Matthew Fortune  <matthew.fortune@imgtec.com>
3435         * config.host: Support mipsisa32r6 and mipsisa64r6.
3436         * config/mips/mips16.S: Do not build for R6.
3438 2014-12-17  Oleg Endo  <olegendo@gcc.gnu.org>
3440         * config/sh/crt.h: New.
3441         * config/sh/crti.S: Use GLOBAL macro from crt.h for _init and _fini
3442         symbols.
3443         * config/sh/crt1.S: Likewise.
3445 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
3447         PR libgcc/63832
3448         * crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
3449         func_ptr *dtor_list temporary variable to avoid "array subscript
3450         is above array bounds" warnings.
3452 2014-12-09  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
3454         * Makefile.in (with_aix_soname): Define.
3455         * config/rs6000/t-slibgcc-aix: Act upon --with-aix-soname option.
3456         * configure.ac: Accept --with-aix-soname=aix|svr4|both option.
3457         * configure: Recreate.
3459 2014-12-05  Olivier Hainque  <hainque@adacore.com>
3461         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Remove default def,
3462         now provided by defaults.h.
3464 2014-11-30  Oleg Endo  <olegendo@gcc.gnu.org>
3466         PR target/55351
3467         * config/sh/lib1funcs.S: Check value of __SHMEDIA__ instead of checking
3468         whether it's defined.
3470 2014-11-27  Ilya Tocar  <ilya.tocar@intel.com>
3472         * config/i386/cpuinfo.c (processor_features): Add FEATURE_AVX512F.
3473         * config/i386/cpuinfo.c (get_available_features): Detect it.
3475 2014-11-27  Tony Wang  <tony.wang@arm.com>
3477         * config/arm/lib1funcs.S (FUNC_START): Add conditional section
3478         redefine for macro L_arm_muldivsf3 and L_arm_muldivdf3.
3479         (SYM_END, ARM_SYM_START): Add macros used to expose function Symbols.
3481 2014-11-25  Segher Boessenkool  <segher@kernel.crashing.org>
3483         * crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
3485 2014-11-24  John David Anglin  <danglin@gcc.gnu.org>
3487         * config/pa/linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap()
3488         instead.
3490 2014-11-21  Guy Martin  <gmsoft@tuxicoman.be>
3491             John David Anglin  <danglin@gcc.gnu.org>
3493         * config/pa/linux-atomic.c (__kernel_cmpxchg2): New.
3494         (FETCH_AND_OP_2): New.  Use for subword and double word operations.
3495         (OP_AND_FETCH_2): Likewise.
3496         (COMPARE_AND_SWAP_2): Likewise.
3497         (SYNC_LOCK_TEST_AND_SET_2): Likewise.
3498         (SYNC_LOCK_RELEASE_2): Likewise.
3499         (SUBWORD_SYNC_OP): Remove.
3500         (SUBWORD_VAL_CAS): Likewise.
3501         (SUBWORD_BOOL_CAS): Likewise.
3502         (FETCH_AND_OP_WORD): Update.
3503         Consistently use signed types.
3505 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3506             Thomas Schwinge  <thomas@codesourcery.com>
3507             Ilya Verbin  <ilya.verbin@intel.com>
3508             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3510         * Makefile.in (crtoffloadbegin$(objext)): New rule.
3511         (crtoffloadend$(objext)): Likewise.
3512         * configure: Regenerate.
3513         * configure.ac (accel_dir_suffix): Compute new variable.
3514         (extra_parts): Add crtoffloadbegin.o and crtoffloadend.o
3515         if enable_offload_targets is not empty.
3516         * offloadstuff.c: New file.
3518 2014-11-13  Nick Clifton  <nickc@redhat.com>
3520         * config/rl78/divmodhi.S: Add support for the G10 architecture.
3521         Use START_FUNC and END_FUNC macros to enable linker garbage
3522         collection.
3523         * config/rl78/divmodqi.S: Likewise.
3524         * config/rl78/divmodsi.S: Likewise.
3525         * config/rl78/mulsi3.S: Likewise.
3526         * config/rl78/lib2div.c: Remove G10 functions.
3527         * config/rl78/lib2muls.c: Likewise.
3528         * config/rl78/t-rl8 (HOST_LIBGCC2_CFLAGS): Define.
3529         * config/rl78/vregs.h (START_FUNC): New macro.
3530         (END_FUNC): New macro.
3532 2014-11-12  Matthew Fortune  <matthew.fortune@imgtec.com>
3534         * config/mips/mips16.S: Set .module when supported.  Update O32
3535         FP64 calling convention and use for FPXX when possible.  Add FPXX
3536         calling convention fallback case.
3538 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3540         * config.host: Handle nvptx-*-*.
3541         * shared-object.mk (as-flags-$o): Define.
3542         ($(base)$(objext), $(base)_s$(objext)): Use it instead of
3543         -xassembler-with-cpp.
3544         * static-object.mk: Identical changes.
3545         * config/nvptx/t-nvptx: New file.
3546         * config/nvptx/crt0.s: New file.
3547         * config/nvptx/free.asm: New file.
3548         * config/nvptx/malloc.asm: New file.
3549         * config/nvptx/realloc.c: New file.
3551 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3553         * Makefile.in (libgcc.map.in): New target.
3554         (libgcc.map): Use libgcc.map.in.
3555         * config/t-softfp (softfp_compat): New variable to be set by
3556         users.
3557         [$(softfp_compat) = y] (softfp_map_dep, softfp_set_symver): New
3558         variables.
3559         [$(softfp_compat) = y] (softfp_file_list): Use files in the build
3560         directory.
3561         [$(softfp_compat) = y] ($(softfp_file_list)): Generate wrappers
3562         that use compat symbols and disable all code unless [SHARED].
3563         * config/t-softfp-compat: New file.
3564         * find-symver.awk: New file.
3565         * configure.ac (--with-glibc-version): New configure option.
3566         (ppc_fp_compat): New variable set for powerpc*-*-linux*.
3567         * configure: Regenerate.
3568         * config.host (powerpc*-*-linux*): Use ${ppc_fp_compat} for
3569         soft-float and e500.
3571 2014-10-29  Joseph Myers  <joseph@codesourcery.com>
3573         * config/t-hardfp (hardfp_exclusions): Document new variable for
3574         user to define.
3575         (hardfp_func_list): Exclude functions from $(hardfp_exclusions).
3576         * config/t-softfp (softfp_extras): Document new variable for user
3577         to define.
3578         (softfp_func_list): Add functions from $(softfp_extras).
3579         * config/rs6000/t-e500v1-fp, config/rs6000/t-e500v2-fp: New files.
3580         * config.host (powerpc*-*-linux*): For e500v1, use
3581         rs6000/t-e500v1-fp and t-hardfp; do not use t-softfp-sfdf and
3582         t-softfp-excl.  For e500v2, use t-hardfp-sfdf, rs6000/t-e500v2-fp
3583         and t-hardfp; do not use t-softfp-sfdf and t-softfp-excl.
3585 2014-10-26  John David Anglin  <danglin@gcc.gnu.org>
3587         * config/pa/linux-unwind.h (pa32_read_access_ok): New function.
3588         (pa32_fallback_frame_state): Use pa32_read_access_ok to check if
3589         memory read accesses are ok.
3591 2014-10-25  Joseph Myers  <joseph@codesourcery.com>
3593         * configure.ac (ppc_fp_type): Set variable on powerpc*-*-linux*.
3594         * configure: Regenerate.
3595         * config.host (powerpc*-*-linux*): Use $ppc_fp_type to determine
3596         additions to tmake_file.  Use t-hardfp-sfdf and t-hardfp instead
3597         of soft-fp for 32-bit classic hard float.  Do not use
3598         t-softfp-excl for soft float.
3600 2014-10-22  Joseph Myers  <joseph@codesourcery.com>
3602         * config.host (powerpc*-*-linux*): Only use soft-fp for 32-bit
3603         configurations.
3604         * config/rs6000/t-ppc64-fp (softfp_wrap_start, softfp_wrap_end):
3605         Remove variables.
3607 2014-10-22  Georg-Johann Lay  <avr@gjlay.de>
3609         * config/avr/lib1funcs.S (__do_global_dtors): Fix wrong code
3610         introduced with 2014-10-21 trunk r216525.
3612 2014-10-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3613             Vidya Praveen  <vidya.praveen@atmel.com>
3614             Praveen Kumar Kaushik  <Praveen_Kumar.Kaushik@atmel.com>
3615             Senthil Kumar Selvaraj  <Senthil_Kumar.Selvaraj@atmel.com>
3616             Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
3618         * config/avr/lib1funcs.S (__do_global_dtors): Go back to descending
3619         order.
3621         Updated library functions for AVRTINY arch.
3622         * config/avr/lib1funcs.S: Updated zero/tmp regs for AVRTINY.
3623         Replaced occurrences of r0/r1 with tmp/zero reg macros.
3624         Added wsubi/ wadi macros that expands conditionally as sbiw/ adiw
3625         or AVRTINY equivalent. Replaced occurrences of sbiw/adiw with
3626         wsubi/wadi macors.
3627         (__mulsi3_helper): Update stack, preserve callee saved regs and
3628         argument from stack. Restore callee save registers.
3629         (__mulpsi3): Likewise.
3630         (__muldi3, __udivmodsi4, __divmodsi4, __negsi2, __umoddi3, __udivmod64,
3631         __moddi3, __adddi3, __adddi3_s8, __subdi3, __cmpdi2, __cmpdi2_s8,
3632         __negdi2, __prologue_saves__, __epilogue_restores__): Excluded for
3633         AVRTINY.
3634         (__tablejump2__): Added lpm equivalent instructions for AVRTINY.
3635         (__do_copy_data): Added new definition for AVRTINY.
3636         (__do_clear_bss): Replace r17 by r18 to preserve zero reg for AVRTINY.
3637         (__load_3, __load_4, __xload_1, __xload_2, __xload_3,
3638         __xload_4, __movmemx_qi, __movmemx_hi): Excluded for AVRTINY.
3639         * config/avr/lib1funcs-fixed.S: Replaced occurrences of r0/r1 with
3640         tmp/zero reg macros. Replaced occurrences of sbiw/adiw with wsubi/wadi
3641         macors.
3642         * config/avr/t-avr (LIB1ASMFUNCS): Remove unsupported functions for
3643         AVRTINY.
3645         Fix broken long multiplication on tiny arch.
3647 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3649         * soft-fp/double.h: Update from glibc.
3650         * soft-fp/eqdf2.c: Likewise.
3651         * soft-fp/eqsf2.c: Likewise.
3652         * soft-fp/eqtf2.c: Likewise.
3653         * soft-fp/extenddftf2.c: Likewise.
3654         * soft-fp/extended.h: Likewise.
3655         * soft-fp/extendsfdf2.c: Likewise.
3656         * soft-fp/extendsftf2.c: Likewise.
3657         * soft-fp/extendxftf2.c: Likewise.
3658         * soft-fp/gedf2.c: Likewise.
3659         * soft-fp/gesf2.c: Likewise.
3660         * soft-fp/getf2.c: Likewise.
3661         * soft-fp/ledf2.c: Likewise.
3662         * soft-fp/lesf2.c: Likewise.
3663         * soft-fp/letf2.c: Likewise.
3664         * soft-fp/op-1.h: Likewise.
3665         * soft-fp/op-2.h: Likewise.
3666         * soft-fp/op-4.h: Likewise.
3667         * soft-fp/op-8.h: Likewise.
3668         * soft-fp/op-common.h: Likewise.
3669         * soft-fp/quad.h: Likewise.
3670         * soft-fp/single.h: Likewise.
3671         * soft-fp/soft-fp.h: Likewise.
3672         * soft-fp/unorddf2.c: Likewise.
3673         * soft-fp/unordsf2.c: Likewise.
3674         * soft-fp/unordtf2.c: Likewise.
3675         * config/c6x/eqd.c (__c6xabi_eqd): Update call to FP_CMP_EQ_D.
3676         * config/c6x/eqf.c (__c6xabi_eqf): Update call to FP_CMP_EQ_S.
3677         * config/c6x/ged.c (__c6xabi_ged): Update call to FP_CMP_D.
3678         * config/c6x/gef.c (__c6xabi_gef): Update call to FP_CMP_S.
3679         * config/c6x/gtd.c (__c6xabi_gtd): Update call to FP_CMP_D.
3680         * config/c6x/gtf.c (__c6xabi_gtf): Update call to FP_CMP_S.
3681         * config/c6x/led.c (__c6xabi_led): Update call to FP_CMP_D.
3682         * config/c6x/lef.c (__c6xabi_lef): Update call to FP_CMP_S.
3683         * config/c6x/ltd.c (__c6xabi_ltd): Update call to FP_CMP_D.
3684         * config/c6x/ltf.c (__c6xabi_ltf): Update call to FP_CMP_S.
3686 2014-10-08  Rong Xu  <xur@google.com>
3688         * libgcov-util.c (read_gcda_file): Fix format.
3689         (find_match_gcov_info): Ditto.
3690         (calculate_2_entries): New.
3691         (compute_one_gcov): Ditto.
3692         (gcov_info_count_all_cold): Ditto.
3693         (gcov_info_count_all_zero): Ditto.
3694         (extract_file_basename): Ditto.
3695         (get_file_basename): Ditto.
3696         (set_flag): Ditto.
3697         (matched_gcov_info): Ditto.
3698         (calculate_overlap): Ditto.
3699         (gcov_profile_overlap): Ditto.
3700         * libgcov-driver.c (compute_summary): Make
3701         it avavilable for external calls.
3703 2014-10-06  Rong Xu  <xur@google.com>
3705         * Makefile.in: Ditto.
3706         * libgcov-driver.c (gcov_sort_n_vals): New utility function.
3707         (gcov_sort_icall_topn_counter): Ditto.
3708         (gcov_sort_topn_counter_arrays): Ditto.
3709         (dump_one_gcov): Sort indirect_call topn counters.
3710         * libgcov-merge.c (__gcov_merge_icall_topn): New merge
3711         function.
3712         * libgcov-profiler.c (__gcov_topn_value_profiler_body): New
3713         utility function.
3714         (__gcov_indirect_call_topn_profiler): New profiler function.
3715         * libgcov-util.c (__gcov_icall_topn_counter_op): New.
3716         * libgcov.h: New decls.
3718 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
3720         * config.host: Remove support for score-*.
3722 2014-09-22  Joseph Myers  <joseph@codesourcery.com>
3724         * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
3725         (__LIBGCC_XF_MANT_DIG__): Define if not already defined.
3726         (LONG_DOUBLE_HAS_XF_MODE): Define in terms of
3727         __LIBGCC_XF_MANT_DIG__.
3728         (__LIBGCC_TF_MANT_DIG__): Define if not already defined.
3729         (LONG_DOUBLE_HAS_TF_MODE): Define in terms of
3730         __LIBGCC_TF_MANT_DIG__.
3731         * libgcc2.c (NOTRUNC): Define in terms of
3732         __LIBGCC_*_EXCESS_PRECISION__, not LIBGCC2_LONG_DOUBLE_TYPE_SIZE.
3733         * libgcc2.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
3735 2014-09-22  Joseph Myers  <joseph@codesourcery.com>
3737         PR target/63312
3738         * config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
3739         New macros.
3741 2014-09-22  Hans-Peter Nilsson  <hp@axis.com>
3743         * crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS
3744         override USE_PT_GNU_EH_FRAME.
3745         [__LIBGCC_EH_FRAME_SECTION_NAME__ && !USE_PT_GNU_EH_FRAME]: Sanity-
3746         check USE_EH_FRAME_REGISTRY_ALWAYS against
3747         __LIBGCC_EH_FRAME_SECTION_NAME__, emit error if unsane.
3748         * Makefile.in (FORCE_EXPLICIT_EH_REGISTRY): New
3749         variable for substituted force_explicit_eh_registry.
3750         (CRTSTUFF_CFLAGS): Add FORCE_EXPLICIT_EH_REGISTRY.
3751         * configure.ac (explicit-exception-frame-registration):
3752         New AC_ARG_ENABLE.
3753         * configure: Regenerate.
3755 2014-09-19  Olivier Hainque  <hainque@adacore.com>
3757         * config.host (powerpc-wrs-vxworksmils): New configuration,
3758         same as vxworksae.
3760 2014-09-18  Joseph Myers  <joseph@codesourcery.com>
3762         * libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__.
3764 2014-09-18  Joseph Myers  <joseph@codesourcery.com>
3766         * config/i386/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): Treat clear
3767         bits not set bits as indicating trapping exceptions.
3769 2014-09-17  Nathan sidwell  <nathan@acm.org>
3771         * Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
3772         (LIBGCOV_DRIVER): ... here.
3773         * libgcov-driver.c (gcov_master): New.
3774         (gcov_exit): Remove from master chain.
3775         (__gcov_init): Add to master chain if version compatible.  Don't
3776         clear the version.
3777         * libgcov_interface (__gcov_flust): Call gcov_dump_int.
3778         (gcov_reset_int): Clear master chain, if compatible.
3779         (gcov_dump_int): New internal interface.  Dump master chain, if
3780         compatible.
3781         (gcov_dump): Alias for gcov_dump_int.
3782         * libgcov.h (struct gcov_root): Add next and prev fields.
3783         (struct gcov_master): New struct.
3784         (__gcov_master): New.
3785         (gcov_dump_int): Declare.
3787 2014-09-17  Olivier Hainque  <hainque@adacore.com>
3789         * config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
3790         and crtbegin.o + crtend.o to extra_parts.
3792 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3794         * libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
3795         __LIBGCC_HAS_SF_MODE__.
3796         (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
3797         (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
3798         (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
3799         * config/libbid/bid_gcc_intrinsics.h
3800         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
3801         (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
3802         (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
3803         * fixed-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
3804         (LIBGCC2_HAS_SF_MODE): Define using __LIBGCC_HAS_SF_MODE__.
3805         (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
3807 2014-09-11  Georg-Johann Lay  <avr@gjlay.de>
3809         PR target/63223
3810         * config/avr/libgcc.S (__tablejump2__): Rewrite to use RAMPZ, ELPM
3811         and R24 as needed.  Make work for all devices and .text locations.
3812         (__do_global_ctors, __do_global_dtors): Use word addresses.
3813         (__tablejump__, __tablejump_elpm__): Remove functions.
3814         * t-avr (LIB1ASMFUNCS): Remove _tablejump, _tablejump_elpm.
3815         Add _tablejump2.
3816         (XICALL, XIJMP): New macros.
3818 2014-09-09  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3819         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3821         * config.host (aarch64*): Include crtfastmath.o and
3822         t-crtfm.
3823         * config/aarch64/crtfastmath.c: New file.
3825 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
3827         * config.host: Remove picochip support.
3828         * config/picochip/adddi3.S: Remove.
3829         * config/picochip/ashlsi3.S: Remove.
3830         * config/picochip/ashlsi3.c: Remove.
3831         * config/picochip/ashrsi3.S: Remove.
3832         * config/picochip/ashrsi3.c: Remove.
3833         * config/picochip/clzsi2.S: Remove.
3834         * config/picochip/cmpsi2.S: Remove.
3835         * config/picochip/divmod15.S: Remove.
3836         * config/picochip/divmodhi4.S: Remove.
3837         * config/picochip/divmodsi4.S: Remove.
3838         * config/picochip/lib1funcs.S: Remove.
3839         * config/picochip/longjmp.S: Remove.
3840         * config/picochip/lshrsi3.S: Remove.
3841         * config/picochip/lshrsi3.c: Remove.
3842         * config/picochip/parityhi2.S: Remove.
3843         * config/picochip/popcounthi2.S: Remove.
3844         * config/picochip/setjmp.S: Remove.
3845         * config/picochip/subdi3.S: Remove.
3846         * config/picochip/t-picochip: Remove.
3847         * config/picochip/ucmpsi2.S: Remove.
3848         * config/picochip/udivmodhi4.S: Remove.
3849         * config/picochip/udivmodsi4.S: Remove.
3851 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
3853         * libgcc2.c (SF_SIZE): Change all uses to __LIBGCC_SF_MANT_DIG__.
3854         (DF_SIZE): Change all uses to __LIBGCC_DF_MANT_DIG__.
3855         (XF_SIZE): Change all uses to __LIBGCC_XF_MANT_DIG__.
3856         (TF_SIZE): Change all uses to __LIBGCC_TF_MANT_DIG__.
3857         * libgcc2.h (SF_SIZE): Change to __LIBGCC_SF_MANT_DIG__.  Give
3858         error if not defined and LIBGCC2_HAS_SF_MODE is defined.
3859         (DF_SIZE): Change to __LIBGCC_DF_MANT_DIG__.  Give error if not
3860         defined and LIBGCC2_HAS_DF_MODE is defined.
3861         (XF_SIZE): Change to __LIBGCC_XF_MANT_DIG__.  Give error if not
3862         defined and LIBGCC2_HAS_XF_MODE is defined.
3863         (TF_SIZE): Change to __LIBGCC_TF_MANT_DIG__.  Give error if not
3864         defined and LIBGCC2_HAS_TF_MODE is defined.
3866 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
3868         * fp-bit.c (pack_d, unpack_d): Remove LARGEST_EXPONENT_IS_NORMAL
3869         and ROUND_TOWARDS_ZERO conditionals.
3871 2014-09-07  Nathan sidwell  <nathan@acm.org>
3873         * libgcov-interface.c (STRONG_ALIAS): Rename to ...
3874         (ALIAS_weak): ... here. Use forwarding function.  Adjust uses.
3876 2014-09-05  Joseph Myers  <joseph@codesourcery.com>
3878         * Makefile.in (CRTSTUFF_CFLAGS): Add -fbuilding-libgcc.
3879         * config/aarch64/linux-unwind.h (STACK_POINTER_REGNUM): Change all
3880         uses to __LIBGCC_STACK_POINTER_REGNUM__.
3881         (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
3882         __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3883         * config/alpha/vms-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
3884         Change use to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3885         * config/cr16/unwind-cr16.c (STACK_GROWS_DOWNWARD): Change all
3886         uses to __LIBGCC_STACK_GROWS_DOWNWARD__.
3887         (DWARF_FRAME_REGISTERS): Change all uses to
3888         __LIBGCC_DWARF_FRAME_REGISTERS__.
3889         (EH_RETURN_STACKADJ_RTX): Change all uses to
3890         __LIBGCC_EH_RETURN_STACKADJ_RTX__.
3891         * config/cr16/unwind-dw2.h (DWARF_FRAME_REGISTERS): Change use to
3892         __LIBGCC_DWARF_FRAME_REGISTERS__.  Remove conditional definition.
3893         * config/i386/cygming-crtbegin.c (EH_FRAME_SECTION_NAME): Change
3894         use to __LIBGCC_EH_FRAME_SECTION_NAME__.
3895         (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__.
3896         * config/i386/cygming-crtend.c (EH_FRAME_SECTION_NAME): Change use
3897         to __LIBGCC_EH_FRAME_SECTION_NAME__.
3898         (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__
3899         * config/mips/linux-unwind.h (STACK_POINTER_REGNUM): Change use to
3900         __LIBGCC_STACK_POINTER_REGNUM__.
3901         (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
3902         __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3903         * config/nios2/linux-unwind.h (STACK_POINTER_REGNUM): Change use
3904         to __LIBGCC_STACK_POINTER_REGNUM__.
3905         * config/pa/hpux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
3906         all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3907         * config/pa/linux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
3908         all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3909         * config/rs6000/aix-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
3910         Change all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
3911         (STACK_POINTER_REGNUM): Change all uses to
3912         __LIBGCC_STACK_POINTER_REGNUM__.
3913         * config/rs6000/darwin-fallback.c (STACK_POINTER_REGNUM): Change
3914         use to __LIBGCC_STACK_POINTER_REGNUM__.
3915         * config/rs6000/linux-unwind.h (STACK_POINTER_REGNUM): Change all
3916         uses to __LIBGCC_STACK_POINTER_REGNUM__.
3917         * config/sparc/linux-unwind.h (DWARF_FRAME_REGISTERS): Change use
3918         to __LIBGCC_DWARF_FRAME_REGISTERS__.
3919         * config/sparc/sol2-unwind.h (DWARF_FRAME_REGISTERS): Change use
3920         to __LIBGCC_DWARF_FRAME_REGISTERS__.
3921         * config/tilepro/linux-unwind.h (STACK_POINTER_REGNUM): Change use
3922         to __LIBGCC_STACK_POINTER_REGNUM__.
3923         * config/xtensa/unwind-dw2-xtensa.h (DWARF_FRAME_REGISTERS):
3924         Remove conditional definition.
3925         * crtstuff.c (TEXT_SECTION_ASM_OP): Change all uses to
3926         __LIBGCC_TEXT_SECTION_ASM_OP__.
3927         (EH_FRAME_SECTION_NAME): Change all uses to
3928         __LIBGCC_EH_FRAME_SECTION_NAME__.
3929         (EH_TABLES_CAN_BE_READ_ONLY): Change all uses to
3930         __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__.
3931         (CTORS_SECTION_ASM_OP): Change all uses to
3932         __LIBGCC_CTORS_SECTION_ASM_OP__.
3933         (DTORS_SECTION_ASM_OP): Change all uses to
3934         __LIBGCC_DTORS_SECTION_ASM_OP__.
3935         (JCR_SECTION_NAME): Change all uses to
3936         __LIBGCC_JCR_SECTION_NAME__.
3937         (INIT_SECTION_ASM_OP): Change all uses to
3938         __LIBGCC_INIT_SECTION_ASM_OP__.
3939         (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
3940         __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
3941         * generic-morestack.c (STACK_GROWS_DOWNWARD): Change all uses to
3942         __LIBGCC_STACK_GROWS_DOWNWARD__.
3943         * libgcc2.c (INIT_SECTION_ASM_OP): Change all uses to
3944         __LIBGCC_INIT_SECTION_ASM_OP__.
3945         (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
3946         __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
3947         (EH_FRAME_SECTION_NAME): Change all uses to
3948         __LIBGCC_EH_FRAME_SECTION_NAME__.
3949         * libgcov-profiler.c (VTABLE_USES_DESCRIPTORS): Remove conditional
3950         definitions.  Change all uses to
3951         __LIBGCC_VTABLE_USES_DESCRIPTORS__.
3952         * unwind-dw2.c (STACK_GROWS_DOWNWARD): Change all uses to
3953         __LIBGCC_STACK_GROWS_DOWNWARD__.
3954         (DWARF_FRAME_REGISTERS): Change all uses to
3955         __LIBGCC_DWARF_FRAME_REGISTERS__.
3956         (EH_RETURN_STACKADJ_RTX): Change all uses to
3957         __LIBGCC_EH_RETURN_STACKADJ_RTX__.
3958         * unwind-dw2.h (DWARF_FRAME_REGISTERS): Remove conditional
3959         definition.  Change use to __LIBGCC_DWARF_FRAME_REGISTERS__.
3960         * unwind-sjlj.c (DONT_USE_BUILTIN_SETJMP): Change all uses to
3961         __LIBGCC_DONT_USE_BUILTIN_SETJMP__.
3962         (JMP_BUF_SIZE): Change use to __LIBGCC_JMP_BUF_SIZE__.
3964 2014-09-02  Nathan sidwell  <nathan@acm.org>
3966         * libgcov-interface.c (STRONG_ALIAS): New.
3967         (__gcov_flush): Call __gcov_reset_int.
3968         (__gcov_reset): Strong alias for ...
3969         (__gcov_reset_ing): ... this renamed hidden version.
3970         * libgcov.h (__gcov_reset_int): New declaration.
3972 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
3974         * config/i386/cygming-crtend.c (register_frame_ctor): Move atexit
3975         call from here...
3976         * config/i386/cygming-crtbegin.c (__gcc_register_frame): to here.
3977         (__dso_handle): Define on Cygwin.
3978         * config/i386/t-cygming (crtbeginS.o): New rule.
3979         * config.host (*-*-cygwin*): Add crtbeginS.o to extra_parts.
3981         * config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
3982         declaration syntax.
3984 2014-08-13  Steve Ellcey  <sellcey@mips.com>
3986         * crtstuff.c: Undef caddr_t.
3988 2014-08-12  Steve Ellcey  <sellcey@mips.com>
3990         * config/mips/mips16.S:  Skip when __mips_soft_float is defined.
3992 2014-08-07  Nathan Sidwell  <nathan@acm.org>
3994         * Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...
3995         (LIBGCOV_DRIVER): ... to here.
3996         * libgcov.h (gcov_do_dump): New #define.
3997         (struct gcov_root): New.
3998         (__gcov_root): New declaration.
3999         (__gcov_dump_one): Declare.
4000         * libgcov-driver.c (gcov_list, gcov_dump_complete,
4001         run_accounted): Delete.
4002         (gcov_compute_histogram): Add LIST argument, adjust.
4003         (compute_summary): Adjust gcov_compute_histogram call.
4004         (gcov_do_dump): Not hidden, static in libgcov.
4005         (gcov_clear): Move  to interface.c.
4006         (__gcov_dump_one): New, broken out of ...
4007         (gcov_exit): ... here.  Make static.
4008         (__gcov_root): New.
4009         (__gcov_init): Adjust.
4010         * libgcov-interface.c (gcov_clear, gcov_exit): Remove
4011         declarations.
4012         (__gcov_flush): Use __gcov_dump_one and __gcov_reset.
4013         (gcov_clear): Moved from driver.c.   Add LIST argument.
4014         (__gcov_reset): Adjust for changed interfaces.
4015         (__gcov_fork): Remove local declaration of __gcov_flush_mx.
4017 2014-08-04  Rohit  <rohitarulraj@freescale.com>
4019         PR target/60102
4020         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Update
4021         based on change in SPE high register numbers and 3 HTM registers.
4023 2014-08-01  Nathan Sidwell  <nathan@acm.org>
4025         * Makefile.in (LIBGCOV_MERGE, LIBGCOV_PROFILER,
4026         LIBGCOV_INTERFACE): Reformat.
4027         * libgcov-driver.c (gcov_exit, __gcov_init): Disable when
4028         IN_GCOV_TOOL.
4029         * libgcov-interface.c: Reformat some comments.
4030         (__gcov_flush_mx): Add declaration.  Tidy up definition.
4032 2014-07-31  Alan Modra  <amodra@gmail.com>
4033             Peter Bergner  <bergner@vnet.ibm.com>
4035         * config/rs6000/ibm-ldouble.c (typedef union longDblUnion): Delete.
4036         (pack_ldouble): New function.
4037         (__gcc_qadd): Use it.
4038         (__gcc_qmul): Likewise.
4039         (__gcc_qdiv): Likewise.
4040         (__gcc_qneg): Likewise.
4041         (__gcc_stoq): Likewise.
4042         (__gcc_dtoq): Likewise.
4044 2014-07-30  J. D. Johnston  <jjohnst@us.ibm.com>
4046         * config/s390/tpf-unwind.h: Include <stdbool.h>.
4047         (__tpf_eh_return): Add original return address as second parameter.
4048         Handle cases where unwinder routines were called directly, instead
4049         of from within the C++ library.
4051 2014-07-29  Nathan Sidwell  <nathan@acm.org>
4053         * libgcov.h: Move renaming of entry points to lib gcov specific
4054         portion.
4055         (gcov_do_dump): New rename.
4056         (gcov_rewrite): Remove inline, make HIDDEN.
4057         * libgcov-driver.c (gcov_clear, gcov_exit): Remove declarations.
4058         (gcov_exit_compute_summary): Rename to ...
4059         (compute_summary): ... here.  Add LIST argument.
4060         (gcov_exit_merge_gcda): Rename to ...
4061         (merge_one_data): ... here.
4062         (gcov_exit_write_gcda): Rename to ...
4063         (write_one_data): ... here.
4064         (gcov_exit_merge_summary): Rename to ...
4065         (merge_summary): Add RUN_COUNTED argument.
4066         (gcov_exit_dump_gcov): Rename to ...
4067         (dump_one_gcov): Add RUN_COUNTED argument.
4068         (gcov_do_dump): New function, broken out of ...
4069         (gcov_exit): ... here.  Call it.
4071 2014-07-27  Anthony Green  <green@moxielogic.com>
4073         * config.host: Add moxiebox configuration suppport.
4075 2014-07-27  Nathan Sidwell  <nathan@acm.org>
4077         * libgcov-driver.c (struct gcov_filename_aux): Rename ...
4078         (struct gcov_filename): ... here.  Include buffer and max length
4079         fields.
4080         (gcov_max_filename): Remove.
4081         (gi_filename): Remove.
4082         (gcov_exit_compute_summary): Compute max filename here.
4083         (gcov_exit_merge_gcda): Add filename parm, adjust.
4084         (gcov_exit_merge_summary): Likewise.
4085         (gcov_exit_dump_gcov): Adjust for struct gcov_filename changes.
4086         (gcov_exit): Likewise.
4087         (__gcov_init): Don't calculate max length here.
4088         * libgcov_util.c (max_filename_len): Remove.
4089         (read_gcda_file): Don't calculate max length here.
4090         (gcov_read_profile_dir): Don't propagate here.
4091         * libgcov-driver-system.c (alloc_filename_struct): Adjust for
4092         struct gcov_filename changes.
4093         (gcov_exit_open_gcda_file): Likewise.
4095 2014-07-25  Nathan Sidwell  <nathan@acm.org>
4097         * libgcov-driver.c (set_gcov_dump_complete,
4098         reset_gcov_dump_complete, get_gcov_dump_complete): Remove global
4099         functions polluting user's namespace.
4100         (gcov_exit): Set variable directly.
4101         (gcov_clear): Reset variable directly.
4102         * libgcov-interface.c (get_gcov_dymp_complete,
4103         reset_gov_dump_complete): Remove declarations.
4104         (__gcov_reset, __gcov_dump): Don't call them.
4106 2014-07-24  DJ Delorie  <dj@redhat.com>
4108         * config/i386/cygming-crtbegin.c (deregister_frame_fn): Newly public.
4109         (__gcc_deregister_frame): Move logic to detect deregister function
4110         to ...
4111         (__gcc_register_frame): here, so it's consistent with the register
4112         logic.
4114 2014-07-23  Nathan Sidwell  <nathan@acm.org>
4116         * libgcov-driver.c (set_gcov_list): Remove.
4117         (gcov_list): Make non-static in GCOV_TOOL.
4118         * libgcov.h (GCOV_TOOL_LINKAGE): Remove unused #define.
4120 2014-07-17  John David Anglin  <danglin@gcc.gnu.org>
4122         * config/pa/linux-atomic.c (__sync_lock_release_4): New.
4123         (SYNC_LOCK_RELEASE): Update to use __kernel_cmpxchg for release.
4124         Don't use SYNC_LOCK_RELEASE for int type.
4126 2014-07-14  Richard Biener  <rguenther@suse.de>
4128         * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
4130 2014-07-11  Rong Xu  <xur@google.com>
4132         * libgcov-util.c (gcov_max_filename): Fix declartion.
4134 2014-07-10  Rong Xu  <xur@google.com>
4136         Add gcov-tool: an offline gcda profile processing tool
4137         Support.
4138         * libgcov-driver.c (gcov_max_filename): Make available
4139         to gcov-tool.
4140         * libgcov-merge.c (__gcov_merge_add): Replace
4141         gcov_read_counter() with a Macro.
4142         (__gcov_merge_ior): Ditto.
4143         (__gcov_merge_time_profile): Ditto.
4144         (__gcov_merge_single): Ditto.
4145         (__gcov_merge_delta): Ditto.
4146         * libgcov-util.c (void gcov_set_verbose): Set the verbose flag
4147         in the utility functions.
4148         (set_fn_ctrs): Utility function for reading gcda files to in-memory
4149         gcov_list object link lists.
4150         (tag_function): Ditto.
4151         (tag_blocks): Ditto.
4152         (tag_arcs): Ditto.
4153         (tag_lines): Ditto.
4154         (tag_counters): Ditto.
4155         (tag_summary): Ditto.
4156         (read_gcda_finalize): Ditto.
4157         (read_gcda_file): Ditto.
4158         (ftw_read_file): Ditto.
4159         (read_profile_dir_init): Ditto.
4160         (gcov_read_profile_dir): Ditto.
4161         (gcov_read_counter_mem): Ditto.
4162         (gcov_get_merge_weight): Ditto.
4163         (merge_wrapper): A wrapper function that calls merging handler.
4164         (gcov_merge): Merge two gcov_info objects with weights.
4165         (find_match_gcov_info): Find the matched gcov_info in the list.
4166         (gcov_profile_merge): Merge two gcov_info object lists.
4167         (__gcov_add_counter_op): Process edge profile counter values.
4168         (__gcov_ior_counter_op): Process IOR profile counter values.
4169         (__gcov_delta_counter_op): Process delta profile counter values.
4170         (__gcov_single_counter_op): Process single  profile counter values.
4171         (fp_scale): Callback function for float-point scaling.
4172         (int_scale): Callback function for integer fraction scaling.
4173         (gcov_profile_scale): Scaling profile counters.
4174         (gcov_profile_normalize): Normalize profile counters.
4175         * libgcov.h: Add headers and functions for gcov-tool use.
4176         (gcov_get_counter): New.
4177         (gcov_get_counter_target): Ditto.
4178         (struct gcov_info): Make the functions field mutable in gcov-tool
4179         compilation.
4181 2014-06-23  Kai Tietz  <ktietz@redhat.com>
4183         PR libgcc/61585
4184         * unwind-seh.c (_Unwind_GetGR): Check for proper
4185         index range.
4186         (_Unwind_SetGR): Likewise.
4188 2014-05-22  Nick Clifton  <nickc@redhat.com>
4190         * config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
4191         -mhwmult=none.
4193 2014-05-22  Teresa Johnson  <tejohnson@google.com>
4195         * libgcov-driver.c (gcov_error): Move declaration before gcov-io.c
4196         include.
4198 2014-05-20  John Marino  <gnugcc@marino.st>
4200         * config.host (*-*-dragonfly*): New target.
4201         * crtstuff.c: Make dl_iterate_support generic on *bsd.
4202         * enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
4203         * unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
4204         * config/i386/dragonfly-unwind.h: New.
4206 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
4208         PR libgcc/60166
4209         * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S)
4210         (_FP_NANFRAC_D, _FP_NANSIGN_Q): Set the quiet bit.
4212 2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4214         * unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
4215         implementation.
4217 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
4219         * config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception.
4221 2014-05-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4223         PR libgcc/61097
4224         * config/t-slibgcc-sld: Only build and install libgcc-unwind.map
4225         if --enable-shared.
4227 2014-04-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4229         Work around for current cygwin32 build problems.
4230         * config/i386/cygming-crtbegin.c (__register_frame_info,
4231         __deregister_frame_info, _Jv_RegisterClasses): Compile weak default
4232         functions only for 64-bit systems.
4234 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4236         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
4237         (sigill_caught, sigill_hdlr): Remove.
4239 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4241         * config/i386/crtfastmath.c (set_fast_math): Remove SSE execution
4242         check.
4243         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
4244         Solaris 9 single-threaded support.
4245         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
4246         Solaris 9 single-threaded support.  Add call_user_handler code
4247         sequences.
4248         (sparc_is_sighandler): Likewise.
4250 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4252         * config.host: Append t-floattodi to tmake_file depending on
4253         host_address.
4255 2014-03-20  Joel Sherrill  <joel.sherrill@oarcorp.com>
4257         * config.host (v850*-*-*): Add to tmake_file instead of resetting it.
4259 2014-03-10  Uros Bizjak  <ubizjak@gmail.com>
4261         PR libgcc/60472
4262         * crtstuff.c (frame_dummy): Use void **jcr_list temporary
4263         variable to avoid "array subscript is above array bounds" warnings.
4264         Use __builtin_expect when checking *jcr_list for NULL.
4266 2014-03-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4268         PR libgcc/59339
4269         * config.host (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu)
4270         (*-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Only add
4271         vtv_*.o to extra_parts if enable_vtable_verify.
4273 2014-03-06  Nick Clifton  <nickc@redhat.com>
4275         * config/msp430/t-msp430 (LIB2ADD): Add lib2hw_mul.S
4276         * config/msp430/lib2hw_mul.S: New: Hardware multiply routines.
4278 2014-02-28  Joey Ye  <joey.ye@arm.com>
4280         PR libgcc/60166
4281         * config/arm/sfp-machine.h (_FP_NANFRAC_H,
4282         _FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q):
4283         Set to zero.
4285 2014-02-24  Walter Lee  <walt@tilera.com>
4287         * config.host: Support "tilegx*" and "tilepro*" triplets.
4288         * config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
4289         * config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.
4291 2014-02-20  Sandra Loosemore  <sandra@codesourcery.com>
4292             Chung-Lin Tang  <cltang@codesourcery.com>
4294         * config/nios2/t-nios2 (CRTSTUFF_T_CFLAGS): Add -mno-gpopt.
4295         * config/nios2/crti.S: Remove .file directive.
4296         * config/nios2/crtn.S: Likewise.
4298 2014-02-18  Kai Tietz  <ktietz@redhat.com>
4299         Jonathan Schleifer  <js@webkeks.org>
4301         PR objc/56870
4302         * unwind-seh.c (_GCC_specific_handler): Pass proper
4303         value to unwind-handler.
4305 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
4307         * soft-fp/adddf3.c: Update from glibc.
4308         * soft-fp/addsf3.c: Likewise.
4309         * soft-fp/addtf3.c: Likewise.
4310         * soft-fp/divdf3.c: Likewise.
4311         * soft-fp/divsf3.c: Likewise.
4312         * soft-fp/divtf3.c: Likewise.
4313         * soft-fp/double.h: Likewise.
4314         * soft-fp/eqdf2.c: Likewise.
4315         * soft-fp/eqsf2.c: Likewise.
4316         * soft-fp/eqtf2.c: Likewise.
4317         * soft-fp/extenddftf2.c: Likewise.
4318         * soft-fp/extended.h: Likewise.
4319         * soft-fp/extendsfdf2.c: Likewise.
4320         * soft-fp/extendsftf2.c: Likewise.
4321         * soft-fp/extendxftf2.c: Likewise.
4322         * soft-fp/fixdfdi.c: Likewise.
4323         * soft-fp/fixdfsi.c: Likewise.
4324         * soft-fp/fixdfti.c: Likewise.
4325         * soft-fp/fixsfdi.c: Likewise.
4326         * soft-fp/fixsfsi.c: Likewise.
4327         * soft-fp/fixsfti.c: Likewise.
4328         * soft-fp/fixtfdi.c: Likewise.
4329         * soft-fp/fixtfsi.c: Likewise.
4330         * soft-fp/fixtfti.c: Likewise.
4331         * soft-fp/fixunsdfdi.c: Likewise.
4332         * soft-fp/fixunsdfsi.c: Likewise.
4333         * soft-fp/fixunsdfti.c: Likewise.
4334         * soft-fp/fixunssfdi.c: Likewise.
4335         * soft-fp/fixunssfsi.c: Likewise.
4336         * soft-fp/fixunssfti.c: Likewise.
4337         * soft-fp/fixunstfdi.c: Likewise.
4338         * soft-fp/fixunstfsi.c: Likewise.
4339         * soft-fp/fixunstfti.c: Likewise.
4340         * soft-fp/floatdidf.c: Likewise.
4341         * soft-fp/floatdisf.c: Likewise.
4342         * soft-fp/floatditf.c: Likewise.
4343         * soft-fp/floatsidf.c: Likewise.
4344         * soft-fp/floatsisf.c: Likewise.
4345         * soft-fp/floatsitf.c: Likewise.
4346         * soft-fp/floattidf.c: Likewise.
4347         * soft-fp/floattisf.c: Likewise.
4348         * soft-fp/floattitf.c: Likewise.
4349         * soft-fp/floatundidf.c: Likewise.
4350         * soft-fp/floatundisf.c: Likewise.
4351         * soft-fp/floatunditf.c: Likewise.
4352         * soft-fp/floatunsidf.c: Likewise.
4353         * soft-fp/floatunsisf.c: Likewise.
4354         * soft-fp/floatunsitf.c: Likewise.
4355         * soft-fp/floatuntidf.c: Likewise.
4356         * soft-fp/floatuntisf.c: Likewise.
4357         * soft-fp/floatuntitf.c: Likewise.
4358         * soft-fp/gedf2.c: Likewise.
4359         * soft-fp/gesf2.c: Likewise.
4360         * soft-fp/getf2.c: Likewise.
4361         * soft-fp/ledf2.c: Likewise.
4362         * soft-fp/lesf2.c: Likewise.
4363         * soft-fp/letf2.c: Likewise.
4364         * soft-fp/muldf3.c: Likewise.
4365         * soft-fp/mulsf3.c: Likewise.
4366         * soft-fp/multf3.c: Likewise.
4367         * soft-fp/negdf2.c: Likewise.
4368         * soft-fp/negsf2.c: Likewise.
4369         * soft-fp/negtf2.c: Likewise.
4370         * soft-fp/op-1.h: Likewise.
4371         * soft-fp/op-2.h: Likewise.
4372         * soft-fp/op-4.h: Likewise.
4373         * soft-fp/op-8.h: Likewise.
4374         * soft-fp/op-common.h: Likewise.
4375         * soft-fp/quad.h: Likewise.
4376         * soft-fp/single.h: Likewise.
4377         * soft-fp/soft-fp.h: Likewise.
4378         * soft-fp/subdf3.c: Likewise.
4379         * soft-fp/subsf3.c: Likewise.
4380         * soft-fp/subtf3.c: Likewise.
4381         * soft-fp/truncdfsf2.c: Likewise.
4382         * soft-fp/trunctfdf2.c: Likewise.
4383         * soft-fp/trunctfsf2.c: Likewise.
4384         * soft-fp/trunctfxf2.c: Likewise.
4385         * soft-fp/unorddf2.c: Likewise.
4386         * soft-fp/unordsf2.c: Likewise.
4387         * soft-fp/unordtf2.c: Likewise.
4388         * config/aarch64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): New
4389         macro.
4390         * config/arm/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4391         Likewise.
4392         * config/c6x/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4393         Likewise.
4394         * config/cris/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4395         Likewise.
4396         * config/i386/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4397         Likewise.
4398         * config/ia64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4399         Likewise.
4400         * config/lm32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4401         Likewise.
4402         * config/mips/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4403         Likewise.
4404         * config/moxie/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4405         Likewise.
4406         * config/nds32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4407         Likewise.
4408         * config/nios2/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4409         Likewise.
4410         * config/rs6000/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4411         Likewise.
4412         * config/score/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4413         Likewise.
4414         * config/tilegx/sfp-machine32.h (_FP_TININESS_AFTER_ROUNDING):
4415         Likewise.
4416         * config/tilegx/sfp-machine64.h (_FP_TININESS_AFTER_ROUNDING):
4417         Likewise.
4418         * config/tilepro/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
4419         Likewise.
4421 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4423         * config/s390/32/_fixdfdi.c: Throw invalid exception if number
4424         cannot be represented.
4425         * config/s390/32/_fixsfdi.c: Likewise.
4426         * config/s390/32/_fixtfdi.c: Likewise.
4427         * config/s390/32/_fixunsdfdi.c: Likewise.
4428         * config/s390/32/_fixunssfdi.c: Likewise.
4429         * config/s390/32/_fixunstfdi.c: Likewise.
4431 2014-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
4433         * configure.ac (libgcc_cv_mips_hard_float): New.
4434         * configure: Regenerate.
4435         * config.host (mips*-*-*): Use t-hardfp-sfdf rather than
4436         t-softfp-sfdf for hard-float targets.
4437         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Reinstate.
4438         (softfp_float_modes, softfp_int_modes, softfp_extensions)
4439         (softfp_truncations, softfp_exclude_libgcc2): New.
4440         * config/t-hardfp: New file.
4441         * config/t-hardfp-sfdf: Likewise.
4442         * config/hardfp.c: Likewise.
4444 2014-02-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4446         * config.host: Include t-floattodi also for s390x.
4447         * config/s390/32/_fixdfdi.c: Omit in 64 bit mode.
4448         * config/s390/32/_fixsfdi.c: Likewise.
4449         * config/s390/32/_fixtfdi.c: Likewise.
4450         * config/s390/32/_fixunsdfdi.c: Likewise.
4451         * config/s390/32/_fixunssfdi.c: Likewise.
4452         * config/s390/32/_fixunstfdi.c: Likewise.
4454 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4456         PR target/59788
4457         * config/t-slibgcc-sld (libgcc-unwind.map): New target.
4458         (install-libgcc-unwind-map-forbuild): New target.
4459         (all): Depend on install-libgcc-unwind-map-forbuild.
4460         (install-libgcc-unwind-map): New target.
4461         (install): Depend on install-libgcc-unwind-map.
4463 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
4465         * config/nios2/crti.S (_init): Initialize GOT pointer from
4466         _gp_got instead of _GLOBAL_OFFSET_TABLE_.
4468 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
4470         * configure.ac: Check __mips64 when setting host_address.
4471         * configure: Regenerate.
4472         * config.host (mips*-*-*): Add t-softfp-sfdf, mips/t-softfp-tf,
4473         mips/t-mips64 and t-softfp.
4474         (mips*-*-linux*): Don't add mips/t-tpbit.
4475         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS, FPBIT, FPBIT_CFLAGS)
4476         (DPBIT, DPBIT_CFLAGS): Delete.
4477         * config/mips/sfp-machine.h: New file.
4478         * config/mips/t-mips64: Likewise.
4479         * config/mips/t-softfp-tf: Likewise.
4480         * config/mips/t-tpbit: Delete.
4482 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4484         * config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
4485         as long long.
4487 2014-01-25  Walter Lee  <walt@tilera.com>
4489         * config/tilepro/atomic.c: Include tconfig.h.  Don't include
4490         config.h or system.h.
4491         (bool) Define.
4493 2014-01-25  Walter Lee  <walt@tilera.com>
4495         * config/tilepro/atomic.c (pre_atomic_barrier): Mark inline.
4496         (post_atomic_barrier): Ditto.
4497         (__fetch_and_do): New macro.
4498         (__atomic_fetch_and_do): Use __fetch_and_do.
4499         (__sync_fetch_and_do): New macro.
4500         (__sync_fetch_and_add_4): New function.
4501         (__sync_fetch_and_sub_4): New function.
4502         (__sync_fetch_and_or_4): New function.
4503         (__sync_fetch_and_and_4): New function.
4504         (__sync_fetch_and_xor_4): New function.
4505         (__sync_fetch_and_nand_4): New function.
4506         (__sync_fetch_and_add_8): New function.
4507         (__sync_fetch_and_sub_8): New function.
4508         (__sync_fetch_and_or_8): New function.
4509         (__sync_fetch_and_and_8): New function.
4510         (__sync_fetch_and_xor_8): New function.
4511         (__sync_fetch_and_nand_8): New function.
4512         (__do_and_fetch): New macro.
4513         (__atomic_do_and_fetch): Use __do_and_fetch.
4514         (__sync_do_and_fetch): New macro.
4515         (__sync_add_and_fetch_4): New function.
4516         (__sync_sub_and_fetch_4): New function.
4517         (__sync_or_and_fetch_4): New function.
4518         (__sync_and_and_fetch_4): New function.
4519         (__sync_xor_and_fetch_4): New function.
4520         (__sync_nand_and_fetch_4): New function.
4521         (__sync_add_and_fetch_8): New function.
4522         (__sync_sub_and_fetch_8): New function.
4523         (__sync_or_and_fetch_8): New function.
4524         (__sync_and_and_fetch_8): New function.
4525         (__sync_xor_and_fetch_8): New function.
4526         (__sync_nand_and_fetch_8): New function.
4527         (__sync_exchange_methods): New macro.
4528         (__sync_val_compare_and_swap_4): New function.
4529         (__sync_bool_compare_and_swap_4): New function.
4530         (__sync_lock_test_and_test_4): New function.
4531         (__sync_val_compare_and_swap_8): New function.
4532         (__sync_bool_compare_and_swap_8): New function.
4533         (__sync_lock_test_and_test_8): New function.
4534         (__subword_cmpxchg_body): New macro.
4535         (__atomic_compare_exchange_1): Use __subword_cmpxchg_body.
4536         (__atomic_compare_exchange_2): Ditto.
4537         (__sync_subword_cmpxchg): New macro.
4538         (__sync_val_compare_and_swap_1): New function.
4539         (__sync_bool_compare_and_swap_1): New function.
4540         (__sync_val_compare_and_swap_2): New function.
4541         (__sync_bool_compare_and_swap_2): New function.
4542         (__atomic_subword): Rename to ...
4543         (__subword): ... New name.
4544         (__atomic_subword_fetch): Use __subword.
4545         (__sync_subword_fetch): New macro.
4546         (__sync_fetch_and_add_1): New function.
4547         (__sync_fetch_and_sub_1): New function.
4548         (__sync_fetch_and_or_1): New function.
4549         (__sync_fetch_and_and_1): New function.
4550         (__sync_fetch_and_xor_1): New function.
4551         (__sync_fetch_and_nand_1): New function.
4552         (__sync_fetch_and_add_2): New function.
4553         (__sync_fetch_and_sub_2): New function.
4554         (__sync_fetch_and_or_2): New function.
4555         (__sync_fetch_and_and_2): New function.
4556         (__sync_fetch_and_xor_2): New function.
4557         (__sync_fetch_and_nand_2): New function.
4558         (__sync_add_and_fetch_1): New function.
4559         (__sync_sub_and_fetch_1): New function.
4560         (__sync_or_and_fetch_1): New function.
4561         (__sync_and_and_fetch_1): New function.
4562         (__sync_xor_and_fetch_1): New function.
4563         (__sync_nand_and_fetch_1): New function.
4564         (__sync_add_and_fetch_2): New function.
4565         (__sync_sub_and_fetch_2): New function.
4566         (__sync_or_and_fetch_2): New function.
4567         (__sync_and_and_fetch_2): New function.
4568         (__sync_xor_and_fetch_2): New function.
4569         (__sync_nand_and_fetch_2): New function.
4570         (__atomic_subword_lock): Use __subword.
4571         (__sync_subword_lock): New macro.
4572         (__sync_lock_test_and_set_1): New function.
4573         (__sync_lock_test_and_set_2): New function.
4575 2014-01-25  Walter Lee  <walt@tilera.com>
4577         * config/tilepro/atomic.c (BIT_OFFSET): Define.
4578         (__atomic_subword_cmpxchg): Use BIT_OFFSET.
4579         (__atomic_subword): Ditto.
4581 2014-01-25  Walter Lee  <walt@tilera.com>
4583         * config/tilepro/atomic.c (__atomic_do_and_fetch): Add
4584         a prefix op argument.
4585         (__atomic_nand_fetch_4): Add prefix op.
4586         (__atomic_nand_fetch_8): Ditto.
4588 2014-01-21  Baruch Siach  <barch@tkos.co.il>
4590         * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
4592 2014-01-09  Rong Xu  <xur@google.com>
4594         * libgcov-driver.c (this_prg): make it local to save
4595         bss space.
4596         (gcov_exit_compute_summary): Ditto.
4597         (gcov_exit_merge_gcda): Ditto.
4598         (gcov_exit_merge_summary): Ditto.
4599         (gcov_exit_dump_gcov): Ditto.
4601 2014-01-08  Rong Xu  <xur@google.com>
4603         * libgcov-driver.c: Use libgcov.h.
4604         (buffer_fn_data): Use xmalloc instead of malloc.
4605         (gcov_exit_merge_gcda): Ditto.
4606         * libgcov-driver-system.c (allocate_filename_struct): Ditto.
4607         * libgcov.h: New common header files for libgcov-*.h.
4608         * libgcov-interface.c: Use libgcov.h
4609         * libgcov-merge.c: Ditto.
4610         * libgcov-profiler.c: Ditto.
4611         * Makefile.in: Add dependence to libgcov.h
4613 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
4615         * config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in
4616         case of small numerator and finite nonzero result.
4618 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
4620         Update copyright years
4622 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
4624         * config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
4625         config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
4626         config/arc/dp-hack.h, config/arc/fp-hack.h,
4627         config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
4628         config/arc/ieee-754/arc600-dsp/divdf3.S,
4629         config/arc/ieee-754/arc600-dsp/divsf3.S,
4630         config/arc/ieee-754/arc600-dsp/muldf3.S,
4631         config/arc/ieee-754/arc600-dsp/mulsf3.S,
4632         config/arc/ieee-754/arc600-mul64/divdf3.S,
4633         config/arc/ieee-754/arc600-mul64/divsf3.S,
4634         config/arc/ieee-754/arc600-mul64/muldf3.S,
4635         config/arc/ieee-754/arc600-mul64/mulsf3.S,
4636         config/arc/ieee-754/arc600/divsf3.S,
4637         config/arc/ieee-754/arc600/mulsf3.S,
4638         config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
4639         config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
4640         config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
4641         config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
4642         config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
4643         config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
4644         config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
4645         config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
4646         config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
4647         config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
4648         config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
4649         config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
4650         config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
4651         config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
4652         config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
4653         config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
4654         config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
4655         config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
4656         config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
4657         config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
4658         config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
4659         config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
4660         vtv_start_preinit.c: Use the standard form for the copyright notice.
4662 2013-12-31  Sandra Loosemore  <sandra@codesourcery.com>
4663             Chung-Lin Tang  <cltang@codesourcery.com>
4664             Based on patches from Altera Corporation
4666         * config.host (nios2-*-*,nios2-*-linux*): Add nios2 host cases.
4667         * config/nios2/lib2-nios2.h: New file.
4668         * config/nios2/lib2-divmod-hi.c: New file.
4669         * config/nios2/linux-unwind.h: New file.
4670         * config/nios2/lib2-divmod.c: New file.
4671         * config/nios2/linux-atomic.c: New file.
4672         * config/nios2/t-nios2: New file.
4673         * config/nios2/crti.asm: New file.
4674         * config/nios2/t-linux: New file.
4675         * config/nios2/lib2-divtable.c: New file.
4676         * config/nios2/lib2-mul.c: New file.
4677         * config/nios2/tramp.c: New file.
4678         * config/nios2/crtn.asm: New file.
4680 2013-12-26  Uros Bizjak  <ubizjak@gmail.com>
4682         * config/i386/cpuinfo.c (enum vendor_signatures): Remove.
4683         (__cpu_indicator_init): Use signature_INTEL_ebx and signature_AMD_ebx
4684         from cpuid.h to check vendor signatures.
4686 2013-12-26  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4688         * config/i386/cpuinfo.c (processor_types): Rename AMD cpu names
4689         AMD_BOBCAT to AMD_BTVER1 and AMD_JAGUAR to AMD_BTVER2.
4690         (get_amd_cpu): Likewise.
4692 2013-12-25   H.J. Lu  <hongjiu.lu@intel.com>
4694         * config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
4695         Haswell.
4697 2013-12-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
4698             H.J. Lu  <hongjiu.lu@intel.com>
4700         PR target/59422
4701         * config/i386/cpuinfo.c (enum processor_types):  Add AMD_BOBCAT
4702         and AMD_JAGUAR.
4703         (enum processor_subtypes): Add AMDFAM15H_BDVER3, AMDFAM15H_BDVER4,
4704         INTEL_COREI7_IVYBRIDGE and INTEL_COREI7_HASWELL.
4705         (enum processor_features): Add  FEATURE_SSE4_A, FEATURE_FMA4,
4706         FEATURE_XOP and FEATURE_FMA.
4707         (get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
4708         AMDFAM15H_BDVER3.
4709         (get_intel_cpu): Handle INTEL_COREI7 and INTEL_COREI7_HASWELL.
4710         (get_available_features): Handle FEATURE_FMA, FEATURE_SSE4_A,
4711         FEATURE_FMA4 and FEATURE_XOP.
4713 2013-12-23   H.J. Lu  <hongjiu.lu@intel.com>
4715         * config/i386/cpuinfo.c (processor_subtypes): Replace INTEL_ATOM,
4716         INTEL_SLM with INTEL_BONNELL, INTEL_SILVERMONT.
4717         (get_intel_cpu): Updated.
4719 2013-12-12  Zhenqiang Chen  <zhenqiang.chen@arm.com>
4721         * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
4723 2013-12-09  Uros Bizjak  <ubizjak@gmail.com>
4725         * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
4726         instructions when __SSE_MATH__ is defined.
4728 2013-12-06  Ralf Corsépius  <ralf.corsepius@rtems.org>
4730         * config.host (microblaze-*-rtems*): New.
4732 2013-12-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
4734         * config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
4735         architectures that do not have hardware divide instruction.
4736         i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__.
4738 2013-12-04  Richard Sandiford  <rdsandiford@googlemail.com>
4740         * longlong.h: Delete (moved to include/).
4742 2013-12-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4744         * config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add
4745         of normal number and qNaN to not raise an inexact exception.
4747 2013-11-28  Uros Bizjak  <ubizjak@gmail.com>
4749         * config/i386/32/sfp-machine.h (__FP_FRAC_ADDI_4): New macro.
4751 2013-11-28  Matthew Leach  <matthew.leach@arm.com>
4753         * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state): Check
4754         for correct opcodes on BE.
4756 2013-11-27  Uros Bizjak  <ubizjak@gmail.com>
4758         * soft-fp/op-4.h: Update from glibc.
4760 2013-11-27  Kugan Vivekanandarajah  <kuganv@linaro.org>
4762         * libgcc2.c (__udivmoddi4): Define new implementation when
4763         TARGET_HAS_NO_HW_DIVIDE is defined, for processors without any
4764         divide instructions.
4766 2013-11-25  Oleg Endo  <olegendo@gcc.gnu.org>
4768         * config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E.
4770 2013-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4772         * config/t-softfp (soft-fp-objects-base): New variable.
4773         (soft-fp-objects): Use it.
4775 2013-11-23  David Edelson  <dje.gcc@gmail.com>
4776             Andrew Dixie  <andrewd@gentrack.com>
4778         PR target/33704
4779         * config/rs6000/aixinitfini.c: New file.
4780         * config/rs6000/t-aix-cxa (LIB2ADD_ST): Add aixinitfini.c.
4781         * config/rs6000/libgcc-aix-cxa.ver (GCC_4.9): Add libgcc initfini
4782         symbols.
4784 2013-11-22  Yuri Rumyantsev  <ysrumyan@gmail.com>
4786         * config/i386/cpuinfo.c (get_intel_cpu): Add Silvermont cases.
4788 2013-11-18  Jan Hubicka  <jh@suse.cz>
4790         * libgcov-driver.c (run_accounted): Make global level static.
4791         (gcov_exit_merge_summary): Silence warning; do not clear
4792         run_accounted here.
4793         (gcov_exit): Clear it here.
4795         * libgcov-driver.c (gcov_exit_merge_summary): Fix setting
4796         run_accounted.
4798         * libgcov-driver.c (get_gcov_dump_complete): Update comments.
4799         (all_prg, crc32): Remove static vars.
4800         (gcov_exit_compute_summary): Rewrite to return crc32; do not clear
4801         all_prg.
4802         (gcov_exit_merge_gcda): Add crc32 parameter.
4803         (gcov_exit_merge_summary): Add crc32 and all_prg parameter;
4804         do not account run if it was already accounted.
4805         (gcov_exit_dump_gcov): Add crc32 and all_prg parameters.
4806         (gcov_exit): Initialize all_prg; update.
4808 2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
4810         * configure: Regenerate.
4812 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4813             Alan Modra  <amodra@gmail.com>
4815         * config/rs6000/linux-unwind.h (TOC_SAVE_SLOT): Define.
4816         (frob_update_context): Use it.
4818 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4819             Alan Modra  <amodra@gmail.com>
4821         * config/rs6000/tramp.S [__powerpc64__ && _CALL_ELF == 2]:
4822         (trampoline_initial): Provide ELFv2 variant.
4823         (__trampoline_setup): Likewise.
4825         * config/rs6000/linux-unwind.h (frob_update_context): Do not
4826         check for AIX indirect function call sequence if _CALL_ELF == 2.
4828 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4829             Alan Modra  <amodra@gmail.com>
4831         * config/rs6000/linux-unwind.h (get_regs): Do not support
4832         old kernel versions if _CALL_ELF == 2.
4833         (frob_update_context): Do not support PLT stub variants only
4834         generated by old linkers if _CALL_ELF == 2.
4836 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4837             Alan Modra  <amodra@gmail.com>
4839         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
4840         location of CR save area for 64-bit little-endian systems.
4842 2013-11-11  Eric Botcazou  <ebotcazou@adacore.com>
4844         * config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
4845         in tmake_file.
4846         * config/arm/t-vxworks: Delete.
4848 2013-11-10  Kai Tietz  <ktietz@redhat.com>
4850         * config/i386/cygming-crtbegin.c (__gcc_register_frame):
4851         Increment load-count on use of LIBGCC_SONAME DLL.
4852         (hmod_libgcc): New static variable to hold handle of
4853         LIBGCC_SONAME DLL.
4854         (__gcc_deregister_frame): Decrement load-count of
4855         LIBGCC_SONAME DLL.
4857 2013-11-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4859         * configure.ac (libgcc_cv_dfp): Extend check to probe fenv.h
4860         availability.
4861         * configure: Regenerate
4863 2013-11-07  Uros Bizjak  <ubizjak@gmail.com>
4865         * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Handle
4866         FP_EX_DENORM.  Store result to volatile location after SSE division
4867         to close interrupt window.  Remove unneeded fwait after x87
4868         division since interrupt window will be closed by emitted fstp.
4869         Rewrite FP_EX_INEXACT handling.
4871 2013-11-06  Joseph Myers  <joseph@codesourcery.com>
4873         * soft-fp/README: Update.
4874         * soft-fp/adddf3.c: Update from glibc.
4875         * soft-fp/addsf3.c: Likewise.
4876         * soft-fp/addtf3.c: Likewise.
4877         * soft-fp/divdf3.c: Likewise.
4878         * soft-fp/divsf3.c: Likewise.
4879         * soft-fp/divtf3.c: Likewise.
4880         * soft-fp/double.h: Likewise.
4881         * soft-fp/eqdf2.c: Likewise.
4882         * soft-fp/eqsf2.c: Likewise.
4883         * soft-fp/eqtf2.c: Likewise.
4884         * soft-fp/extenddftf2.c: Likewise.
4885         * soft-fp/extended.h: Likewise.
4886         * soft-fp/extendsfdf2.c: Likewise.
4887         * soft-fp/extendsftf2.c: Likewise.
4888         * soft-fp/extendxftf2.c: Likewise.
4889         * soft-fp/fixdfdi.c: Likewise.
4890         * soft-fp/fixdfsi.c: Likewise.
4891         * soft-fp/fixdfti.c: Likewise.
4892         * soft-fp/fixsfdi.c: Likewise.
4893         * soft-fp/fixsfsi.c: Likewise.
4894         * soft-fp/fixsfti.c: Likewise.
4895         * soft-fp/fixtfdi.c: Likewise.
4896         * soft-fp/fixtfsi.c: Likewise.
4897         * soft-fp/fixtfti.c: Likewise.
4898         * soft-fp/fixunsdfdi.c: Likewise.
4899         * soft-fp/fixunsdfsi.c: Likewise.
4900         * soft-fp/fixunsdfti.c: Likewise.
4901         * soft-fp/fixunssfdi.c: Likewise.
4902         * soft-fp/fixunssfsi.c: Likewise.
4903         * soft-fp/fixunssfti.c: Likewise.
4904         * soft-fp/fixunstfdi.c: Likewise.
4905         * soft-fp/fixunstfsi.c: Likewise.
4906         * soft-fp/fixunstfti.c: Likewise.
4907         * soft-fp/floatdidf.c: Likewise.
4908         * soft-fp/floatdisf.c: Likewise.
4909         * soft-fp/floatditf.c: Likewise.
4910         * soft-fp/floatsidf.c: Likewise.
4911         * soft-fp/floatsisf.c: Likewise.
4912         * soft-fp/floatsitf.c: Likewise.
4913         * soft-fp/floattidf.c: Likewise.
4914         * soft-fp/floattisf.c: Likewise.
4915         * soft-fp/floattitf.c: Likewise.
4916         * soft-fp/floatundidf.c: Likewise.
4917         * soft-fp/floatundisf.c: Likewise.
4918         * soft-fp/floatunditf.c: Likewise.
4919         * soft-fp/floatunsidf.c: Likewise.
4920         * soft-fp/floatunsisf.c: Likewise.
4921         * soft-fp/floatunsitf.c: Likewise.
4922         * soft-fp/floatuntidf.c: Likewise.
4923         * soft-fp/floatuntisf.c: Likewise.
4924         * soft-fp/floatuntitf.c: Likewise.
4925         * soft-fp/gedf2.c: Likewise.
4926         * soft-fp/gesf2.c: Likewise.
4927         * soft-fp/getf2.c: Likewise.
4928         * soft-fp/ledf2.c: Likewise.
4929         * soft-fp/lesf2.c: Likewise.
4930         * soft-fp/letf2.c: Likewise.
4931         * soft-fp/muldf3.c: Likewise.
4932         * soft-fp/mulsf3.c: Likewise.
4933         * soft-fp/multf3.c: Likewise.
4934         * soft-fp/negdf2.c: Likewise.
4935         * soft-fp/negsf2.c: Likewise.
4936         * soft-fp/negtf2.c: Likewise.
4937         * soft-fp/op-1.h: Likewise.
4938         * soft-fp/op-2.h: Likewise.
4939         * soft-fp/op-4.h: Likewise.
4940         * soft-fp/op-8.h: Likewise.
4941         * soft-fp/op-common.h: Likewise.
4942         * soft-fp/quad.h: Likewise.
4943         * soft-fp/single.h: Likewise.
4944         * soft-fp/soft-fp.h: Likewise.
4945         * soft-fp/subdf3.c: Likewise.
4946         * soft-fp/subsf3.c: Likewise.
4947         * soft-fp/subtf3.c: Likewise.
4948         * soft-fp/truncdfsf2.c: Likewise.
4949         * soft-fp/trunctfdf2.c: Likewise.
4950         * soft-fp/trunctfsf2.c: Likewise.
4951         * soft-fp/trunctfxf2.c: Likewise.
4952         * soft-fp/unorddf2.c: Likewise.
4953         * soft-fp/unordsf2.c: Likewise.
4954         * soft-fp/unordtf2.c: Likewise.
4956 2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
4958         * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Define.
4959         (_FP_MUL_MEAT_D): Ditto.
4960         (_FP_DIV_MEAT_S): Ditto.
4961         (_FP_DIV_MEAT_D): Ditto.
4962         * config.host (i[34567]86-*-rtems*): Remove i386/t-softfp, add
4963         t-softfp-sfdf and t-softfp to tmake_file.
4965 2013-11-03  Uros Bizjak  <ubizjak@gmail.com>
4967         * config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
4968         * config/i386/crtprec.c: Ditto.
4970 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
4971             Shiva Chen  <shiva0217@gmail.com>
4973         * config.host (nds32*-elf*): Add nds32 target.
4974         * config/nds32 : New directory and files.
4976 2013-10-16  Hans-Peter Nilsson  <hp@axis.com>
4978         For CRIS ports, switch to soft-fp.  Improve arit.c and longlong.h.
4979         * config.host (cpu_type) <Setting default>: Add entry for
4980         crisv32-*-*.
4981         (tmake_file) <crisv32-*-elf, cris-*-elf, cris-*-linux*>
4982         <crisv32-*-linux*>: Adjust.
4983         * longlong.h: Wrap the whole CRIS section in a single
4984         defined(__CRIS__) conditional.  Add comment about add_ssaaaa
4985         and sub_ddmmss.
4986         (COUNT_LEADING_ZEROS_0): Define when count_leading_zeros is
4987         defined.
4988         [__CRIS__] (__umulsidi3): Define.
4989         [__CRIS__] (umul_ppmm): Define in terms of __umulsidi3.
4990         * config/cris/sfp-machine.h: New file.
4991         * config/cris/umulsidi3.S: New file.
4992         * config/cris/t-elfmulti (LIB2ADD_ST): Add umulsidi3.S.
4993         * config/cris/arit.c (SIGNMULT): New macro.
4994         (__Div, __Mod): Use SIGNMULT instead of naked multiplication.
4995         * config/cris/mulsi3.S: Tweak to avoid redundant register-copying;
4996         saving 3 out of originally 33 cycles from the fastest
4997         path, 3 out of 54 from the medium path and one from the longest
4998         path.  Improve comments.
5000 2013-10-15  Richard Sandiford  <rdsandiford@googlemail.com>
5002         * sync.c: Remove static aliases and define each function directly
5003         under its real name.
5005 2013-10-02  John David Anglin  <danglin@gcc.gnu.org>
5007         * config.host (hppa*64*-*-linux*): Define extra_parts.
5008         (hppa*-*-linux*): Likewise.
5010 2013-10-02  Joern Rennecke  <joern.rennecke@embecosm.com>
5012         * config/arc/crtgend.S: Add 2013 to Copyright years.
5013         * config/arc/gmon/atomic.h: Likewise.
5014         * config/arc/gmon/auxreg.h: Likewise.
5015         * config/arc/gmon/sys/gmon_out.h: Likewise.
5016         * config/arc/gmon/sys/gmon.h: Likewise.
5017         * config/arc/gmon/prof-freq.c: Likewise.
5018         * config/arc/gmon/mcount.c: Likewise.
5019         * config/arc/gmon/prof-freq-stub.S: Likewise.
5020         * config/arc/gmon/gmon.c: Likewise.
5021         * config/arc/gmon/machine-gmon.h: Likewise.
5022         * config/arc/gmon/profil.S: Likewise.
5023         * config/arc/gmon/dcache_linesz.S: Likewise.
5024         * config/arc/crtg.S: Likewise.
5025         * config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
5026         * config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
5027         * config/arc/ieee-754/adddf3.S: Likewise.
5028         * config/arc/ieee-754/truncdfsf2.S: Likewise.
5029         * config/arc/ieee-754/fixsfsi.S: Likewise.
5030         * config/arc/ieee-754/gtsf2.S: Likewise.
5031         * config/arc/ieee-754/floatsisf.S: Likewise.
5032         * config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
5033         * config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
5034         * config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
5035         * config/arc/ieee-754/fixdfsi.S: Likewise.
5036         * config/arc/ieee-754/addsf3.S: Likewise.
5037         * config/arc/ieee-754/gesf2.S: Likewise.
5038         * config/arc/ieee-754/floatsidf.S: Likewise.
5039         * config/arc/ieee-754/extendsfdf2.S: Likewise.
5040         * config/arc/ieee-754/divtab-arc-df.c: Likewise.
5041         * config/arc/ieee-754/gtdf2.S: Likewise.
5042         * config/arc/ieee-754/fixunsdfsi.S: Likewise.
5043         * config/arc/ieee-754/uneqdf2.S: Likewise.
5044         * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
5045         * config/arc/ieee-754/uneqsf2.S: Likewise.
5046         * config/arc/ieee-754/arc-ieee-754.h: Likewise.
5047         * config/arc/ieee-754/divtab-arc-sf.c: Likewise.
5048         * config/arc/ieee-754/eqdf2.S: Likewise.
5049         * config/arc/ieee-754/ordsf2.S: Likewise.
5050         * config/arc/ieee-754/divsf3.S: Likewise.
5051         * config/arc/ieee-754/divdf3.S: Likewise.
5052         * config/arc/ieee-754/floatunsidf.S: Likewise.
5053         * config/arc/ieee-754/orddf2.S: Likewise.
5054         * config/arc/ieee-754/eqsf2.S: Likewise.
5055         * config/arc/ieee-754/gedf2.S: Likewise.
5056         * config/arc/crtn.S: Likewise.
5057         * config/arc/crti.S: Likewise.
5058         * config/arc/t-arc700-uClibc: Likewise.
5059         * config/arc/asm.h: Likewise.
5060         * config/arc/libgcc-excl.ver: Likewise.
5061         * config/arc/t-arc-newlib: Likewise.
5062         * config/arc/divtab-arc700.c: Likewise.
5063         * config/arc/initfini.c: Likewise.
5064         * config/arc/fp-hack.h: Likewise.
5066 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
5067             Diego Novillo  <dnovillo@google.com>
5069         * config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
5070         * config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise.
5071         * config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise.
5072         * config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise.
5074 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
5075             Brendan Kehoe  <brendan@zen.org>
5076             Simon Cook  <simon.cook@embecosm.com>
5078         * config.host (arc*-*-elf*, arc*-*-linux-uclibc*): New configurations.
5079         * config/arc: New directory.
5080         * longlong.h [__arc__] (umul_ppmm): Remove.
5081         [__arc__] (__umulsidi3): Define.
5082         [__arc__ && __ARC_NORM__] (count_leading_zeroes): Define.
5083         [__arc__ && __ARC_NORM__] (COUNT_LEADING_ZEROS_0): Likewise.
5085 2013-09-17  Jacek Caban  <jacek@codeweavers.com>
5087         * config/i386/gthr-win32.c: CreateSemaphoreW instead of
5088         CreateSemaphoreA.
5089         * config/i386/gthr-win32.h: Likewise.
5091 2013-09-16  DJ Delorie  <dj@redhat.com>
5093         * config/rl78/vregs.h: Add G10 register definitions.
5094         * config/rl78/lib2mul.c: Enable for RL78/G10.
5095         * config/rl78/lib2div.c: Likewise.
5096         * config/rl78/lshrsi3.S: Use vregs.h.
5097         * config/rl78/cmpsi2.S: Likewise.
5098         * config/rl78/trampoline.S: Likewise.
5099         * config/rl78/mulsi2.S: Likewise.  Disable for RL78/G10.
5101 2013-09-14  DJ Delorie  <dj@redhat.com>
5102             Nick Clifton  <nickc@redhat.com>
5104         * config/rl78/mulsi3.S: Remove a few unneeded moves and branches.
5105         * config/rl78/vregs.h: New.
5106         * config/rl78/signbit.S: New file.  Implements signbit function.
5107         * config/rl78/divmodsi.S: New.
5108         * config/rl78/divmodhi.S: New.
5109         * config/rl78/divmodqi.S: New.
5110         * config/rl78/t-rl78: Build them here...
5111         * config/rl78/lib2div.c: ...but not here.
5113 2013-09-12  DJ Delorie  <dj@redhat.com>
5115         * config.host (msp*-*-elf): New.
5116         * config/msp430/: New port.
5118 2013-08-18  Iain Sandoe  <iain@codesourcery.com>
5120         PR gcov-profile/58127
5121         * libgcov.c (__gcov_indirect_call_callee): Don't make this a
5122         __thread var for emulated TLS.
5123         (__gcov_indirect_call_counters): Likewise.
5125 2013-08-16  Maciej W. Rozycki  <macro@codesourcery.com>
5126             Catherine Moore  <clm@codesourcery.com>
5127             Richard Sandiford  <rdsandiford@googlemail.com>
5129         * config/mips/mips16.S (CE_STARTFN, CE_ENDFN): New macros.
5130         (RET_FUNCTION): Use them in place of STARTFN and ENDFN.
5131         (CALL_STUB_NO_RET): Likewise.
5132         (CALL_STUB_RET): Likewise.
5133         * config/mips/libgcc-mips16.ver: Remove __mips16_call_stub and
5134         __mips16_ret call/return stub symbols.
5135         * config.host <mips*-*-linux>: For non-R5900 add t-slibgcc-libgcc
5136         to tmake_file.
5138 2013-08-13  Maciej W. Rozycki  <macro@codesourcery.com>
5140         * config.host <mips*-*-linux*>: Remove a stray comment.
5142 2013-08-10  Jan Hubicka  <jh@suse.cz>
5144         Work around binutils PR14342
5145         * Makefile.in: Add _gcov_indirect_call_profiler_v2 symbol.
5146         * libgcov.c (L_gcov_indirect_call_profiler): Restore original API.
5147         (L_gcov_indirect_call_profiler_v2): New.
5149 2013-08-06  Jan Hubicka  <jh@suse.cz>
5151         * libgcov.c (__gcov_indirect_call_callee,
5152         __gcov_indirect_call_counters): New global vars.
5153         (__gcov_indirect_call_profiler): replace by ...
5154         (__gcov_indirect_call_profiler_v2) ... this one.
5156 2013-08-06  Caroline Tice  <cmtice@google.com>
5158         * config.host (extra_parts): Add vtv_start.o, vtv_end.o
5159         vtv_start_preinit.o and vtv_end_preinit.o.
5160         * configure.ac: Add code to check/set enable_vtable_verify.
5161         * Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
5162         true.
5163         * vtv_start_preinit.c: New file.
5164         * vtv_end_preinit.c: New file.
5165         * vtv_start.c: New file.
5166         * vtv_end.c: New file.
5167         * configure: Regenerated.
5169 2013-08-01  Maxim Kuvyrkov  <maxim@kugelworks.com>
5171         * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
5172         * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
5173         * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
5174         GPL-3.0-with-GCC-exception.
5176 2013-07-30  Maciej W. Rozycki  <macro@codesourcery.com>
5178         * config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
5179         ISA and up.
5181 2013-07-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5183         * config/s390/linux-unwind.h: Use the proper dwarf to hard reg
5184         mapping for FPRs when creating the fallback framestate.
5186 2013-07-19  Georg-Johann Lay  <avr@gjlay.de>
5188         PR target/57516
5189         * config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
5190         (__round_s2_const, __round_u2_const)
5191         (__round_s4_const, __round_u4_const, __round_x8):
5192         Saturate result if addition result cannot be represented.
5194 2013-07-15  Matthias Klose  <doko@ubuntu.com>
5196         * libgcc2.c: Don't include <limits.h>.
5198 2013-07-09  Janis Johnson  <janisjo@codesourcery.com>
5200         * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
5202 2013-07-06  Jakub Jelinek  <jakub@redhat.com>
5204         PR target/29776
5205         * libgcc2.c (__floattisf): Avoid undefined signed overflow.
5207 2013-06-28  Jakub Jelinek  <jakub@redhat.com>
5209         PR middle-end/36041
5210         * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
5211         Define.
5212         (__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
5213         instead of table lookups.
5214         (__popcountDI2): Likewise.
5216 2013-06-25  Chung-Ju Wu  <jasonwucj@gmail.com>
5218         * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
5219         correctly.
5221 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
5223         PR other/53317
5224         * soft-fp/adddf3.c: Update from glibc.
5225         * soft-fp/addsf3.c: Likewise.
5226         * soft-fp/addtf3.c: Likewise.
5227         * soft-fp/divdf3.c: Likewise.
5228         * soft-fp/divsf3.c: Likewise.
5229         * soft-fp/divtf3.c: Likewise.
5230         * soft-fp/double.h: Likewise.
5231         * soft-fp/eqdf2.c: Likewise.
5232         * soft-fp/eqsf2.c: Likewise.
5233         * soft-fp/eqtf2.c: Likewise.
5234         * soft-fp/extenddftf2.c: Likewise.
5235         * soft-fp/extended.h: Likewise.
5236         * soft-fp/extendsfdf2.c: Likewise.
5237         * soft-fp/extendsftf2.c: Likewise.
5238         * soft-fp/fixdfdi.c: Likewise.
5239         * soft-fp/fixdfsi.c: Likewise.
5240         * soft-fp/fixsfdi.c: Likewise.
5241         * soft-fp/fixsfsi.c: Likewise.
5242         * soft-fp/fixtfdi.c: Likewise.
5243         * soft-fp/fixtfsi.c: Likewise.
5244         * soft-fp/fixunsdfdi.c: Likewise.
5245         * soft-fp/fixunsdfsi.c: Likewise.
5246         * soft-fp/fixunssfdi.c: Likewise.
5247         * soft-fp/fixunssfsi.c: Likewise.
5248         * soft-fp/fixunstfdi.c: Likewise.
5249         * soft-fp/fixunstfsi.c: Likewise.
5250         * soft-fp/floatdidf.c: Likewise.
5251         * soft-fp/floatdisf.c: Likewise.
5252         * soft-fp/floatditf.c: Likewise.
5253         * soft-fp/floatsidf.c: Likewise.
5254         * soft-fp/floatsisf.c: Likewise.
5255         * soft-fp/floatsitf.c: Likewise.
5256         * soft-fp/floatundidf.c: Likewise.
5257         * soft-fp/floatundisf.c: Likewise.
5258         * soft-fp/floatunditf.c: Likewise.
5259         * soft-fp/floatunsidf.c: Likewise.
5260         * soft-fp/floatunsisf.c: Likewise.
5261         * soft-fp/floatunsitf.c: Likewise.
5262         * soft-fp/gedf2.c: Likewise.
5263         * soft-fp/gesf2.c: Likewise.
5264         * soft-fp/getf2.c: Likewise.
5265         * soft-fp/ledf2.c: Likewise.
5266         * soft-fp/lesf2.c: Likewise.
5267         * soft-fp/letf2.c: Likewise.
5268         * soft-fp/muldf3.c: Likewise.
5269         * soft-fp/mulsf3.c: Likewise.
5270         * soft-fp/multf3.c: Likewise.
5271         * soft-fp/negdf2.c: Likewise.
5272         * soft-fp/negsf2.c: Likewise.
5273         * soft-fp/negtf2.c: Likewise.
5274         * soft-fp/op-1.h: Likewise.
5275         * soft-fp/op-2.h: Likewise.
5276         * soft-fp/op-4.h: Likewise.
5277         * soft-fp/op-8.h: Likewise.
5278         * soft-fp/op-common.h: Likewise.
5279         * soft-fp/quad.h: Likewise.
5280         * soft-fp/single.h: Likewise.
5281         * soft-fp/soft-fp.h: Likewise.
5282         * soft-fp/subdf3.c: Likewise.
5283         * soft-fp/subsf3.c: Likewise.
5284         * soft-fp/subtf3.c: Likewise.
5285         * soft-fp/truncdfsf2.c: Likewise.
5286         * soft-fp/trunctfdf2.c: Likewise.
5287         * soft-fp/trunctfsf2.c: Likewise.
5288         * soft-fp/unorddf2.c: Likewise.
5289         * soft-fp/unordsf2.c: Likewise.
5290         * soft-fp/unordtf2.c: Likewise.
5291         * config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
5292         * config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5293         * config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5294         * config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5295         * config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5296         * config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5297         * config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5298         * config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5299         * config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5300         * config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
5301         * config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
5302         * config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
5304 2013-06-16  Jürgen Urban  <JuergenUrban@gmx.de>
5306         * config/mips/lib2funcs.c: New file.
5307         * config/mips/t-mips (LIB2ADD_ST): Add it.
5309 2013-06-09  Oleg Endo  <olegendo@gcc.gnu.org>
5311         PR target/6526
5312         * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Do not change bits
5313         other than FPSCR.PR and FPSCR.SZ.  Add SH4A implementation.
5315 2013-06-08  Walter Lee  <walt@tilera.com>
5317         * config/tilepro/atomic.h: Don't include stdint.h or features.h.
5318         Replace int64_t with long long.  Add __extension__ where
5319         appropriate.
5320         * config/tilepro/atomic.c: Include config.h.
5322 2013-06-06  Douglas B Rupp  <rupp@adacore.com>
5324         * config.host (arm-wrs-vxworks): Configure with other soft float.
5326 2013-06-04  Jürgen Urban  <JuergenUrban@gmx.de>
5328         * config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
5329         (mips64r5900el-*-elf*): New configurations.
5331 2013-06-04  Alan Modra  <amodra@gmail.com>
5333         * config/rs6000/ibm-ldouble.c: Enable for little-endian.
5335 2013-06-03  Yuri Rumyantsev  <yuri.s.rumyantsev@intel.com>
5337         * config/i386/cpuinfo.c (INTEL_SLM): New enum value.
5339 2013-05-28  Eric Botcazou  <ebotcazou@adacore.com>
5341         * config/sparc/sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set
5342         fs->signal_frame for SIGFPE raised for IEEE-754 exceptions.
5343         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Likewise.
5345 2013-05-22  Eric Botcazou  <ebotcazou@adacore.com>
5347         * config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
5348         (powerpc-wrs-vxworks): Likewise.
5350 2013-05-22  Eric Botcazou  <ebotcazou@adacore.com>
5352         * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
5353         signal frames as well.
5354         (MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the
5355         STACK_BIAS to the CFA offset.
5357 2013-05-17  Richard Henderson  <rth@redhat.com>
5359         PR target/49146
5360         * unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
5361         (execute_cfa_program): Use it when storing to fs->regs.
5363 2013-05-08  Kai Tietz  <ktietz@redhat.com>
5365         * config/i386/cygming-crtbegin.c (__register_frame_info): Make weak.
5366         (__deregister_frame_info): Likewise.
5368 2013-05-06  Thomas Schwinge  <thomas@codesourcery.com>
5370         * fp-bit.c (unpack_d, pack_d): Properly preserve and restore a
5371         NaN's payload.
5373         * fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
5375 2013-04-25  Alan Modra  <amodra@gmail.com>
5377         * config.host: Match little-endian powerpc-linux.
5379 2013-04-19  Yufeng Zhang  <yufeng.zhang@arm.com>
5381         * config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
5382         as 'unsigned long long' instead of 'unsigned long'.
5383         (_FP_WS_TYPE): Change to define as 'signed long long' instead of
5384         'signed long'.
5386 2013-04-10  Julian Brown  <julian@codesourcery.com>
5388         * config/arm/linux-atomic.c (SUBWORD_SYNC_OP, SUBWORD_VAL_CAS)
5389         (SUBWORD_TEST_AND_SET): Use signed char/short types instead of
5390         unsigned char/unsigned short.
5391         (__sync_val_compare_and_swap_{1,2}): Handle signed argument.
5393 2013-04-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5395         PR other/55274
5396         * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.
5398 2013-04-04  Meador Inge  <meadori@codesourcery.com>
5400         * config/arm/bpabi.S (aeabi_ldivmod): Add DWARF information for
5401         computing the location of the link register.
5402         (aeabi_uldivmod): Ditto.
5404 2013-03-27  Kai Tietz  <ktietz@redhat.com>
5406         * config.host: Add support for cygwin x64 target.
5407         * configure: Regenerated.
5409 2013-03-26  Walter Lee  <walt@tilera.com>
5411         * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
5412         -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
5414 2013-03-25  Kai Tietz  <ktietz@redhat.com>
5416         * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
5418 2013-03-20  Robert Mason  <rbmj@verizon.net>
5420         * config/vxlib-tls.c (__gthread_get_tsd_data,)
5421         (__gthread_set_tsd_data, __gthread_enter_tsd_dtor_context,)
5422         (__gthread_leave_tsd_dtor_context): Add prototypes.
5423         (tls_delete_hook): Update.
5425 2013-03-20  Catherine Moore  <clm@codesourcery.com>
5426             Joseph Myers  <joseph@codesourcery.com>
5427             Chao-ying Fu  <fu@mips.com>
5429         * config/mips/mips16.S:  Don't build for microMIPS.
5430         * config/mips/linux-unwind.h: Handle microMIPS frame.
5431         * config/mips/crtn.S (fini, init): New labels.
5433 2013-03-14  Jakub Jelinek  <jakub@redhat.com>
5435         PR tree-optimization/53265
5436         * unwind-dw2.c (execute_cfa_program): Avoid
5437         -Waggressive-array-optimizations warnings for DW_CFA_GNU_window_save
5438         on targets with DWARF_FRAME_REGISTERS < 32.
5440 2013-03-13  Oleg Endo  <olegendo@gcc.gnu.org>
5442         PR target/49880
5443         * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Enable for SH2A.
5444         (sdivsi3, udivsi3): Remove SH4 check and always compile these functions.
5446 2013-03-07  Sriraman Tallam  <tmsriram@google.com>
5448         * config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for
5449         sandybridge processors.
5451 2013-03-06  Oleg Endo  <olegendo@gcc.gnu.org>
5453         PR target/56529
5454         * config/sh/lib1funcs.S (udivsi3_i4i, sdivsi3_i4i): Add __SH2A__ to
5455         inclusion list.
5457 2013-03-04  Edgar E. Iglesias  <edgar.iglesias@gmail.com>
5459         * config/microblaze/crti.S: Setup stack protection at entry
5461 2013-03-04  Georg-Johann Lay  <avr@gjlay.de>
5463         * config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)
5464         (__rotldi3): Shift bytewise if applicable.
5466 2013-03-01  James Greenhalgh  <james.greenhalgh@arm.com>
5468         * config/aarch64/sync-cache.c
5469         (__aarch64_sync_cache_range): Silence warnings.
5471 2013-02-25  Catherine Moore  <clm@codesourcery.com>
5473         Revert:
5474         2013-02-24  Catherine Moore  <clm@codesourcery.com>
5475             Joseph Myers  <joseph@codesourcery.com>
5476             Chao-ying Fu  <fu@mips.com>
5478         * config/mips/mips16.S:  Don't build for microMIPS.
5479         * config/mips/linux-unwind.h: Handle microMIPS frame.
5480         * config/mips/crtn.S (fini, init): New labels.
5482 2013-02-24  Catherine Moore  <clm@codesourcery.com>
5483             Joseph Myers  <joseph@codesourcery.com>
5484             Chao-ying Fu  <fu@mips.com>
5486         * config/mips/mips16.S:  Don't build for microMIPS.
5487         * config/mips/linux-unwind.h: Handle microMIPS frame.
5488         * config/mips/crtn.S (fini, init): New labels.
5490 2012-02-19  Edgar E. Iglesias  <edgar.iglesias@gmail.com>
5491         * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
5492         as dividend.
5494 2013-02-16  Alan Modra  <amodra@gmail.com>
5496         PR target/55431
5497         * config/rs6000/linux-unwind.h (ppc_linux_aux_vector): Delete.
5498         (ppc_fallback_frame_state): Always set up save locations for fp
5499         and altivec.  Don't bother with non-callee-saved regs, r0-r13
5500         except for r2 on ppc64, fr0-fr13, v0-v19, vscr.
5502 2013-02-12  Georg-Johann Lay  <avr@gjlay.de>
5504         PR target/54222
5505         * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add: _usmulUHA, _usmulUSA,
5506         _ssmulHA, _ssmulSA.
5507         (LIB1ASMFUNCS): Add: _muldi3_6, _mulsidi3, _umulsidi3, _usmuluha3,
5508         _ssmulha3, _usmulusa3, _ssmulsa3.
5509         * config/avr/lib1funcs.S (__muldi3_6): Break out of __muldi3.
5510         (__muldi3): XCALL __muldi3_6 instead of rcall.
5511         (__umulsidi3, __mulsidi3): New functions.
5512         (do_prologue_saves, do_epilogue_restores): New .macros.
5513         (__divdi3_moddi3): Use them.
5514         * config/avr/lib1funcs-fixed.S (__usmuluha3, __ssmulha3)
5515         (__usmulusa3, __ssmulsa3): New functions.
5517 2013-02-11  Iain Sandoe  <iain@codesourcery.com>
5518             Jack Howarth  <howarth@bromo.med.uc.edu>
5519             Patrick Marlier  <patrick.marlier@gmail.com>
5521         PR libitm/55693
5522         * config/darwin-crt-tm.c: Remove dummy functions hack.
5524 2013-02-08  Georg-Johann Lay  <avr@gjlay.de>
5526         PR target/54222
5527         * config/avr/lib2funcs.c: New C sources for modules for libgcc.a.
5528         * config/avr/lib2-object.mk: New iterator to build objects from it.
5529         * config/avr/t-avr: Iterate lib2-object.mk to build objects from
5530         lib2funcs.c.
5531         (LIB2FUNCS_EXCLUDE): Add _clrsbdi2.
5532         (LIB1ASMFUNCS): Add: _ssabs_1, _mask1, _ret, _roundqq3, _rounduqq3,
5533         _round_s2, _round_u2, _round_2_const, _addmask_2, _round_s4,
5534         _round_u4, _round_4_const, _addmask_4, _round_x8, _rounddq3
5535         _roundudq3, _roundda3 _rounduda3, _roundta3 _rounduta3.
5536         * config/avr/lib1funcs-fixed.S: Implement them.
5538 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
5540         Update copyright years.
5542 2013-02-01  David Edelsohn  <dje.gcc@gmail.com>
5544         PR target/54601
5545         * config.host (powerpc-ibm-aix[56789]): Add t-aix-cxa to tmake_file.
5546         Add crtcxa to extra_parts.
5547         * config/rs6000/exit.h: New file.
5548         * config/rs6000/cxa_atexit.c: New file.
5549         * config/rs6000/cxa_finalize.c: New file.
5550         * config/rs6000/crtcxa.c: New file.
5551         * config/rs6000/t-aix-cxa: New file.
5552         * config/rs6000/libgcc-aix-cxa.ver: New file.
5554 2013-01-31  Nick Clifton  <nickc@redhat.com>
5556         * config/v850/lib1funcs.S: Add support for e3v5 architecture
5557         variant.
5559 2013-01-29  Georg-Johann Lay  <avr@gjlay.de>
5561         PR target/54222
5562         * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
5563         _mulQQ,  _mulHQ,  _mulHA,  _mulSA,
5564         _mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
5565         _divQQ,  _divHQ,  _divHA,  _divSA,
5566         _divUQQ, _divUHQ, _divUHA, _divUSA.
5568 2013-01-26  David Holsgrove  <david.holsgrove@xilinx.com>
5570         * config.host(microblaze*-linux*): tmake_file: Remove
5571         t-slibgcc-nolc-override, add t-slibgcc-libgcc.
5572         * config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE
5573         to exclude functions from being built with libgcc.c and use
5574         the microblaze assembly.
5576 2013-01-26  Edgar E. Iglesias  <edgar.iglesias@gmail.com>
5578         * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
5579         extra_parts.
5581 2013-01-17  Yufeng Zhang  <yufeng.zhang@arm.com>
5583         * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
5584         results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
5585         __UINTPTR_TYPE__; also cast 'base' to the same type before the
5586         alignment operation.
5588 2013-01-15  Sofiane Naci  <sofiane.naci@arm.com>
5590         * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
5591         loop start address for cache clearing.
5593 2013-01-14  Georg-Johann Lay  <avr@gjlay.de>
5595         * config/avr/lib1funcs.S: Remove trailing blanks.
5596         * config/avr/lib1funcs-fixed.S: Ditto.
5598 2013-01-14  Georg-Johann Lay  <avr@gjlay.de>
5600         * config/avr/avr-lib.h: Add GPL copyright notice.
5602 2013-01-14  Georg-Johann Lay  <avr@gjlay.de>
5604         * fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
5605         declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
5606         (SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
5607         min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
5609 2013-01-07  Mark Kettenis  <kettenis@openbsd.org>
5611         * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*):
5612         Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
5614 2013-01-04  Nick Clifton  <nickc@redhat.com>
5616         * config/v850/lib1funcs.S: Only provide CALLT support functions if
5617         the CALLT instruction is supported.
5619 2012-12-20  Jonathan Wakely  <jwakely.gcc@gmail.com>
5621         * gthr.h (__gthread_cond_timedwait_recursive): Do not require.
5622         * gthr-posix.h (__gthread_cond_timedwait_recursive): Remove.
5624 2012-12-13  John Tytgat  <John@bass-software.com>
5626         * config/arm/fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp
5627         is 25.
5629 2012-12-12  Jakub Jelinek  <jakub@redhat.com>
5631         PR libgcc/55451
5632         * fixed-bit.c (FIXED_SSADD, FIXED_SSSUB, FIXED_SSNEG): Avoid
5633         undefined signed overflows.
5635 2012-12-09  Uros Bizjak  <ubizjak@gmail.com>
5637         PR target/55344
5638         * config/alpha/linux-unwind.h: Disable when inhibit_libc is defined.
5640 2012-12-06  Uros Bizjak  <ubizjak@gmail.com>
5642         * config/i386/sfp-machine.h (FP_EX_ALL): Define.
5643         (FP_TRAPPING_EXCEPTIONS): Define.
5644         * config/i386/32/sfp-machine.h (FP_EX_SHIFT): Define.
5645         * config/i386/64/sfp-machine.h (FP_EX_SHIFT): Ditto.
5647 2012-12-04  Richard Henderson  <rth@redhat.com>
5649         PR bootstrap/55571
5650         * Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.
5652 2012-12-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5654         * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
5655         (FP_EX_SHIFT): Define.
5656         (FP_TRAPPING_EXCEPTIONS): Define.
5658 2012-12-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5660         * config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
5661         (FP_ROUNDMODE): Use FP_RND_MASK.
5662         * config/aarch64/sfp-exceptions.c: New.
5663         * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5664         Use __sfp_handle_exceptions.
5666 2012-12-04  Richard Earnshaw  <rearnsha@arm.com>
5668         * config.host: (arm*-*-freebsd*): Remove.
5669         (arm*-*-linux*, arm*-*-uclinux*): Simplify logic.
5670         (arm*-*-elf*): Remove.
5671         (arm*-*-wince-pe*): Remove.
5672         * arm/unwind-arm.c (struct fpa_reg): Delete.
5673         (struct fpa_regs): Delete.
5674         (phase1_vrs): Remove fpa element.
5675         (_Unwind_VRS_Get): Remove _UVRSC_FPA.
5676         (_Unwind_VRS_Set, _Unwind_VRS_Pop): Likewise.
5677         * arm/pr-support.c (__gnu_unwind_execute): Remove FPA support.
5678         * ieee754-sf.S (floatundisf): Remove FPA support.
5679         (floatdisf): Likewise.
5680         * ieee75f-df.S (floatundidf): Likewise.
5681         (floatdidf): Likewise.
5683 2012-11-29  Kai Tietz  <ktietz@redhat.com>
5685         PR target/55445
5686         * unwind-c.c (__SEH__): Make sure SjLj isn't active.
5687         * unwind-generic.h: Likewise.
5688         * unwind-seh.c: Likewise.
5690 2012-11-28  Richard Henderson  <rth@redhat.com>
5692         PR libgcc/48076
5693         * emutls.c (__emutls_get_address): Avoid race condition between
5694         obj->loc.offset read and emutls_key initialization.
5696 2012-11-22  Georg-Johann Lay  <avr@gjlay.de>
5698         Adjust decimal point of signed accum mode to GCC default.
5700         PR target/54222
5701         * config/avr/t-avr (LIB1ASMFUNCS): Add _fractsfsq _fractsfusq,
5702         _divqq_helper.
5703         * config/avr/lib1funcs-fixed.S (__fractqqsf, __fracthqsf)
5704         (__fractsasf, __fractsfha, __fractusqsf, __fractsfsa)
5705         (__mulha3, __mulsa3)
5706         (__divqq3, __divha3, __divsa3): Adjust to new position of
5707         decimal point of signed accum types.
5709         (__mulusa3_round): New function.
5710         (__mulusa3): Use it.
5711         (__divqq_helper): New function.
5712         (__udivuqq3): Use it.
5714 2012-11-20  Jakub Jelinek  <jakub@redhat.com>
5716         PR bootstrap/55370
5717         * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
5719 2012-11-18  Teresa Johnson  <tejohnson@google.com>
5721         PR bootstrap/55051
5722         * libgcov.c (gcov_exit): Remove merged program summary
5723         comparison unless !GCOV_LOCKED.
5725 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5727         * soft-fp: Updated from glibc upstream.
5729 2012-11-06  Ian Lance Taylor  <iant@google.com>
5731         * generic-morestack.c (__generic_morestack): Align the returned
5732         stack pointer to a 32 byte boundary.
5733         * config/i386/morestack.S (__morestack_non_split) [32-bit]: Don't
5734         increment the return address until we have decided that we don't
5735         have a varargs function.
5736         (__morestack) [32-bit]: Align stack correctly when calling C
5737         functions.
5738         (__morestack) [64-bit]: Likewise.
5740 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
5742         * configure: Regenerate.
5744 2012-11-02  Uros Bizjak  <ubizjak@gmail.com>
5746         PR target/55175
5747         * config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
5748         * config/i386/sfp-machine.h: Guard exception handling
5749         code with _SOFT_FLOAT.
5750         * config/i386/32/sfp-machine.h: Guard rounding handling
5751         code with _SOFT_FLOAT.
5752         * config/i386/64/sfp-machine.h: Ditto.
5754 2012-10-31  Joel Sherrill  <joel.sherrill@oarcorp.com>
5756         * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
5757         as extra_parts.
5759 2012-10-26  Uros Bizjak  <ubizjak@gmail.com>
5761         * config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
5762         Clear only fxsave.mxcsr_mask.  Use saved mxcsr from fxsave structure
5763         when appropriate.  Correct structure element types.
5764         * config/i386/t-crtfm (crtfastmath.o): Compile with -mfxsr, remove
5765         -minline-all-stringops from compile flags.
5767 2012-10-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
5769         * config.host (sparc64-*-rtems*): Remove sparc/t-elf.
5771 2012-10-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
5773         * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
5775 2012-10-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
5777         * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
5778         tmake_file.
5780 2012-10-23  Ian Bolton  <ian.bolton@arm.com>
5781             Jim MacArthur  <jim.macarthur@arm.com>
5782             Marcus Shawcroft  <marcus.shawcroft@arm.com>
5783             Nigel Stephens  <nigel.stephens@arm.com>
5784             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5785             Richard Earnshaw  <rearnsha@arm.com>
5786             Sofiane Naci  <sofiane.naci@arm.com>
5787             Stephen Thomas  <stephen.thomas@arm.com>
5788             Tejas Belagod  <tejas.belagod@arm.com>
5789             Yufeng Zhang  <yufeng.zhang@arm.com>
5791         * config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
5792         * config/aarch64/crti.S: New file.
5793         * config/aarch64/crtn.S: New file.
5794         * config/aarch64/linux-unwind.h: New file.
5795         * config/aarch64/sfp-machine.h: New file.
5796         * config/aarch64/sync-cache.c: New file.
5797         * config/aarch64/t-aarch64: New file.
5798         * config/aarch64/t-softfp: New file.
5800 2012-10-21  Hans-Peter Nilsson  <hp@bitrange.com>
5802         * config/mmix/crti.S: Mark program and data addresses using PRELD.
5803         Remove typo'd and unnecessary alignment-LOC for .data.  Remove
5804         no-longer-needed LDBU insns.
5806 2012-10-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
5808         * config.host
5809         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
5810         "arm*-*-rtemseabi*" to "arm*-*-rtems*".
5812 2012-10-17  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5814         * config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A.
5816 2012-10-15  Matthias Klose  <doko@ubuntu.com>
5818         * config.host: Match arm*-*-linux-* for ARM Linux/GNU.
5820 2012-10-15  Pavel Chupin  <pavel.v.chupin@intel.com>
5822         * configure: Regenerate.
5823         * configure.ac: Replace code with GCC_AC_THREAD_HEADER use.
5825 2012-10-10  Uros Bizjak  <ubizjak@gmail.com>
5827         * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
5828         instructions for 64bit targets only.
5830 2012-10-10  Uros Bizjak  <ubizjak@gmail.com>
5832         * config/i386/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
5833         FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX): Move to ...
5834         * config/i386/32/sfp-machine.h: ... here.
5835         * config/i386/64/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
5836         FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX):
5837         New defines.
5839 2012-10-07  Matthias Klose  <doko@ubuntu.com>
5841         * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
5842         as unused.
5843         (_Unwind_decode_typeinfo_ptr): Mark base as unused.
5845 2012-10-06  Mark Kettenis  <kettenis@openbsd.org>
5847         * config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
5848         * unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
5849         (USE_PT_GNU_EH_FRAME): Define for OpenBSD.
5850         (ElfW): Likewise.
5852 2012-10-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
5854         PR other/53889
5855         * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
5856         Fix parameter names.
5858 2012-10-04  Oleg Endo  <olegendo@gcc.gnu.org>
5860         PR target/33135
5861         * config/sh/t-sh (HOST_LIBGCC2_CFLAGS): Delete.
5862         * config/sh/t-netbsd (HOST_LIBGCC2_CFLAGS): Delete.
5863         * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Remove mieee option.
5865 2012-10-03  Oleg Endo  <olegendo@gcc.gnu.org>
5867         PR target/50457
5868         * config/sh/linux-atomic.S: Delete.
5869         * config/sh/linux-atomic.c: New.
5870         * config/sh/t-linux (LIB2ADD): Replace linux-atomic.S with
5871         linux-atomic.c.  Add cflags to disable warnings.
5873 2012-10-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
5875         PR other/53889
5876         * gthr.h (__gthread_recursive_mutex_destroy): Document new required
5877         function.
5878         * gthr-posix.h (__gthread_recursive_mutex_destroy): Define.
5879         * gthr-single.h (__gthread_recursive_mutex_destroy): Likewise.
5880         * config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise.
5881         * config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise.
5882         * config/i386/gthr-win32.c (__gthread_win32_recursive_mutex_destroy):
5883         Likewise.
5884         * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
5885         Likewise.
5886         * config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy):
5887         Likewise.
5888         * config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise.
5889         * config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise.
5891 2012-09-19  Mark Kettenis  <kettenis@openbsd.org>
5893         * config.host (hppa-*-openbsd*): New target.
5894         * config/pa/t-openbsd: New file.
5896 2012-09-15  Georg-Johann Lay  <avr@gjlay.de>
5898         PR target/54222
5899         * config/avr/lib1funcs-fixed.S (__ssneg_2, __ssabs_2, __ssneg_4,
5900         __ssabs_4, __clr_8, __ssneg_8, __ssabs_8,
5901         __usadd_8, __ussub_8, __ssadd_8, __sssub_8): New functions.
5902         (__divsa3): Use __negsi2 to negate r_quoL.
5903         * config/avr/lib1funcs.S (FALIAS): New macro.
5904         (__divmodsi4): Break out and use __divmodsi4_neg1 as...
5905         (__negsi2): ...this new function.
5906         * config/avr/t-avr (LIB1ASMFUNCS): Add _negsi2, _clr_8,
5907         _ssneg_2, _ssneg_4, _ssneg_8, _ssabs_2, _ssabs_4,
5908         _ssabs_8, _ssadd_8, _sssub_8, _usadd_8, _ussub_8.
5909         (LIB2FUNCS_EXCLUDE): Fix typo for _add _sub.
5910         Add: _ssadd*, _sssub*, _ssneg*, _ssabs* for signed fixed modes.
5911         Add: _usadd*, _ussub*, _usneg* for unsigned fixed modes.
5913 2012-09-10  Oleg Endo  <olegendo@gcc.gnu.org>
5915         PR target/54089
5916         * config/sh/lib1funcs.S (ashlsi3): Reimplement as ashlsi3_r0.
5917         (lshrsi3): Reimplement as lshrsi3_r0.
5919 2012-09-10  Andreas Schwab  <schwab@linux-m68k.org>
5921         PR target/46191
5922         * config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
5923         of libgcc.a.
5925 2012-09-07  Teresa Johnson  <tejohnson@google.com>
5927         PR gcov-profile/54487
5928         * libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
5929         differences.
5931 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
5933         PR target/54461
5934         * config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
5935         not configured --with-avrlibc=no.
5936         * config/avr/t-avrlibc: New file.
5937         * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
5938         (DPBIT_FUNCS): Ditto.
5939         (TPBIT_FUNCS): Ditto.
5941 2012-09-04  Teresa Johnson  <tejohnson@google.com>
5943         * libgcov.c (struct gcov_summary_buffer): New structure.
5944         (gcov_histogram_insert): New function.
5945         (gcov_compute_histogram): Ditto.
5946         (gcov_exit): Invoke gcov_compute_histogram, and perform merging of
5947         histograms during summary merging.
5949 2012-09-01  Mark Kettenis  <kettenis@openbsd.org>
5951         * config.host (x86_64-*-openbsd*): New target.
5953 2012-08-29  Chung-Lin Tang  <cltang@codesourcery.com>
5955         * config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
5956         attribute.
5958 2012-08-24  Georg-Johann Lay  <avr@gjlay.de>
5960         PR target/54222
5961         * config/avr/t-avr (conv_X): Rename to func_X.
5963 2012-08-24  Georg-Johann Lay  <avr@gjlay.de>
5965         PR target/54222
5966         * config/avr/lib1funcs-fixed.S: New file.
5967         * config/avr/lib1funcs.S: Include it.  Undefine some divmodsi
5968         after they are used.
5969         (neg2, neg4): New macros.
5970         (__mulqihi3,__umulqihi3,__mulhi3): Rewrite non-MUL variants.
5971         (__mulhisi3,__umulhisi3,__mulsi3): Rewrite non-MUL variants.
5972         (__umulhisi3): Speed up MUL variant if there is enough flash.
5973         * config/avr/avr-lib.h (TA, UTA): Adjust according to gcc's
5974         avr-modes.def.
5975         * config/avr/t-avr (LIB1ASMFUNCS): Add: _fractqqsf, _fractuqqsf,
5976         _fracthqsf, _fractuhqsf, _fracthasf, _fractuhasf, _fractsasf,
5977         _fractusasf, _fractsfqq, _fractsfuqq, _fractsfhq, _fractsfuhq,
5978         _fractsfha, _fractsfsa, _mulqq3, _muluqq3, _mulhq3, _muluhq3,
5979         _mulha3, _muluha3, _mulsa3, _mulusa3, _divqq3, _udivuqq3, _divhq3,
5980         _udivuhq3, _divha3, _udivuha3, _divsa3, _udivusa3.
5981         (LIB2FUNCS_EXCLUDE): Add supported functions.
5983 2012-08-22  Georg-Johann Lay  <avr@gjlay.de>
5985         * Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out
5986         LIB2FUNCS_EXCLUDE before adding them to libgcc-objects,
5987         libgcc-s-objects.
5988         * fixed-obj.mk: Only expand dependency if $o is not in
5989         LIB2FUNCS_EXCLUDE.
5991 2012-08-22  H.J. Lu  <hongjiu.lu@intel.com>
5993         * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): New.
5995 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
5997         * Makefile.in (vis_hide, gen-hide-list): Do not make definitions
5998         depend on --enable-shared.
5999         ($(lib1asmfuncs-o)): Use %.vis files independent of
6000         --enable-shared.
6001         * static-object.mk ($(base)$(objext), $(base).vis)
6002         ($(base)_s$(objext)): Use same rules for visibility handling as in
6003         shared-object.mk.
6005 2012-08-21  Ian Lance Taylor  <iant@google.com>
6007         * config/i386/morestack.S (__morestack_non_split): Increase amount
6008         of space allocated for non-split code stack.
6010 2012-08-19  Joseph Myers  <joseph@codesourcery.com>
6012         * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc
6013         even if inhibit_libc.
6015 2012-08-17  Julian Brown  <julian@codesourcery.com>
6017         * Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
6018         -fexceptions -fnon-call-exceptions if not defined.
6019         ($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
6020         * config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.
6022 2012-08-17  Andreas Schwab  <schwab@linux-m68k.org>
6024         * config/m68k/linux-atomic.c (__sync_lock_test_and_set_1): Fix
6025         type.
6027 2012-08-16  David Edelsohn  <dje.gcc@gmail.com>
6029         * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
6030         rs6000/t-slibgcc-aix.
6032 2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
6034         * longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling.
6036 2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
6038         * longlong.h: (whole file, powerpc): Adjust to single assembler syntax.
6040 2012-08-03  H.J. Lu  <hongjiu.lu@intel.com>
6042         PR driver/54171
6043         * Makefile.in (version): Replace top_srcdir with srcdir.
6045 2012-08-03  Jonathan Yong  <jon_y@users.sourceforge.net>
6047         * Makefile.in (version): set to BASE-VER file from gcc directory.
6049 2012-08-01  Nick Clifton  <nickc@redhat.com>
6051         * config/m32c/lib2funcs.c (__clrsbhi2): New function.
6052         Implements __clrsb for an HImode argument.
6054 2012-07-31  Nick Clifton  <nickc@redhat.com>
6056         * config/stormy16/lib2funcs.c (__clrsbhi2): New function.
6057         Implements __clrsb for an HImode argument.
6058         * config/stormy16/clrsbhi2.c: New file:
6059         * config/stormy16/t-stormy16 (LIB2ADD): Add clrsbhi2.c.
6061 2012-07-22  Steven Bosscher  <steven@gcc.gnu.org>
6063         * libgcov.c (__gcov_ior_profiler): Benign comment fix.
6065 2012-07-19  Tristan Gingold  <gingold@adacore.com>
6066             Richard Henderson  <rth@redhat.com>
6068         * unwind-seh.c: New file.
6069         * unwind-generic.h: Include windows.h for SEH.
6070         (_Unwind_Exception): Use 6 private fields for SEH.
6071         (_GCC_specific_handler): Declare.
6072         * unwind-c.c (__gcc_personality_seh0): New function.
6073         Adjust for SEH.
6074         * config/i386/libgcc-cygming.ver: New file.
6075         * config/i386/t-seh-eh: New file.
6076         * config.host (x86_64-*-mingw*): Default to seh.
6078 2012-07-14  Steven Bosscher  <steven@gcc.gnu.org>
6080         * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
6082 2012-06-17  Uros Bizjak  <ubizjak@gmail.com>
6084         * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
6085         __builtin_expect when checking for exceptions.
6086         * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Ditto.
6088 2012-06-13  Uros Bizjak  <ubizjak@gmail.com>
6090         * config/ia64/sfp-machine.h (__sfp_handle_exceptions): New
6091         function declaration.
6092         (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
6093         (FP_RND_MASK): New.
6094         * config/ia64/sfp-exceptions.c: New.
6095         * config/ia64/t-softfp (LIB2ADD): Add sfp-exceptions.c.
6097 2012-06-13  Uros Bizjak  <ubizjak@gmail.com>
6099         * config/i386/32/sfp-machine.h (_FP_NANSIGN_S, _FP_NANSIGN_D,
6100         _FP_NANSIGN_E, _FP_NANSIGN_Q): Move ...
6101         * config/i386/64/sfp-machine: ... (delete here) ...
6102         * config/i386/sfp-machine.h: ... to here.
6103         (FP_EX_MASK): Remove.
6104         (FP_RND_MASK): New.
6105         (FP_INIT_ROUNDMODE): Declare asm as volatile.
6107 2012-06-11  Sriraman Tallam  <tmsriram@google.com>
6109         * config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
6110         * config/i386/libgcc-sol2.ver: Ditto.
6111         * config/i386/libgcc-glibc.ver: Ditto.
6113 2012-06-11  Roland McGrath  <mcgrathr@google.com>
6115         * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
6116         If __GLIBC__ is defined, refer to __pthread_key_create instead of
6117         pthread_cancel.
6119 2012-06-09  Uros Bizjak  <ubizjak@gmail.com>
6121         * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
6122         _FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
6123         FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
6124         FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
6125         FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
6126         __LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
6127         * config/i386/64/sfp-machine: ... (delete here) ...
6128         * config/i386/sfp-machine.h: ... to here.
6129         (FP_EX_MASK): New.
6130         (__sfp_handle_exceptions): New function declaration.
6131         (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
6132         * config/i386/sfp-exceptions.c: New.
6133         * config/i386/t-softfp: New.
6134         * config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
6135         i386/t-softfp to tmake_file.
6137 2012-06-03  David S. Miller  <davem@davemloft.net>
6139         * longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
6140         change.
6142 2012-05-31  David S. Miller  <davem@davemloft.net>
6144         * longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
6145         multiply and divide instructions on 32-bit when V9.
6146         (add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
6148 2012-05-29  Joseph Myers  <joseph@codesourcery.com>
6150         * config/arm/ieee754-df.S: Fix typos.
6151         * config/arm/ieee754-sf.S: Fix typos.
6152         * config/c6x/libunwind.S: Fix typos.
6153         * config/epiphany/udivsi3-float.c: Fix typos.
6154         * config/microblaze/muldi3_hard.S: Fix typos.
6155         * config/picochip/adddi3.S: Fix typos.
6156         * config/picochip/ashlsi3.S: Fix typos.
6157         * config/picochip/ashrsi3.S: Fix typos.
6158         * config/picochip/clzsi2.S: Fix typos.
6159         * config/picochip/cmpsi2.S: Fix typos.
6160         * config/picochip/divmod15.S: Fix typos.
6161         * config/picochip/divmodhi4.S: Fix typos.
6162         * config/picochip/divmodsi4.S: Fix typos.
6163         * config/picochip/longjmp.S: Fix typos.
6164         * config/picochip/lshrsi3.S: Fix typos.
6165         * config/picochip/parityhi2.S: Fix typos.
6166         * config/picochip/popcounthi2.S: Fix typos.
6167         * config/picochip/setjmp.S: Fix typos.
6168         * config/picochip/subdi3.S: Fix typos.
6169         * config/picochip/ucmpsi2.S: Fix typos.
6170         * config/picochip/udivmodhi4.S: Fix typos.
6171         * config/picochip/udivmodsi4.S: Fix typos.
6172         * config/spu/divv2df3.c: Fix typos.
6173         * config/spu/mfc_multi_tag_release.c: Fix typos.
6174         * config/spu/mfc_tag_release.c: Fix typos.
6175         * configure.ac: Fix typos.
6176         * configure: Regenerate.
6178 2012-05-25  Ian Lance Taylor  <iant@google.com>
6180         * config/i386/morestack.S (__morestack_non_split): Check whether
6181         caller is varargs and needs %bp to hold the stack frame on return.
6183 2012-05-25  Olivier Hainque  <hainque@adacore.com>
6185         * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
6186         sequence in the non pic case on VxWorks.
6188 2012-05-24  Olivier Hainque  <hainque@adacore.com>
6190         * Makefile.in: Move dependency on install-unwind_h from
6191         "install-leaf" to "install".
6193 2012-05-24  Olivier Hainque  <hainque@adacore.com>
6195         * Makefile.in (clean): Remove libgcc_tm.stamp as well.
6196         Use a separate command for stamp removals.
6198 2012-05-21  Andrew Pinski  <apinski@cavium.com>
6200         PR bootstrap/53183
6201         * configure.ac: Define the default includes to being none.
6202         * configure: Regenerate.
6204 2012-05-16  Olivier Hainque  <hainque@adacore.com>
6206         * Makefile.in (install-unwind_h): Rename into ...
6207         (install-unwind_h-forbuild): New target.
6208         (all): Use it instead of the former install-unwind_h.
6209         (install-unwind_h): Reinstate, copy to user install destination
6210         for include files, not to the internal gcc object directory one.
6211         (install-leaf): Depend on it.
6213 2012-05-15  Olivier Hainque  <hainque@adacore.com>
6215         * config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
6216         register numbers. LR_REGNO replaces R_LR.
6217         (ucontext_for): New, helper for ...
6218         (ppc_aix_fallback_frame_state): New, implementation for aix 5.2
6219         and 5.3 of ...
6220         (MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
6222 2012-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6224         * config.host (i[34567]86-*-linux*, x86_64-*-linux*)
6225         (i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
6226         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
6227         i386/t-cpuinfo ...
6228         (i[34567]86-*-*, x86_64-*-*): ... here.
6230         * config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
6231         * config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
6233         * config/i386/i386-cpuinfo.c: Rename to ...
6234         * config/i386/cpuinfo.c: ... this.
6235         * config/i386/t-cpuinfo (LIB2ADD): Reflect this.
6237         * configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
6238         (libgcc_cv_init_priority): New test.
6239         * configure: Regenerate.
6240         * config.in: New file.
6241         * Makefile.in (clean): Rename config.h to auto-target.h.
6242         (config.h): Likewise.
6243         (stamp-h): Likewise.
6245         * config/i386/cpuinfo.c (auto-target.h): Include.
6246         (CONSTRUCTOR_PRIORITY): Define.
6247         (__cpu_indicator_init): Use it.
6249 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
6251         * longlong.h: Use a URL instead of an FSF postal address.
6252         Replace spaces with tab.
6254 2012-05-08  Teresa Johnson  <tejohnson@google.com>
6256         * libgcov.c (gcov_clear, __gcov_reset): New functions.
6257         (__gcov_dump): Ditto.
6258         (gcov_dump_complete): New global variable.
6259         (gcov_exit): Export hidden to enable use in L_gcov_dump.
6260         (__gcov_flush): Outline functionality now in gcov_clear.
6261         * Makefile.in (L_gcov_reset, L_gcov_dump): Define.
6263 2012-04-28  Aurelien Jarno  <aurelien@aurel32.net>
6265         * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
6266         (mips*-*-linux*): Include mips/t-tpbit when long double is
6267         16 bytes long.
6269 2012-04-25  Sriraman Tallam  <tmsriram@google.com>
6271         * config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
6272         (get_available_features): New argument. Check for AVX2.
6273         (__cpu_indicator_init): Modify call to get_available_features.
6275 2012-04-25  Alan Modra  <amodra@gmail.com>
6277         * config/rs6000/crtsavevr.S: New file.
6278         * config/rs6000/crtrestvr.S: New file.
6279         * config/rs6000/t-savresfgpr: Build the above.
6280         * config/rs6000/t-netbsd: Likewise.
6282 2012-04-24  Sriraman Tallam  <tmsriram@google.com>
6284         * libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
6286 2012-04-24  Sriraman Tallam  <tmsriram@google.com>
6288         * libgcc/config/i386/i386-cpuinfo.c: New file.
6289         * libgcc/config/i386/t-cpuinfo: New file.
6290         * libgcc/config.host: Include t-cpuinfo.
6291         * libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
6293 2012-04-24  Chao-ying Fu  <fu@mips.com>
6295         * unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
6297 2012-04-20  Thomas Schwinge  <thomas@codesourcery.com>
6299         struct siginfo vs. siginfo_t
6301         * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
6302         siginfo_t instead of struct siginfo.
6303         * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
6304         * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
6305         * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
6306         (ia64_handle_unwabi): Likewise.
6307         * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
6308         * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
6309         * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
6310         (sh_fallback_frame_state): Likewise.
6311         * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
6312         * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
6314 2012-04-02  H.J. Lu  <hongjiu.lu@intel.com>
6316         * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
6317         system call number.
6319 2012-03-31  Eric Botcazou  <ebotcazou@adacore.com>
6321         * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
6322         if it hasn't been previously saved.
6324 2012-03-29  H.J. Lu  <hongjiu.lu@intel.com>
6326         * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
6327         only for glibc.
6329 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
6331         PR target/52737
6332         * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
6333         instead of __AVR_HAVE_8BIT_SP__.
6335 2012-03-26  Tristan Gingold  <gingold@adacore.com>
6337         * config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
6338         (unw_table_entry): Use unw_word instead of unsigned long.
6339         (_Unwind_FindTableEntry): Likewise.
6340         * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
6341         * config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
6342         (_Unwind_FindTableEntry): Likewise.
6343         * config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
6344         (unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
6345         (set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
6346         (ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
6347         (ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
6348         (uw_frame_state_for, uw_update_reg_address, uw_update_context)
6349         (uw_init_context_1, uw_install_context): Likewise.
6350         (unw_word): Move to unwind-ia64.h
6352 2012-03-26  Tristan Gingold  <gingold@adacore.com>
6354         * config/vms/vms-ucrt0.c: Update copyright years.
6355         Add a sanity check.
6356         (___gcc_main_flags): Declare.
6357         (__main): Check flags to remap argv and exit code.
6358         * config.host (*-*-*vms*): Adjust extra_parts.
6359         * config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
6360         (crt0.o): Add.
6362 2012-03-22  Richard Earnshaw  <rearnsha@arm.com>
6364         * arm/lib1funcs.asm (ctzsi2): New function.
6365         * arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
6366         * arm/t-linux (LIB1ASMFUNCS): Likewise.
6367         * arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
6368         * arm/t-symbian (LIB1ASMFUNCS): Likewise.
6369         * arm/t-vxworks (LIB1ASMFUNCS): Likewise.
6370         * arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
6372 2012-03-21  Andreas Tobler  <andreast@fgznet.ch>
6374         * config.host: Add bits to support powerpc64-*-freebsd*.
6375         * config/rs6000/freebsd-unwind.h: New file.
6376         * config/rs6000/t-freebsd64: New file.
6378 2012-03-20  Richard Guenther  <rguenther@suse.de>
6380         PR gcov-profile/52627
6381         * libgcov.c (init_mx): Fix mutex name.
6383 2012-03-16  Tristan Gingold  <gingold@adacore.com>
6385         * config/ia64/vms-unwind.h: Remove ulong (and replace
6386         it by unw_reg where used).  Define unw_reg with __int64.
6388 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6390         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
6391         Solaris 8 handling.
6392         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
6393         Solaris 8 handling.
6394         (sparc_is_sighandler): Likewise.
6396 2012-03-13  H.J. Lu  <hongjiu.lu@intel.com>
6398         * unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
6399         <= saved reg size.
6401 2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6403         * config/arm/crtn.S: Fix typo.
6405 2012-03-13  Richard Guenther  <rguenther@suse.de>
6407         * libgcov.c: Remove stdio.h include and NULL un-define.
6409 2012-03-13  Richard Guenther  <rguenther@suse.de>
6411         PR target/52569
6412         * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
6414 2012-03-13  Richard Guenther  <rguenther@suse.de>
6416         * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
6418 2012-03-13  Richard Guenther  <rguenther@suse.de>
6420         * gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
6421         and __gthread_mutex_init_function definitions.
6423 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6425         * config.host (mips*-*-openbsd*): Remove.
6427 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6429         * config.host: Remove alpha*-dec-osf5.1* handling.
6430         * config/alpha/gthr-posix.c: Remove.
6431         * config/alpha/libgcc-osf5.ver: Remove.
6432         * config/alpha/osf5-unwind.h: Remove.
6433         * config/alpha/t-osf-pthread: Remove.
6434         * config/alpha/t-slibgcc-osf: Remove.
6435         * config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
6436         * gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
6437         [__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
6438         * mkmap-flat.awk: Remove osf_export handling.
6440 2012-03-12  Richard Guenther  <rguenther@suse.de>
6442         * gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
6443         * gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
6444         (__gthread_mutex_init_function): New function.
6445         * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
6447         PR gcov/49484
6448         * libgcov.c: Include gthr.h.
6449         (__gcov_flush_mx): New global variable.
6450         (init_mx, init_mx_once): New functions.
6451         (__gcov_flush): Protect self with a mutex.
6452         (__gcov_fork): Re-initialize mutex after forking.
6453         * unwind-dw2-fde.c: Change condition under which to use
6454         __GTHREAD_MUTEX_INIT_FUNCTION.
6456 2012-03-12  Tristan Gingold  <gingold@adacore.com>
6458         * config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
6459         * config/ia64/t-vms: Likewise.
6461 2012-03-11  Michael Hope  <michael.hope@linaro.org>
6463         * longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
6464         for Thumb-2.
6466 2012-03-07  Walter Lee  <walt@tilera.com>
6468         * config/tilepro/atomic.c: Rename "atomic_" prefix to
6469         "arch_atomic_".
6470         (atomic_xor): Rename and move definition to
6471         config/tilepro/atomic.h.
6472         (atomic_nand): Ditto.
6473         * config/tilepro/atomic.h: Rename "atomic_" prefix to
6474         "arch_atomic_".
6475         (arch_atomic_xor): Move from config/tilepro/atomic.c.
6476         (arch_atomic_nand): Ditto.
6478 2012-03-07  Georg-Johann Lay  <avr@gjlay.de>
6480         PR target/52507
6481         * config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
6483 2012-03-07  Georg-Johann Lay  <avr@gjlay.de>
6485         PR target/52505
6486         * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
6487         from RAM.
6489 2012-03-07  Georg-Johann Lay  <avr@gjlay.de>
6491         PR target/52461
6492         PR target/52508
6493         * config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
6494         if RAMPZ affects reading from RAM.
6495         (__tablejump_elpm__): Ditto.
6496         (.xload): Ditto.
6497         (__movmemx_hi): Ditto.
6498         (__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
6499         (__do_global_dtors): Ditto.
6500         (__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
6501         (__movmemx_hi): Ditto.
6503 2012-03-05  Richard Henderson  <rth@redhat.com>
6505         * longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
6506         [ARM] (count_trailing_zeros): Use the builtin.
6508 2012-03-01  Kai Tietz  <ktietz@redhat.com>
6510         * soft-fp: Imported from glibc upstream.
6512 2012-02-28  Kai Tietz  <ktietz@redhat.com>
6514         * config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
6515         for mingw-targets as attribute gcc_struct.
6517 2012-02-28  Ian Lance Taylor  <iant@google.com>
6519         * generic-morestack.c (__splitstack_releasecontext): Correct call
6520         to __morestack_release_segments.
6522 2012-02-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6524         PR target/52390
6525         * generic-morestack.c (__generic_morestack_set_initial_sp): Test
6526         for __linux__ when removing signals from __morestack_fullmask.
6528 2012-02-23  Georg-Johann Lay  <avr@gjlay.de>
6530         PR target/52261
6531         * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
6533 2012-02-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6535         * config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
6536         instead of HAVE_INITFINI_ARRAY.
6537         * config/ia64/crtend.S: Likewise.
6539 2012-02-20  Kai Tietz  <ktietz@redhat.com>
6541         PR libstdc++/52300
6542         * gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
6544         * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
6545         to w32-unwind.h header.
6547 2012-02-19  Richard Sandiford  <rdsandiford@googlemail.com>
6549         * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
6550         (mips*-*-linux*): Remove t-slibgcc-libgcc.
6551         * config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
6552         * config/mips/mips16.S (__mips16_rdhwr): Delete.
6554 2012-02-19  Richard Sandiford  <rdsandiford@googlemail.com>
6556         * config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
6558 2012-02-15  Iain Sandoe  <iains@gcc.gnu.org>
6560         PR libitm/52220
6561         * config/darwin-crt-tm.c: Correct typo.
6563 2012-02-15  Iain Sandoe  <iains@gcc.gnu.org>
6564             Patrick Marlier  <patrick.marlier@gmail.com>
6566         PR libitm/52220
6567         * config/darwin-crt-tm.c: Generate dummy functions.
6569 2012-02-15  Iain Sandoe  <iains@gcc.gnu.org>
6570             Patrick Marlier  <patrick.marlier@gmail.com>
6572         PR libitm/52042
6573         * config/darwin-crt-tm.c (getTMCloneTable): New function.
6574         (__doTMRegistrations): Call it.
6575         (__doTMdeRegistrations): Likewise.
6577 2012-01-15  Georg-Johann Lay  <avr@gjlay.de>
6578             Anatoly Sokolov  <aesok@post.ru>
6579             Eric Weddington  <eric.weddington@atmel.com>
6581         PR target/52261
6582         * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
6583         (__epilogue_restores__): Ditto.
6585 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
6587         PR target/51921
6588         PR target/52205
6589         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
6590         Solaris 11 and slightly reformat.
6591         (sparc_is_sighandler): Likewise.
6593 2012-02-14  Walter Lee  <walt@tilera.com>
6595         * config.host: Handle tilegx and tilepro.
6596         * config/tilegx/sfp-machine.h: New file.
6597         * config/tilegx/sfp-machine32.h: New file.
6598         * config/tilegx/sfp-machine64.h: New file.
6599         * config/tilegx/t-crtstuff: New file.
6600         * config/tilegx/t-softfp: New file.
6601         * config/tilegx/t-tilegx: New file.
6602         * config/tilepro/atomic.c: New file.
6603         * config/tilepro/atomic.h: New file.
6604         * config/tilepro/linux-unwind.h: New file.
6605         * config/tilepro/sfp-machine.h: New file.
6606         * config/tilepro/softdivide.c: New file.
6607         * config/tilepro/softmpy.S: New file.
6608         * config/tilepro/t-crtstuff: New file.
6609         * config/tilepro/t-tilepro: New file.
6611 2012-02-07  Jonathan Wakely  <jwakely.gcc@gmail.com>
6613         PR libstdc++/51296
6614         PR libstdc++/51906
6615         * gthr-posix.h: Allow static initializer macros to be disabled.
6616         (__gthrw_pthread_cond_init): Define weak reference unconditionally.
6618 2012-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
6620         * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
6621         Add t-slibgcc-libgcc to tmake_file.
6622         * config/mips/libgcc-mips16.ver: Revert previous patch.
6623         * config/mips/mips16.S (__mips16_rdhwr): Hide.
6625 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
6626             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
6628         * config.host: Add National Semiconductor CR16 target (cr16-*-*).
6629         * config/cr16/crti.S: New file.
6630         * config/cr16/crtlibid.S: New file.
6631         * config/cr16/crtn.S: New file.
6632         * config/cr16/lib1funcs.S: New file.
6633         * config/cr16/t-cr16: New file.
6634         * config/cr16/t-crtlibid: New file.
6635         * config/cr16/unwind-dw2.h: New file.
6636         * config/cr16/unwind-cr16.c: New file.
6637         * config/cr16/divmodhi3.c: New file.
6639 2012-01-25  Alan Modra  <amodra@gmail.com>
6641         * config/rs6000/t-linux64: Delete.  Move..
6642         * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
6643         * config/rs6000/t-linux: ..and libgcc flags to here.
6645 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
6647         * config.host (i[34567]86-*-interix3*):
6648         Change triplet to i[34567]86-*-interix[3-9]*.
6649         * configure: Regenerate.
6651 2012-01-15  Chung-Lin Tang  <cltang@codesourcery.com>
6652             Richard Sandiford  <rdsandiford@googlemail.com>
6654         * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
6655         * config/mips/mips16.S (__mips16_rdhwr): New function.
6656         * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
6658 2012-01-11  Nathan Sidwell  <nathan@acm.org>
6660         * libgcov.c (__gcov_init): Ignore objects with no functions.
6662 2012-01-10  Georg-Johann Lay  <avr@gjlay.de>
6664         PR target/49868
6665         Extend __pgmx semantics to linearize memory.
6666         * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
6667         * config/avr/lib1funcs.S (__xload_1): New function.
6668         (__movmemx_qi, __movmemx_hi): New functions.
6669         (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
6670         semantics.
6672 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
6674         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
6675         purported sigacthandler address isn't null before dereferencing it.
6676         (sparc_is_sighandler): Likewise.
6678 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
6680         PR ada/41929
6681         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
6682         add CFA.  Revert back to old code for Solaris 8+ multi-threaded.
6683         (sparc_is_sighandler): Likewise.
6684         (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
6686 2012-01-06  Tristan Gingold  <gingold@adacore.com>
6688         * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
6689         compatibility thunks...
6690         (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
6691         (crtbeginS.o, crtendS.o): ... and these to ...
6692         * config/ia64/t-ia64-elf: ... this new file.
6693         * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
6694         (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
6696 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6698         * configure: Regenerate.
6699         * config/s390/t-crtstuff: Remove -fPIC.
6701 2012-01-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
6703         PR bootstrap/51006
6704         * enable-execute-stack-mprotect.c (getpagesize): Do not define
6705         for NetBSD.
6707 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
6709         PR target/51345
6710         * config/avr/lib1funcs.S: Remove FIXME comments.
6711         (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
6713 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
6715         Implement light-weight DImode support.
6716         * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
6717         _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
6718         * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
6719         __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
6721 2011-12-30  Nathan Sidwell  <nathan@acm.org>
6723         * libgcov.c (gcov_crc32): Remove global var.
6724         (free_fn_data): New function.
6725         (buffer_fn_data): Pass in filename, more robust error recovery.
6726         (crc32_unsigned): New function.
6727         (gcov_exit): More robust detection of new program. More robust
6728         error recovery.
6729         (__gcov_init): Do not update program's crc here.
6731 2011-12-21  Tristan Gingold  <gingold@adacore.com>
6733         * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
6735 2011-12-21  Ian Lance Taylor  <iant@google.com>
6737         * config/i386/morestack.S: Simplify CFI opcodes throughout.
6739 2011-12-20  Ian Lance Taylor  <iant@google.com>
6741         * config/i386/morestack.S (__morestack_non_split): If there is
6742         enough stack space already, don't split.  Ask for more stack space
6743         than we required.
6745 2011-12-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6747         * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
6748         `sys/sdt.h'.
6749         (_Unwind_DebugHook): New function.
6750         (uw_restore_core_regs): New define.
6751         (unwind_phase2): Use uw_restore_core_regs instead of
6752         restore_core_regs.
6753         (unwind_phase2_forced): Likewise.
6754         (__gnu_Unwind_Resume): Likewise.
6756 2011-12-20  Uros Bizjak  <ubizjak@gmail.com>
6758         * config/alpha/linux-unwind.h: Update copyright years.
6759         (MD_FROB_UPDATE_CONTEXT): New define.
6760         (alpha_frob_update_context): New function.
6762 2011-12-17  Richard Sandiford  <rdsandiford@googlemail.com>
6764         * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
6765         tmake_file rather replacing it.
6767 2011-12-15  Iain Sandoe  <iains@gcc.gnu.org>
6769         * config/rs6000/darwin-world.S (toplevel): Make it clear that this
6770         function is not used for PPC64.
6771         (save_world): Amend comments.  Update the VRsave mask to reflect the
6772         saved regs.
6773         (rest_world): Update comments, do not  clobber r10, do not use r8.
6774         (eh_rest_world_r10): Amend comments, do not use r8.
6775         (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
6776         no longer used, move restore of CR and target address to the end of
6777         the routine.
6779 2011-12-14  H.J. Lu  <hongjiu.lu@intel.com>
6781         * generic-morestack.c (__generic_morestack_set_initial_sp): Check
6782         __GLIBC__ instead of __linux__ when using __SIGRTMIN.
6784 2011-12-14  Georg-Johann Lay  <avr@gjlay.de>
6786         PR target/49313
6787         * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
6788         * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
6790 2011-12-11  Eric Botcazou  <ebotcazou@adacore.com>
6792         * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
6794 2011-12-09  Georg-Johann Lay  <avr@gjlay.de>
6796         PR target/49313
6797         * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
6798         * config/avr/lib1funcs.S (__muldi3): New function.
6800 2011-12-06  Andrew Pinski  <apinski@cavium.com>
6802         * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
6803         size of func_ptr.
6804         (__frame_dummy_init_array_entry): Likewise.
6806 2011-12-06  Georg-Johann Lay  <avr@gjlay.de>
6808         Forward-port from gcc-4_6-branch r181936 2011-12-02.
6810         PR target/51345
6811         PR target/51002
6812         * config/avr/lib1funcs.S (__prologue_saves__,
6813         __epilogue_restores__, __divdi3_moddi3): Enclose parts using
6814         __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__).  Add FIXME comments.
6816 2011-12-04  Iain Sandoe  <iains@gcc.gnu.org>
6818         * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
6820 2011-11-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6822         PR other/51272
6823         * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
6824         (_ITM_deregisterTMCloneTable): Likewise.
6825         (__register_frame_info): Fix unused warning.
6826         (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
6827         pthread_default_stacksize_np): Likewise.
6828         * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
6830 2011-11-29  DJ Delorie  <dj@redhat.com>
6832         * config.host (rl78-*-elf): New case.
6833         * config/rl78: New directory for the Renesas RL78.
6835 2011-11-29  Bernd Schmidt  <bernds@codesourcery.com>
6837         * config.host (tic6x-*-uclinux): Append to extra_parts.  Fix
6838         formatting.
6840 2011-11-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6842         PR other/51022
6843         * config/rs6000/t-savresfgpr: New file.
6844         * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
6845         $(srcdir)/config/rs6000/eabi.S.
6846         * config/rs6000/t-ppccomm-ldbl: Remove.
6847         * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
6848         tmake_file.
6849         (powerpc-*-eabispe*): Likewise.
6850         (powerpc-*-eabi*): Likewise.
6851         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
6852         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
6853         to tmake_file, remove rs6000/t-ppccomm-ldbl.
6854         (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
6855         tmake_file.
6856         (powerpc-*-eabisim*): Likewise.
6857         (powerpc-*-elf*): Likewise.
6858         (powerpc-*-eabialtivec*): Likewise.
6859         (powerpc-xilinx-eabi*): Likewise.
6860         (powerpc-*-rtems*): Likewise.
6861         (powerpcle-*-elf*): Likewise.
6862         (powerpcle-*-eabisim*): Likewise.
6863         (powerpcle-*-eabi*): Likewise.
6865 2011-11-27  Ian Lance Taylor  <iant@google.com>
6867         * generic-morestack.c (__splitstack_find): Check for NULL old
6868         stack value.
6869         (__splitstack_resetcontext): New function.
6870         (__splitstack_releasecontext): New function.
6871         * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
6873 2011-11-27  Iain Sandoe  <iains@gcc.gnu.org>
6875         * config/darwin-crt-tm.c: Correct comments, use correct licence.
6877 2011-11-27  Iain Sandoe  <iains@gcc.gnu.org>
6879         * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
6881 2011-11-26  Richard Henderson  <rth@redhat.com>
6883         * config/m68k/linux-atomic.c: New file.
6884         * config/m68k/t-linux: New file.
6885         * config.host (m68k-uclinux, m68k-linux): Use it.
6887 2011-11-26  Richard Henderson  <rth@redhat.com>
6889         * crtstuff.c (__TMC_LIST__): Mark used not unused.
6890         (__TMC_END__): Only declare if hidden is available; in the definition,
6891         if hidden is unavailable add a null record.
6892         (deregister_tm_clones, register_tm_clones): New.
6893         (__do_global_dtors_aux, frame_dummy): Use them.
6894         (__do_global_dtors, __do_global_ctors_1): Likewise.
6896 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
6898         * config/darwin-crt-tm.c: New file.
6899         * config.host (darwin): Build crttms.o crttme.o to provide
6900         startup and shutdown for tm clones.
6901         * config/t-darwin (crttms.o): New build rule.
6902         (crttme.o): Likewise.
6904 2011-11-21  Hans-Peter Nilsson  <hp@axis.com>
6906         * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
6907         et al.
6909 2011-11-21  Richard Henderson  <rth@redhat.com>
6911         * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
6912         (__TMC_LIST__, __TMC_END__): New.
6913         (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
6914         (__do_global_dtors): Likewise.
6915         (frame_dummy): Call _ITM_registerTMCloneTable.
6916         (__do_global_ctors_1): Likewise.
6918 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6920         * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
6921         (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
6922         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
6923         (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
6924         * config/i386/t-darwin64: Remove.
6925         * config/sh/t-netbsd (LIB2ADD): Remove.
6927 2011-11-21  Georg-Johann Lay  <avr@gjlay.de>
6929         PR target/49313
6930         * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
6931         (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
6932         * config/avr/lib1funcs.S (wmov): New assembler macro.
6933         (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
6934         (__moddi3, __divdi3, __divdi3_moddi3): New functions.
6935         (__udivmod64): New function.
6936         (__negdi2): New function.
6938 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
6940         * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
6941         *-*-freebsd*aout*): Remove.
6943 2011-11-20  Hans-Peter Nilsson  <hp@axis.com>
6945         * static-object.mk (c_flags-$o): Save c_flags.
6946         ($(base)$(objext)): Use it.
6948 2011-11-18  Steve Ellcey  <sje@cup.hp.com>
6950         * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
6952 2011-11-18  Georg-Johann Lay  <avr@gjlay.de>
6954         PR target/49868
6955         * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
6956         * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
6957         New functions.
6959 2011-11-16  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6961         * config/arm/lib1funcs.asm (udivsi3): Add support for divide
6962         functions.
6963         (aeabi_uidivmod): Likewise.
6964         (umodsi3): Likewise.
6965         (divsi3): Likewise.
6966         (aeabi_idivmod): Likewise.
6967         (modsi3): Likewise.
6969 2011-11-16  Tristan Gingold  <gingold@adacore.com>
6971         * config/alpha/qrnnd.S: Use specific pseudos for VMS.
6973 2011-11-15  Georg-Johann Lay  <avr@gjlay.de>
6975         PR target/49868
6976         * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3,  _load_4.
6977         * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
6979 2011-11-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6981         * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
6982         tmake_file list.
6983         * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
6984         * config/pa/t-stublib64: Delete.
6986 2011-11-12  Richard Henderson  <rth@redhat.com>
6988         * config/rs6000/linux-unwind.h (frob_update_context): Properly
6989         cast the pointer argument to _Unwind_SetGRPtr.
6991 2011-11-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6993         * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
6995 2011-11-09  Ian Lance Taylor  <iant@google.com>
6997         * generic-morestack.c: Include <string.h>.
6998         (uintptr_type): Define.
6999         (struct initial_sp): Add dont_block_signals field.  Reduce size of
7000         extra array by 1.
7001         (allocate_segment): Set prev field to NULL.  Don't set
7002         __morestack_current_segment or __morestack_segments.
7003         (__generic_morestack): Update current->prev and *pp after calling
7004         allocate_segment.
7005         (__morestack_block_signals): Don't do anything if
7006         dont_block_signals is set.
7007         (__morestack_unblock_signals): Likewise.
7008         (__generic_findstack): Check for initial_sp == NULL.  Add casts to
7009         uintptr_type.
7010         (__splitstack_block_signals): New function.
7011         (enum __splitstack_content_offsets): Define.
7012         (__splitstack_getcontext, __splitstack_setcontext): New functions.
7013         (__splitstack_makecontext): New function.
7014         (__splitstack_block_signals_context): New function.
7015         (__splitstack_find_context): New function.
7016         * config/i386/morestack.S (__morestack_get_guard): New function.
7017         (__morestack_set_guard, __morestack_make_guard): New functions.
7018         * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
7020 2011-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7022         * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
7023         (i[34567]86-*-mingw*): ... here.
7024         (x86_64-*-mingw*): ... here.
7026 2011-11-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7028         * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
7030 2011-11-07  Nathan Sidwell  <nathan@acm.org>
7032         * libgcov.c (struct gcov_fn_buffer): New struct.
7033         (buffer_fn_data): New helper.
7034         (gcov_exit): Rework for new gcov data structures.
7036 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
7038         PR target/49313
7039         * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
7041 2011-11-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7043         * config.host (tmake_file): Correct comment.
7044         (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
7045         t-libgcc-pic.
7046         (bfin*-uclinux*): Likewise.
7047         (bfin*-linux-uclibc*): Likewise.
7048         (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
7050         * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
7051         assigning.
7052         * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7053         * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
7054         * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7055         * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
7056         * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7057         * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
7058         * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
7059         * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
7060         * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
7061         * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
7062         * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
7063         * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
7064         * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
7066         * config/bfin/t-elf: Remove.
7067         * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
7069 2011-11-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7071         * config.host (*-*-rtems*): Add t-rtems to tmake_file.
7072         (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
7073         (lm32-*-elf*, lm32-*-rtems*): Split into ...
7074         (lm32-*-elf*): ... this.
7075         (lm32-*-rtems*): ... and this.
7076         Add to tmake_file.
7077         (m32r-*-rtems*): Add to tmake_file.
7078         (moxie-*-rtems*): Likewise.
7079         (sparc-*-rtems*): Likewise.
7080         Remove t-rtems from tmake_file.
7081         (sparc64-*-rtems*): Likewise.
7082         * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
7083         instead.
7085 2011-11-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7087         PR bootstrap/50982
7088         * config/gthr-posix.h: Move ...
7089         * gthr-posix.h: ... here.
7090         * config/gthr-lynx.h: Reflect this.
7091         * config/gthr-vxworks.h: Likewise.
7092         * config/rs6000/gthr-aix.h: Likewise.
7093         * configure.ac (target_thread_file): Likewise.
7094         * configure: Regenerate.
7096 2011-11-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7098         * config.host (arm*-*-rtemseabi*): New target.
7100 2011-11-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7102         PR other/50991
7103         * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
7104         extra-parts.
7106 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
7108         * config.host (epiphany-*-elf*): New configuration.
7109         * config/epiphany: New Directory.
7111 2011-11-05  Ralf Corsépius  <ralf.corsepius@rtems.org>
7113         * config.host (avr-*-rtems*): Add config/avr/t-rtems.
7114         * config/avr/t-rtems: New.
7115         Filter out _exit from LIB1ASMFUNCS.
7117 2011-11-04  David S. Miller  <davem@davemloft.net>
7119         * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
7120         * configure: Rebuild.
7122 2011-11-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7124         * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
7125         variable.
7127 2011-11-04  Georg-Johann Lay  <avr@gjlay.de>
7129         PR target/50931
7130         * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
7131         * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
7133 2011-11-04  Joel Sherrill  <joel.sherrill@oarcorp.com>
7135         PR target/50989
7136         * config.host (sparc-*-rtems*): Add sparc/t-softmul.
7138 2011-11-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7140         * config/c6x/t-elf (LIB2ADDEH): Set.
7141         * config/c6x/t-c6x-elf: Remove.
7143 2011-11-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7145         * config/i386/sol2-ci.S: Rename to ...
7146         * config/i386/crti.S: ... this.
7147         * config/i386/sol2-cn.S: Rename to ...
7148         * config/i386/crtn.S: ... this.
7149         * config/sparc/sol2-ci.S: Rename to ...
7150         * config/sparc/crti.S: ... this.
7151         * config/sparc/sol2-cn.S: Rename to ...
7152         * config/sparc/crtn.S: ... this.
7153         * config/t-sol2 (CUSTOM_CRTIN): Remove.
7154         (crti.o, crtn.o): Remove.
7156 2011-11-04  Tristan Gingold  <gingold@adacore.com>
7158         * config/ia64/fde-vms.c: Do not include md-unwind-support.h
7160 2011-11-04  Kaz Kojima  <kkojima@gcc.gnu.org>
7162         * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
7164 2011-11-03  Hans-Peter Nilsson  <hp@axis.com>
7166         * config.host (crisv32-*-none, cris-*-none): Remove.
7167         (crisv32-*-elf): Append to tmake_file, don't just set it.
7168         (cris-*-elf): Add missing t-fdpbit to tmake_file.
7170 2011-11-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7172         * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
7173         (ecrtn$(objext)): Likewise.
7174         (ncrti$(objext)): Likewise.
7175         (ncrtn$(objext)): Likewise.
7177 2011-11-03  Andreas Schwab  <schwab@redhat.com>
7179         * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
7181 2011-11-02  David S. Miller  <davem@davemloft.net>
7183         * configure.ac: Set host_address on sparc too.
7184         * configure: Regenerate.
7185         * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
7186         based upon host_address.
7187         * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
7189 2011-11-02  Jason Merrill  <jason@redhat.com>
7191         * config/rs6000/t-ppccomm: Add missing \.
7193 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7195         * gthr-single.h, gthr.h: New files.
7196         * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
7197         config/gthr-vxworks.h, config/i386/gthr-win32.h,
7198         config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
7199         config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
7200         * config/i386/gthr-win32.c: Include "gthr-win32.h".
7201         * configure.ac (thread_header): New variable.
7202         Set it depending on target_thread_file.
7203         (gthr-default.h): Link from $thread_header.
7204         * configure: Regenerate.
7205         * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
7207 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7209         * configure.ac (tm_file_): New variable.
7210         Determine from tm_file.
7211         (tm_file, tm_defines): Substitute.
7212         * configure: Regenerate.
7213         * mkheader.sh: New file.
7214         * Makefile.in (clean): Remove libgcc_tm.h.
7215         ($(objects)): Depend on libgcc_tm.h.
7216         (libgcc_tm_defines, libgcc_tm_file): New variables.
7217         (libgcc_tm.h, libgcc_tm.stamp): New targets.
7218         ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
7219         ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
7220         ($(extra-parts)): Depend on libgcc_tm.h.
7221         * config.host (tm_defines, tm_file): New variable.
7222         (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
7223         (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
7224         (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
7225         (avr-*-rtems*): Likewise.
7226         (avr-*-*): Likewise.
7227         (frv-*-elf): Likewise.
7228         (frv-*-*linux*): Likewise.
7229         (h8300-*-rtems*): Likewise.
7230         (h8300-*-elf*): Likewise.
7231         (i[34567]86-*-darwin*): Likewise.
7232         (x86_64-*-darwin*): Likewise.
7233         (rx-*-elf): Likewise.
7234         (tic6x-*-uclinux): Likewise.
7235         (tic6x-*-elf): Likewise.
7236         (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
7237         * config/alpha/gthr-posix.c: Include libgcc_tm.h.
7238         * config/i386/cygming-crtbegin.c: Likewise.
7239         * config/i386/cygming-crtend.c: Likewise.
7240         * config/ia64/fde-vms.c: Likewise.
7241         * config/ia64/unwind-ia64.c: Likewise.
7242         * config/libbid/bid_gcc_intrinsics.h: Likewise.
7243         * config/rs6000/darwin-fallback.c: Likewise.
7244         * config/stormy16/lib2funcs.c: Likewise.
7245         * config/xtensa/unwind-dw2-xtensa.c: Likewise.
7246         * crtstuff.c: Likewise.
7247         * dfp-bit.h: Likewise.
7248         * emutls.c: Likewise.
7249         * fixed-bit.c: Likewise.
7250         * fp-bit.c: Likewise.
7251         * generic-morestack-thread.c: Likewise.
7252         * generic-morestack.c: Likewise.
7253         * libgcc2.c: Likewise.
7254         * libgcov.c: Likewise.
7255         * unwind-dw2-fde-dip.c: Likewise.
7256         * unwind-dw2-fde.c: Likewise.
7257         * unwind-dw2.c: Likewise.
7258         * unwind-sjlj.c: Likewise.
7260 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7262         * configure.ac: Include ../config/picflag.m4.
7263         (GCC_PICFLAG): Call it.
7264         Substitute.
7265         * configure: Regenerate.
7266         * Makefile.in (gcc_srcdir): Remove.
7267         (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
7268         (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
7269         (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
7270         ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
7271         ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
7272         Use $<.
7273         Remove comment.
7274         * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
7275         * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
7276         to refer to libgcc2.c.
7277         Use $<.
7278         * config/darwin-64.c: New file.
7279         * config/darwin-crt3.c: Remove comment.
7280         * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
7281         config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
7282         config/udivmodsi4.c: New files.
7283         * config/memcmp.c, config/memcpy.c, config/memmove.c,
7284         config/memset.c: New files.
7285         * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
7286         * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
7287         * config/t-freebsd-thread, config/t-libgcc-pic: New files.
7288         * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
7289         * config/t-openbsd-thread: New file.
7290         * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
7291         * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
7292         * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
7293         * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
7294         qrnnd.S.
7295         Adapt filename.
7296         * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
7297         to refer to gthr-posix.c.
7298         * config/alpha/t-vms (LIB2ADD): Set.
7299         * config/alpha/vms-gcc_shell_handler.c: New file.
7300         * config/arm/bpabi.c, config/arm/fp16.c,
7301         config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
7302         config/arm/unaligned-funcs.c: New files.
7303         * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
7304         * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
7305         * config/arm/t-linux: Likewise.
7306         * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
7307         * config/arm/t-netbsd: New file.
7308         * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
7309         * config/arm/t-symbian (LIB2ADD_ST): Set.
7310         * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
7311         * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7312         * config/bfin/t-elf: New file.
7313         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
7314         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
7315         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
7316         config/c6x/ltf.c: New files.
7317         * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
7318         (HOST_LIBGCC2_CFLAGS): Set.
7319         * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
7320         (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7321         * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
7322         New files.
7323         * config/cris/t-elfmulti (LIB2ADD_ST): Set.
7324         * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
7325         * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
7326         config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
7327         config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
7328         files.
7329         * config/frv/t-frv (LIB2ADD): Set.
7330         * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7331         * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
7332         config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
7333         config/h8300/popcounthi2.c: New files.
7334         * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
7335         * config/i386/gthr-win32.c: New file.
7336         * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
7337         * config/i386/t-cygwin: Likewise.
7338         * config/i386/t-darwin, config/i386/t-darwin64,
7339         config/i386/t-gthr-win32, config/i386/t-interix: New files.
7340         * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
7341         (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7342         * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7343         * config/ia64/quadlib.c: New file.
7344         * config/ia64/t-hpux (LIB2ADD): Set.
7345         * config/ia64/t-ia64: Add comment.
7346         * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
7347         * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7348         (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
7349         * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
7350         * config/m32c/t-m32c (LIB2ADD): Set.
7351         * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
7352         * config/m32r/t-m32r: Likewise.
7353         * config/m68k/fpgnulib.c: New file.
7354         * config/m68k/t-floatlib (LIB2ADD): Set.
7355         (xfgnulib.c): New target.
7356         * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
7357         * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
7358         * config/mep/t-mep (LIB2ADD): Set.
7359         * config/microblaze/divsi3.asm: Rename to divsi3.S.
7360         * config/microblaze/moddi3.asm: Rename to moddi3.S.
7361         * config/microblaze/modsi3.asm: Rename to modsi3.S.
7362         * config/microblaze/muldi3_hard.asm: Rename to hard.S.
7363         * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
7364         * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
7365         * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
7366         * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
7367         * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
7368         * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
7369         New files.
7370         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
7371         * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
7372         * config/pa/fptr.c, config/pa/lib2funcs.S,
7373         config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
7374         * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
7375         (LIB2ADD, LIB2ADD_ST): Set.
7376         * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
7377         * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
7378         Set.
7379         * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
7380         * config/pdp11/t-pdp11: New file.
7381         * config/picochip/libgccExtras/adddi3.S,
7382         config/picochip/libgccExtras/ashlsi3.S,
7383         config/picochip/libgccExtras/ashrsi3.S,
7384         config/picochip/libgccExtras/clzsi2.S,
7385         config/picochip/libgccExtras/cmpsi2.S,
7386         config/picochip/libgccExtras/divmod15.S,
7387         config/picochip/libgccExtras/divmodhi4.S,
7388         config/picochip/libgccExtras/divmodsi4.S,
7389         config/picochip/libgccExtras/lshrsi3.S,
7390         config/picochip/libgccExtras/parityhi2.S,
7391         config/picochip/libgccExtras/popcounthi2.S,
7392         config/picochip/libgccExtras/subdi3.S,
7393         config/picochip/libgccExtras/ucmpsi2.S,
7394         config/picochip/libgccExtras/udivmodhi4.S,
7395         config/picochip/libgccExtras/udivmodsi4.S: New files.
7396         * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
7397         (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
7398         * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
7399         config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
7400         config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
7401         config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
7402         config/rs6000/darwin-gpsave.S,  config/rs6000/darwin-tramp.S,
7403         config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
7404         files.
7405         * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
7406         (HOST_LIBGCC2_CFLAGS): Set.
7407         * config/rs6000/t-darwin64: New file.
7408         * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
7409         * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
7410         * config/rs6000/t-ppccomm (LIB2ADD): Add
7411         $(srcdir)/config/rs6000/tramp.S.
7412         (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
7413         Add  $(srcdir)/config/rs6000/eabi.S.
7414         (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
7415         (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
7416         (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
7417         (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
7418         (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
7419         (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
7420         * config/rs6000/tramp.S: New file.
7421         * config/s390/t-tpf: Remove.
7422         * config/sh/linux-atomic.S: New file.
7423         * config/sh/t-linux (LIB2ADD): Set.
7424         (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
7425         * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
7426         * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
7427         to unwind-dw2.c.
7428         (HOST_LIBGCC2_CFLAGS): Set.
7429         * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
7430         * config/spu/divmodti4.c, config/spu/divv2df3.c,
7431         config/spu/float_disf.c, config/spu/float_unsdidf.c,
7432         config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
7433         config/spu/mfc_multi_tag_release.c,
7434         config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
7435         config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
7436         config/spu/multi3.c: New files.
7437         * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
7438         (HOST_LIBGCC2_CFLAGS): Set.
7439         * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
7440         config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
7441         config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
7442         config/stormy16/ffshi2.c, config/stormy16/lib2.c,
7443         config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
7444         config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
7445         config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
7446         config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
7447         config/stormy16/umodsi3.c: New files.
7448         * config/xtensa/lib2funcs.S: New file.
7449         * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
7450         * config/xtensa/t-xtensa (LIB2ADD): Set.
7451         * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
7452         (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
7453         Add t-freebsd-thread to tmake_file for posix threads.
7454         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
7455         (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
7456         (*-*-lynxos*): Likewise.
7457         (*-*-netbsd*): Likewise.
7458         (*-*-openbsd*): Likewise.
7459         Add t-openbsd-thread to tmake_file for posix threads.
7460         (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
7461         (*-*-vxworks*): Set tmake_file.
7462         (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
7463         (alpha*-*-freebsd*): Likewise.
7464         (alpha*-*-netbsd*): Likewise.
7465         (alpha*-*-openbsd*): Likewise.
7466         (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
7467         (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
7468         (alpha*-dec-*vms*): Likewise.
7469         (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
7470         (bfin*-elf*): Add bfin/t-elf to tmake_file.
7471         (bfin*-uclinux*): Likewise.
7472         (bfin*-linux-uclibc*): Likewise.
7473         (crisv32-*-elf): Add cris/t-cris to tmake_file.
7474         (crisv32-*-none): Likewise.
7475         (cris-*-elf): Likewise.
7476         (cris-*-none): Likewise.
7477         (cris-*-linux*, crisv32-*-linux*): Likewise.
7478         (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
7479         tmake_file.
7480         (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
7481         tmake_file.
7482         (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
7483         (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
7484         (x86_64-*-elf*): Likewise.
7485         (i[34567]86-*-nto-qnx*): Likewise.
7486         (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
7487         win32 threads.
7488         (x86_64-*-mingw*): Likewise.
7489         (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
7490         (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
7491         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
7492         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
7493         (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
7494         tmake_file.
7495         (mipsisa64sr71k-*-elf*): Likewise.
7496         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
7497         (mips-*-elf*, mipsel-*-elf*): Likewise.
7498         (mips64-*-elf*, mips64el-*-elf*): Likewise.
7499         (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
7500         (mips*-*-rtems*): Likewise.
7501         (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
7502         to tmake_file.
7503         (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
7504         (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
7505         (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
7506         (spu-*-elf*): Likewise.
7507         (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
7509 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7511         * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
7512         $(srcdir) to refer to $(LIB1ASMSRC).
7513         Use $<.
7514         * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
7515         config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
7516         config/arm/lib1funcs.S: New files.
7517         * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
7518         * config/arm/t-arm: New file.
7519         * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
7520         * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
7521         config/arm/t-strongarm-elf: New files.
7522         * config/arm/t-symbian (LIB1ASMFUNCS): Set.
7523         * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
7524         * config/avr/lib1funcs.S: New file.
7525         * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7526         * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
7527         * config/c6x/lib1funcs.S: New file.
7528         * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7529         * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
7530         * config/frv/lib1funcs.S: New file.
7531         * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7532         * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
7533         * config/i386/cygwin.S, config/i386/t-chkstk: New files.
7534         * config/ia64/__divxf3.asm: Rename to ...
7535         * config/ia64/__divxf3.S: ... this.
7536         Adapt lib1funcs.asm filename.
7537         * config/ia64/_fixtfdi.asm: Rename to ...
7538         * config/ia64/_fixtfdi.S: ... this.
7539         Adapt lib1funcs.asm filename.
7540         * config/ia64/_fixunstfdi.asm: Rename to ...
7541         * config/ia64/_fixunstfdi.S: ... this.
7542         Adapt lib1funcs.asm filename.
7543         * config/ia64/_floatditf.asm: Rename to ...
7544         * config/ia64/_floatditf.S: ... this.
7545         Adapt lib1funcs.asm filename.
7546         * config/ia64/lib1funcs.S: New file.
7547         * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
7548         * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7549         * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
7550         * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
7551         * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
7552         * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
7553         * config/mep/lib1funcs.S: New file.
7554         * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7555         * config/mips/mips16.S: New file.
7556         * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7557         * config/pa/milli64.S: New file.
7558         * config/pa/t-linux, config/pa/t-linux64: New files.
7559         * config/picochip/lib1funcs.S: New file.
7560         * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7561         * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
7562         * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
7563         * config/sh/t-netbsd: New file.
7564         * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
7565         Use $(srcdir) to refer to lib1funcs.S, adapt filename.
7566         * config/sh/t-sh64: New file.
7567         * config/sparc/lb1spc.S: New file.
7568         * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
7569         filename.
7570         * config/v850/lib1funcs.S, config/v850/t-v850: New files.
7571         * config/vax/lib1funcs.S, config/vax/t-linux: New files.
7572         * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
7573         config/xtensa/lib1funcs.S: New files.
7574         * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
7575         * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
7576         tmake_file.
7577         (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
7578         (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
7579         (arm*-*-linux*): Likewise.
7580         Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
7581         arm*-*-linux-*eabi, add arm/t-linux otherwise.
7582         (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
7583         (arm*-*-ecos-elf): Likewise.
7584         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
7585         (arm*-*-rtems*): Likewise.
7586         (arm*-*-elf): Likewise.
7587         (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
7588         (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
7589         (bfin*-elf*): Add bfin/t-bfin to tmake_file.
7590         (bfin*-uclinux*): Likewise.
7591         (bfin*-linux-uclibc*): Likewise.
7592         (bfin*-rtems*): Likewise.
7593         (bfin*-*): Likewise.
7594         (fido-*-elf): Merge into m68k-*-elf*.
7595         (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
7596         (frv-*-*linux*): Add frv/t-frv to tmake_file.
7597         (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
7598         (h8300-*-elf*): Likewise.
7599         (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
7600         (hppa*-*-linux*): Add pa/t-linux to tmake_file.
7601         (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
7602         (i[34567]86-*-mingw*): Likewise.
7603         (x86_64-*-mingw*): Likewise.
7604         (i[34567]86-*-interix3*): Likewise.
7605         (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
7606         (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
7607         (m68k-*-elf*): Also handle fido-*-elf.
7608         Add m68k/t-floatlib to tmake_file.
7609         (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
7610         (m68k-*-linux*): Likewise.
7611         (m68k-*-rtems*): Likewise.
7612         (mcore-*-elf): Add mcore/t-mcore to tmake_file.
7613         (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
7614         sh64*-*-*.
7615         (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
7616         Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
7617         (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
7618         (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
7619         sh/t-netbsd to tmake_file.
7620         Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
7621         (sh-*-rtems*): Add sh/t-sh to tmake_file.
7622         (sh-wrs-vxworks): Likewise.
7623         (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
7624         *-leon[3-9]*.
7625         (v850*-*-*): Add v850/t-v850 to tmake_file.
7626         (vax-*-linux*): Add vax/t-linux to tmake_file.
7627         (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
7629 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7631         * crtstuff.c: New file.
7632         * Makefile.in (CRTSTUFF_CFLAGS): Define.
7633         (CRTSTUFF_T_CFLAGS): Define.
7634         (extra-parts, INSTALL_PARTS): Remove conditional assignments.
7635         (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
7636         (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
7637         crtstuff.c.
7638         Use $<.
7639         (crtbeginT.o): Use $(objext).
7640         [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
7641         (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
7642         (gcc-extra-parts): Remove.
7643         * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
7644         Set extra_parts.
7645         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
7646         *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
7647         Add t-crtstuff-pic to tmake_file.
7648         (*-*-lynxos*): New case.
7649         Set tmake_file, extra_parts.
7650         (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
7651         Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
7652         *-*-netbsdelf[2-9]*.
7653         (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
7654         (*-*-rtems*): Set extra_parts.
7655         (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
7656         (*-*-uclinux*): New case.
7657         Set extra_parts.
7658         (*-*-vms*): New case.
7659         Set tmake_file, extra_parts.
7660         (*-*-elf): Set extra_parts.
7661         (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
7662         (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
7663         vms/t-vms64.
7664         Set extra_parts.
7665         (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
7666         Set extra_parts.
7667         (arm*-*-freebsd*): Add t-crtin to tmake_file.
7668         Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
7669         (arm-wrs-vxworks): Append to tmake_file.
7670         Set extra_parts.
7671         (arm*-*-uclinux*): Set extra_parts.
7672         (arm*-*-ecos-elf): Likewise.
7673         (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
7674         arm*-*-eabi*.
7675         (arm*-*-rtems*): Set extra_parts.
7676         (arm*-*-elf): Likewise.
7677         (avr-*-rtems*): Clear extra_parts.
7678         (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
7679         Set extra_parts.
7680         (bfin*-uclinux*): Likewise.
7681         (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
7682         (bfin*-rtems*): Append to tmake_file.
7683         Set extra_parts.
7684         (bfin*-*): Likewise.
7685         (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
7686         (crisv32-*-elf): ... this.
7687         (crisv32-*-none): ... this.
7688         (cris-*-elf, cris-*-none): New cases.
7689         Add cris/t-elfmulti to tmake_file.
7690         (fr30-*-elf): Append to tmake_file.
7691         Set extra_parts.
7692         (frv-*-elf): Append to tmake_file, add frv/t-frv.
7693         Set extra_parts.
7694         (h8300-*-rtems*): Append to tmake_file.
7695         Set extra_parts.
7696         (h8300-*-elf*): Likewise.
7697         (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
7698         Set extra_parts.
7699         (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
7700         Set extra_parts.
7701         (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
7702         (x86_64-*-elf*): Likewise.
7703         (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
7704         (x86_64-*-freebsd*): Likewise.
7705         (x86_64-*-netbsd*): Likewise.
7706         (i[34567]86-*-linux*): Likewise.
7707         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
7708         (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
7709         (x86_64-*-linux*): Likewise.
7710         (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
7711         (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
7712         tmake_file.
7713         Set extra_parts.
7714         (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
7715         (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
7716         Append to extra_parts, remove crtbegin.o, crtend.o.
7717         (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
7718         (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
7719         crtend.o, crtbeginS.o, crtendS.o.
7720         (ia64*-*-linux*): Comment extra_parts.
7721         (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
7722         Set extra_parts.
7723         (iq2000*-*-elf*): Clear extra_parts.
7724         (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
7725         (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
7726         (m32r-*-elf*, m32r-*-rtems*): Split off ...
7727         (m32r-*-rtems*): ... this.
7728         Add m32r/t-m32r to tmake_file.
7729         (m68k-*-elf*): Add t-crtin to tmake_file.
7730         (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
7731         (mcore-*-elf): Likewise.
7732         (microblaze*-*-*): Set extra_parts.
7733         (mips*-sde-elf*): New case.
7734         Set tmake_file, extra_parts.
7735         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
7736         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
7737         (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
7738         tmake_file.
7739         Set extra_parts.
7740         (mipsisa64sr71k-*-elf*): Likewise.
7741         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
7742         (mips-*-elf*, mipsel-*-elf*): Likewise.
7743         (mips64-*-elf*, mips64el-*-elf*): Likewise.
7744         (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
7745         (mips64orion-*-elf*,  mips64orionel-*-elf*): Likewise.
7746         (mips*-*-rtems*): Likewise.
7747         (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
7748         (moxie-*-*): Split into ...
7749         (moxie-*-elf, moxie-*-uclinux*): ... this.
7750         Add to extra_parts, remove crtbegin.o, crtend.o.
7751         (moxie-*-rtems*): New case.
7752         Set tmake_file.
7753         Clear extra_parts.
7754         (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
7755         Set extra_parts.
7756         (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
7757         (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
7758         tmake_file.
7759         Set extra_parts.
7760         (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
7761         rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
7762         Set extra_parts.
7763         (powerpc-*-eabisim*): Likewise.
7764         (powerpc-*-elf*): Likewise.
7765         (powerpc-*-eabialtivec*): Likewise.
7766         (powerpc-xilinx-eabi*): Likewise.
7767         (powerpc-*-eabi*): Likewise.
7768         (powerpc-*-rtems*): Likewise.
7769         (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
7770         tmake_file.
7771         Set extra_parts.
7772         (powerpc-*-lynxos*): Add to tmake_file.
7773         (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
7774         rs6000/t-crtstuff, t-crtstuff-pic.
7775         Set extra_parts.
7776         (powerpcle-*-eabisim*): Likewise.
7777         (powerpcle-*-eabi*): Likewise.
7778         (rx-*-elf): Remove extra_parts.
7779         (s390x-ibm-tpf*): Set extra_parts.
7780         (score-*-elf): Set extra_parts.
7781         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
7782         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
7783         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
7784         (sh64l*-*-netbsd*): Split into ...
7785         (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
7786         Add t-crtstuff-pic to tmake_file.
7787         Set extra_parts.
7788         (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
7789         Set extra_parts.
7790         (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
7791         (sparc-*-elf*): Remove t-crtin from tmake_file.
7792         Add to extra_parts, remove crtbegin.o, crtend.o.
7793         (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
7794         (sparc64-*-linux*): Likewise.
7795         (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
7796         Add to extra_parts, remove crtbegin.o, crtend.o.
7797         (sparc64-*-elf*): Remove t-crtin from tmake_file.
7798         Add to extra_parts, remove crtbegin.o, crtend.o.
7799         (sparc64-*-rtems*): Remove t-crtin from tmake_file.
7800         Add to extra_parts, remove crtbegin.o, crtend.o.
7801         (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
7802         (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
7803         (spu-*-elf*): Add to tmake_file, add spu/t-elf.
7804         Set extra_parts.
7805         (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
7806         Set extra_parts.
7807         (tic6x-*-*): Change to ...
7808         (tic6x-*-elf): ... this.
7809         Set extra_parts.
7810         (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
7811         Set extra_parts.
7812         (am33_2.0-*-linux*): Add comment.
7813         (mep*-*-*): Add mep/t-mep to tmake_file.
7814         Set extra_parts.
7815         * config/alpha/t-vms: New file.
7816         * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
7817         * config/arm/crti.S, config/arm/crtn.S: New files.
7818         * config/bfin/crti.S, config/bfin/crtn.S: New files.
7819         * config/bfin/crtlibid.S: New file.
7820         * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
7821         * config/c6x/crti.S, config/c6x/crtn.S: New files.
7822         * config/c6x/t-elf (CUSTOM_CRTIN): Set.
7823         (crti.o, crtin.o): New rules.
7824         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
7825         * config/c6x/t-uclinux: New file.
7826         * config/cris/t-elfmulti: New file.
7827         * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
7828         * config/fr30/crti.S, config/fr30/crtn.S: New files.
7829         * config/frv/frvbegin.c, config/frv/frvend.c: New files.
7830         * config/frv/t-frv: New file.
7831         * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
7832         * config/h8300/crti.S, config/h8300/crtn.S: New files.
7833         * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
7834         New files.
7835         * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
7836         refer to cygming-crtbegin.c, cygming-crtend.c.
7837         Use $<.
7838         * config/i386/t-nto: New file.
7839         * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
7840         * config/ia64/crti.S, config/ia64/crtn.S: New files.
7841         * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
7842         crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
7843         Use .S extension.
7844         Use $<.
7845         * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
7846         (crtinitS.o): New rule.
7847         * config/ia64/vms-crtinit.S: New file.
7848         * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
7849         * config/m32r/initfini.c: New file.
7850         * config/m32r/t-linux, config/m32r/t-m32r: New files.
7851         * config/m68k/crti.S, config/m68k/crtn.S: New files.
7852         * config/mcore/crti.S, config/mcore/crtn.S: New files.
7853         * config/mep/t-mep: New file.
7854         * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
7855         * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
7856         * config/mips/crti.S, config/mips/crtn.S: New files.
7857         * config/mips/t-crtstuff: New file.
7858         * config/mmix/crti.S, config/mmix/crtn.S: New files.
7859         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
7860         (CUSTOM_CRTIN): Set.
7861         ($(T)crti.o, $(T)crtn.o): Remove $(T),
7862         dependencies.
7863         Use $(srcdir) to refer to crti.S, crtn.S.
7864         Use .S extension, $<.
7865         * config/moxie/crti.asm: Rename to ...
7866         * config/moxie/crti.S: ... this.
7867         * config/moxie/crtn.asm: Rename to ...
7868         * config/moxie/crtn.S: ... this.
7869         * config/moxie/t-moxie: Remove.
7870         * config/pa/stublib.c: New file.
7871         * config/pa/t-stublib, config/pa/t-stublib64: New files.
7872         * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
7873         * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
7874         * config/rs6000/t-crtstuff: New file.
7875         * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
7876         (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
7877         (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
7878         Make output file explicit.
7879         (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
7880         Make output file explicit.
7881         (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
7882         Make output file explicit.
7883         (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
7884         Make output file explicit.
7885         * config/score/crti.S, config/score/crtn.S: New files.
7886         * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
7887         * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
7888         files.
7889         * config/sh/t-sh, config/sh/t-superh: New files.
7890         * config/sparc/t-linux64: New file.
7891         * config/spu/cache.S, config/spu/cachemgr.c: New files.
7892         * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
7893         (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
7894         (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
7895         * config/t-crtin: Remove.
7896         * config/t-crtstuff-pic: New file.
7897         * config/t-sol2 (CUSTOM_CRTIN): Set.
7898         (crti.o, crtn.o): New rules.
7899         * config/vms/t-vms: New file.
7900         * config/vms/vms-ucrt0.c: New file.
7901         * config/xtensa/t-elf: New file.
7903 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7905         * Makefile.in (SHLIB_NM_FLAGS): Set.
7906         * mkmap-flat.awk, mkmap-symver.awk: New files.
7907         * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
7908         exceptions.
7909         * configure: Regenerate.
7910         * config/libgcc-glibc.ver: New file.
7911         * config/libgcc-libsystem.ver: New file.
7912         * config/t-libunwind (SHLIB_LC): Set.
7913         * config/t-linux: New file.
7914         * config/t-slibgcc (INSTALL_SHLIB): New.
7915         (SHLIB_INSTALL): Use it.
7916         * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
7917         to mkmap-symver.awk.
7918         (SHLIB_MAPFILES): Don't append, adapt pathname.
7919         (SHLIB_VERPFX): Set.
7920         * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
7921         to mkmap-symver.awk.
7922         * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
7923         config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
7924         * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
7925         * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
7926         to mkmap-flat.awk.
7927         * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
7928         * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
7929         * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
7930         * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
7931         * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
7932         * config/i386/libgcc-darwin.10.4.ver,
7933         config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
7934         New files.
7935         * config/i386/t-darwin: Remove.
7936         * config/i386/t-darwin64: Likewise.
7937         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
7938         * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
7939         config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
7940         * config/i386/t-linux: New file.
7941         * config/i386/t-mingw32: New file.
7942         * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
7943         * config/ia64/t-glibc: Rename to ...
7944         * config/ia64/t-linux: ... this.
7945         (SHLIB_MAPFILES): Set.
7946         * config/ia64/t-glibc-libunwind: Rename to ...
7947         * config/ia64/t-linux-libunwind: ... this.
7948         * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
7949         * config/ia64/t-slibgcc-hpux: New file.
7950         * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
7951         * config/m68k/t-slibgcc-elf-ver: New file.
7952         * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
7953         * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
7954         to mkmap-flat.awk.
7955         * config/pa/t-slibgcc-hpux: New file.
7956         * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
7957         files.
7958         * config/rs6000/libgcc-darwin.10.4.ver,
7959         config/rs6000/libgcc-darwin.10.5.ver: New files.
7960         * config/rs6000/libgcc-ppc-glibc.ver: Rename to
7961         config/rs6000/libgcc-glibc.ver.
7962         * config/rs6000/libgcc-ppc64.ver: Rename to
7963         config/rs6000/libgcc-ibm-ldouble.ver.
7964         * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
7965         * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
7966         * config/rs6000/t-ldbl128: Rename to ...
7967         * config/rs6000/t-linux: ... this.
7968         (SHLIB_MAPFILES): Adapt filename.
7969         * config/rs6000/t-slibgcc-aix: New file.
7970         * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
7971         * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
7972         libgcc-excl.ver, libgcc-glibc.ver.
7973         (SHLIB_LINK, SHLIB_INSTALL): Remove.
7974         * config/sparc/libgcc-glibc.ver: New file.
7975         * config/sparc/t-linux: New file.
7976         * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
7977         * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
7978         t-slibgcc-elf-ver to tmake_file.
7979         Add t-slibgcc-nolc-override to tmake_file for posix threads on
7980         *-*-freebsd[34].
7981         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
7982         *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
7983         t-slibgcc-elf-ver, t-linux to tmake_file.
7984         (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
7985         tmake_file.
7986         (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
7987         (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
7988         (alpha*-dec-*vms*): Likewise.
7989         (arm*-*-freebsd*): Append to tmake_file.
7990         (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
7991         (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
7992         arm*-*-linux-*eabi.
7993         (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
7994         tmake_file for arm*-*-symbianelf*.
7995         (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
7996         (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
7997         cris/t-linux.
7998         (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
7999         (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
8000         pa/t-slibgcc-dwarf-ver to tmake_file.
8001         (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
8002         pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
8003         (hppa*64*-*-hpux11*): Likewise.
8004         (hppa[12]*-*-hpux11*): Likewise.
8005         (x86_64-*-darwin*): Don't override tmake_file, but only keep
8006         i386/t-crtpc, i386/t-crtfm.
8007         (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
8008         Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
8009         to tmake_file.
8010         Add i386/t-cygwin to tmake_file.
8011         Prepent i386/t-mingw-pthread to tmake_file for posix threads.
8012         (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
8013         Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
8014         to tmake_file.
8015         Add i386/t-mingw32 to tmake_file.
8016         (x86_64-*-mingw*): Likewise.
8017         (ia64*-*-freebsd*): Append to tmake_file.
8018         (ia64*-*-linux*): Append to tmake_file.
8019         Replace ia64/t-glibc by ia64/t-linux.
8020         Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
8021         system libunwind.
8022         (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
8023         t-slibgcc-hpux to tmake_file.
8024         (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
8025         (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
8026         (m32rle-*-linux*): Likewise.
8027         (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
8028         sjlj exceptions.
8029         (microblaze*-linux*): New case.
8030         Append to tmake_file, add t-slibgcc-nolc-override.
8031         (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
8032         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
8033         Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
8034         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
8035         rs6000/t-slibgcc-aix to tmake_file.
8036         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8037         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8038         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
8039         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
8040         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
8041         (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
8042         sh*-*-linux*.
8043         (sparc-*-linux*): Append to tmake_file for *-leon*.
8044         Add sparc/t-linux to tmake_file for non-Leon targets.
8045         (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
8046         (tic6x-*-uclinux): New case.
8047         Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
8048         (tic6x-*-*): Add c6x/t-elf to tmake_file.
8049         (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
8050         (am33_2.0-*-linux*): Append to tmake_file.
8051         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
8052         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
8053         x86_64-*-kfreebsd*-gnu.
8054         Add i386/t-linux to tmake_file.
8056 2011-10-28  Ian Lance Taylor  <iant@google.com>
8058         * config/i386/morestack.S: Correct CFI information to do proper
8059         returns throughout function.  In 32-bit mode, save %ebx so that it
8060         is restored on unwind.
8062 2011-10-25  Bernd Schmidt  <bernds@codesourcery.com>
8064         * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
8065         case where B3 isn't the return register.
8067         * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
8068         logic for doubleword pops.
8070 2011-10-25  Andreas Tobler  <andreast@fgznet.ch>
8072         * config/rs6000/t-freebsd: Add wildcard.
8074 2011-10-21  Paul Brook  <paul@codesourcery.com>
8076         * unwind-arm-common.inc: Handle ID3/4 unwinding data.
8078 2011-10-16  Uros Bizjak  <ubizjak@gmail.com>
8079             Eric Botcazou  <ebotcazou@adacore.com>
8081         PR target/50737
8082         * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
8083         fs->signal_frame to 1.
8085 2011-10-07  Ian Lance Taylor  <iant@google.com>
8087         * generic-morestack-thread.c: #include <errno.h>.
8089 2011-10-07  Ian Lance Taylor  <iant@google.com>
8091         PR target/46093
8092         * generic-morestack.c (__generic_morestack): Make sure the segment
8093         is large enough for both the stack frame and the copied
8094         parameters.
8096 2011-10-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8098         PR bootstrap/49804
8099         * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
8100         extra_parts.
8102 2011-09-28  Nick Clifton  <nickc@redhat.com>
8104         * config/rx/rx-lib.h: Always restrict doubles to the SF type when
8105         64-bit doubles are not enabled.
8106         * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
8107         and floatunsisf functions.
8109 2011-09-13  Paul Brook  <paul@codesourcery.com>
8111         * config.host (tic6x-*-*): Add c6x/t-c6x-elf.  Set unwind_header.
8112         * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
8113         * unwind-arm-common.inc: New file.
8114         * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
8115         * config/arm/unwind-arm.h: Use unwind-arm-common.h.
8116         (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
8117         * config/c6x/libunwind.S: New file.
8118         * config/c6x/pr-support.c: New file.
8119         * config/c6x/unwind-c6x.c: New file.
8120         * config/c6x/unwind-c6x.h: New file.
8121         * config/c6x/t-c6x-elf: New file.
8123 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
8125         * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
8126         (ASM_DIVZERO): Ditto.
8127         (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
8129 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
8131         * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
8133 2011-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
8135         PR target/50090
8136         * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
8137         instead of an assembly one.
8139 2011-08-12  Paolo Bonzini  <bonzini@gnu.org>
8141         PR bootstrap/50047
8142         * Makefile.in (install-unwind_h): Create
8143         $(gcc_objdir)/include/unwind.h atomically.
8145 2011-08-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8147         * Makefile.in (install-unwind_h): Remove destination file first.
8149 2011-08-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8151         * sync.c: New file.
8152         * config/mips/t-mips16: New file.
8153         * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
8154         (mips*-*-linux*): Likewise.
8155         (mips*-sde-elf*): Likewise.
8156         (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
8157         mipsisa64-*-elf*, mipsisa64r2-*-elf*.
8158         Add mips/t-mips16 to tmake_file.
8159         (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
8160         (mips-*-elf*): Likewise.
8161         (mips64-*-elf*): Likewise.
8162         (mips64orion-*-elf*): Likewise.
8163         (mips*-*-rtems*): Likewise.
8164         (mipstx39-*-elf*): Likewise.
8165         * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
8166         ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
8167         LIBGCC_SYNC_CFLAGS.
8168         Use $(srcdir) to refer to sync.c.
8169         Use $<.
8170         ($(libgcc-sync-funcs-o)): Likewise.
8171         ($(libgcc-sync-size-funcs-s-o)): Likewise.
8172         ($(libgcc-sync-funcs-s-o)): Likewise.
8174 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
8176         * config.host (ia64*-*-linux*): Move ia64/t-glibc after
8177         t-libunwind.
8179 2011-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8181         PR other/48007
8182         * config/i386/value-unwind.h: New.
8184 2011-08-06  Richard Sandiford  <rdsandiford@googlemail.com>
8186         * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
8187         (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
8188         Add to tmake_file rather than overriding it.
8190 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8192         * config/t-softfp: Remove.
8193         * soft-fp: Moved from ../gcc/config.
8194         * soft-fp/README: Remove t-softfp reference.
8195         * soft-fp/t-softfp: Move to config/t-softfp.
8196         (softfp_machine_header): Remove.
8197         (softfp_file_list): Remove config subdir.
8198         (soft-fp-objects): New variable.
8199         ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
8200         (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
8201         (SFP_MACHINE, $(SFP_MACHINE)): Remove.
8202         * config/t-softfp-excl: New file.
8203         * config/t-softfp-sfdf: New file.
8204         * config/t-softfp-tf: New file.
8205         * config/no-sfp-machine.h: New file.
8206         * config/arm/sfp-machine.h: New file.
8207         * config/arm/t-softfp: New file.
8208         * config/c6x/sfp-machine.h: New file.
8209         * config/i386/32/t-fprules-softfp: Rename to ...
8210         * config/i386/32/t-softfp: ... this.
8211         (tifunctions, LIB2ADD): Remove.
8212         (softfp_int_modes): Override.
8213         * config/i386/64/t-softfp-compat (tf-functions): Remove config
8214         subdir.
8215         * config/i386/64/eqtf2.c: Likewise.
8216         * config/i386/64/getf2.c: Likewise.
8217         * config/i386/64/letf2.c: Likewise.
8218         * config/ia64/sft-machine.h: New file.
8219         * config/ia64/t-fprules-softfp: Rename to ...
8220         * config/ia64/t-softfp: ... this.
8221         * config/lm32/sfp-machine.h: New file.
8222         * config/moxie/t-moxie-softfp: Remove.
8223         * config/rs6000/ibm-ldouble-format: New file.
8224         * config/rs6000/ibm-ldouble.c: New file.
8225         * config/rs6000/libgcc-ppc-glibc.ver: New file
8226         * config/rs6000/libgcc-ppc64.ver: New file
8227         * config/rs6000/sfp-machine.h: New file.
8228         * config/rs6000/t-freebsd: New file.
8229         * config/rs6000/t-ibm-ldouble: New file.
8230         * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
8231         libgcc-ppc-glibc.ver.
8232         * config/rs6000/t-linux64: New file.
8233         * config/rs6000/t-ppccomm (LIB2ADD): Add
8234         $(srcdir)/config/rs6000/ibm-ldouble.c.
8235         * config/rs6000/t-ppccomm-ldbl: New file.
8236         * config/score/sfp-machine.h: New file.
8237         * config.host (sfp_machine_header): Explain.
8238         (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
8239         t-softfp to tmake_file.
8240         (arm*-*-uclinux*): Likewise.
8241         (arm*-*-ecos-elf): Likewise.
8242         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
8243         (arm*-*-rtems*): Likewise.
8244         (arm*-*-elf): Likewise.
8245         (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
8246         in tmake_file.
8247         Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
8248         (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
8249         (lm32-*-uclinux*): Likewise.
8250         (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
8251         t-softfp-excl, t-softfp.
8252         (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
8253         (powerpc64-*-darwin*): Likewise.
8254         (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
8255         to tmake_file.
8256         (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
8257         tmake_file.
8258         (powerpc-*-eabisim*): Likewise.
8259         (powerpc-*-elf*): Likewise.
8260         (powerpc-*-eabialtivec*): Likewise.
8261         (powerpc-xilinx-eabi*): Likewise.
8262         (powerpc-*-rtems*): Likewise.
8263         (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
8264         t-softfp-excl, t-softfp to tmake_file.
8265         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
8266         rs6000/t-ppccomm-ldbl to tmake_file.
8267         (powerpcle-*-elf*): Likewise.
8268         (powerpcle-*-eabisim*): Likewise.
8269         (powerpcle-*-eabi*): Likewise.
8270         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
8271         rs6000/t-ibm-ldouble to tmake_file.
8272         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8273         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8274         (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
8275         (tic6x-*-*): Likewise.
8276         (i[34567]86-*-darwin*, x86_64-*-darwin*,
8277         i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
8278         i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
8279         i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
8280         i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
8281         i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
8282         t-softfp to tmake_file.
8283         * configure.ac (sfp_machine_header): Provide default if unset.
8284         Substitute.
8285         Link sfp-machine.h to config/$sfp_machine_header.
8286         * configure: Regenerate.
8288 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8290         * Makefile.in (double_type_size, long_double_type_size): Set.
8291         Remove $(fpbit-in-libgcc) support.
8292         (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
8293         (fpbit-src): New variable.
8294         ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
8295         Compile with -DFLOAT $(FPBIT_CFLAGS).
8296         Use $<.
8297         ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
8298         Compile with $(FPBIT_CFLAGS).
8299         Use $<.
8300         ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
8301         Compile with -DFLOAT $(TPBIT_CFLAGS).
8302         Use $<.
8303         * configure.ac (double_type_size, long_double_type_size):
8304         Determine and substitute.
8305         * configure: Regenerate.
8306         * fp-bit.c, fp-bit.h: New files.
8307         * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
8308         * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
8309         * config/mips/t-mips: New file.
8310         * config/mips/t-sdemtk: New file.
8311         * config/rs6000/ppc64-fp.c: New file.
8312         * config/rs6000/t-darwin (LIB2ADD): Add
8313         $(srcdir)/config/rs6000/ppc64-fp.c.
8314         * config/rs6000/t-ppc64-fp: New file.
8315         * config/rx/rx-lib.h: New file.
8316         * config/rx/t-rx (FPBIT): Set to true.
8317         ($(gcc_objdir)/fp-bit.c): Remove.
8318         (DPBIT): Set to true only with -m64bit-doubles.
8319         ($(gcc_objdir)/dp-bit.c): Remove.
8320         * config/sparc/t-softfp: Remove.
8321         * config/spu/t-elf: New file.
8322         * config/t-fdpbit, config/t-fpbit: New files.
8323         * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
8324         (mips*-*-*): Likewise.
8325         (arm-wrs-vxworks): Likewise.
8326         (arm*-*-freebsd*): Likewise.
8327         (avr-*-rtems*): Add t-fpbit to tmake_file.
8328         (avr-*-*): Likewise.
8329         (bfin*-elf*): Add t-fdpbit to tmake_file.
8330         (bfin*-uclinux*): Likewise.
8331         (bfin*-linux-uclibc*): Likewise.
8332         (bfin*-rtems*): New case.
8333         Add t-fdpbit to tmake_file.
8334         (bfin*-*): Add t-fdpbit to tmake_file.
8335         (crisv32-*-elf): Likewise.
8336         (cris-*-linux*): Likewise.
8337         (fr30-*-elf): Likewise.
8338         (frv-*-elf, frv-*-*linux*): Likewise.
8339         (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
8340         (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
8341         (m32r-*-elf*): Likewise.
8342         (m32rle-*-elf*): Likewise.
8343         (m32r-*-linux*): Likewise.
8344         (m32rle-*-linux*): Likewise.
8345         (mcore-*-elf): Add t-fdpbit to tmake_file.
8346         (microblaze*-*-*): Likewise.
8347         (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
8348         (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
8349         (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
8350         Fix typo.
8351         Add mips/t-tpbit to tmake-file.
8352         (mips*-*-linux*): Fix typo.
8353         (mips*-sde-elf*): New case
8354         Add mips/t-sdemtk unless using newlib.
8355         (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
8356         (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
8357         (mn10300-*-*): Likewise.
8358         (pdp11-*-*): Likewise.
8359         (picochip-*-*): Add t-fpbit to tmake_file.
8360         (powerpc-*-eabisimaltivec*): Likewise.
8361         (powerpc-*-eabisim*): Likewise.
8362         (powerpc-*-elf*): Likewise.
8363         (powerpc-*-eabialtivec*): Likewise.
8364         (powerpc-xilinx-eabi*): New case.
8365         Add t-fdpbit to tmake_file.
8366         (powerpc-*-eabi*):  Add t-fdpbit to tmake_file.
8367         (powerpc-*-rtems*): Likewise.
8368         (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
8369         tmake_file.
8370         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
8371         tmake_file.
8372         (powerpc-*-lynxos*): Likewise.
8373         (powerpcle-*-elf*): Likewise.
8374         (powerpcle-*-eabisim*): Likewise.
8375         (powerpcle-*-eabi*): Likewise.
8376         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
8377         t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
8378         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8379         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8380         (rx-*-elf): Add t-fdpbit to tmake_file.
8381         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
8382         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
8383         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
8384         (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
8385         sh*-*-netbsd*.
8386         (sh-*-rtems*): Add t-fdpbit to tmake_file.
8387         (sh-wrs-vxworks): Likewise.
8388         (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
8389         (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
8390         (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
8391         (sparc64-*-rtems*): ... new case.
8392         (sparc-*-rtems*): Add t-fdpbit to tmake_file.
8393         (spu-*-elf*): Likewise.
8394         Add spu/t-elf to tmake_file.
8395         (v850*-*-*): Add t-fdpbit to tmake_file.
8396         (xstormy16-*-elf): Likewise.
8397         (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
8398         (mep*-*-*): Likewise.
8400 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8402         * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
8403         variables.
8404         (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
8405         (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
8406         (install-unwind_h): New target.
8407         (all): Depend on it.
8408         * config.host (unwind_header): New variable.
8409         (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
8410         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
8411         *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
8412         (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
8413         (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
8414         Set unwind_header.
8415         (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
8416         Set unwind_header.
8417         (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
8418         arm*-*-eabi*.
8419         Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
8420         Set unwind_header.
8421         (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
8422         (ia64*-*-freebsd*): Likewise.
8423         (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
8424         tmake_file.
8425         Add t-libunwind-elf, ia64/t-glibc-libunwind unless
8426         $with_system_libunwind.
8427         (ia64*-*-hpux*): Set tmake_file.
8428         (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
8429         (picochip-*-*): Set tmake_file.
8430         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
8431         md_unwind_header.
8432         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
8433         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
8434         (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
8435         (xtensa*-*-elf*): Set tmake_file.
8436         (xtensa*-*-linux*): Likewise.
8437         * configure.ac: Include ../config/unwind_ipinfo.m4.
8438         Call GCC_CHECK_UNWIND_GETIPINFO.
8439         Link unwind.h to $unwind_header.
8440         * configure: Regenerate.
8441         * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
8442         unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
8443         unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
8444         unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
8445         * config/unwind-dw2-fde-darwin.c: New file.
8446         * config/arm/libunwind.S, config/arm/pr-support.c,
8447         config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
8448         config/arm/unwind-arm.h,: New files.
8449         * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
8450         config/ia64/t-eh-ia64, config/ia64/t-glibc,
8451         config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
8452         config/ia64/t-vms, config/ia64/unwind-ia64.c,
8453         config/ia64/unwind-ia64.h: New files.
8454         * config/picochip/t-picochip: New file.
8455         * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
8456         files.
8457         * config/rs6000/t-darwin (LIB2ADDEH): Set.
8458         * config/s390/t-tpf (LIB2ADDEH): Remove.
8459         * config/t-darwin (LIB2ADDEH): Set.
8460         * config/t-eh-dw2-dip: New file.
8461         * config/t-libunwind, config/t-libunwind-elf: New files.
8462         * config/t-sol2 (LIB2ADDEH): Remove.
8463         * config/xtensa/t-xtensa: New file.
8465 2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>
8467         * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
8468         (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
8469         long long to check rt_sigreturn syscall.
8471 2011-08-02  Alan Modra  <amodra@gmail.com>
8473         * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
8474         Restore for indirect call bcrtl from correct stack slot, and only
8475         if cfa+40 isn't valid.
8477 2011-08-01  Julian Brown  <julian@codesourcery.com>
8479         * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
8480         (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
8481         * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
8483 2011-08-01  Julian Brown  <julian@codesourcery.com>
8485         * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
8486         (libgcc-std.ver.in): Use above.
8487         * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
8488         LIBGCC2_GNU_PREFIX is defined.  Use instead of LIBGCC2_GNU_PREFIX
8489         throughout file.
8490         * config/t-fixedpoint-gnu-prefix: New file.
8491         * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
8492         * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
8493         instead of __PFX__.
8495 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
8497         * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
8498         Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
8499         for x86-64.  Properly check __x86_64__ and __LP64__.
8501 2010-07-28  H.J. Lu  <hongjiu.lu@intel.com>
8503         * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
8504         version.
8505         (_FP_WS_TYPE): Likewise.
8506         (_FP_I_TYPE): Likewise.
8508 2011-07-28  Alan Modra  <amodra@gmail.com>
8510         * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
8511         Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
8512         in a plt call stub.  Do restore r2 if stopped on bctrl.
8514 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8516         * config.host (i[3456x]86-*-netware*): Remove.
8517         * config/i386/netware-crt0.c, config/i386/t-nwld,
8518         config/i386/t-slibgcc-nwld: Remove.
8520 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
8522         * config.host: Handle tic6x-*-*.
8523         * config/c6x/c6x-abi.h: New file.
8525 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8527         * config/i386/crtprec.c: New file.
8528         * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
8529         * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
8530         Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
8531         (x86_64-*-darwin*): Likewise.
8532         (i[34567]86-*-solaris2*: Likewise.
8534 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8536         * config/alpha/crtfastmath.c: New file.
8537         * config/i386/crtfastmath.c: New file.
8538         * config/ia64/crtfastmath.c: New file.
8539         * config/mips/crtfastmath.c: New file.
8540         * config/sparc/crtfastmath.c: New file.
8542         * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
8543         crtfastmath.c.
8544         Add -frandom-seed=gcc-crtfastmath.
8545         * config/alpha/t-crtfm: Remove.
8546         * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
8547         * config/ia64/t-ia64 (crtfastmath.o): Remove.
8549         * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
8550         (alpha*-dec-osf5.1*): Likewise.
8551         (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
8552         Add crtfastmath.o to extra_parts.
8553         (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
8554         Add crtfastmath.o to extra_parts.
8555         (x86_64-*-darwin*): Likewise.
8556         (x86_64-*-mingw*): Likewise.
8557         (ia64*-*-elf*): Add t-crtfm to tmake_file.
8558         (ia64*-*-freebsd*): Likewise.
8559         (ia64*-*-linux*): Likewise.
8560         (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
8561         Add crtfastmath.o to extra_parts.
8563 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8565         * config/darwin-crt3.o: New file.
8566         * config/rs6000/darwin-crt2.c: New file.
8567         * config/t-darwin: New file.
8568         * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
8569         (crt2.o): New rule.
8570         * config.host (*-*-darwin*): Add crt3.o to extra_parts.
8571         (powerpc-*-darwin*): Add crt2.o to extra_parts.
8572         (powerpc64-*-darwin*): Likewise.
8574 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8576         * config/i386/netware-crt0.c: New file.
8577         * config/i386/t-nwld: Rename to ...
8578         * config/i386/t-slibgcc-nwld: ... this.
8579         * config/i386/t-nwld: New file.
8580         * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
8581         tmake_file.
8582         Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
8583         extra_parts.
8585 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8587         * configure.ac (i?86-*-solaris2*): Use libgcc copy of
8588         i386/t-crtstuff.
8589         * configure: Regenerate.
8591 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8593         * dfp-bit.c, dfp-bit.h: New files.
8594         * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
8595         variables.
8596         ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
8597         ($(d64pbit-o)): Likewise.
8598         ($(d128pbit-o)): Likewise.
8599         * config/t-dfprules: New file.
8600         * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
8601         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
8602         i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
8603         (x86_64-*-linux*): Likewise.
8604         (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
8605         (i[34567]86-*-cygwin*): Likewise.
8606         (i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
8607         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
8609 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8611         * Makfile.in (LIBGCOV): New variable.
8612         ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
8613         * libgcov.c: New file.
8615 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8617         * fixed-bit.c, fixed-bit.h: New files.
8618         * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
8619         refer to fixed-bit.c.
8621 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
8623         * config.host (*local*): Remove.
8625 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8627         PR target/39150
8628         * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
8629         like i?86-*-solaris2.1[0-9]*.
8630         (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
8631         * configure.ac (i?86-*-solaris2*): Likewise.
8632         * configure: Regenerate.
8634 2011-07-06  Thomas Schwinge  <thomas@schwinge.name>
8636         * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
8637         (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
8638         md_unwind_header by splitting out of...
8639         (i[34567]86-*-linux*): ... this.
8640         * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
8641         Remove md_unwind_header by splitting out of...
8642         (x86_64-*-linux*): ... this.
8644 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
8646         * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
8648 2011-06-28  Nick Clifton  <nickc@redhat.com>
8650         * config.host: Recognize all V850 variants.
8652 2011-06-22  Uros Bizjak  <ubizjak@gmail.com>
8654         * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
8656 2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8658         * shared-object.mk (c_flags-$o): Save c_flags.
8659         ($(base)$(objext)): Use it.
8660         ($(base)_s$(objext)): Likewise.
8662 2011-06-21  Bernd Schmidt  <bernds@codesourcery.com>
8664         * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
8665         * libgcc-std.ver.in (GCC_4.7.0): New section.
8667 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
8669         PR target/49313
8670         PR target/29524
8671         * config/avr/t-avr: Fix line endings.
8672         (intfuncs16): Remove _ffsXX2,  _clzXX2, _ctzXX2, _popcountXX2,
8673         _parityXX2.
8675 2011-06-14  Olivier Hainque  <hainque@adacore.com>
8676             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8678         * config/mips/irix6-unwind.h: New file.
8679         * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
8681 2011-06-10  Eric Botcazou  <ebotcazou@adacore.com>
8683         * config/sparc/linux-unwind.h (STACK_BIAS): Define.
8684         (sparc64_fallback_frame_state): Use it.
8685         (sparc64_frob_update_context): Further adjust context.
8686         * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
8687         * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
8688         * config/sparc/sol2-cn.S: Likewise.
8690 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8692         * enable-execute-stack-empty.c: New file.
8693         * enable-execute-stack-mprotect.c: New file.
8694         * config/i386/enable-execute-stack-mingw32.c: New file.
8695         * config.host (enable_execute_stack): New variable.
8696         Select appropriate variants.
8697         * configure.ac: Link enable-execute-stack.c to
8698         $enable_execute_stack.
8699         * configure: Regenerate.
8700         * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
8701         (lib2funcs): Remove _enable_execute_stack.
8703 2011-06-09  David S. Miller  <davem@davemloft.net>
8704             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8706         * config.host (sparc-*-linux*): Correct md_unwind_header
8707         filename.
8708         (s390x-ibm-tpf*): Fix typo.
8710 2011-06-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8712         * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
8713         Add crtfastmath.o to extra_parts.
8714         (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
8715         mips/t-crtfm.
8716         * config/mips/t-crtfm: Remove.
8718 2011-06-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8720         * config.host (hppa*-*-linux*): Correct md_unwind_header name.
8722 2011-06-04  Kaz Kojima  <kkojima@gcc.gnu.org>
8724         * config.host (sh*-*-linux*): Fix typo.
8726 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8728         * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
8729         * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
8730         * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
8731         * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
8732         * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
8733         * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
8734         * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
8735         Wrap in !__MINGW64__.
8736         * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
8737         * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
8738         * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
8739         * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
8740         * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
8741         * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
8742         * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
8743         Wrap in !__LP64__.
8744         * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
8745         * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
8746         * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
8747         * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
8748         * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
8749         * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
8750         * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
8751         * config/no-unwind.h: New file.
8752         * config.host (md_unwind_header): Document.
8753         Define.
8754         (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
8755         alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
8756         hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
8757         hppa[12]*-*-hpux11*): Set md_unwind_header.
8758         (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
8759         Set md_unwind_header.
8760         (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
8761         (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
8762         (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
8763         m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
8764         powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
8765         s390x-*-linux*,  s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
8766         sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
8767         md_unwind_header.
8768         * configure.ac: Link md-unwind-support.h to $md_unwind_header.
8769         * configure: Regenerate.
8771 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8773         * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
8774         Set tmake_file, extra_parts.
8775         * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
8776         Remove O32 support.
8777         * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
8778         Remove O32 support.
8779         * config/mips/t-irix6: New file.
8780         * config/mips/t-slibgcc-irix: New file.
8782 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8784         * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
8785         * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
8787 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8789         * configure.ac (target_thread_file): Determine thread model.
8790         * configure: Regenerate.
8791         * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
8792         * config/alpha/t-alpha: New file.
8793         * config/alpha/t-crtfm: Use $<.
8794         * config/alpha/t-ieee: New file.
8795         * config/alpha/t-osf-pthread: New file.
8796         * config/alpha/t-slibgcc-osf: New file.
8797         * config/alpha/libgcc-osf5.ver: New file.
8799 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8801         * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
8802         tmake_file.
8803         Add crtfastmath.o to extra_parts.
8805 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8807         * config/gmon-sol2.c: Reindent.
8808         Cleanup comments.
8809         Remove, correct casts.
8810         Use STDERR_FILENO, NULL.
8811         (BASEADDRESS): Remove.
8812         (minbrk): Remove.
8813         (errno, sbrk): Remove declarations.
8814         (monstartup) [hp300]: Remove.
8815         (mcount): Remove.
8817 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8819         * Makefile.in (cpu_type): Define.
8820         * config.host (i[34567]86-*-rtems*): Handle it.
8821         (i[34567]86-*-solaris2*): Move body ...
8822         (*-*-solaris2*): ... here.
8823         New case, generalize.
8824         (sparc-*-elf*): Handle it.
8825         (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
8826         (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
8827         (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
8828         Fold into ...
8829         (sparc*-*-solaris2*): ... this.
8830         New case.
8831         (sparc64-*-elf*): Handle it.
8832         * config/gmon-sol2.c: Move from ../gcc/config/sparc.
8833         Merge ../gcc/config/i386/gmon-sol2.c.
8834         * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
8835         Use C comments.
8836         Merge ../gcc/config/i386/sol2-gc1.asm.
8837         * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
8838         Use C comments.
8839         * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
8840         Use C comments.
8841         * config/i386/t-crtfm (crtfastmath.o): Use $<.
8842         * config/i386/t-crtstuff: New file.
8843         * config/i386/t-softfp: New file.
8844         * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
8845         $(T)crti.o, $(T)crtn.o): Remove.
8846         (gcrt1.o): New rule.
8847         (TARGET_LIBGCC2_CFLAGS): Remove.
8848         * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
8849         * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
8850         * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
8851         * config/sparc/t-sol2: New file.
8852         * config/sparc/t-crtfm: Move to ...
8853         * config/t-crtfm: ... this.
8854         Use $(cpu_type), $<.
8855         * config/t-crtin: New file.
8856         * config/sparc/t-softfp: New file.
8857         * config/sparc/t-softmul: New file.
8858         * config/t-rtems: New file.
8859         * config/t-slibgcc: New file.
8860         * config/t-slibgcc-elf-ver: New file.
8861         * config/t-slibgcc-gld: New file.
8862         * config/t-slibgcc-sld: New file.
8863         * config/t-sol2: New file.
8864         * configure.ac: Include ../config/lib-ld.m4.
8865         Call AC_LIB_PROG_LD_GNU.
8866         Substitute cpu_type.
8867         * configure: Regenerate.
8869 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
8871         PR bootstrap/49173
8872         * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
8873         libgcc-std.ver in the build directory.
8874         * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
8875         * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
8877 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
8879         * libgcc-std.ver.in: New file.
8880         * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
8881         variables.
8882         (libgcc-std.ver): New rule.
8883         * config/t-gnu-prefix: New file.
8885 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8887         * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
8889 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
8891         * config/i386/darwin-lib.h: New file.
8893 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
8895         * config/arm/symbian-lib.h: New.
8897 2011-05-04  Chris Demetriou  <cgd@google.com>
8899         * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
8900         (__x86.get_pc_thunk.bx): ...this.
8901         (__morestack): Adjust for rename, remove undef of __i686.
8903 2011-05-03  Chris Demetriou  <cgd@google.com>
8905         * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
8907 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
8909         * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
8910         arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
8911         m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
8912         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
8913         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
8914         Remove cases.
8916 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
8918         * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
8919         Adjust copyright year.
8921 2011-03-07  Ian Lance Taylor  <iant@google.com>
8923         * generic-morestack.c (__splitstack_find): Adjust returned stack
8924         pointer to include all registers pushed by __morestack.
8926 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
8928         PR target/40125
8929         * configure.ac: Call ACX_NONCANONICAL_TARGET.
8930         (toolexecdir): Calculate and AC_SUBST.
8931         (toolexeclibdir): Likewise.
8932         * Makefile.in (target_noncanonical): Import.
8933         (toolexecdir): Likewise.
8934         (toolexeclibdir): Likewise.
8935         * configure: Regenerate.
8937 2010-12-13  Nathan Froyd  <froydnj@codesourcery.com>
8939         PR target/46040
8940         * config/arm/bpabi.h: Rename to...
8941         * config/arm/bpabi-lib.h: ...this.
8943 2010-12-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8945         * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
8946         appropriate.
8947         * configure: Regenerate.
8949 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
8951         * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
8952         __FLOAT_WORD_ORDER__.
8953         * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
8954         Delete.
8956 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8958         PR other/46202
8959         * Makefile.in (install-strip): New phony target.
8961 2010-11-07  Ian Lance Taylor  <iant@google.com>
8963         PR target/46089
8964         * config/i386/morestack.S (__morestack_large_model): New
8965         function.
8967 2010-10-23  Nathan Froyd  <froydnj@codesourcery.com>
8969         * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
8970         Delete.
8971         (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
8973 2010-10-14  Nathan Froyd  <froydnj@codesourcery.com>
8975         * config/arm/bpabi.h: New file.
8976         * config/frv/frv-abi.h: New file.
8978 2010-10-01  Ian Lance Taylor  <iant@google.com>
8980         * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
8981         * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
8983 2010-10-01  H.J. Lu  <hongjiu.lu@intel.com>
8985         PR target/45858
8986         * config.host: Add the missing `$'.
8988 2010-09-30  Michael Eager  <eager@eagercon.com>
8990         * config.host: Add microblaze*-*-*.
8991         * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
8992         muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
8993         udivsi3.asm,umodsi3.asm}:  New.
8995 2010-09-28  Ian Lance Taylor  <iant@google.com>
8997         * configure.ac: Adjust CFI test to test assembler directly rather
8998         than checking gcc preprocessor macro.
8999         * configure: Rebuild.
9001 2010-09-27  Ian Lance Taylor  <iant@google.com>
9003         * configure.ac: Test whether assembler supports CFI directives.
9004         * config.host: Only add t-stack and i386/t-stack-i386 to
9005         tmake_file if libgcc_cv_cfi is "yes".
9006         * configure: Rebuild.
9008 2010-09-27  Ian Lance Taylor  <iant@google.com>
9010         * generic-morestack.h: New file.
9011         * generic-morestack.c: New file.
9012         * generic-morestack-thread.c: New file.
9013         * config/i386/morestack.S: New file.
9014         * config/t-stack: New file.
9015         * config/i386/t-stack-i386: New file.
9016         * config.host (i[34567]86-*-linux* and friends): Add t-stack and
9017         i386/t-stack-i386 to tmake_file.
9019 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
9021         * Makefile.in (libgcc-extra-parts):  Check for static archives and
9022         invoke ranlib after installing them.
9023         (gcc-extra-parts): Likewise.
9024         (install-leaf): Likewise.
9026 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9028         * configure: Regenerated.
9030 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
9032         * configure: Regenerated.
9034 2010-09-09  Gerald Pfeifer  <gerald@pfeifer.com>
9035             Andrew Pinski  <pinskia@gmail.com>
9037         PR target/40959
9038         * config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.
9040 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
9042         PR target/45524
9043         * configure: Regenerated.
9045 2010-09-06  Andreas Schwab  <schwab@redhat.com>
9047         * configure: Regenerate.
9049 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
9051         * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
9052         64bit targets.
9053         (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
9054         for 64bit targets.
9056 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
9057             Iain Sandoe  <iains@gcc.gnu.org>
9059         PR target/45476
9060         * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
9061         LIB2FUNCS_EXCLUDE functions.
9063 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9065         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
9066         Include dfp.m4.
9067         * configure: Regenerate.
9069 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
9071         * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
9072         i386/t-freebsd to tmake_file.
9073         * config/i386/t-freebsd: New file.
9074         * config/i386/libgcc-bsd.ver: New file.
9076 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
9078         * config.host (powerpc*-eabispe*): Set tmake_file.
9079         (powerpc*-eabi*): Likewise.
9080         * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
9081         crtbeginS, crtendS, crtbeginT.
9083 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
9085         * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
9086         to tmake_file.  Add crtfastmath.o to extra_parts.
9087         * config/mips/t-crtfm: New.
9089 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
9091         * config.host (sparc64-*-rtems*): New target.
9093 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9095         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
9096         assembler syntax.
9098 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
9100         * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
9102 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9104         * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
9105         alpha-dec-osf5.0* support.
9107 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
9109         * config.host: Add lm32-*-rtems*.
9111 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9112             Uros Bizjak  <ubizjak@gmail.com>
9114         PR target/39048
9115         * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
9116         like other remaining 32-bit x86 OSes.
9117         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
9118         assembler syntax.
9119         * config/i386/libgcc-sol2.ver: New file.
9120         * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
9122 2010-03-30  Jack Howarth  <howarth@bromo.med.uc.edu>
9124         PR c/43553
9125         * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
9126         * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
9127         is used and substitute set_use_emutls.
9128         * configure: Regenerated.
9130 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
9132         * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
9134 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9136         PR target/38085
9137         * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
9138         MULTILIB_CFLAGS.
9139         ($(T)gcrt1.o): Likewise.
9140         ($(T)crt1.o): Likewise.
9141         ($(T)crti.o): Likewise.
9142         ($(T)crtn.o): Likewise.
9144 2010-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9146         PR other/42980
9147         * Makefile.in (install): Use $(MAKE) string in rule, for
9148         parallel make.
9150 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
9152         Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
9153         * config/mmix/t-mmix: New file.
9154         * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
9156 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
9158         PR java/41991
9159         * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
9160         SHLIB_MAPFILES.
9162 2010-01-04  Anthony Green  <green@moxielogic.com>
9164         * config/moxie/crti.asm, config/moxie/crtn.asm,
9165         config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
9166         config/moxie/t-moxie: New files.
9167         * config.host: Add t-moxie-softfp reference.
9169 2009-11-18  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
9171         PR other/39888
9172         * config/t-slibgcc-darwin: Fix embedded rpaths for
9173         --enable-version-specific-runtime-libs, build extension stub
9174         libs exposing features available from current libgcc_s.
9176 2009-11-11  Jon Beniston  <jon@beniston.com>
9178         * config.host: Add lm32 targets.
9179         * config/lm32: New directory.
9180         * config/lm32/libgcc_lm32.h: New file.
9181         * config/lm32/_mulsi3.c: New file.
9182         * config/lm32/_udivmodsi4.c: New file.
9183         * config/lm32/_divsi3.c: New file.
9184         * config/lm32/_modsi3.c: New file.
9185         * config/lm32/_udivsi3.c: New file.
9186         * config/lm32/_umodsi3.c: New file.
9187         * config/lm32/_lshrsi3.S: New file.
9188         * config/lm32/_ashrsi3.S: New file.
9189         * config/lm32/_ashlsi3.S: New file.
9190         * config/lm32/crti.S: New file.
9191         * config/lm32/crtn.S: New file.
9192         * config/lm32/t-lm32: New file.
9193         * config/lm32/t-elf: New file.
9194         * config/lm32/t-uclinux: New file.
9196 2009-10-26  Nick Clifton  <nickc@redhat.com>
9198         * config.host: Add support for RX target.
9199         * config/rx: New directory.
9200         * config/rx/rx-abi-functions.c: New file. Supplementary
9201         functions for libgcc to support the RX ABI.
9202         * config/rx/rx-abi.h: New file.  Supplementary header file for
9203         libgcc RX ABI functions.
9204         * config/rx/t-rx: New file: Makefile fragment for building
9205         libgcc for the RX.
9207 2009-10-09  Uros Bizjak  <ubizjak@gmail.com>
9209         * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
9210         constraint of y0 to "g".
9212 2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9214         * config.host: Include the s390 makefile fragments.
9215         * config/s390/32/_fixdfdi.c: New file.
9216         * config/s390/32/_fixsfdi.c: New file.
9217         * config/s390/32/_fixtfdi.c: New file.
9218         * config/s390/32/_fixunsdfdi.c: New file.
9219         * config/s390/32/_fixunssfdi.c: New file.
9220         * config/s390/32/_fixunstfdi.c: New file.
9221         * config/s390/32/t-floattodi: New file.
9222         * config/s390/libgcc-glibc.ver: New file.
9223         * config/s390/t-crtstuff: New file.
9224         * config/s390/t-linux: New file.
9225         * config/s390/t-tpf: New file.
9227 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9229         * configure.ac (AC_PREREQ): Bump to 2.64.
9231 2009-08-22  Kaz Kojima  <kkojima@gcc.gnu.org>
9233         * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
9235 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9237         * configure: Regenerate.
9239 2009-08-09  Douglas B Rupp  <rupp@gnat.com>
9241         * config.host (ia64-hp-*vms*): New target.
9242         (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
9243         with ia64-hp-*vms*.
9245 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9247         * configure.ac: Add snippet for maintainer-mode.
9248         * configure: Regenerate.
9249         * Makefile.in (AUTOCONF, configure_deps): New variables.
9250         ($(srcdir)/configure)): New rule, active only with maintainer
9251         mode turned on.
9253 2009-06-23  DJ Delorie  <dj@redhat.com>
9255         Add MeP port.
9256         * config.host: Add mep support.
9258 2009-06-22  Kai Tietz  <kai.tietz@onevision.com>
9260         * config.host: Add i386/${host_address}/t-fprules-softfp and
9261         t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
9263         * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
9264         for mingw targets.
9265         * config/i386/64/_multc3.c: Likewise.
9266         * config/i386/64/_powitf2.c: Likewise.
9267         * config/i386/64/eqtf2.c: Likewise.
9268         * config/i386/64/getf2.c: Likewise.
9269         * config/i386/64/letf2.c: Likewise.
9270         * config/i386/64/letf2.c: Likewise.
9271         * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
9272         unsigned long long for x64 mingw targets.
9273         (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
9274         (_FP_I_TYPE): Define as long long for x64 mingw target.
9276 2009-06-10  Maciej W. Rozycki  <macro@linux-mips.org>
9278         * config.host (vax-*-linux*): New.
9280 2009-05-31  Anthony Green  <green@moxielogic.com>
9282         * config.host: Add moxie support.
9283         * config/moxie/t-moxie: New file.
9285 2009-05-29  David Billinghurst  <billingd@gcc.gnu.org>
9287         * config.host: Add i386/${host_address}/t-fprules-softfp and
9288         t-softfp to tmake_file for i[34567]86-*-cygwin*.
9290 2009-04-17  Aurelien Jarno  <aurelien@aurel32.net>
9292         * config.host: Add i386/${host_address}/t-fprules-softfp to
9293         tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
9295 2009-04-09  Nick Clifton  <nickc@redhat.com>
9297         * config/ia64/tf-signs.c: Change copyright header to refer to
9298         version 3 of the GNU General Public License with version 3.1
9299         of the GCC Runtime Library Exception and to point readers at
9300         the COPYING3 and COPYING3.RUNTIME files and the FSF's license
9301         web page.
9302         * config/i386/32/tf-signs.c: Likewise.
9303         * config/libbid/_addsub_dd.c: Likewise.
9304         * config/libbid/_addsub_sd.c: Likewise.
9305         * config/libbid/_addsub_td.c: Likewise.
9306         * config/libbid/_dd_to_df.c: Likewise.
9307         * config/libbid/_dd_to_di.c: Likewise.
9308         * config/libbid/_dd_to_sd.c: Likewise.
9309         * config/libbid/_dd_to_sf.c: Likewise.
9310         * config/libbid/_dd_to_si.c: Likewise.
9311         * config/libbid/_dd_to_td.c: Likewise.
9312         * config/libbid/_dd_to_tf.c: Likewise.
9313         * config/libbid/_dd_to_udi.c: Likewise.
9314         * config/libbid/_dd_to_usi.c: Likewise.
9315         * config/libbid/_dd_to_xf.c: Likewise.
9316         * config/libbid/_df_to_dd.c: Likewise.
9317         * config/libbid/_df_to_sd.c: Likewise.
9318         * config/libbid/_df_to_td.c: Likewise.
9319         * config/libbid/_di_to_dd.c: Likewise.
9320         * config/libbid/_di_to_sd.c: Likewise.
9321         * config/libbid/_di_to_td.c: Likewise.
9322         * config/libbid/_div_dd.c: Likewise.
9323         * config/libbid/_div_sd.c: Likewise.
9324         * config/libbid/_div_td.c: Likewise.
9325         * config/libbid/_eq_dd.c: Likewise.
9326         * config/libbid/_eq_sd.c: Likewise.
9327         * config/libbid/_eq_td.c: Likewise.
9328         * config/libbid/_ge_dd.c: Likewise.
9329         * config/libbid/_ge_sd.c: Likewise.
9330         * config/libbid/_ge_td.c: Likewise.
9331         * config/libbid/_gt_dd.c: Likewise.
9332         * config/libbid/_gt_sd.c: Likewise.
9333         * config/libbid/_gt_td.c: Likewise.
9334         * config/libbid/_isinfd128.c: Likewise.
9335         * config/libbid/_isinfd32.c: Likewise.
9336         * config/libbid/_isinfd64.c: Likewise.
9337         * config/libbid/_le_dd.c: Likewise.
9338         * config/libbid/_le_sd.c: Likewise.
9339         * config/libbid/_le_td.c: Likewise.
9340         * config/libbid/_lt_dd.c: Likewise.
9341         * config/libbid/_lt_sd.c: Likewise.
9342         * config/libbid/_lt_td.c: Likewise.
9343         * config/libbid/_mul_dd.c: Likewise.
9344         * config/libbid/_mul_sd.c: Likewise.
9345         * config/libbid/_mul_td.c: Likewise.
9346         * config/libbid/_ne_dd.c: Likewise.
9347         * config/libbid/_ne_sd.c: Likewise.
9348         * config/libbid/_ne_td.c: Likewise.
9349         * config/libbid/_sd_to_dd.c: Likewise.
9350         * config/libbid/_sd_to_df.c: Likewise.
9351         * config/libbid/_sd_to_di.c: Likewise.
9352         * config/libbid/_sd_to_sf.c: Likewise.
9353         * config/libbid/_sd_to_si.c: Likewise.
9354         * config/libbid/_sd_to_td.c: Likewise.
9355         * config/libbid/_sd_to_tf.c: Likewise.
9356         * config/libbid/_sd_to_udi.c: Likewise.
9357         * config/libbid/_sd_to_usi.c: Likewise.
9358         * config/libbid/_sd_to_xf.c: Likewise.
9359         * config/libbid/_sf_to_dd.c: Likewise.
9360         * config/libbid/_sf_to_sd.c: Likewise.
9361         * config/libbid/_sf_to_td.c: Likewise.
9362         * config/libbid/_si_to_dd.c: Likewise.
9363         * config/libbid/_si_to_sd.c: Likewise.
9364         * config/libbid/_si_to_td.c: Likewise.
9365         * config/libbid/_td_to_dd.c: Likewise.
9366         * config/libbid/_td_to_df.c: Likewise.
9367         * config/libbid/_td_to_di.c: Likewise.
9368         * config/libbid/_td_to_sd.c: Likewise.
9369         * config/libbid/_td_to_sf.c: Likewise.
9370         * config/libbid/_td_to_si.c: Likewise.
9371         * config/libbid/_td_to_tf.c: Likewise.
9372         * config/libbid/_td_to_udi.c: Likewise.
9373         * config/libbid/_td_to_usi.c: Likewise.
9374         * config/libbid/_td_to_xf.c: Likewise.
9375         * config/libbid/_tf_to_dd.c: Likewise.
9376         * config/libbid/_tf_to_sd.c: Likewise.
9377         * config/libbid/_tf_to_td.c: Likewise.
9378         * config/libbid/_udi_to_dd.c: Likewise.
9379         * config/libbid/_udi_to_sd.c: Likewise.
9380         * config/libbid/_udi_to_td.c: Likewise.
9381         * config/libbid/_unord_dd.c: Likewise.
9382         * config/libbid/_unord_sd.c: Likewise.
9383         * config/libbid/_unord_td.c: Likewise.
9384         * config/libbid/_usi_to_dd.c: Likewise.
9385         * config/libbid/_usi_to_sd.c: Likewise.
9386         * config/libbid/_usi_to_td.c: Likewise.
9387         * config/libbid/_xf_to_dd.c: Likewise.
9388         * config/libbid/_xf_to_sd.c: Likewise.
9389         * config/libbid/_xf_to_td.c: Likewise.
9390         * config/libbid/bid128.c: Likewise.
9391         * config/libbid/bid128_2_str.h: Likewise.
9392         * config/libbid/bid128_2_str_macros.h: Likewise.
9393         * config/libbid/bid128_2_str_tables.c: Likewise.
9394         * config/libbid/bid128_add.c: Likewise.
9395         * config/libbid/bid128_compare.c: Likewise.
9396         * config/libbid/bid128_div.c: Likewise.
9397         * config/libbid/bid128_fma.c: Likewise.
9398         * config/libbid/bid128_logb.c: Likewise.
9399         * config/libbid/bid128_minmax.c: Likewise.
9400         * config/libbid/bid128_mul.c: Likewise.
9401         * config/libbid/bid128_next.c: Likewise.
9402         * config/libbid/bid128_noncomp.c: Likewise.
9403         * config/libbid/bid128_quantize.c: Likewise.
9404         * config/libbid/bid128_rem.c: Likewise.
9405         * config/libbid/bid128_round_integral.c: Likewise.
9406         * config/libbid/bid128_scalb.c: Likewise.
9407         * config/libbid/bid128_sqrt.c: Likewise.
9408         * config/libbid/bid128_string.c: Likewise.
9409         * config/libbid/bid128_to_int16.c: Likewise.
9410         * config/libbid/bid128_to_int32.c: Likewise.
9411         * config/libbid/bid128_to_int64.c: Likewise.
9412         * config/libbid/bid128_to_int8.c: Likewise.
9413         * config/libbid/bid128_to_uint16.c: Likewise.
9414         * config/libbid/bid128_to_uint32.c: Likewise.
9415         * config/libbid/bid128_to_uint64.c: Likewise.
9416         * config/libbid/bid128_to_uint8.c: Likewise.
9417         * config/libbid/bid32_to_bid128.c: Likewise.
9418         * config/libbid/bid32_to_bid64.c: Likewise.
9419         * config/libbid/bid64_add.c: Likewise.
9420         * config/libbid/bid64_compare.c: Likewise.
9421         * config/libbid/bid64_div.c: Likewise.
9422         * config/libbid/bid64_fma.c: Likewise.
9423         * config/libbid/bid64_logb.c: Likewise.
9424         * config/libbid/bid64_minmax.c: Likewise.
9425         * config/libbid/bid64_mul.c: Likewise.
9426         * config/libbid/bid64_next.c: Likewise.
9427         * config/libbid/bid64_noncomp.c: Likewise.
9428         * config/libbid/bid64_quantize.c: Likewise.
9429         * config/libbid/bid64_rem.c: Likewise.
9430         * config/libbid/bid64_round_integral.c: Likewise.
9431         * config/libbid/bid64_scalb.c: Likewise.
9432         * config/libbid/bid64_sqrt.c: Likewise.
9433         * config/libbid/bid64_string.c: Likewise.
9434         * config/libbid/bid64_to_bid128.c: Likewise.
9435         * config/libbid/bid64_to_int16.c: Likewise.
9436         * config/libbid/bid64_to_int32.c: Likewise.
9437         * config/libbid/bid64_to_int64.c: Likewise.
9438         * config/libbid/bid64_to_int8.c: Likewise.
9439         * config/libbid/bid64_to_uint16.c: Likewise.
9440         * config/libbid/bid64_to_uint32.c: Likewise.
9441         * config/libbid/bid64_to_uint64.c: Likewise.
9442         * config/libbid/bid64_to_uint8.c: Likewise.
9443         * config/libbid/bid_b2d.h: Likewise.
9444         * config/libbid/bid_binarydecimal.c: Likewise.
9445         * config/libbid/bid_conf.h: Likewise.
9446         * config/libbid/bid_convert_data.c: Likewise.
9447         * config/libbid/bid_decimal_data.c: Likewise.
9448         * config/libbid/bid_decimal_globals.c: Likewise.
9449         * config/libbid/bid_div_macros.h: Likewise.
9450         * config/libbid/bid_dpd.c: Likewise.
9451         * config/libbid/bid_flag_operations.c: Likewise.
9452         * config/libbid/bid_from_int.c: Likewise.
9453         * config/libbid/bid_functions.h: Likewise.
9454         * config/libbid/bid_gcc_intrinsics.h: Likewise.
9455         * config/libbid/bid_inline_add.h: Likewise.
9456         * config/libbid/bid_internal.h: Likewise.
9457         * config/libbid/bid_round.c: Likewise.
9458         * config/libbid/bid_sqrt_macros.h: Likewise.
9460 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
9462         * Makefile.in: Change copyright header to refer to version
9463         3 of the GNU General Public License and to point readers at the
9464         COPYING3 file and the FSF's license web page.
9465         * config.host: Likewise.
9467 2009-04-07  Alan Modra  <amodra@bigpond.net.au>
9469         * config.host: Reorder and merge to match config.gcc change.
9471 2009-04-03  Alan Modra  <amodra@bigpond.net.au>
9473         * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
9475 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
9477         * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
9478         armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
9479         m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
9480         powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
9482 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
9484         * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
9485         * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
9487 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
9489         * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
9490         ia64/t-softfp-compat to tmake_file.
9492         * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
9494         * config/ia64/__divxf3.asm: New.
9495         * config/ia64/_fixtfdi.asm: Likewise.
9496         * config/ia64/_fixunstfdi.asm: Likewise.
9497         * config/ia64/_floatditf.asm: Likewise.
9498         * config/ia64/t-fprules-softfp: Likewise.
9499         * config/ia64/t-softfp-compat: Likewise.
9500         * config/ia64/tf-signs.c: Likewise.
9502 2009-01-18  Ben Elliston  <bje@au.ibm.com>
9504         * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
9506 2009-01-16  Ben Elliston  <bje@au.ibm.com>
9508         * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
9509         to tmake_file.
9511 2009-01-13  Ben Elliston  <bje@au.ibm.com>
9513         * config/t-softfp: New file.
9514         * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
9515         (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
9517 2009-01-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
9519         * config.host: Add m32r*-*-rtems*.
9521 2008-12-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
9523         * config.host: Add m32c*-*-rtems*.
9525 2008-11-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9527         PR bootstrap/33100
9528         * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
9529         i386/t-crtstuff if linker supports ZERO terminator unwind entries.
9530         * configure: Regenerate.
9531         * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
9532         tmake_file here from gcc/config.gcc.
9533         Move extra_parts here from gcc/config.gcc.
9534         * config/i386/t-sol2: Move here from gcc/config/i386.
9535         Use gcc_srcdir instead of srcdir.
9537 2008-11-18  Adam Nemet  <anemet@caviumnetworks.com>
9539         * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
9540         case.
9542 2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>
9544         * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
9546 2008-10-08  Thomas Schwinge  <tschwinge@gnu.org>
9548         * config.host: Fold `*-*-gnu*' cases into the Linux ones.
9550 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
9552         Add picoChip port.
9553         * config.host: Add picochip-*-*.
9555 2008-08-06  Bob Wilson  <bob.wilson@acm.org>
9557         * config.host: Match more processor names for Xtensa.
9559 2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>
9561         * config/i386/64/t-softfp-compat: Update comments.
9563 2008-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9565         * config/i386/64/_divtc3-compat.c: Moved to ...
9566         * config/i386/64/_divtc3.c: Here.
9568         * config/i386/64/_multc3-compat.c: Moved to ...
9569         * config/i386/64/_multc3.c: Here.
9571         * config/i386/64/_powitf2-compat.c: Moved to ...
9572         * config/i386/64/_powitf2.c: Here.
9574         * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
9575         .c suffix instead of -compat.c.
9577 2008-07-05  Uros Bizjak  <ubizjak@gmail.com>
9579         * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
9580         (_FP_MUL_MEAT_D): Ditto.
9581         (_FP_DIV_MEAT_S): Ditto.
9582         (_FP_DIV_MEAT_D): Ditto.
9584 2008-07-03  Richard Sandiford  <rdsandiford@googlemail.com>
9586         * Makefile.in: Add support for __sync_* libgcc functions.
9588 2008-07-03  H.J. Lu  <hongjiu.lu@intel.com>
9590         * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
9592 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
9594         PR boostrap/36702
9595         * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
9596         and Linux/x86.  Include 64bit t-softfp-compat for Linux/x86.
9598         * config/i386/64/t-fprules-softfp: Moved to ...
9599         * config/i386/64/t-softfp-compat: This.  New.
9601 2008-07-02  Uros Bizjak  <ubizjak@gmail.com>
9603         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
9604         Initialize f with 0.0.
9606 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
9608         PR target/36669
9609         * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
9611         * config/i386/64/_divtc3-compat.c: New.
9612         * config/i386/64/_multc3-compat.c: Likewise.
9613         * config/i386/64/_powitf2-compat.c: Likewise.
9614         * config/i386/64/eqtf2.c: Likewise.
9615         * config/i386/64/getf2.c: Likewise.
9616         * config/i386/64/letf2.c: Likewise.
9617         * config/i386/64/t-fprules-softfp: Likewise.
9619 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
9621         * config.host: Add i386/${host_address}/t-fprules-softfp to
9622         tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
9623         i[34567]86-*-linux*, x86_64-*-linux*.
9625         * configure.ac: Set host_address to 64 or 32 for x86.
9626         * configure: Regenerated.
9628         * Makefile.in (config.status): Also depend on
9629         $(srcdir)/config.host.
9631         * config/i386/32/t-fprules-softfp: New.
9632         * config/i386/32/tf-signs.c: Likewise.
9634         * config/i386/64/sfp-machine.h: New. Moved from gcc.
9636 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
9637             Uros Bizjak  <ubizjak@gmail.com>
9639         * config/i386/32/sfp-machine.h: New.
9641 2008-06-26  Nathan Froyd  <froydnj@codesourcery.com>
9643         * config/rs6000/t-ppccomm: Remove rules that conflict with
9644         auto-generated rules.
9646 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9648         * configure.ac: sinclude override.m4.
9649         * configure: Regenerate.
9651 2008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
9653         * configure: Regenerate.
9655 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
9657         * Makefile.in (DECNUMINC): Remove
9658         -I$(MULTIBUILDTOP)../../libdecnumber.
9659         * gstdint.h: New.
9661 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
9663         * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
9664         parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
9665         alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
9666         arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
9667         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
9668         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
9669         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
9670         i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
9671         i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
9672         mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
9673         powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
9674         powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
9675         strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
9676         vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
9678 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
9680         * config.host (sh2[lbe]*-*-linux*): Allow target.
9682 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
9684         * config/rs6000/t-ppccomm: Add build rules for new files.
9685         (LIB2ADD_ST): New variable.
9687 2008-04-07  Andy Hutchinson  <hutchinsonandy@aim.com>
9689         PR target/34210
9690         PR target/35508
9691         * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
9692         * config/t-avr: New file. Build 16bit libgcc functions.
9694 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
9696         PR target/35401
9697         * config/t-slibgcc-darwin: Make install-leaf dependent on
9698         install-darwin-libgcc-stubs instead of install.
9700 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
9702         * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
9703         tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
9704         sh-*-rtemscoff*): Remove cases.
9706 2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
9708         * Makefile.in (all): Use install-leaf rather than install.
9709         (install): Split most of the rule into...
9710         (install-leaf): ...this new one.
9712 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
9713             Paolo Bonzini  <bonzini@gnu.org>
9715         PR target/30572
9716         * Makefile.in: Use @shlib_slibdir@ substitution to get
9717         correct install name on darwin.
9718         * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
9720 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
9722         * config.host (crisv32-*-elf, crisv32-*-none): New, same as
9723         cris-*-elf and cris-*-none.
9724         (crisv32-*-linux*): Similar, as cris-*-linux*.
9726 2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
9728         * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
9730 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
9732         PR regression/33926
9733         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
9734         * configure: Regenerated.
9736 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
9738         * Makefile.in (dfp-filenames): Replace decimal_globals,
9739         decimal_data, binarydecimal and convert_data with
9740         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
9741         and bid_convert_data, respectively.
9743 2007-09-17  Chao-ying Fu  <fu@mips.com>
9744             Nigel Stephens  <nigel@mips.com>
9746         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
9747         * Makefile.in (fixed_point): Define.
9748         Check if fixed_point is yes to build support functions.
9749         * configure.ac: Check for fixed_point support.
9750         * configure: Regenerated.
9751         * gen-fixed.sh: New file to generate lists of fixed-point labels,
9752         funcs, modes, from, to.
9754 2007-09-11  Janis Johnson  <janis187@us.ibm.com
9756         * Makefile.in (dfp-filenames): Add bid128_noncomp.
9758 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
9760         * Makefile.in (dfp-filenames): Remove decUtility, add
9761         decDouble, decPacked, decQuad, decSingle.
9763 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
9765         * config.host : Add x86_64-elf target.
9767 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
9769         * configure.ac (set_have_cc_tls): Add a missing =.
9770         * configure: Regenerated.
9772 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
9774         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
9775         and x86_64-*-linux*.
9777         * config/t-tls: New file.
9779         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
9781         * configure.ac: Include ../config/enable.m4 and
9782         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
9783         supports TLS and substitute set_have_cc_tls.
9784         * configure: Regenerated.
9786 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9788         * Makefile.in: Use libbid for DFP when BID is enabled.
9790 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
9792         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
9793         extra_parts. Add config/i386/t-cygming to tmake_file.
9794         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
9796 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
9797             Danny Smith  <dannysmith@users.sourceforge.net>
9799         PR target/29498
9800         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
9801         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
9802         * config/i386/t-crtfm: Compile crtfastmath.o with
9803         -minline-all-stringops.
9805 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
9807         * config.host (sparc-wrs-vxworks): New target.
9809 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
9811         * config.host: Recognize fido.
9813 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
9815         * configure: Check host, not target, for decimal float support.
9817 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
9819         * config/i386/t-crtpc: New file.
9820         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
9821         (x86_64-*-linux*): Ditto.
9823 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
9825         * config.host (x86_64-*-mingw*): New target.
9827 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
9828             H.J. Lu  <hongjiu.lu@intel.com>
9830         * Makefile.in (enable_decimal_float): New.
9831         (DECNUMINC): Add
9832         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
9833         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
9834         (decbits-filenames): This.
9835         (decbits-objects): New.
9836         (libgcc-objects): Add $(decbits-objects).
9838         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
9839         Substitute enable_decimal_float.
9840         * configure: Regenerated.
9842 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
9844         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
9846 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
9848         * Makefile.in (install-info): New dummy target.
9850 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
9852         * config.host (bfin*-linux-uclibc*): Set extra_parts.
9854 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
9856         * Makefile.in: Add install-html and install-pdf dummy
9857         targets.
9859 2007-02-05  Roger Sayle  <roger@eyesopen.com>
9860             Daniel Jacobowitz  <dan@codesourcery.com>
9862         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
9863         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
9864         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
9866 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
9868         * Makefile.in (dec-filenames): Add decExcept.
9870 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
9872         PR bootstrap/30469
9873         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
9874         -fprofile-use.
9876 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
9878         * configure.ac: Add --enable-version-specific-runtime-libs.
9879         Correct $slibdir default.
9880         * configure: Regenerated.
9882 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
9884         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
9886 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
9888         PR target/30519
9889         * config.host (alpha*-*-linux*): Set extra_parts.
9891 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
9893         * config/sh/t-linux: New.
9894         * config.host (sh*-*-linux*): Set tmake_file.
9896 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9898         * Makefile.in (install): Handle multilibs.
9900 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
9902         * Makefile.in: Added .PHONY entry for documentation targets.
9904 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
9906         * Makefile.in: Add empty info, html, dvi, pdf targets.
9908 2007-01-04  Mike Stump  <mrs@apple.com>
9910         * Makefile.in (MAKEINFO): Remove.
9911         (PERL): Likewise.
9913 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9915         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
9916         * configure: Regenerate.
9917         * Makefile.in (host_subdir): Substitute it.
9918         (gcc_objdir): Use it.
9920 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
9922         * config.host (ia64*-*-linux*): Set tmake_file.
9924 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
9926         * Makefile.in (version): Define.
9928 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9929             Paolo Bonzini  <bonzini@gnu.org>
9931         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
9932         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
9933         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
9934         config/sparc/t-crtfm, config/t-slibgcc-darwin,
9935         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
9936         shared-object.mk, siditi-object.mk, static-object.mk: New files.
9937         * configure: Generated.
9939 Copyright (C) 2007-2019 Free Software Foundation, Inc.
9941 Copying and distribution of this file, with or without modification,
9942 are permitted in any medium without royalty provided the copyright
9943 notice and this notice are preserved.