ada: Fix internal error on quantified expression with predicated type
[official-gcc.git] / libgcc / ChangeLog
blob1d4f3abd8a8151b8e1ded7b9fff9952af0f4a611
1 2023-05-19  Iain Sandoe  <iain@sandoe.co.uk>
3         * config.host: Arrange to set min Darwin OS versions from
4         the configured host version.
5         * config/darwin10-unwind-find-enc-func.c: Do not use current
6         headers, but declare the nexessary structures locally to the
7         versions in use for Mac OSX 10.6.
8         * config/t-darwin: Amend to handle configured min OS
9         versions.
10         * config/t-darwin-min-1: New.
11         * config/t-darwin-min-5: New.
12         * config/t-darwin-min-8: New.
14 2023-05-15  Thomas Neumann  <tneumann@users.sourceforge.net>
16         * unwind-dw2-fde.c: Fix assert in non-atomic path.
18 2023-05-15  Sören Tempel  <soeren+git@soeren-tempel.net>
20         * unwind-dw2-fde.c: Accept empty ranges when deregistering frames.
22 2023-05-02  Patrick O'Neill  <patrick@rivosinc.com>
24         * config/riscv/atomic.c: Change LR.aq/SC.rl pairs into
25         sequentially consistent LR.aqrl/SC.rl pairs.
27 2023-05-01  Dimitar Dimitrov  <dimitar@dinux.eu>
29         * config/pru/t-pru (HOST_LIBGCC2_CFLAGS): Add
30         -DTARGET_HAS_NO_HW_DIVIDE.
32 2023-04-27  Hans-Peter Nilsson  <hp@axis.com>
34         * config/cris/t-cris (HOST_LIBGCC2_CFLAGS): Add
35         -DTARGET_HAS_NO_HW_DIVIDE.
37 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
39         PR target/104338
40         * config/riscv/atomic.c: Add reference to duplicate logic.
42 2023-04-08  Tetsuma Hoshino  <t-hoshino@pony-e.jp>
44         PR target/109402
45         * config/v850/lib1funcs.S (___muldi3): Remove unnecessary
46         stack manipulations.
48 2023-04-05  John David Anglin  <danglin@gcc.gnu.org>
50         PR target/109374
51         * config/pa/milli64.S (RETURN_COLUMN): Define.
52         ($$divI): Add CFI directives.
53         ($$divU): Likewise.
54         ($$remI): Likewise.
55         ($$remU): Likewise.
57 2023-03-19  Stafford Horne  <shorne@gmail.com>
59         * config/or1k/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Remove
60         statement clearing existing exceptions.
62 2023-03-13  Max Filippov  <jcmvbkbc@gmail.com>
64         * config/xtensa/crti.S: Add .note.GNU-stack section on linux.
65         * config/xtensa/crtn.S: Likewise.
66         * config/xtensa/lib1funcs.S: Likewise.
67         * config/xtensa/lib2funcs.S: Likewise.
69 2023-03-12  Jakub Jelinek  <jakub@redhat.com>
71         * config/aarch64/t-softfp (softfp_extensions): Add bfsf.
72         (softfp_truncations): Add tfbf dfbf sfbf hfbf.
73         (softfp_extras): Add floatdibf floatundibf floattibf floatuntibf.
74         * config/aarch64/libgcc-softfp.ver (GCC_13.0.0): Export
75         __extendbfsf2 and __trunc{s,d,t,h}fbf2.
76         * config/aarch64/sfp-machine.h (_FP_NANFRAC_B, _FP_NANSIGN_B): Define.
77         * soft-fp/floatundibf.c: New file.
78         * soft-fp/floatdibf.c: New file.
80 2023-03-10  Jakub Jelinek  <jakub@redhat.com>
82         PR target/107703
83         * soft-fp/floattibf.c: New file.
84         * soft-fp/floatuntibf.c: New file.
85         * config/i386/libgcc-glibc.ver: Export __float{,un}tibf @ GCC_13.0.0.
86         * config/i386/64/t-softfp (softfp_extras): Add floattibf and
87         floatuntibf.
88         (CFLAGS-floattibf.c, CFLAGS-floatunstibf.c): Add -msse2.
90 2023-03-08  Kewen Lin  <linkw@linux.ibm.com>
92         PR libgcc/108727
93         * config/rs6000/morestack.S (__morestack): Use PARAMS for new stack
94         bump size.
96 2023-03-06   Michael Meissner  <meissner@linux.ibm.com>
98         PR target/107299
99         * config/rs6000/_divkc3.c (COPYSIGN): Use the correct built-in based on
100         whether long double is IBM or IEEE.
101         (INFINITY): Likewise.
102         (FABS): Likewise.
103         * config/rs6000/_mulkc3.c (COPYSIGN): Likewise.
104         (INFINITY): Likewise.
105         * config/rs6000/quad-float128.h (TF): Remove definition.
106         (TFtype): Define to be long double or _Float128.
107         (TCtype): Define to be _Complex long double or _Complex _Float128.
108         * libgcc2.h (TFtype): Allow machine config files to override this.
109         (TCtype): Likewise.
110         * soft-fp/quad.h (TFtype): Likewise.
112 2023-02-13  Kito Cheng  <kito.cheng@sifive.com>
114         * config.host (riscv*-*-*): Add config/riscv/value-unwind.h.
115         * config/riscv/value-unwind.h: New.
117 2023-02-03  Christophe Lyon  <christophe.lyon@arm.com>
119         * config/arm/pr-support.c (__gnu_unwind_execute): Use
120         TARGET_HAVE_PACBTI to define set_pac and set_pac_sp.
122 2023-01-30  Flavio Cruz  <flaviocruz@gmail.com>
124         * config.host: Recognize x86_64-*-gnu* targets.
125         * config/i386/gnu-unwind.h: Update to handle __x86_64__ with a
126         TODO for now.
128 2023-01-23  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
130         * config/arm/pr-support.c (__gnu_unwind_execute): Decode opcode
131         "0xb5".
133 2023-01-23  Andrea Corallo  <andrea.corallo@arm.com>
134             Tejas Belagod   <tbelagod@arm.com>
135             Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
137         * config/arm/pr-support.c (__gnu_unwind_execute): Decode
138         exception opcode (0xb4) for saving RA_AUTH_CODE and authenticate
139         with AUTG if found.
140         * config/arm/unwind-arm.c (struct pseudo_regs): New.
141         (phase1_vrs): Introduce new field to store pseudo-reg state.
142         (phase2_vrs): Likewise.
143         (_Unwind_VRS_Get): Load pseudo register state from virtual reg set.
144         (_Unwind_VRS_Set): Store pseudo register state to virtual reg set.
145         (_Unwind_VRS_Pop): Load pseudo register value from stack into VRS.
147 2023-01-18  Wilco Dijkstra  <wilco.dijkstra@arm.com>
149         PR target/107678
150         * unwind-dw2.h (REG_UNSAVED_ARCHEXT): Add new enum.
151         * unwind-dw2.c (uw_update_context_1): Add REG_UNSAVED_ARCHEXT case.
152         * unwind-dw2-execute_cfa.h: Use REG_UNSAVED_ARCHEXT/REG_UNSAVED to
153         encode the return address signing state.
154         * config/aarch64/aarch64-unwind.h (aarch64_demangle_return_addr)
155         Check current return address signing state.
156         (aarch64_frob_update_contex): Remove.
158 2023-01-13  John David Anglin  <danglin@gcc.gnu.org>
160         * config.host (hppa*64*-*-linux*): Adjust tmake_file to use
161         pa/t-pa64-linux.
162         (hppa*64*-*-hpux11*): Adjust tmake_file to use pa/t-pa64-hpux
163         instead of pa/t-hpux and pa/t-pa64.
164         * config/pa/linux-atomic.c: Define u32 type.
165         (ATOMIC_LOAD): Define new macro to implement atomic_load_1,
166         atomic_load_2, atomic_load_4 and atomic_load_8.  Update sync
167         defines to use atomic_load calls for type.
168         (SYNC_LOCK_LOAD_2): New macro to implement __sync_lock_load_8.
169         * config/pa/sync-libfuncs.c: New file.
170         * config/pa/t-netbsd (LIB2ADD_ST): Define.
171         * config/pa/t-openbsd (LIB2ADD_ST): Define.
172         * config/pa/t-pa64-hpux: New file.
173         * config/pa/t-pa64-linux: New file.
175 2023-01-13  Jonathan Wakely  <jwakely@redhat.com>
177         PR libstdc++/108331
178         * config/i386/gthr-win32.h (__gthr_win32_legacy_mutex_t): New
179         struct matching the previous __gthread_mutex_t struct.
180         (__GTHREAD_LEGACY_MUTEX_T): Define.
182 2023-01-13  Seija Kijin  <doremylover456@gmail.com>
184         * config/arm/lib1funcs.S (clear_cache): Use SVC to conform to
185         unified syntax.
187 2023-01-07  LIU Hao  <lh_mouse@126.com>
189         PR middle-end/108300
190         * config/i386/enable-execute-stack-mingw32.c: Define
191         `WIN32_LEAN_AND_MEAN` before <windows.h>.
192         * libgcc2.c: Likewise.
193         * unwind-generic.h: Likewise.
195 2023-01-03  Florian Weimer  <fweimer@redhat.com>
197         * unwind-dw2-execute_cfa.h: New file.  Extracted from
198         the execute_cfa_program function in unwind-dw2.c.
199         * unwind-dw2.c (execute_cfa_program_generic): New function.
200         (execute_cfa_program_specialized): Likewise.
201         (execute_cfa_program): Call execute_cfa_program_specialized
202         or execute_cfa_program_generic, as appropriate.
204 2023-01-03  Florian Weimer  <fweimer@redhat.com>
206         Revert:
207         2023-01-03  Florian Weimer  <fweimer@redhat.com>
209         * unwind-dw2.c (dwarf_reg_size): New function.
210         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_SetGRPtr)
211         (_Unwind_SetSpColumn, uw_install_context_1): Use it.
212         (uw_init_context_1): Do not initialize dwarf_reg_size_table
213         if not in use.
215 2023-01-03  Florian Weimer  <fweimer@redhat.com>
217         Revert:
218         2023-01-03  Florian Weimer  <fweimer@redhat.com>
220         * unwind-dw2-execute_cfa.h: New file.  Extracted from
221         the execute_cfa_program function in unwind-dw2.c.
222         * unwind-dw2.c (execute_cfa_program_generic): New function.
223         (execute_cfa_program_specialized): Likewise.
224         (execute_cfa_program): Call execute_cfa_program_specialized
225         or execute_cfa_program_generic, as appropriate.
227 2023-01-02  Florian Weimer  <fweimer@redhat.com>
229         * unwind-dw2-execute_cfa.h: New file.  Extracted from
230         the execute_cfa_program function in unwind-dw2.c.
231         * unwind-dw2.c (execute_cfa_program_generic): New function.
232         (execute_cfa_program_specialized): Likewise.
233         (execute_cfa_program): Call execute_cfa_program_specialized
234         or execute_cfa_program_generic, as appropriate.
236 2023-01-02  Florian Weimer  <fweimer@redhat.com>
238         * unwind-dw2.c (dwarf_reg_size): New function.
239         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_SetGRPtr)
240         (_Unwind_SetSpColumn, uw_install_context_1): Use it.
241         (uw_init_context_1): Do not initialize dwarf_reg_size_table
242         if not in use.
244 2022-12-25  Jonathan Yong  <10walls@gmail.com>
246         * config/i386/gthr-win32.h: undef CC_NONE
248 2022-12-24  Iain Sandoe  <iain@sandoe.co.uk>
250         * config/t-slibgcc-darwin (install-darwin-libgcc-stubs): Skip the
251         install of libgcc_s.1.dylib when the installation is into the build
252         gcc directory.
254 2022-12-23  Eric Botcazou  <ebotcazou@adacore.com>
256         * config.host (i[34567]86-*-mingw*): Add thread fragment after EH one
257         as well as new i386/t-slibgcc-mingw fragment.
258         (x86_64-*-mingw*): Likewise.
259         * config/i386/gthr-win32.h: If _WIN32_WINNT is at least 0x0600, define
260         both __GTHREAD_HAS_COND and __GTHREADS_CXX0X to 1.
261         Error out if _GTHREAD_USE_MUTEX_TIMEDLOCK is 1.
262         Include stdlib.h instead of errno.h and do not include _mingw.h.
263         (CONST_CAST2): Add specific definition for C++.
264         (ATTRIBUTE_UNUSED): New macro.
265         (__UNUSED_PARAM): Delete.
266         Define WIN32_LEAN_AND_MEAN before including windows.h.
267         (__gthread_objc_data_tls): Use TLS_OUT_OF_INDEXES instead of (DWORD)-1.
268         (__gthread_objc_init_thread_system): Likewise.
269         (__gthread_objc_thread_get_data): Minor tweak.
270         (__gthread_objc_condition_allocate): Use ATTRIBUTE_UNUSED.
271         (__gthread_objc_condition_deallocate): Likewise.
272         (__gthread_objc_condition_wait): Likewise.
273         (__gthread_objc_condition_broadcast): Likewise.
274         (__gthread_objc_condition_signal): Likewise.
275         Include sys/time.h.
276         (__gthr_win32_DWORD): New typedef.
277         (__gthr_win32_HANDLE): Likewise.
278         (__gthr_win32_CRITICAL_SECTION): Likewise.
279         (__gthr_win32_CONDITION_VARIABLE): Likewise.
280         (__gthread_t): Adjust.
281         (__gthread_key_t): Likewise.
282         (__gthread_mutex_t): Likewise.
283         (__gthread_recursive_mutex_t): Likewise.
284         (__gthread_cond_t): New typedef.
285         (__gthread_time_t): Likewise.
286         (__GTHREAD_MUTEX_INIT_DEFAULT): Delete.
287         (__GTHREAD_RECURSIVE_MUTEX_INIT_DEFAULT): Likewise.
288         (__GTHREAD_COND_INIT_FUNCTION): Define.
289         (__GTHREAD_TIME_INIT): Likewise.
290         (__gthr_i486_lock_cmp_xchg): Delete.
291         (__gthr_win32_create): Declare.
292         (__gthr_win32_join): Likewise.
293         (__gthr_win32_self): Likewise.
294         (__gthr_win32_detach): Likewise.
295         (__gthr_win32_equal): Likewise.
296         (__gthr_win32_yield): Likewise.
297         (__gthr_win32_mutex_destroy): Likewise.
298         (__gthr_win32_cond_init_function): Likewise if __GTHREADS_HAS_COND is 1.
299         (__gthr_win32_cond_broadcast): Likewise.
300         (__gthr_win32_cond_signal): Likewise.
301         (__gthr_win32_cond_wait): Likewise.
302         (__gthr_win32_cond_timedwait): Likewise.
303         (__gthr_win32_recursive_mutex_init_function): Delete.
304         (__gthr_win32_recursive_mutex_lock): Likewise.
305         (__gthr_win32_recursive_mutex_unlock): Likewise.
306         (__gthr_win32_recursive_mutex_destroy): Likewise.
307         (__gthread_create): New inline function.
308         (__gthread_join): Likewise.
309         (__gthread_self): Likewise.
310         (__gthread_detach): Likewise.
311         (__gthread_equal): Likewise.
312         (__gthread_yield): Likewise.
313         (__gthread_cond_init_function): Likewise if __GTHREADS_HAS_COND is 1.
314         (__gthread_cond_broadcast): Likewise.
315         (__gthread_cond_signal): Likewise.
316         (__gthread_cond_wait): Likewise.
317         (__gthread_cond_timedwait): Likewise.
318         (__GTHREAD_WIN32_INLINE): New macro.
319         (__GTHREAD_WIN32_COND_INLINE): Likewise.
320         (__GTHREAD_WIN32_ACTIVE_P): Likewise.
321         Define WIN32_LEAN_AND_MEAN before including windows.h.
322         (__gthread_once): Minor tweaks.
323         (__gthread_key_create): Use ATTRIBUTE_UNUSED and TLS_OUT_OF_INDEXES.
324         (__gthread_key_delete): Minor tweak.
325         (__gthread_getspecific): Likewise.
326         (__gthread_setspecific): Likewise.
327         (__gthread_mutex_init_function): Reimplement.
328         (__gthread_mutex_destroy): Likewise.
329         (__gthread_mutex_lock): Likewise.
330         (__gthread_mutex_trylock): Likewise.
331         (__gthread_mutex_unlock): Likewise.
332         (__gthr_win32_abs_to_rel_time): Declare.
333         (__gthread_recursive_mutex_init_function): Reimplement.
334         (__gthread_recursive_mutex_destroy): Likewise.
335         (__gthread_recursive_mutex_lock): Likewise.
336         (__gthread_recursive_mutex_trylock): Likewise.
337         (__gthread_recursive_mutex_unlock): Likewise.
338         (__gthread_cond_destroy): New inline function.
339         (__gthread_cond_wait_recursive): Likewise.
340         * config/i386/gthr-win32.c: Delete everything.
341         Include gthr-win32.h to get the out-of-line version of inline routines.
342         Add compile-time checks for the local version of the Win32 types.
343         * config/i386/gthr-win32-cond.c: New file.
344         * config/i386/gthr-win32-thread.c: Likewise.
345         * config/i386/t-gthr-win32: Add config/i386/gthr-win32-thread.c to the
346         EH part, config/i386/gthr-win32-cond.c and config/i386/gthr-win32.c to
347         the static version of libgcc.
348         * config/i386/t-slibgcc-mingw: New file.
349         * config/i386/libgcc-mingw.ver: Likewise.
351 2022-12-16  Thomas Neumann  <tneumann@users.sourceforge.net>
353         * unwind-dw2-fde.c: Initialize fde object lazily when
354         the first exception tries to pass through.
356 2022-12-16  Thomas Neumann  <tneumann@users.sourceforge.net>
358         * unwind-dw2-fde.c: Use radix sort instead of split+sort+merge.
360 2022-12-08  Max Filippov  <jcmvbkbc@gmail.com>
362         * config/xtensa/xtensa-config-builtin.h (XCHAL_NUM_AREGS)
363         (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE, XCHAL_ICACHE_LINESIZE)
364         (XCHAL_DCACHE_LINESIZE, XCHAL_MMU_MIN_PTE_PAGE_SIZE)
365         (XSHAL_ABI): Remove stray symbols from macro definitions.
367 2022-12-07  Max Filippov  <jcmvbkbc@gmail.com>
369         * config/xtensa/crti.S (xtensa-config.h): Replace #inlcude with
370         xtensa-config-builtin.h.
371         * config/xtensa/crtn.S: Likewise.
372         * config/xtensa/lib1funcs.S: Likewise.
373         * config/xtensa/lib2funcs.S: Likewise.
374         * config/xtensa/xtensa-config-builtin.h: New File.
376 2022-11-04  Florian Weimer  <fweimer@redhat.com>
378         * unwind-dw2-fde-dip.c (find_fde_tail): Special-case encoding
379         values actually used by BFD ld.
381 2022-10-23  LIU Hao  <lh_mouse@126.com>
383         * config/i386/gthr-mcf.h: Include 'gthr_libobjc.h' when building
384         libobjc, instead of 'gthr.h'
386 2022-10-19  LIU Hao  <lh_mouse@126.com>
388         * config.host: Add new cases for `mcf` thread model
389         * config/i386/gthr-mcf.h: New file
390         * config/i386/t-mingw-mcfgthread: New file
391         * config/i386/t-slibgcc-cygming: Add mcfgthread for libgcc DLL
392         * configure: Regenerate
394 2022-10-18  Jonathan Wakely  <jwakely@redhat.com>
396         * Makefile.in: Quote variable.
398 2022-10-17  H.J. Lu  <hjl.tools@gmail.com>
400         * unwind-generic.h (_Unwind_Frames_Increment): Add the EXC
401         argument.
402         * unwind.inc (_Unwind_RaiseException_Phase2): Pass EXC to
403         _Unwind_Frames_Increment.
404         (_Unwind_ForcedUnwind_Phase2): Likewise.
405         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
406         Take the EXC argument.  Return _URC_FATAL_PHASE2_ERROR if the
407         return address on normal stack doesn't match the return address
408         on shadow stack.
410 2022-10-17  Florian Weimer  <fweimer@redhat.com>
412         * unwind-dw2.h (struct frame_state_reg_info): Move cfa_how member
413         and reduce its size.
415 2022-10-14  Jakub Jelinek  <jakub@redhat.com>
417         * config/i386/t-softfp (softfp_extensions): Add bfsf.
418         (softfp_truncations): Add tfbf xfbf dfbf sfbf hfbf.
419         (CFLAGS-extendbfsf2.c, CFLAGS-truncsfbf2.c, CFLAGS-truncdfbf2.c,
420         CFLAGS-truncxfbf2.c, CFLAGS-trunctfbf2.c, CFLAGS-trunchfbf2.c): Add
421         -msse2.
422         * config/i386/libgcc-glibc.ver (GCC_13.0.0): Export
423         __extendbfsf2 and __trunc{s,d,x,t,h}fbf2.
424         * config/i386/sfp-machine.h (_FP_NANSIGN_B): Define.
425         * config/i386/64/sfp-machine.h (_FP_NANFRAC_B): Define.
426         * config/i386/32/sfp-machine.h (_FP_NANFRAC_B): Define.
427         * soft-fp/brain.h: New file.
428         * soft-fp/truncsfbf2.c: New file.
429         * soft-fp/truncdfbf2.c: New file.
430         * soft-fp/truncxfbf2.c: New file.
431         * soft-fp/trunctfbf2.c: New file.
432         * soft-fp/trunchfbf2.c: New file.
433         * soft-fp/truncbfhf2.c: New file.
434         * soft-fp/extendbfsf2.c: New file.
436 2022-10-12  Martin Liska  <mliska@suse.cz>
438         * libgcov-driver.c: Use new function.
439         * libgcov.h (gcov_write_summary): Rename to ...
440         (gcov_write_object_summary): ... this.
442 2022-10-11  Olivier Hainque  <hainque@adacore.com>
444         * config.host (*vxworks*): When enable_shared, add
445         libgcc and crtstuff "shared" fragments for rtp except
446         large code model.
447         (aarch64*-wrs-vxworks7*): Remove t-slibgcc-libgcc from
448         the list of fragments.
450 2022-10-06  Jakub Jelinek  <jakub@redhat.com>
452         * config/arc/linux-unwind.h (arc_fallback_frame_state): Use
453         fs->regs.how[X] instead of fs->regs.reg[X].how.
455 2022-10-06  Jakub Jelinek  <jakub@redhat.com>
457         * unwind-dw2.h (REG_UNSAVED, REG_SAVED_OFFSET, REG_SAVED_REG,
458         REG_SAVED_EXP, REG_SAVED_VAL_OFFSET, REG_SAVED_VAL_EXP,
459         REG_UNDEFINED): New anonymous enum, moved from inside of
460         struct frame_state_reg_info.
461         (struct frame_state_reg_info): Remove reg[].how element and the
462         anonymous enum there.  Add how element.
463         * unwind-dw2.c: Include stddef.h.
464         (uw_frame_state_for): Don't clear first
465         offsetof (_Unwind_FrameState, regs.how[0]) bytes of *fs.
466         (execute_cfa_program, __frame_state_for, uw_update_context_1,
467         uw_update_context): Use fs->regs.how[X] instead of fs->regs.reg[X].how
468         or fs.regs.how[X] instead of fs.regs.reg[X].how.
469         * config/sh/linux-unwind.h (sh_fallback_frame_state): Likewise.
470         * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
471         * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
472         * config/pa/hpux-unwind.h (UPDATE_FS_FOR_SAR, UPDATE_FS_FOR_GR,
473         UPDATE_FS_FOR_FR, UPDATE_FS_FOR_PC, pa_fallback_frame_state):
474         Likewise.
475         * config/alpha/vms-unwind.h (alpha_vms_fallback_frame_state):
476         Likewise.
477         * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Likewise.
478         * config/arc/linux-unwind.h (arc_fallback_frame_state,
479         arc_frob_update_context): Likewise.
480         * config/riscv/linux-unwind.h (riscv_fallback_frame_state): Likewise.
481         * config/nios2/linux-unwind.h (NIOS2_REG): Likewise.
482         * config/nds32/linux-unwind.h (NDS32_PUT_FS_REG): Likewise.
483         * config/s390/tpf-unwind.h (s390_fallback_frame_state): Likewise.
484         * config/s390/linux-unwind.h (s390_fallback_frame_state): Likewise.
485         * config/sparc/sol2-unwind.h (sparc64_frob_update_context,
486         MD_FALLBACK_FRAME_STATE_FOR): Likewise.
487         * config/sparc/linux-unwind.h (sparc64_fallback_frame_state,
488         sparc64_frob_update_context, sparc_fallback_frame_state): Likewise.
489         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state,
490         x86_fallback_frame_state): Likewise.
491         * config/i386/w32-unwind.h (i386_w32_fallback_frame_state): Likewise.
492         * config/i386/linux-unwind.h (x86_64_fallback_frame_state,
493         x86_fallback_frame_state): Likewise.
494         * config/i386/freebsd-unwind.h (x86_64_freebsd_fallback_frame_state):
495         Likewise.
496         * config/i386/dragonfly-unwind.h
497         (x86_64_dragonfly_fallback_frame_state): Likewise.
498         * config/i386/gnu-unwind.h (x86_gnu_fallback_frame_state): Likewise.
499         * config/csky/linux-unwind.h (csky_fallback_frame_state): Likewise.
500         * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state):
501         Likewise.
502         * config/aarch64/freebsd-unwind.h
503         (aarch64_freebsd_fallback_frame_state): Likewise.
504         * config/aarch64/aarch64-unwind.h (aarch64_frob_update_context):
505         Likewise.
506         * config/or1k/linux-unwind.h (or1k_fallback_frame_state): Likewise.
507         * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
508         * config/loongarch/linux-unwind.h (loongarch_fallback_frame_state):
509         Likewise.
510         * config/m68k/linux-unwind.h (m68k_fallback_frame_state): Likewise.
511         * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state):
512         Likewise.
513         * config/rs6000/darwin-fallback.c (set_offset): Likewise.
514         * config/rs6000/aix-unwind.h (MD_FROB_UPDATE_CONTEXT): Likewise.
515         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Likewise.
516         * config/rs6000/freebsd-unwind.h (frob_update_context): Likewise.
518 2022-10-02  Olivier Hainque  <hainque@adacore.com>
520         * config/t-vxworks (LIBGCC2_INCLUDE): Augment comment.  Move
521         -I options for gcc/include and gcc/include-fixed at the end
522         and make them -isystem.
524 2022-10-02  Olivier Hainque  <hainque@adacore.com>
526         * config/gthr-vxworks.h: Prevent Wpragma warning for the
527         pragma diagnostics on Wstrict-prototypes.
529 2022-09-29  Olivier Hainque  <hainque@adacore.com>
531         * config/vxcrtstuff.c: Improve the comment attached to the use
532         of auto-host.h and of __dso_handle.  Remove redundant guard on
533         HAVE_INITFINI_ARRAY_SUPPORT within a USE_INITFINI_ARRAY section.
535 2022-09-26  Thomas Neumann  <tneumann@users.sourceforge.net>
537         * unwind-dw2-fde.c: Introduce a constant for in_shutdown
538         for the non-fast-path case. Drop destructor priority.
540 2022-09-22  Thomas Neumann  <tneumann@users.sourceforge.net>
542         * unwind-dw2-fde.c: (release_register_frames) Remember
543         when the btree has been destroyed.
544         (__deregister_frame_info_bases) Disable the assert when
545         shutting down.
547 2022-09-18  Thomas Neumann  <tneumann@users.sourceforge.net>
549         * unwind-dw2-fde.c: Replace uintptr_t with typedef
550         for __UINTPTR_TYPE__.
551         * unwind-dw2-btree.h: Likewise.
553 2022-09-16  Thomas Neumann  <tneumann@users.sourceforge.net>
555         * unwind-dw2-fde.c (release_registered_frames): Cleanup at shutdown.
556         (__register_frame_info_table_bases): Use btree in atomic fast path.
557         (__deregister_frame_info_bases): Likewise.
558         (_Unwind_Find_FDE): Likewise.
559         (base_from_object): Make parameter const.
560         (classify_object_over_fdes): Add query-only mode.
561         (get_pc_range): Compute PC range for lookup.
562         * unwind-dw2-fde.h (last_fde): Make parameter const.
563         * unwind-dw2-btree.h: New file.
565 2022-08-31  Martin Liska  <mliska@suse.cz>
567         * config.host: Remove hppa.
569 2022-08-30  Martin Liska  <mliska@suse.cz>
571         * config.host: Remove the port.
573 2022-08-26  Martin Liska  <mliska@suse.cz>
575         * config.host: Remove cr16 related stuff.
576         * config/cr16/crti.S: Removed.
577         * config/cr16/crtlibid.S: Removed.
578         * config/cr16/crtn.S: Removed.
579         * config/cr16/divmodhi3.c: Removed.
580         * config/cr16/lib1funcs.S: Removed.
581         * config/cr16/t-cr16: Removed.
582         * config/cr16/t-crtlibid: Removed.
583         * config/cr16/unwind-cr16.c: Removed.
584         * config/cr16/unwind-dw2.h: Removed.
586 2022-08-16  Kito Cheng  <kito.cheng@sifive.com>
588         * config/riscv/sfp-machine.h (_FP_NANFRAC_H): New.
589         (_FP_NANFRAC_H): Ditto.
590         (_FP_NANSIGN_H): Ditto.
591         * config/riscv/t-softfp32 (softfp_extensions): Add HF related
592         routines.
593         (softfp_truncations): Ditto.
594         (softfp_extras): Ditto.
595         * config/riscv/t-softfp64 (softfp_extras): Add HF related routines.
597 2022-08-16  Kito Cheng  <kito.cheng@sifive.com>
599         * soft-fp/fixhfdi.c: New.
600         * soft-fp/fixhfsi.c: Likewise.
601         * soft-fp/fixunshfdi.c: Likewise.
602         * soft-fp/fixunshfsi.c: Likewise.
603         * soft-fp/floatdihf.c: Likewise.
604         * soft-fp/floatsihf.c: Likewise.
605         * soft-fp/floatundihf.c: Likewise.
606         * soft-fp/floatunsihf.c: Likewise.
607         * soft-fp/adddf3.c: Updating copyright years, removing "Contributed by"
608         lines and update URL for license.
609         * soft-fp/addsf3.c: Likewise.
610         * soft-fp/addtf3.c: Likewise.
611         * soft-fp/divdf3.c: Likewise.
612         * soft-fp/divsf3.c: Likewise.
613         * soft-fp/divtf3.c: Likewise.
614         * soft-fp/double.h: Likewise.
615         * soft-fp/eqdf2.c: Likewise.
616         * soft-fp/eqhf2.c: Likewise.
617         * soft-fp/eqsf2.c: Likewise.
618         * soft-fp/eqtf2.c: Likewise.
619         * soft-fp/extenddftf2.c: Likewise.
620         * soft-fp/extended.h: Likewise.
621         * soft-fp/extendhfdf2.c: Likewise.
622         * soft-fp/extendhfsf2.c: Likewise.
623         * soft-fp/extendhftf2.c: Likewise.
624         * soft-fp/extendhfxf2.c: Likewise.
625         * soft-fp/extendsfdf2.c: Likewise.
626         * soft-fp/extendsftf2.c: Likewise.
627         * soft-fp/extendxftf2.c: Likewise.
628         * soft-fp/fixdfdi.c: Likewise.
629         * soft-fp/fixdfsi.c: Likewise.
630         * soft-fp/fixdfti.c: Likewise.
631         * soft-fp/fixhfti.c: Likewise.
632         * soft-fp/fixsfdi.c: Likewise.
633         * soft-fp/fixsfsi.c: Likewise.
634         * soft-fp/fixsfti.c: Likewise.
635         * soft-fp/fixtfdi.c: Likewise.
636         * soft-fp/fixtfsi.c: Likewise.
637         * soft-fp/fixtfti.c: Likewise.
638         * soft-fp/fixunsdfdi.c: Likewise.
639         * soft-fp/fixunsdfsi.c: Likewise.
640         * soft-fp/fixunsdfti.c: Likewise.
641         * soft-fp/fixunshfti.c: Likewise.
642         * soft-fp/fixunssfdi.c: Likewise.
643         * soft-fp/fixunssfsi.c: Likewise.
644         * soft-fp/fixunssfti.c: Likewise.
645         * soft-fp/fixunstfdi.c: Likewise.
646         * soft-fp/fixunstfsi.c: Likewise.
647         * soft-fp/fixunstfti.c: Likewise.
648         * soft-fp/floatdidf.c: Likewise.
649         * soft-fp/floatdisf.c: Likewise.
650         * soft-fp/floatditf.c: Likewise.
651         * soft-fp/floatsidf.c: Likewise.
652         * soft-fp/floatsisf.c: Likewise.
653         * soft-fp/floatsitf.c: Likewise.
654         * soft-fp/floattidf.c: Likewise.
655         * soft-fp/floattihf.c: Likewise.
656         * soft-fp/floattisf.c: Likewise.
657         * soft-fp/floattitf.c: Likewise.
658         * soft-fp/floatundidf.c: Likewise.
659         * soft-fp/floatundisf.c: Likewise.
660         * soft-fp/floatunditf.c: Likewise.
661         * soft-fp/floatunsidf.c: Likewise.
662         * soft-fp/floatunsisf.c: Likewise.
663         * soft-fp/floatunsitf.c: Likewise.
664         * soft-fp/floatuntidf.c: Likewise.
665         * soft-fp/floatuntihf.c: Likewise.
666         * soft-fp/floatuntisf.c: Likewise.
667         * soft-fp/floatuntitf.c: Likewise.
668         * soft-fp/gedf2.c: Likewise.
669         * soft-fp/gesf2.c: Likewise.
670         * soft-fp/getf2.c: Likewise.
671         * soft-fp/half.h: Likewise.
672         * soft-fp/ledf2.c: Likewise.
673         * soft-fp/lesf2.c: Likewise.
674         * soft-fp/letf2.c: Likewise.
675         * soft-fp/muldf3.c: Likewise.
676         * soft-fp/mulsf3.c: Likewise.
677         * soft-fp/multf3.c: Likewise.
678         * soft-fp/negdf2.c: Likewise.
679         * soft-fp/negsf2.c: Likewise.
680         * soft-fp/negtf2.c: Likewise.
681         * soft-fp/op-1.h: Likewise.
682         * soft-fp/op-2.h: Likewise.
683         * soft-fp/op-4.h: Likewise.
684         * soft-fp/op-8.h: Likewise.
685         * soft-fp/op-common.h: Likewise.
686         * soft-fp/quad.h: Likewise.
687         * soft-fp/single.h: Likewise.
688         * soft-fp/soft-fp.h: Likewise.
689         * soft-fp/subdf3.c: Likewise.
690         * soft-fp/subsf3.c: Likewise.
691         * soft-fp/subtf3.c: Likewise.
692         * soft-fp/truncdfhf2.c: Likewise.
693         * soft-fp/truncdfsf2.c: Likewise.
694         * soft-fp/truncsfhf2.c: Likewise.
695         * soft-fp/trunctfdf2.c: Likewise.
696         * soft-fp/trunctfhf2.c: Likewise.
697         * soft-fp/trunctfsf2.c: Likewise.
698         * soft-fp/trunctfxf2.c: Likewise.
699         * soft-fp/truncxfhf2.c: Likewise.
700         * soft-fp/unorddf2.c: Likewise.
701         * soft-fp/unordsf2.c: Likewise.
702         * soft-fp/unordtf2.c: Likewise.
704 2022-07-18  Claudiu Zissulescu  <claziss@synopsys.com>
706         * config/arc/lib2funcs.c (udivmodsi4): Update AND mask.
707         * config/arc/lib1funcs.S (umodsi3): Don't use it for RF16
708         configurations.
710 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
712         * config.host: Removed tilegx and tilepro entries.
713         * config/tilegx/sfp-machine.h: Removed.
714         * config/tilegx/sfp-machine32.h: Removed.
715         * config/tilegx/sfp-machine64.h: Removed.
716         * config/tilegx/t-crtstuff: Removed.
717         * config/tilegx/t-softfp: Removed.
718         * config/tilegx/t-tilegx: Removed.
719         * config/tilepro/atomic.c: Removed.
720         * config/tilepro/atomic.h: Removed.
721         * config/tilepro/linux-unwind.h: Removed.
722         * config/tilepro/sfp-machine.h: Removed.
723         * config/tilepro/softdivide.c: Removed.
724         * config/tilepro/softmpy.S: Removed.
725         * config/tilepro/t-crtstuff: Removed.
726         * config/tilepro/t-tilepro: Removed.
728 2022-06-09  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
730         * config/xtensa/lib1funcs.S (__clrsbsi2): New function.
731         * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add _clrsbsi2.
733 2022-06-01  H.J. Lu  <hjl.tools@gmail.com>
735         PR libgcc/27576
736         * crtstuff.c (__EH_FRAME_BEGIN__): Aligned to pointer size.
738 2022-05-25  Wilco Dijkstra  <wilco.dijkstra@arm.com>
740         PR libgcc/105708
741         * config/aarch64/lse-init.c: Increase constructor priority.
743 2022-05-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
745         PR target/104689
746         * config/aarch64/aarch64-unwind.h (aarch64_frob_update_context):
747         Handle the !REG_UNSAVED case.
748         * unwind-dw2.c (execute_cfa_program): Fail toggle if !REG_UNSAVED.
750 2022-05-20  Christophe Lyon  <christophe.lyon@arm.com>
752         * Makefile.in (D32PBIT_FUNCS): Add _hf_to_sd and _sd_to_hf.
753         (D64PBIT_FUNCS): Add _hf_to_dd and _dd_to_hf.
754         (D128PBIT_FUNCS): Add _hf_to_td _td_to_hf.
756 2022-05-20  Christophe Lyon  <christophe.lyon@arm.com>
758         * config.host: Add t-dfprules to AArch64 targets.
760 2022-05-20  Christophe Lyon  <christophe.lyon@arm.com>
762         * configure: Regenerate.
764 2022-05-13  Sebastian Pop  <spop@amazon.com>
766         PR target/105162
767         * config/aarch64/lse.S: Define BARRIER and handle memory MODEL 5.
768         * config/aarch64/t-lse: Add a 5th memory model for _sync functions.
770 2022-05-10  Martin Liska  <mliska@suse.cz>
771             Hans-Peter Helfert  <peter-helfert@t-online.de>
773         PR gcov-profile/105535
774         * libgcov.h (struct gcov_info): Use gcov_unsigned_t for
775         n_functions.
777 2022-05-02  Martin Liska  <mliska@suse.cz>
779         * libgcov-driver.c: Add ATTRIBUTE_UNUSED.
781 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
783         * libgcov-util.c (ftw_read_file): Improve notice using xstrerror().
784         (gcov_profile_merge_stream): Likewise.
786 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
788         * libgcov-util.c (consume_stream): New.
789         (get_target_profiles_for_merge): Likewise.
790         (gcov_profile_merge_stream): Likewise.
792 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
794         * libgcov-util.c (ftw_read_file): Use size_t for strlen() variables.
796 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
798         * libgcov-util.c (read_gcda_file): Do not open file.
799         (ftw_read_file): Open file here.
801 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
803         * libgcov-util.c (read_gcda_file): Prepend new info object to global
804         list.
805         (ftw_read_file): Remove list append here.
807 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
809         * libgcov-util.c (read_gcda_file): Do not duplicate filename.
810         (ftw_read_file): Duplicate filename for read_gcda_file().
812 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
814         * gcov.h (__gcov_info_to_gcda): Mention __gcov_filename_to_gcfn().
815         (__gcov_filename_to_gcfn): Declare and document.
816         * libgcov-driver.c (dump_string): New.
817         (__gcov_filename_to_gcfn): Likewise.
818         (__gcov_info_to_gcda): Adjust comment to match C11 standard language.
820 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
822         * libgcov.h (gcov_seek): Remove define and declaration.
824 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
826         * libgcov-driver-system.c (gcov_exit_open_gcda_file): Add mode
827         parameter.  Pass mode to gcov_open() calls.
828         * libgcov-driver.c (dump_one_gcov):  Add mode parameter.  Pass mode to
829         gcov_exit_open_gcda_file() call.
830         (gcov_do_dump): Add mode parameter.  Pass mode to dump_one_gcov()
831         calls.
832         (__gcov_dump_one):  Open file for reading and writing.
834 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
836         * libgcov-driver-system.c (gcov_exit_open_gcda_file): Open file for
837         reading and writing.
838         * libgcov-util.c (read_gcda_file): Open file for reading.
839         * libgcov.h (gcov_open): Delete declaration.
841 2022-04-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
843         * libgcov-util.c (gcov_profile_merge): Return the list of merged
844         profiles.  Accept empty target and source profile lists.
846 2022-04-08  Sergei Trofimovich  <siarheit@google.com>
848         * config/ia64/fde-glibc.c: Make a no-op in inhibit_libc mode.
850 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
851             Lulu Cheng  <chenglulu@loongson.cn>
853         * configure: Regenerate file.
855 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
856             Lulu Cheng  <chenglulu@loongson.cn>
858         * config/loongarch/crtfastmath.c: New file.
859         * config/loongarch/linux-unwind.h: Like wise.
860         * config/loongarch/sfp-machine.h: Like wise.
861         * config/loongarch/t-crtstuff: Like wise.
862         * config/loongarch/t-loongarch: Like wise.
863         * config/loongarch/t-loongarch64: Like wise.
864         * config/loongarch/t-softfp-tf: Like wise.
865         * config.host: Add LoongArch tuples.
866         * configure.ac: Add LoongArch support.
868 2022-03-19  Sergei Trofimovich  <slyfox at gentoo dot org>
870         PR libgcc/86224
871         * config/m68k/lb1sf68.S (__mulsi3_internal): Internal, hidden alias
872         for __mulsi3.
873         (__udivsi3_internal, __divsi3_internal): Similarly.
874         (__umodsi3, __modsi3): Use the internal function names.
876 2022-03-09  Tobias Burnus  <tobias@codesourcery.com>
878         PR target/102215
879         * config/gcn/atomic.c (__sync_val_compare_and_swap_##SIZE): Move
880         a line up to non-arg-dependent value first.
881         (__ATOMIC_COMPARE_EXCHANGE): Define + call to generate
882         __atomic_compare_exchange_{1,2}.
884 2022-03-04  Iain Sandoe  <iain@sandoe.co.uk>
886         * config/rs6000/t-darwin-ehs: Add darwin-fallback.o.
887         * config/t-darwin-ehs: Add dependency on unwind.h.
889 2022-02-24  Xi Ruoyao  <xry111@mengyan1223.wang>
891         * unwind-dw2-fde-dip.c (_Unwind_Find_FDE): Call find_fde_tail
892         with 0 instead of NULL.
894 2022-02-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
896         PR target/104656
897         * configure.ac: --disable-gcov if targetting bpf-*.
898         * configure: Regenerate.
900 2022-01-25  Florian Weimer  <fweimer@redhat.com>
902         PR libgcc/104207
903         * unwind-dw2-fde-dip.c (_Unwind_Find_FDE): Add NULL check.
905 2022-01-17  Martin Liska  <mliska@suse.cz>
907         * libgcov-driver.c: Rename .c names to .cc.
909 2022-01-15  David  <gccbugzilla@limegreensocks.com>
911         * config/i386/gthr-win32.c (__gthr_i486_lock_cmp_xchg):
912         Remove inlined version, Windows 95 is no longer relevant.
913         * config/i386/gthr-win32.h
914         (__GTHREAD_I486_INLINE_LOCK_PRIMITIVES): unset.
916 2022-01-14  Claudiu Zissulescu  <claziss@synopsys.com>
918         * config/arc/linux-unwind.h (arc_fallback_frame_state): Use
919         DWARF_ALT_FRAME_RETURN_COLUMN macro.
921 2022-01-04  Florian Weimer  <fweimer@redhat.com>
923         * unwind-dw2-fde-dip.c (_Unwind_Find_FDE): Call _dl_find_object
924         if available.
926 2022-01-02  John David Anglin  <danglin@gcc.gnu.org>
928         * config/pa/linux-atomic.c (_ASM_EFAULT): Define.
929         (__kernel_cmpxchg): Nullify illegal iitlbp instruction if error
930         return is not equal _ASM_EFAULT.
931         (__kernel_cmpxchg2): Likewise.
933 2021-12-17  Iain Sandoe  <iain@sandoe.co.uk>
935         * config.host: Add shim declaration header to powerpc*-darwin builds.
936         * config/rs6000/t-darwin-ehs: Remove dependency on the powerpc end
937         file.
938         * config/t-darwin-ehs: Add dependencies to the shared unwinder
939         objects.
940         * config/t-slibgcc-darwin: Add extra_parts to the dependencies for
941         the shared EH lib.  Add all-multi to the dependencies for the
942         libgcc_s.1.dylib redirections.
944 2021-12-13  Olivier Hainque  <hainque@adacore.com>
946         * config.host (powerpc*-*-vxworks7*): Remove
947         rs6000/t-linux and t-slibgcc-libgcc from tmake_file.
949 2021-12-13  Olivier Hainque  <hainque@adacore.com>
951         * config.host (*vxworks*): Remove special case for
952         arm on the use of vxcrtstuff.
954 2021-12-13  Fred Konrad  <konrad@adacore.com>
955             Olivier Hainque  <hainque@adacore.com>
957         * config/t-vxcrtstuffS: New Makefile fragment.
958         * config/vxcrtstuff.c: Provide __dso_handle. Provide _init/_fini
959         functions for INITFINI_ARRAY support in shared libs and guard
960         the definition of eh table registration functions on conditions
961         indicating they are needed.
963 2021-12-13  Olivier Hainque  <hainque@adacore.com>
965         * config.host (powerpc*-wrs-vxworks7*): Place t-crtstuff
966         ahead of the other files in tmake_files.
967         * config/t-vxworks: Add to CRTSTUFF_T_CFLAGS instead of
968         overriding it.
970 2021-12-13  Olivier Hainque  <hainque@adacore.com>
972         * config/t-vxworks (LIBGCC2_INCLUDES): Simplify and handle
973         both VxWorks7 and earlier.
974         * config/t-vxworks7: Remove.
975         * config.host: Remove special case for vxworks7.
977 2021-12-11  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
979         * config/vxcrtstuff.c: Make constructor and destructor
980         functions static when possible.
982 2021-12-11  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
984         * config/vxcrtstuff.c: Remove constructor/destructor
985         declarations.
987 2021-12-10  Iain Sandoe  <iain@sandoe.co.uk>
989         * config/t-darwin: Add libgcc_tm.h to the dependencies
990         for darwin10-unwind-find-enc-func.
992 2021-12-10  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
994         * config/rs6000/t-vxworks: New file.
995         * config.host (powerpc*-*-vxworks*): Use it instead of
996         t-ppccomm.
998 2021-12-09  Fred Konrad  <konrad@adacore.com>
1000         * config.host (powerpc*-wrs-vxworks7*): Fix path to
1001         rs6000/t-ppc64-fp, relative to config/ not libgcc/.
1003 2021-12-09  Olivier Hainque  <hainque@adacore.com>
1004             Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1006         * config/t-vxworks: Set CRTSTUFF_T_CFLAGS to
1007         $(LIBGCC2_INCLUDES).
1008         * config/t-vxworks7: Likewise.
1010 2021-12-08  Iain Sandoe  <iain@sandoe.co.uk>
1012         * config.host (*-*-darwin*): Add logic to build a shared
1013         unwinder library for Darwin8-10.
1014         * config/i386/t-darwin: Build legacy libgcc_s.1.
1015         * config/rs6000/t-darwin: Likewise.
1016         * config/t-darwin: Reorganise the EH fragments to place
1017         them for inclusion in a shared EH lib.
1018         * config/t-slibgcc-darwin: Build a legacy libgcc_s.1 and
1019         the supporting pieces (all FAT libs).
1020         * config/t-darwin-noeh: Removed.
1021         * config/darwin-unwind.ver: New file.
1022         * config/rs6000/t-darwin-ehs: New file.
1023         * config/t-darwin-ehs: New file.
1025 2021-12-06  Nelson Chu  <nelson.chu@sifive.com>
1027         * config/riscv/div.S: Add the hidden alias symbol for __udivdi3, and
1028         then use HIDDEN_JUMPTARGET to target it since it is non-preemptible.
1029         * config/riscv/riscv-asm.h: Added new macros HIDDEN_JUMPTARGET and
1030         HIDDEN_DEF.
1032 2021-11-30  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
1034         * config/vxcrtstuff.c: Undefine caddr_t, pid_t, rlim_t,
1035         ssize_t and vfork after including auto-host.h.
1037 2021-11-29  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
1039         * config.host (powerpc-wrs-vxworks): Do not add crtbegin.o and
1040         crtend.o to extra_parts.
1042 2021-11-27  John David Anglin  <danglin@gcc.gnu.org>
1044         * config/pa/t-dimode (lib2difuncs): Fix typo.
1046 2021-11-25  Florian Weimer  <fweimer@redhat.com>
1048         * unwind-dw2-fde-dip.c (struct unw_eh_callback_data): Add hdr.
1049         Remove func, ret.
1050         (find_fde_tail): New function.  Split from
1051         _Unwind_IteratePhdrCallback.  Move the result initialization
1052         from _Unwind_Find_FDE.
1053         (_Unwind_Find_FDE): Updated to call find_fde_tail.
1055 2021-11-22  Florian Weimer  <fweimer@redhat.com>
1057         * unwind-dw2-fde-dip.c (NEED_DBASE_MEMBER): Define.
1058         (struct unw_eh_callback_data): Make dbase member conditional.
1059         (unw_eh_callback_data_dbase): New function.
1060         (base_from_cb_data): Simplify for the non-dbase case.
1061         (_Unwind_IteratePhdrCallback): Adjust.
1062         (_Unwind_Find_FDE): Likewise.
1064 2021-11-22  Florian Weimer  <fweimer@redhat.com>
1066         * unwind-dw2-fde-dip.c (struct unw_eh_callback_data): Remove
1067         tbase member.
1068         (base_from_cb_data): Adjust.
1069         (_Unwind_IteratePhdrCallback): Likewise.
1070         (_Unwind_Find_FDE): Likewise.
1072 2021-11-19  Iain Sandoe  <iain@sandoe.co.uk>
1074         * config.host: Add weak emutls crt to the extra_parts.
1075         * config/i386/darwin-lib.h (DECLARE_LIBRARY_RENAMES): Remove
1076         workaround.
1077         * config/libgcc-libsystem.ver: Add exclude list for the system-
1078         provided unwinder.
1079         * config/t-slibgcc-darwin: Bump SO version, remove stubs code.
1080         * config/i386/libgcc-darwin.10.4.ver: Removed.
1081         * config/i386/libgcc-darwin.10.5.ver: Removed.
1082         * config/rs6000/libgcc-darwin.10.4.ver: Removed.
1083         * config/rs6000/libgcc-darwin.10.5.ver: Removed.
1084         * config/t-darwin-noeh: New file.
1086 2021-11-19  Iain Sandoe  <iain@sandoe.co.uk>
1088         * config/t-darwin: Build weak-defined emutls objects.
1089         * emutls.c (__emutls_get_address): Add optional attributes.
1090         (__emutls_register_common): Likewise.
1091         (EMUTLS_ATTR): New.
1093 2021-11-11  Raphael Moreira Zinsly  <rzinsly@linux.ibm.com>
1095         PR libgcc/103044
1096         * config/rs6000/linux-unwind.h (ppc_backchain_fallback): Check if it's
1097         called with a null argument or at the end of the backtrace and return.
1098         * unwind.inc (_Unwind_ForcedUnwind_Phase2): Treat _URC_NORMAL_STOP.
1100 2021-11-10  Jakub Jelinek  <jakub@redhat.com>
1102         * config/rs6000/linux-unwind.h (ppc_back_fallback): Make it static,
1103         formatting fix.
1105 2021-11-05  Iain Sandoe  <iain@sandoe.co.uk>
1107         * config/darwin10-unwind-find-enc-func.c: Include libgcc_tm.h.
1108         * config/i386/darwin-lib.h: Declare Darwin10 crt function.
1110 2021-11-05  John David Anglin  <danglin@gcc.gnu.org>
1112         PR libgomp/96661
1113         * config.host (hppa*64*-*-linux*): Revise tmake_file.
1114         (hppa*64*-*-hpux11*): Likewise.
1115         * config/pa/sfp-exceptions.c: New.
1116         * config/pa/sfp-machine.h: New.
1117         * config/pa/t-dimode: New.
1118         * config/pa/t-softfp-sfdftf: New.
1120 2021-10-27  John David Anglin  <danglin@gcc.gnu.org>
1122         * config.host (hppa*64*-*-linux*): Don't add pa/t-linux to
1123         tmake_file.
1124         * config/pa/linux-atomic.c: Define u8, u16 and u64 types.
1125         Use them in FETCH_AND_OP_2, OP_AND_FETCH_2, COMPARE_AND_SWAP_2,
1126         SYNC_LOCK_TEST_AND_SET_2 and SYNC_LOCK_RELEASE_1 macros.
1127         * config/pa/t-linux64 (LIB1ASMSRC): New define.
1128         (LIB1ASMFUNCS): Revise.
1129         (HOST_LIBGCC2_CFLAGS): Add "-DLINUX=1".
1131 2021-10-22  Stafford Horne  <shorne@gmail.com>
1133         * config/or1k/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
1134         Change to 0.
1136 2021-10-14  Raphael Moreira Zinsly  <rzinsly@linux.ibm.com>
1138         * config/rs6000/linux-unwind.h (struct rt_sigframe): Move it to
1139         outside of get_regs() in order to use it in another function, this
1140         is done twice: for __powerpc64__ and for !__powerpc64__.
1141         (struct trace_arg): New struct.
1142         (struct layout): New struct.
1143         (ppc_backchain_fallback): New function.
1144         * unwind.inc (_Unwind_Backtrace): Look for _URC_NORMAL_STOP code
1145         state and call MD_BACKCHAIN_FALLBACK.
1147 2021-10-13  Martin Liska  <mliska@suse.cz>
1149         PR gcov-profile/90364
1150         * libgcov-driver.c (merge_one_data): Skip timestamp and verify
1151         checksums.
1152         (write_one_data): Write also checksum.
1153         * libgcov-util.c (read_gcda_file): Read also checksum field.
1154         * libgcov.h (struct gcov_info): Add new field.
1156 2021-10-08  Ian Lance Taylor  <iant@golang.org>
1158         * config/i386/morestack.S: Use .init_array for constructor if
1159         available.
1160         * config/rs6000/morestack.S: Likewise.
1161         * config/s390/morestack.S: Likewise.
1163 2021-10-03  Patrick McGehearty  <patrick.mcgehearty@oracle.com>
1165         PR target/101104
1166         * libgcc2.c (RMIN2, RMINSCAL, RMAX2):
1167         Use more correct values for native IBM 128-bit.
1169 2021-09-28  Iain Sandoe  <iain@sandoe.co.uk>
1171         * config/i386/libgcc-darwin.ver: Add Symbols for
1172         __cpu_model, __cpu_indicator_init.
1174 2021-09-22  Iain Sandoe  <iain@sandoe.co.uk>
1176         * config/i386/sfp-machine.h: Guard Mach-O-specific code
1177         using __APPLE__.
1179 2021-09-19  Iain Sandoe  <iain@sandoe.co.uk>
1181         * config/t-slibgcc-darwin: Delete unused code.
1183 2021-09-19  Iain Sandoe  <iain@sandoe.co.uk>
1185         * config/i386/t-darwin: Add in a vers file for X86-specific
1186         symbols.
1187         * config/t-darwin: Add the generic symbol maps here...
1188         * config/t-slibgcc-darwin: ... removing from here.
1189         * config/i386/libgcc-darwin.ver: New file.
1191 2021-09-19  Iain Sandoe  <iain@sandoe.co.uk>
1193         * config/i386/t-softfp: Exclude libgcc2 versions of __divhc3
1194         and __mulhc3.
1196 2021-09-19  Iain Sandoe  <iain@sandoe.co.uk>
1198         * config.host: Use convenience library for Darwin10
1199         unwinder shim.
1200         * config/t-darwin: Build Darwin10 unwinder shim as a
1201         convenience library.
1203 2021-09-13  Andrew Pinski  <apinski@marvell.com>
1205         * config.host: Remove m32r-*-linux* and m32rle-*-linux*.
1206         * config/m32r/libgcc-glibc.ver: Removed.
1207         * config/m32r/t-linux: Removed.
1209 2021-09-08  liuhongt  <hongtao.liu@intel.com>
1211         * config/i386/t-softfp: Compile __{mul,div}hc3 into
1212         libgcc_s.so.1.
1214 2021-09-08  Jakub Jelinek  <jakub@redhat.com>
1215             Iain Sandoe  <iain@sandoe.co.uk>
1217         * config/i386/libgcc-glibc.ver: Add %inherit GCC_12.0.0 GCC_7.0.0
1218         and export *hf* and *hc* functions at GCC_12.0.0.
1220 2021-09-06  liuhongt  <hongtao.liu@intel.com>
1222         * Makefile.in: Adjust to support specific CFLAGS for each
1223         libgcc source file.
1224         * config/i386/64/t-softfp: Explicitly add -msse2 for HF
1225         related libgcc source files.
1226         * config/i386/t-softfp: Ditto.
1227         * config/i386/_divhc3.c: New file.
1228         * config/i386/_mulhc3.c: New file.
1230 2021-09-03  Iain Sandoe  <iain@sandoe.co.uk>
1232         * config/i386/sfp-machine.h (alias_HFtype, alias_SFtype
1233         alias_DFtype, alias_TFtype): New.
1234         (ALIAS_SELECTOR): New.
1235         (strong_alias): Use __typeof and a _Generic selector to
1236         provide the type to the synthesized function.
1238 2021-09-02  liuhongt  <hongtao.liu@intel.com>
1240         * config/i386/32/sfp-machine.h (_FP_NANFRAC_H): New macro.
1241         * config/i386/64/sfp-machine.h (_FP_NANFRAC_H): Ditto.
1242         * config/i386/sfp-machine.h (_FP_NANSIGN_H): Ditto.
1243         * config/i386/t-softfp: Add hf soft-fp.
1244         * config.host: Add i386/64/t-softfp.
1245         * config/i386/64/t-softfp: New file.
1247 2021-09-02  liuhongt  <hongtao.liu@intel.com>
1249         * soft-fp/eqhf2.c: New file.
1250         * soft-fp/extendhfdf2.c: New file.
1251         * soft-fp/extendhfsf2.c: New file.
1252         * soft-fp/half.h (FP_CMP_EQ_H): New marco.
1253         * soft-fp/truncdfhf2.c: New file
1254         * soft-fp/truncsfhf2.c: New file
1256 2021-09-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1258         * unwind-arm-common.inc (abort): Remove.
1260 2021-08-31  Richard Sandiford  <richard.sandiford@arm.com>
1262         * config/aarch64/value-unwind.h: Add missing runtime exception
1263         paragraph.
1264         * config/frv/frv-abi.h: Likewise.
1265         * config/i386/value-unwind.h: Likewise.
1266         * config/pa/pa64-hpux-lib.h: Likewise.
1268 2021-08-26  David Edelsohn  <dje.gcc@gmail.com>
1270         * config/rs6000/ibm-ldouble.c (ldouble_qadd_internal): Rename from
1271         __gcc_qadd.
1272         (__gcc_qadd): Call ldouble_qadd_internal.
1273         (__gcc_qsub): Call ldouble_qadd_internal with second long double
1274         argument negated.
1276 2021-08-26  Jonathan Yong  <10walls@gmail.com>
1278         * config/i386/cygming-crtend.c: Fix register_frame_ctor
1279         and register_frame_dtor warnings.
1281 2021-08-24  Richard Earnshaw  <rearnsha@arm.com>
1283         PR target/102035
1284         * config/arm/cmse_nonsecure_call.S (__gnu_cmse_nonsecure_call):
1285         Add vlldm erratum work-around.
1287 2021-08-21  John David Anglin  <danglin@gcc.gnu.org>
1289         * config.host: Remove extra_parts from hppa[12]*-*-hpux11* case.
1291 2021-08-16  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1293         * libgcov.h (gcov_type): Define using __LIBGCC_GCOV_TYPE_SIZE.
1294         (gcov_type_unsigned): Likewise.
1296 2021-08-14  Stafford Horne  <shorne@gmail.com>
1298         PR target/99783
1299         * config.host (or1k-*, tmake_file): Add or1k/t-crtstuff.
1300         * config/or1k/t-crtstuff: New file.
1302 2021-08-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1304         * libgcov-driver.c (#include <stdint.h>): Remove.
1305         (write_topn_counters): Use __INTPTR_TYPE__ instead of intptr_t.
1307 2021-08-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1309         * Makefile.in (LIBGCOV_DRIVER): Add _gcov_info_to_gcda.
1310         * gcov.h (gcov_info): Declare.
1311         (__gcov_info_to_gdca): Likewise.
1312         * libgcov.h (gcov_write_counter): Remove.
1313         (gcov_write_tag_length): Likewise.
1314         * libgcov-driver.c (#include <stdint.h>): New.
1315         (#include <string.h>): Remove.
1316         (NEED_L_GCOV): Conditionally define.
1317         (NEED_L_GCOV_INFO_TO_GCDA): Likewise.
1318         (are_all_counters_zero): New.
1319         (gcov_dump_handler): Likewise.
1320         (gcov_allocate_handler): Likewise.
1321         (dump_unsigned): Likewise.
1322         (dump_counter): Likewise.
1323         (write_topn_counters): Add dump_fn, allocate_fn, and arg parameters.
1324         Use dump_unsigned() and dump_counter().
1325         (write_one_data): Add dump_fn, allocate_fn, and arg parameters.  Use
1326         dump_unsigned(), dump_counter(), and are_all_counters_zero().
1327         (__gcov_info_to_gcda): New.
1329 2021-08-05  Jakub Jelinek  <jakub@redhat.com>
1331         * config/t-slibgcc (SHLIB_LINK): Add $(LDFLAGS).
1332         * config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
1333         * config/t-slibgcc-vms (SHLIB_LINK): Likewise.
1334         * config/t-slibgcc-fuchsia (SHLIB_LDFLAGS): Remove $(LDFLAGS).
1336 2021-08-04  Jakub Jelinek  <jakub@redhat.com>
1338         * config/t-slibgcc-fuchsia: Undo doubly applied patch.
1340 2021-07-15  Alan Modra  <amodra@gmail.com>
1342         * config/rs6000/morestack.S (R2_SAVE): Define.
1343         (__morestack): Save and restore r2.  Set up r2 for called
1344         functions.
1346 2021-07-01  H.J. Lu  <hjl.tools@gmail.com>
1348         * soft-fp/extendhfxf2.c: New file.
1349         * soft-fp/truncxfhf2.c: Likewise.
1351 2021-06-29  Julian Brown  <julian@codesourcery.com>
1353         * config/gcn/lib2-bswapti2.c: New file.
1354         * config/gcn/lib2-divmod-di.c: New file.
1355         * config/gcn/lib2-gcn.h (DItype, UDItype, TItype, UTItype): Add
1356         typedefs.
1357         (__divdi3, __moddi3, __udivdi3, __umoddi3): Add prototypes.
1358         * config/gcn/t-amdgcn (LIB2ADD): Add lib2-divmod-di.c and
1359         lib2-bswapti2.c.
1361 2021-06-29  Julian Brown  <julian@codesourcery.com>
1363         * config/gcn/lib2-divmod.c (__udivsi3, __umodsi3): Change argument and
1364         return types to USItype.
1365         * config/gcn/lib2-gcn.h (__udivsi3, __umodsi3): Update prototypes.
1367 2021-06-23  Kewen Lin  <linkw@linux.ibm.com>
1369         * configure: Regenerate.
1370         * configure.ac (test for libgcc_cv_powerpc_3_1_float128_hw): Fix
1371         typos among the name, CFLAGS and the test.
1372         * config/rs6000/t-float128-hw (fp128_3_1_hw_funcs, fp128_3_1_hw_src,
1373         fp128_3_1_hw_static_obj, fp128_3_1_hw_shared_obj, fp128_3_1_hw_obj):
1374         Remove.
1375         * config/rs6000/t-float128-p10-hw (FLOAT128_HW_INSNS): Append
1376         macro FLOAT128_HW_INSNS_ISA3_1.
1377         (FP128_3_1_CFLAGS_HW): Fix option typo.
1378         * config/rs6000/float128-ifunc.c (SW_OR_HW_ISA3_1): Guard this with
1379         FLOAT128_HW_INSNS_ISA3_1.
1380         (__floattikf_resolve): Likewise.
1381         (__floatuntikf_resolve): Likewise.
1382         (__fixkfti_resolve): Likewise.
1383         (__fixunskfti_resolve): Likewise.
1384         (__floattikf): Likewise.
1385         (__floatuntikf): Likewise.
1386         (__fixkfti): Likewise.
1387         (__fixunskfti): Likewise.
1389 2021-06-11  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1391         PR target/99939
1392         * config/arm/cmse_nonsecure_call.S: Add __ARM_FEATURE_MVE
1393         macro.
1394         * config/arm/t-arm: To link cmse.o and cmse_nonsecure_call.o
1395         on passing -mcmse option.
1397 2021-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
1399         * config/rs6000/quad-float128.h: Guard all uses of [U]TItype_ppc by
1400         _ARCH_PPC64 .
1402 2021-06-09  Carl Love  <cel@us.ibm.com>
1404         * config.host: Add if test and set for
1405         libgcc_cv_powerpc_3_1_float128_hw.
1406         * config/rs6000/fixkfti.c: Renamed to fixkfti-sw.c.
1407         Change calls of __fixkfti to __fixkfti_sw.
1408         * config/rs6000/fixunskfti.c: Renamed to fixunskfti-sw.c.
1409         Change calls of __fixunskfti to __fixunskfti_sw.
1410         * config/rs6000/float128-p10.c (__floattikf_hw,
1411         __floatuntikf_hw, __fixkfti_hw, __fixunskfti_hw): New file.
1412         * config/rs6000/float128-ifunc.c (SW_OR_HW_ISA3_1): New macro.
1413         (__floattikf_resolve, __floatuntikf_resolve, __fixkfti_resolve,
1414         __fixunskfti_resolve): Add resolve functions.
1415         (__floattikf, __floatuntikf, __fixkfti, __fixunskfti): New functions.
1416         * config/rs6000/float128-sed (floattitf, __floatuntitf,
1417         __fixtfti, __fixunstfti): Add editor commands to change names.
1418         * config/rs6000/float128-sed-hw (__floattitf,
1419         __floatuntitf, __fixtfti, __fixunstfti): Add editor commands to
1420         change names.
1421         * config/rs6000/floattikf.c: Renamed to floattikf-sw.c.
1422         * config/rs6000/floatuntikf.c: Renamed to floatuntikf-sw.c.
1423         * config/rs6000/quad-float128.h (__floattikf_sw,
1424         __floatuntikf_sw, __fixkfti_sw, __fixunskfti_sw, __floattikf_hw,
1425         __floatuntikf_hw, __fixkfti_hw, __fixunskfti_hw, __floattikf,
1426         __floatuntikf, __fixkfti, __fixunskfti): New extern declarations.
1427         * config/rs6000/t-float128 (floattikf, floatuntikf,
1428         fixkfti, fixunskfti): Remove file names from fp128_ppc_funcs.
1429         (floattikf-sw, floatuntikf-sw, fixkfti-sw, fixunskfti-sw): Add
1430         file names to fp128_ppc_funcs.
1431         * config/rs6000/t-float128-hw(fp128_3_1_hw_funcs,
1432         fp128_3_1_hw_src, fp128_3_1_hw_static_obj, fp128_3_1_hw_shared_obj,
1433         fp128_3_1_hw_obj): Add variables for ISA 3.1 support.
1434         * config/rs6000/t-float128-p10-hw: New file.
1435         * configure: Update script for isa 3.1 128-bit float support.
1436         * configure.ac: Add check for 128-bit float hardware support.
1437         * config/rs6000/fixkfti-sw.c: New file.
1438         * config/rs6000/fixunskfti-sw.c: New file.
1439         * config/rs6000/floattikf-sw.c: New file.
1440         * config/rs6000/floatuntikf-sw.c: New file.
1442 2021-05-13  Dimitar Dimitrov  <dimitar@dinux.eu>
1444         * config/pru/mpyll.S (__pruabi_mpyll): Place into own section.
1446 2021-05-13  Martin Liska  <mliska@suse.cz>
1448         * libgcov-driver.c: Fix GNU coding style.
1450 2021-05-10  Martin Liska  <mliska@suse.cz>
1452         * libgcov-driver.c (gcov_version): Use different name that does
1453         not clash with newly introduced macro.
1455 2021-04-29  Eric Botcazou  <ebotcazou@adacore.com>
1457         * libgcov.h: For the target, define GCOV_LOCKED_WITH_LOCKING
1458         if __MSVCRT__ and, for the host, define it if HOST_HAS_LK_LOCK.
1459         * libgcov-driver.c: Add directives if GCOV_LOCKED_WITH_LOCKING.
1461 2021-04-28  Patrick McGehearty  <patrick.mcgehearty@oracle.com>
1463         * libgcc2.c (XMTYPE, XCTYPE, RBIG, RMIN, RMIN2, RMINSCAL, RMAX2):
1464         Define.
1465         (__divsc3, __divdc3, __divxc3, __divtc3): Improve complex divide.
1466         * config/rs6000/_divkc3.c (RBIG, RMIN, RMIN2, RMINSCAL, RMAX2):
1467         Define.
1468         (__divkc3): Improve complex divide.
1470 2021-04-23  Michael Meissner  <meissner@linux.ibm.com>
1472         PR target/98952
1473         * config/rs6000/tramp.S (__trampoline_setup, elfv1 #ifdef): Fix
1474         trampoline size comparison in 32-bit by reversing test and
1475         combining load immediate with compare.
1476         (__trampoline_setup, elfv2 #ifdef): Fix trampoline size comparison
1477         in 32-bit by reversing test and combining load immediate with
1478         compare.
1480 2021-04-05  Florian Weimer  <fweimer@redhat.com>
1481             Michael Meissner   <meissner@linux.ibm.com>
1483         * config/rs6000/t-float128 (fp128_ppc_funcs): Add decimal floating
1484         point functions for $(decimal_float) only.
1486 2021-04-03  Jakub Jelinek  <jakub@redhat.com>
1488         PR target/97653
1489         * config/rs6000/t-linux (IBM128_STATIC_OBJS): Fix spelling, use
1490         $(objext) instead of $(object).  Use _floatunditf instead of
1491         _floatunsditf.  Add tf <-> ti conversion objects.
1492         (IBM128_SHARED_OBJS): Use proper substitution reference syntax.
1494 2021-03-29  Michael Meissner  <meissner@linux.ibm.com>
1496         * config/rs6000/t-float128 (fp128_decstr_funcs): Delete.
1497         (fp128_ppc_funcs): Do not add $(fp128_decstr_funcs).
1498         (fp128_decstr_objs): Delete.
1499         * dfp-bit.h: Call __sprintfieee128 to do conversions from
1500         _Float128 to a Decimal type.  Call __strtoieee128 to do
1501         conversions from a Decimal type to _Float128.
1502         * config/rs6000/_sprintfkf.c: Delete file.
1503         * config/rs6000/_sprintfkf.h: Delete file.
1504         * config/rs6000/_strtokf.c: Delete file.
1505         * config/rs6000/_strtokf.h: Delete file.
1507 2021-03-23  Marcus Comstedt  <marcus@mc.pp.se>
1509         * config/riscv/sfp-machine.h (__BYTE_ORDER): Set according
1510         to __BYTE_ORDER__.
1512 2021-03-06  Jakub Jelinek  <jakub@redhat.com>
1514         PR gcov-profile/99406
1515         * libgcov.h (MAP_FAILED, MAP_ANONYMOUS): If HAVE_SYS_MMAN_H is
1516         defined, define these macros if not defined already.
1518 2021-03-04  Martin Liska  <mliska@suse.cz>
1520         PR gcov-profile/99105
1521         * libgcov-driver.c (write_top_counters): Rename to ...
1522         (write_topn_counters): ... this.
1523         (write_one_data): Pre-allocate buffer for number of items
1524         in the corresponding linked lists.
1525         * libgcov.h (malloc_mmap): New function.
1526         (allocate_gcov_kvp): Use it.
1528 2021-03-04  Martin Liska  <mliska@suse.cz>
1530         PR gcov-profile/99385
1531         * libgcov.h (allocate_gcov_kvp): Call mmap with fd equal to -1.
1533 2021-03-03  Martin Liska  <mliska@suse.cz>
1535         PR gcov-profile/97461
1536         * config.in: Regenerate.
1537         * configure: Likewise.
1538         * configure.ac: Check sys/mman.h header file
1539         * libgcov-driver.c (struct gcov_kvp): Remove static
1540         pre-allocated pool and use a dynamic one.
1541         * libgcov.h (MMAP_CHUNK_SIZE): New.
1542         (gcov_counter_add): Use mmap to allocate pool for struct
1543         gcov_kvp.
1545 2021-03-02  Michael Meissner  <meissner@linux.ibm.com>
1547         * config/rs6000/_sprintfkf.h (__sprintfkf): Fix prototype to match
1548         the function.
1549         * config/rs6000/_sprintfkf.c: Include _sprintfkf.h.
1551 2021-02-24  Jakub Jelinek  <jakub@redhat.com>
1553         PR libgcc/99236
1554         * libgcc2.c (__powisf2, __powidf2, __powitf2, __powixf2): Perform
1555         negation of m in unsigned type.
1557 2021-02-24  Christophe Lyon  <christophe.lyon@linaro.org>
1558             Hau Hsu  <hsuhau617@gmail.com>
1560         PR target/99157
1561         * config/arm/t-arm: Fix cmse support detection.
1563 2021-02-22  Michael Meissner  <meissner@linux.ibm.com>
1565         * dfp-bit.c (BFP_TO_DFP): Fix a comment line that was too long.
1567 2021-02-22  Michael Meissner  <meissner@linux.ibm.com>
1569         * config/rs6000/_dd_to_kf.c: New file.
1570         * config/rs6000/_kf_to_dd.c: New file.
1571         * config/rs6000/_kf_to_sd.c: New file.
1572         * config/rs6000/_kf_to_td.c: New file.
1573         * config/rs6000/_sd_to_kf.c: New file.
1574         * config/rs6000/_sprintfkf.c: New file.
1575         * config/rs6000/_sprintfkf.h: New file.
1576         * config/rs6000/_strtokf.h: New file.
1577         * config/rs6000/_strtokf.c: New file.
1578         * config/rs6000/_td_to_kf.c: New file.
1579         * config/rs6000/quad-float128.h: Add new declarations.
1580         * config/rs6000/t-float128 (fp128_dec_funcs): New macro.
1581         (fp128_decstr_funcs): New macro.
1582         (ibm128_dec_funcs): New macro.
1583         (fp128_ppc_funcs): Add the new conversions.
1584         (fp128_dec_objs): Force Decimal <-> __float128 conversions to be
1585         compiled with -mabi=ieeelongdouble.
1586         (fp128_decstr_objs): Force __float128 <-> string conversions to be
1587         compiled with -mabi=ibmlongdouble.
1588         (ibm128_dec_objs): Force Decimal <-> __float128 conversions to be
1589         compiled with -mabi=ieeelongdouble.
1590         (FP128_CFLAGS_DECIMAL): New macro.
1591         (IBM128_CFLAGS_DECIMAL): New macro.
1592         * dfp-bit.c (DFP_TO_BFP): Add PowerPC _Float128 support.
1593         (BFP_TO_DFP): Add PowerPC _Float128 support.
1594         * dfp-bit.h (BFP_KIND): Add new binary floating point kind for
1595         IEEE 128-bit floating point.
1596         (DFP_TO_BFP): Add PowerPC _Float128 support.
1597         (BFP_TO_DFP): Add PowerPC _Float128 support.
1598         (BFP_SPRINTF): New macro.
1600 2021-01-27  Jakub Jelinek  <jakub@redhat.com>
1602         * config/i386/savms64.h: Add .note.GNU-stack section on Linux.
1603         * config/i386/savms64f.h: Likewise.
1604         * config/i386/resms64.h: Likewise.
1605         * config/i386/resms64f.h: Likewise.
1606         * config/i386/resms64x.h: Likewise.
1607         * config/i386/resms64fx.h: Likewise.
1609 2021-01-26  Martin Liska  <mliska@suse.cz>
1611         PR gcov-profile/98739
1612         * libgcov.h (gcov_topn_add_value): Do not train when
1613         we have a merged profile with a negative number of total
1614         value.
1616 2021-01-25  Martin Liska  <mliska@suse.cz>
1618         PR gcov-profile/98739
1619         * libgcov-merge.c (__gcov_merge_topn): Mark when merging
1620         ends with a dropped counter.
1621         * libgcov.h (gcov_topn_add_value): Add return value.
1623 2021-01-13  Stafford Horne  <shorne@gmail.com>
1625         * config/or1k/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
1626         FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_EX_OVERFLOW,
1627         FP_EX_UNDERFLOW, FP_EX_INEXACT, FP_EX_INVALID, FP_EX_DIVZERO,
1628         FP_EX_ALL): New constant macros.
1629         (_FP_DECL_EX, FP_ROUNDMODE, FP_INIT_ROUNDMODE,
1630         FP_HANDLE_EXCEPTIONS): New macros.
1631         (_FP_TININESS_AFTER_ROUNDING): Change to 1.
1633 2021-01-13  Samuel Thibault  <samuel.thibault@gnu.org>
1635         * config/i386/gnu-unwind.h (x86_gnu_fallback_frame_state): Add the
1636         posix siginfo case to struct handler_args. Detect between legacy
1637         and siginfo from the second parameter, which is a small sigcode in
1638         the legacy case, and a pointer in the siginfo case.
1640 2020-12-20  Max Filippov  <jcmvbkbc@gmail.com>
1642         * config/xtensa/lib1funcs.S (__bswapsi2, __bswapdi2): New
1643         functions.
1644         * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add _bswapsi2 and
1645         _bswapdi2.
1647 2020-12-08  Ian Lance Taylor  <iant@golang.org>
1649         * generic-morestack-thread.c (free_segments): Block signals during
1650         thread exit.
1652 2020-12-03  Michael Meissner  <meissner@linux.ibm.com>
1654         PR libgcc/97543
1655         PR libgcc/97643
1656         * config/rs6000/t-linux (IBM128_STATIC_OBJS): New make variable.
1657         (IBM128_SHARED_OBJS): New make variable.
1658         (IBM128_OBJS): New make variable.  Set all objects to use the
1659         explicit IBM format, and disable gnu attributes.
1660         (IBM128_CFLAGS): New make variable.
1661         (gcc_s_compile): Add -mno-gnu-attribute to all shared library
1662         modules.
1664 2020-12-03  Alexandre Oliva  <oliva@adacore.com>
1666         * config/t-vxworks (LIB2ADD): Drop.
1667         * config/t-vxworks7 (LIB2ADD): Likewise.
1668         * config/vxcache.c: Remove.
1670 2020-11-30  Stefan Kanthak  <stefan.kanthak@nexgo.de>
1672         * libgcc2.c (bswapsi2): Make constants unsigned.
1674 2020-11-25  Stefan Kanthak  <stefan.kanthak@nexgo.de>
1676         * libgcc2.c (absvSI2): Simplify/improve implementation by using
1677         builtin_add_overflow.
1678         (absvsi2, absvDI2): Likewise.
1680 2020-11-20  Maciej W. Rozycki  <macro@linux-mips.org>
1682         * unwind-dw2-fde-dip.c [__OpenBSD__ || __NetBSD__]
1683         (USE_PT_GNU_EH_FRAME): Do not define if !TARGET_DL_ITERATE_PHDR.
1685 2020-11-18  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1687         * config/msp430/lib2hw_mul.S (mult64_hw): New.
1688         (if MUL_32): Use mult64_hw for __muldi3.
1689         (if MUL_F5): Use mult64_hw for __muldi3.
1690         * config/msp430/lib2mul.c (__muldi3): New.
1691         * config/msp430/t-msp430 (LIB2FUNCS_EXCLUDE): Define.
1693 2020-11-17  Alan Modra  <amodra@gmail.com>
1695         * config/rs6000/t-ppc64-fp (LIB2ADD): Delete.
1696         (LIB2_SIDITI_CONV_FUNCS): Define.
1697         * config/rs6000/ppc64-fp.c: Delete file.
1699 2020-11-15  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1701         * config/msp430/lib2hw_mul.S: Omit _hw* suffix from GCC names for
1702         hwmult library functions.
1704 2020-11-10  Jeff Law  <law@redhat.com>
1706         * libgcc2.c: Fix whitespace issues in most recent change.
1708 2020-11-10  Stefan Kanthak  <stefan.kanthak@nexgo.de>
1710         * libgcc2.c (__addvSI3): Use overflow builtins.
1711         (__addvsi3, __addvDI3 ,__subvSI3, __subvsi3): Likewise.
1712         (__subvDI3 __mulvSI3, __mulvsi3, __negvSI2): Likewise.
1713         (__negvsi2, __negvDI2): Likewise.
1714         (__cmpdi2, __ucmpdi2): Adjust implementation to improve
1715         generated code.
1716         * libgcc2.h (__ucmpdi2): Adjust prototype.
1718 2020-11-03  Pat Bernardi  <bernardi@adacore.com>
1719             Olivier Hainque   <hainque@adacore.com>
1721         * config.host (aarch64-vxworks7*, tmake_file): Add
1722         ${cpu_type}/t-lse and t-slibgcc-libgcc.
1724 2020-11-03  Martin Storsjö  <martin@martin.st>
1726         * unwind-seh.c (_Unwind_Backtrace): Set the ra and cfa pointers
1727         before calling the callback.
1729 2020-10-30  Olivier Hainque  <hainque@adacore.com>
1730             Douglas Rupp  <rupp@adacore.com>
1731             Pat Bernardi  <bernardi@adacore.com>
1733         * config.host: Adjust the ix86/x86_64-wrs-vxworks filters
1734         to apply to VxWorks 7 as well.
1736 2020-10-29  Olivier Hainque  <hainque@adacore.com>
1738         * config/gthr-vxworks-tls.c: Fix preprocessor logic
1739         controlling the definition of VX_ENTER_TLS_DTOR and
1740         VX_LEAVE_TLS_DTOR based on a version major check.
1742 2020-10-29  Olivier Hainque  <hainque@adacore.com>
1744         * config/gthr-vxworks-thread.c: Fix name of macro used
1745         to condition the inclusion of an actual implementation.
1747 2020-10-27  Martin Liska  <mliska@suse.cz>
1749         PR gcov-profile/97461
1750         * libgcov.h (gcov_counter_add): Use first static counters
1751         as it should help to have malloc wrappers set up.
1753 2020-10-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1755         * config/gthr-vxworks-thread.c: #include gthr.h before
1756         testing the guard defined there.
1757         * config/gthr-vxworks-cond.c: Likewise.
1759 2020-10-21  Douglas Rupp  <rupp@adacore.com>
1760             Olivier Hainque  <hainque@adacore.com>
1762         * config.host (powerpc*-wrs-vxworks7*): New case.
1763         * configure.ac: Handle powerpc*-*-vxworks7* as
1764         powerpc*-*-linux* for ppc-fp_type.
1765         * configure: Regenerate.
1767 2020-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1769         * config/gthr-vxworks.h: Condition the ___GTHREADS_CXX0X
1770         section on VxWorks >= 6.
1771         * config/gthr-vxworks-thread.c: Condition the entire
1772         implementation on __GTHREAD_CXX0X.
1774 2020-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1776         * config/gthr-vxworks.h: Condition the __GTHREAD_HAS_COND
1777         section on VxWorks >= 6.
1778         * config/gthr-vxworks-cond.c: Condition the entire
1779         implementation on __GTHREAD_HAS_COND.
1781 2020-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1783         * config/gthr-vxworks.c: #include <taskLib.h>.
1785 2020-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1787         * config/gthr-vxworks.h: Rewrite remaining occurrence
1788         of _VXW_PRE_69 as _VXWORKS_PRE(6,9).
1790 2020-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1791              Olivier Hainque   <hainque@adacore.com>
1793         * config/gthr-vxworks-tls.c (VX_ENTER_TLS_DTOR): Nil
1794         except on VxWorks 6.
1796 2020-10-16  Olivier Hainque  <hainque@adacore.com>
1798         * config/t-vxcrtstuff: Remove the -kernel/-rtp specialization.
1800 2020-10-14  Alexandre Oliva  <oliva@adacore.com>
1802         * config/gthr-vxworks-thread.c: Include stdlib.h.
1803         (tls_delete_hook): Prototype it.
1804         (__gthread_cond_signal): Return early if no waiters.  Consume
1805         signal in case the semaphore got full.  Use semInfoGet instead
1806         of kernel-mode-only semInfo.
1807         (__gthread_cond_timedwait): Use semExchange.  Always take the
1808         mutex again before returning.
1809         * config/gthr-vxworks-cond.c (__ghtread_cond_wait): Likewise.
1811 2020-10-14  Olivier Hainque  <hainque@adacore.com>
1813         * config/t-vxworks (LIBGCC2_INCLUDES): Append
1814         $(MULTISUBDIR) to the -I path for fixed headers, as we
1815         arrange to have different sets of such headers for different
1816         multilibs when they are activated.
1817         * config/t-vxworks7: Likewise.
1819 2020-10-14  Olivier Hainque  <hainque@adacore.com>
1821         * config/t-vxworks: Add include-fixed to include search
1822         paths for libgcc on VxWorks.
1823         * config/t-vxworks7: Likewise.
1825 2020-10-09  H.J. Lu  <hjl.tools@gmail.com>
1827         PR target/97148
1828         * config/i386/shadow-stack-unwind.h: Include <x86gprintrin.h>
1829         instead of <cetintrin.h>.
1831 2020-10-01  Alan Modra  <amodra@gmail.com>
1833         * config/rs6000/morestack.S,
1834         * config/rs6000/tramp.S: Support __PCREL__ code.
1836 2020-10-01  Alan Modra  <amodra@gmail.com>
1838         * config/rs6000/t-linux: Document purpose of -mno-minimal-toc.
1840 2020-09-29  Maciej W. Rozycki  <macro@wdc.com>
1842         * config/riscv/t-elf (LIB2_DIVMOD_EXCEPTION_FLAGS): New
1843         variable.
1845 2020-09-28  Richard Sandiford  <richard.sandiford@arm.com>
1847         * config/aarch64/libgcc-softfp.ver: New file.
1848         * config/aarch64/t-softfp (SHLIB_MAPFILES): Add it.
1850 2020-09-27  Clement Chigot  <clement.chigot@atos.net>
1852         * config/rs6000/t-slibgcc-aix: Use $(AR) without -X32_64.
1854 2020-09-22  Sergei Trofimovich  <siarheit@google.com>
1856         PR gcov-profile/96913
1857         * libgcov-driver.c (write_one_data): Avoid function pointer
1858         comparison in TOP streaming decision.
1860 2020-09-17  Torbjörn SVENSSON  <torbjorn.svensson@st.com>
1861             Christophe Lyon  <christophe.lyon@linaro.org>
1863         * config/arm/fp16.c (__gnu_h2f_internal): Add 'static inline'
1864         qualifier.
1865         (__gnu_f2h_ieee, __gnu_h2f_ieee, __gnu_f2h_alternative)
1866         (__gnu_h2f_alternative,__gnu_d2h_ieee, __gnu_d2h_alternative): Add
1867         missing prototypes.
1869 2020-09-17  Wei Wentao  <weiwt.fnst@cn.fujitsu.com>
1871         * config/aarch64/aarch64-unwind.h (aarch64_demangle_return_addr): Fix
1872         unused variable warning.
1874 2020-09-16  Jojo R  <jiejie_rong@c-sky.com>
1876         * config.host (C-SKY): Enable crtbegin/crtend.o of libgcc for elf target.
1878 2020-09-09  Tom de Vries  <tdevries@suse.de>
1880         * config/nvptx/atomic.c (__SYNC_SUBWORD_COMPARE_AND_SWAP): Fix
1881         Wbuiltin-declaration-mismatch.
1883 2020-08-26  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1885         * config/msp430/slli.S (__gnu_mspabi_sllp): New.
1886         * config/msp430/srai.S (__gnu_mspabi_srap): New.
1887         * config/msp430/srli.S (__gnu_mspabi_srlp): New.
1889 2020-08-13  Kwok Cheung Yeung  <kcy@codesourcery.com>
1891         * config/nvptx/atomic.c: New.
1892         * config/nvptx/t-nvptx (LIB2ADD): Add atomic.c.
1894 2020-08-03  Ian Lance Taylor  <iant@golang.org>
1896         * config/i386/morestack.S (BACKOFF) [x86_64]: Add 2048 bytes.
1898 2020-08-03  Jakub Jelinek  <jakub@redhat.com>
1900         PR target/96402
1901         * config/aarch64/lse.S (__aarch64_cas16_acq_rel): Use x2, x3 instead
1902         of x(tmp0), x(tmp1) in STXP arguments.
1904 2020-07-31  Maciej W. Rozycki  <macro@wdc.com>
1906         * config/riscv/save-restore.S [__riscv_xlen == 64]
1907         (__riscv_save_10, __riscv_save_8, __riscv_save_6, __riscv_save_4)
1908         (__riscv_save_2): Replace negative immediates used for the final
1909         stack pointer adjustment with positive ones, right-shifted by 4.
1911 2020-07-31  Martin Liska  <mliska@suse.cz>
1913         * libgcov-driver.c: Add __gcov_kvp_pool
1914         and __gcov_kvp_pool_index variables.
1915         * libgcov.h (allocate_gcov_kvp): New.
1916         (gcov_topn_add_value): Use it.
1918 2020-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1920         * config/aarch64/lse.S: Add PAC property note.
1922 2020-07-23  Martin Liska  <mliska@suse.cz>
1924         PR gcov-profile/96035
1925         * libgcov-driver-system.c: Create gcov folders with 0777
1926         so that it respects a system umask.
1928 2020-07-14  David Edelsohn  <dje.gcc@gmail.com>
1930         * config/rs6000/t-slibgcc-aix: Set BITS from compiler cpp macro.
1932 2020-07-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1934         PR target/94891
1935         * config/aarch64/aarch64-unwind.h (MD_POST_EXTRACT_ROOT_ADDR): Remove.
1936         (MD_POST_FROB_EH_HANDLER_ADDR): Remove.
1937         (MD_POST_EXTRACT_FRAME_ADDR): Rename to ...
1938         (MD_DEMANGLE_RETURN_ADDR): This.
1939         (aarch64_post_extract_frame_addr): Rename to ...
1940         (aarch64_demangle_return_addr): This.
1941         (aarch64_post_frob_eh_handler_addr): Remove.
1942         * unwind-dw2.c (uw_update_context): Demangle return address.
1943         (uw_frob_return_addr): Remove.
1945 2020-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1947         PR target/96001
1948         * config/aarch64/lse.S: Add BTI marking and related definitions,
1949         and add BTI c to function entries.
1951 2020-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1953         * config/aarch64/lse.S: Add stack note.
1955 2020-07-02  Martin Liska  <mliska@suse.cz>
1957         PR gcov-profile/95348
1958         * libgcov-driver.c (merge_one_data): Merge only profiles
1959         that are not of non-zero type.
1960         (write_one_data): Write counters only if there's one non-zero
1961         value.
1962         * libgcov-util.c (tag_function): Change signature from unsigned
1963         to int.
1964         (tag_blocks): Likewise.
1965         (tag_arcs): Likewise.
1966         (tag_counters): Likewise.
1967         (tag_summary): Likewise.
1968         (tag_lines): Read only if COUNTERS is non-zero.
1969         (read_gcda_file): Handle negative length for COUNTERS type.
1971 2020-06-25  Martin Liska  <mliska@suse.cz>
1973         * libgcov-driver.c (merge_summary): Remove function as its name
1974         is misleading and doing something different.
1975         (dump_one_gcov): Add ATTRIBUTE_UNUSED for 2 args. Take read summary
1976         in gcov-tool.
1977         * libgcov-util.c (curr_object_summary): Remove.
1978         (read_gcda_file): Remove unused curr_object_summary.
1979         (gcov_merge): Merge summaries.
1980         * libgcov.h: Add summary argument for gcov_info struct.
1982 2020-06-24  H.J. Lu  <hjl.tools@gmail.com>
1984         PR target/95259
1985         * config/i386/cpuinfo.c: Don't include "cpuinfo.h".  Include
1986         "common/config/i386/i386-cpuinfo.h" and
1987         "common/config/i386/cpuinfo.h".
1988         (__cpu_features2): Changed to array.
1989         (get_amd_cpu): Removed.
1990         (get_intel_cpu): Likewise.
1991         (get_available_features): Likewise.
1992         (__cpu_indicator_init): Call cpu_indicator_init.
1993         * config/i386/cpuinfo.h: Removed.
1995 2020-06-23  David Edelsohn  <dje.gcc@gmail.com>
1997         * Makefile.in: Remove uses of empty.mk. Use -include.
1998         * config/avr/t-avr: Use -include.
1999         * empty.mk: Delete.
2001 2020-06-21  David Edelsohn  <dje.gcc@gmail.com>
2003         * config.host (extra_parts): Add crtcxa_64 and crtdbase_64.
2004         * config/rs6000/t-aix-cxa: Explicitly compile 32 bit with -maix32
2005         and 64 bit with -maix64.
2006         * config/rs6000/t-slibgcc-aix: Remove extra @multilib_dir@ level.
2007         Build and install AIX-style FAT libraries.
2009 2020-06-17  Samuel Thibault  <samuel.thibault@gnu.org>
2011         * config.host (md_unwind_header) <i[34567]86-*-gnu*>: Set to
2012         'i386/gnu-unwind.h'
2013         * config/i386/gnu-unwind.h: New file.
2015 2020-06-17  Martin Liska  <mliska@suse.cz>
2017         * libgcov-util.c (read_gcda_finalize): Remove const operator.
2018         (merge_wrapper): Add both counts and use them properly.
2019         (topn_to_memory_representation): New function.
2020         (gcov_merge): Covert on disk representation to in memory
2021         representation.
2022         * libgcov.h: Remove const operator.
2024 2020-06-15  Max Filippov  <jcmvbkbc@gmail.com>
2026         * configure: Regenerate.
2027         * configure.ac: Use AC_COMPILE_IFELSE instead of manual
2028         preprocessor invocation to check for __XTENSA_CALL0_ABI__.
2030 2020-06-09  Martin Liska  <mliska@suse.cz>
2032         PR gcov-profile/95494
2033         * libgcov-driver.c (write_top_counters): Cast first to
2034         intptr_t as sizeof(*) != sizeof(gcov_type).
2035         * libgcov.h (gcov_counter_set_if_null): Remove.
2036         (gcov_topn_add_value): Cast first to intptr_t and update
2037         linked list directly.
2039 2020-06-09  Max Filippov  <jcmvbkbc@gmail.com>
2041         * config/xtensa/unwind-dw2-xtensa.c (uw_install_context): Merge
2042         with uw_install_context_1.
2044 2020-06-04  Andreas Schwab  <schwab@suse.de>
2046         PR target/59230
2047         PR libfortran/59227
2048         * config/ia64/t-softfp-compat (softfp_file_list): Filter out
2049         soft-fp/divtf3.c.
2050         (LIB2ADD): Add config/ia64/divtf3.c.
2051         * config/ia64/divtf3.c: New file.
2053 2020-06-03  Martin Liska  <mliska@suse.cz>
2055         PR gcov-profile/95480
2056         * libgcov-profiler.c (GCOV_SUPPORTS_ATOMIC): Move to...
2057         * libgcov.h (GCOV_SUPPORTS_ATOMIC): ...here.
2058         (gcov_counter_add): Use GCOV_SUPPORTS_ATOMIC guard.
2059         (gcov_counter_set_if_null): Likewise.
2061 2020-06-02  Jim Wilson  <jimw@sifive.com>
2063         * config/riscv/div.S (__divdi3): For negative arguments, change bgez
2064         to bgtz.
2066 2020-06-02  Martin Liska  <mliska@suse.cz>
2068         * libgcov.h (gcov_topn_add_value): Use xcalloc instead
2069         of xmalloc.
2071 2020-06-02  Martin Liska  <mliska@suse.cz>
2073         * libgcov-driver.c (prune_topn_counter): Remove.
2074         (prune_counters): Likewise.
2075         (merge_one_data): Special case TOP N counters
2076         as they have variable length.
2077         (write_top_counters): New.
2078         (write_one_data): Special case TOP N.
2079         (dump_one_gcov): Do not prune TOP N counters.
2080         * libgcov-merge.c (merge_topn_values_set): Remove.
2081         (__gcov_merge_topn): Use gcov_topn_add_value.
2082         * libgcov-profiler.c (__gcov_topn_values_profiler_body):
2083         Likewise here.
2084         * libgcov.h (gcov_counter_add): New.
2085         (gcov_counter_set_if_null): Likewise.
2086         (gcov_topn_add_value): New.
2088 2020-06-01  UroÅ¡ Bizjak  <ubizjak@gmail.com>
2090         * config/i386/sfp-exceptions.c (struct fenv):
2091         Add __attribute__ ((gcc_struct)).
2093 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
2095         PR bootstrap/95413
2096         * configure: Regenerated.
2098 2020-05-28  Dong JianQiang  <dongjianqiang2@huawei.com>
2100         PR gcov-profile/95332
2101         * libgcov-util.c (read_gcda_file): Call gcov_magic.
2102         * libgcov.h (gcov_magic): Disable GCC poison.
2104 2020-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2106         PR target/95212
2107         * config/i386/cpuinfo.h (processor_features): Move
2108         FEATURE_AVX512VP2INTERSECT after FEATURE_AVX512BF16.
2110 2020-05-20  H.J. Lu  <hongjiu.lu@intel.com>
2112         PR target/91695
2113         * config/i386/cpuinfo.c (get_available_features): Fix VPCLMULQDQ
2114         check.
2116 2020-05-19  H.J. Lu  <hongjiu.lu@intel.com>
2118         PR target/95212
2119         PR target/95220
2120         * config/i386/cpuinfo.c (get_available_features): Fix
2121         FEATURE_GFNI check.  Also check FEATURE_AVX512VP2INTERSECT.
2122         * config/i386/cpuinfo.h (processor_features): Add
2123         FEATURE_AVX512VP2INTERSECT.
2125 2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2127         PR bootstrap/95147
2128         * configure: Regenerated.
2130 2020-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2132         * configure: Regenerated.
2134 2020-05-09  Hans-Peter Nilsson  <hp@axis.com>
2136         * config.host: Remove support for crisv32-*-* and cris*-*-linux.
2137         * config/cris/libgcc-glibc.ver, config/cris/t-linux: Remove.
2139 2020-05-06  UroÅ¡ Bizjak  <ubizjak@gmail.com>
2141         * config/i386/sfp-exceptions.c (__math_force_eval): Remove.
2142         (__math_force_eval_div): New define.
2143         (__sfp_handle_exceptions): Use __math_force_eval_div to use
2144         generic division to generate INVALID, DIVZERO and INEXACT
2145         exceptions.
2147 2020-05-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2149         * config/aarch64/lse-init.c (init_have_lse_atomics): Use __getauxval
2150         instead of getauxval.
2151         (AT_HWCAP): Define.
2152         (HWCAP_ATOMICS): Define.
2153         Guard detection on __gnu_linux__.
2155 2020-05-05  Michael Meissner  <meissner@linux.ibm.com>
2157         * config.host: Delete changes meant for a private branch.
2158         * config/rs6000/t-float128: Likewise.
2159         * configure.ac: Likewise.
2160         * configure: Likewise.
2162 2020-05-05  Martin Liska  <mliska@suse.cz>
2164         PR gcov-profile/93623
2165         * Makefile.in: Remove __gcov_flush.
2166         * gcov.h (__gcov_flush): Remove.
2167         * libgcov-interface.c (__gcov_flush): Remove.
2168         (init_mx): Use renamed mutex.
2169         (__gcov_lock): Likewise.
2170         (__gcov_unlock): Likewise.
2171         (__gcov_fork): Likewise.
2172         (__gcov_flush): Remove.
2174 2020-05-05  Martin Liska  <mliska@suse.cz>
2176         PR gcov-profile/93623
2177         * libgcov-interface.c (__gcov_fork): Do not flush
2178         and reset only in child process.
2179         (__gcov_execl): Dump counters only and reset them
2180         only if exec* fails.
2181         (__gcov_execlp): Likewise.
2182         (__gcov_execle): Likewise.
2183         (__gcov_execv): Likewise.
2184         (__gcov_execvp): Likewise.
2185         (__gcov_execve): Likewise.
2187 2020-05-05  Martin Liska  <mliska@suse.cz>
2189         PR gcov-profile/93623
2190         * Makefile.in: Add _gcov_lock_unlock to LIBGCOV_INTERFACE.
2191         * libgcov-interface.c (ALIAS_void_fn): Remove.
2192         (__gcov_lock): New.
2193         (__gcov_unlock): New.
2194         (__gcov_flush): Use __gcov_lock and __gcov_unlock.
2195         (__gcov_reset): Likewise.
2196         (__gcov_dump): Likewise.
2197         * libgcov.h (__gcov_lock): New declaration.
2198         (__gcov_unlock): Likewise.
2200 2020-05-01  UroÅ¡ Bizjak  <ubizjak@gmail.com>
2202         * config/i386/sfp-exceptions.c (__math_force_eval): New define.
2203         (__sfp_handle_exceptions): Use __math_force_eval to evaluate
2204         generic division to generate INVALID and DIVZERO exceptions.
2206 2020-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2208         * config/rs6000/crtresfpr.S: Use .machine ppc.
2209         * config/rs6000/crtresxfpr.S: Likewise.
2210         * config/rs6000/crtsavfpr.S: Likewise.
2212 2020-04-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2214         PR target/94514
2215         * config/aarch64/aarch64-unwind.h (aarch64_frob_update_context):
2216         Update context->flags accroding to the frame state.
2218 2020-04-19  UroÅ¡ Bizjak  <ubizjak@gmail.com>
2220         * config/i386/sfp-exceptions.c (__sfp_handle_exceptions) [__SSE_MATH__]:
2221         Remove unneeded assignments to volatile memory.
2223 2020-04-15  Jakub Jelinek  <jakub@redhat.com>
2225         PR target/93053
2226         * configure.ac (LIBGCC_CHECK_AS_LSE): Add HAVE_AS_LSE checking.
2227         * config/aarch64/lse.S: Include auto-target.h, if HAVE_AS_LSE
2228         is not defined, use just .arch armv8-a.
2229         (B, M, N, OPN): Define.
2230         (COMMENT): New .macro.
2231         (CAS, CASP, SWP, LDOP): Use .inst directive if HAVE_AS_LSE is not
2232         defined.  Otherwise, move the operands right after the glue? and
2233         comment out operands where the macros are used.
2234         * configure: Regenerated.
2235         * config.in: Regenerated.
2237 2020-04-07  Ian Lance Taylor  <iant@golang.org>
2239         PR libgcc/94513
2240         * generic-morestack.c: Give up trying to use __mmap/__munmap, use
2241         syscall instead.
2243 2020-04-04  Ian Lance Taylor  <iant@golang.org>
2245         * generic-morestack.c: Only use __mmap on glibc >= 2.26.
2247 2020-04-03  Ian Lance Taylor  <iant@golang.org>
2249         * generic-morestack.c: On GNU/Linux use __mmap/__munmap rather
2250         than mmap/munmap, to avoid hooks.
2252 2020-04-03  Jim Johnston  <jjohnst@us.ibm.com>
2254         * config/s390/tpf-unwind.h (MIN_PATRANGE, MAX_PATRANGE)
2255         (TPFRA_OFFSET): Macros removed.
2256         (CP_CNF, cinfc_fast, CINFC_CMRESET, CINTFC_CMCENBKST)
2257         (CINTFC_CMCENBKED, ICST_CRET, ICST_SRET, LOWCORE_PAGE3_ADDR)
2258         (PG3_SKIPPING_OFFSET): New macros.
2259         (__isPATrange): Use cinfc_fast for the check.
2260         (__isSkipResetAddr): New function.
2261         (s390_fallback_frame_state): Check for skip trace addresses. Use
2262         either ICST_CRET or ICST_SRET to calculate return address
2263         location.
2264         (__tpf_eh_return): Handle skip trace addresses.
2266 2020-03-26  Richard Earnshaw  <rearnsha@arm.com>
2268         PR target/94220
2269         * config/arm/lib1funcs.asm (COND): Use a single definition for
2270         unified syntax.
2271         (aeabi_uidivmod): Unified syntax when optimizing Thumb for size.
2272         (aeabi_idivmod): Likewise.
2273         (divsi3_skip_div0_test): Likewise.
2275 2020-03-17  Mihail Ionescu  <mihail.ionescu@arm.com>
2277         * config/arm/t-arm: Do not compile cmse_nonsecure_call.S for v8.1-m.
2279 2020-03-04  Andreas Krebbel  <krebbel@linux.ibm.com>
2281         * config.host: Include the new makefile fragment.
2282         * config/s390/t-tpf: New file.
2284 2020-03-03  Richard Earnshaw  <rearnsha@arm.com>
2286         * config/arm/bpabi-v6m.S (aeabi_lcmp): Convert thumb1 code to unified
2287         syntax.
2288         (aeabi_ulcmp, aeabi_ldivmod, aeabi_uldivmod): Likewise.
2289         (aeabi_frsub, aeabi_cfcmpeq, aeabi_fcmpeq): Likewise.
2290         (aeabi_fcmp, aeabi_drsub, aeabi_cdrcmple): Likewise.
2291         (aeabi_cdcmpeq, aeabi_dcmpeq, aeabi_dcmp): Likewise.
2292         * config/arm/lib1funcs.S (Lend_fde): Convert thumb1 code to unified
2293         syntax.
2294         (divsi3, modsi3): Likewise.
2295         (clzdi2, ctzsi2): Likewise.
2296         * config/arm/libunwind.S (restore_core_regs): Convert thumb1 code to
2297         unified syntax.
2298         (UNWIND_WRAPPER): Likewise.
2300 2020-03-02  Martin Liska  <mliska@suse.cz>
2302         * libgcov-interface.c: Remove duplicate
2303         declaration of __gcov_flush_mx.
2305 2020-02-18  Martin Liska  <mliska@suse.cz>
2307         PR ipa/92924
2308         * libgcov-merge.c (merge_topn_values_set): Record
2309         when a TOP N counter becomes invalid.  When merging
2310         remove a smallest value if the space is needed.
2312 2020-02-12  Sandra Loosemore  <sandra@codesourcery.com>
2314         PR libstdc++/79193
2315         PR libstdc++/88999
2317         * configure: Regenerated.
2319 2020-02-10  Jeff Law  <law@redhat.com>
2321         * config/frv/frvbegin.c: Use right flags for .ctors and .dtors
2322         sections.
2323         * config/frv/frvend.c: Similarly.
2325 2020-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2327         PR libgcc/85334
2328         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
2329         New.
2331 2020-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
2333         PR target/93615
2334         * unwind-arm-common.inc: Replace uses of gnu_Unwind_Find_got with
2335         _Unwind_gnu_Find_got.
2336         * unwind-pe.h: Likewise.
2338 2020-02-07  Jakub Jelinek  <jakub@redhat.com>
2340         PR target/93615
2341         * config/arm/unwind-arm.h (gnu_Unwind_Find_got): Rename to ...
2342         (_Unwind_gnu_Find_got): ... this.  Use __asm instead of asm.  Remove
2343         trailing :s in asm.  Formatting fixes.
2344         (_Unwind_decode_typeinfo_ptr): Adjust caller.
2346 2020-01-31  Sandra Loosemore  <sandra@codesourcery.com>
2348         nios2: Support for GOT-relative DW_EH_PE_datarel encoding.
2350         * config.host [nios2-*-linux*] (tmake_file, tm_file): Adjust.
2351         * config/nios2-elf-lib.h: New.
2352         * unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback): Use existing
2353         code for finding GOT base for nios2.
2355 2020-01-27  Martin Liska  <mliska@suse.cz>
2357         PR gcov-profile/93403
2358         * libgcov-profiler.c (__gcov_indirect_call_profiler_v4):
2359         Call __gcov_indirect_call_profiler_body.
2360         (__gcov_indirect_call_profiler_body): New.
2361         (__gcov_indirect_call_profiler_v4_atomic): New.
2362         * libgcov.h (__gcov_indirect_call_profiler_v4_atomic):
2363         New declaration.
2365 2020-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
2367         * config/arc/crti.S: Add RF16 object attribute.
2368         * config/arc/crtn.S: Likewise.
2369         * config/arc/crttls.S: Likewise.
2370         * config/arc/lib1funcs.S: Likewise.
2371         * config/arc/fp-hack.h (ARC_OPTFPE): Define.
2372         * config/arc/lib2funcs.c: New file.
2373         * config/arc/t-arc: Add lib2funcs to LIB2ADD.
2375 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
2377         * Makefile.in (configure_deps): Add `toolexeclibdir.m4'.
2378         * configure.ac: Handle `--with-toolexeclibdir='.
2379         * configure: Regenerate.
2381 2020-01-23  Dragan Mladjenovic  <dmladjenovic@wavecomp.com>
2383         * config/mips/gnustack.h: Check for TARGET_LIBC_GNUSTACK also.
2385 2020-01-23  Dragan Mladjenovic  <dmladjenovic@wavecomp.com>
2387         * config/mips/gnustack.h: New file.
2388         * config/mips/crti.S: Include gnustack.h.
2389         * config/mips/crtn.S: Likewise.
2390         * config/mips/mips16.S: Likewise.
2391         * config/mips/vr4120-div.S: Likewise.
2393 2020-01-23  Martin Liska  <mliska@suse.cz>
2395         * libgcov-driver.c (prune_topn_counter): Remove
2396         check for -1 as we only prune run-time counters
2397         that do not generate an invalid state.
2399 2020-01-22  Martin Liska  <mliska@suse.cz>
2401         PR tree-optimization/92924
2402         * libgcov-profiler.c (__gcov_topn_values_profiler_body): First
2403         try to find an existing value, then find an empty slot
2404         if not found.
2406 2020-01-22  Martin Liska  <mliska@suse.cz>
2408         PR tree-optimization/92924
2409         * libgcov-driver.c (prune_topn_counter): New.
2410         (prune_counters): Likewise.
2411         (dump_one_gcov): Prune a run-time counter.
2412         * libgcov-profiler.c (__gcov_topn_values_profiler_body):
2413         For a known value, add GCOV_TOPN_VALUES to value.
2414         Otherwise, decrement all counters by one.
2416 2020-01-18  Hans-Peter Nilsson  <hp@axis.com>
2418         * config/cris/arit.c (DS): Apply attribute __fallthrough__.
2420 2020-01-18  John David Anglin  <danglin@gcc.gnu.org>
2422         PR libgcc/92988
2423         * crtstuff.c (__do_global_dtors_aux): Only call __cxa_finalize if
2424         DEFAULT_USE_CXA_ATEXIT is true.
2426 2020-01-16  Mihail-Calin Ionescu  <mihail.ionescu@arm.com>
2427             Thomas Preud'homme  <thomas.preudhomme@arm.com>
2429         * config/arm/t-arm: Check return value of gcc rather than lack of
2430         output.
2432 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
2434         * config/avr/lib1funcs.S (skip): Simplify.
2436 2020-01-10  Kwok Cheung Yeung  <kcy@codesourcery.com>
2438         * config/gcn/atomic.c: Remove include of stdint.h.
2439         (__sync_val_compare_and_swap_##SIZE): Replace uintptr_t with
2440         __UINTPTR_TYPE__.
2442 2020-01-09  Kwok Cheung Yeung  <kcy@codesourcery.com>
2444         * config/gcn/atomic.c: New.
2445         * config/gcn/t-amdgcn (LIB2ADD): Add atomic.c.
2447 2020-01-08  Georg-Johann Lay  <avr@gjlay.de>
2449         Implement 64-bit double functions.
2451         PR target/92055
2452         * config.host (tmake_file) [target=avr]: Add t-libf7,
2453         t-libf7-math, t-libf7-math-symbols as specified by --with-libf7=.
2454         * config/avr/t-avrlibc: Don't copy libgcc.a if there are modules
2455         depending on sizeof (double) or sizeof (long double).
2456         * config/avr/libf7: New folder.
2458 2020-01-05  Olivier Hainque  <hainque@adacore.com>
2460         * config/gthr-vxworks.h: Guard #include vxAtomicLib.h
2461         by IN_LIBGCC2.
2463 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
2465         Update copyright years.
2467 2019-12-30  Olivier Hainque  <hainque@adacore.com>
2469         * config/gthr-vxworks.h: Use _vxworks-versions.h.
2470         * config/gthr-vxworks-tls.c: Likewise.
2472 2019-12-30  Olivier Hainque  <hainque@adacore.com>
2474         * config/gthr-vxworks.h (GTHREAD_ONCE_INIT): Use
2475         standard zero-initializer syntax.
2477 2019-12-30  Olivier Hainque  <hainque@adacore.com>
2479         * config/gthr-vxworks-tls.c (__gthread_getspecific): Fix
2480         reference to the internal VX_GET_TLS_DATA interface.
2482 2019-12-30  Olivier Hainque  <hainque@adacore.com>
2484         * config/vxcrtstuff.c: Fix incorrect spelling of
2485         USE_INITFINI_ARRAY in guard.
2487 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2489         * config.host: s/msp430*-*-elf/msp430-*-elf*.
2490         Override default "extra_parts" variable.
2491         * configure: Regenerate.
2492         * configure.ac: Disable TM clone registry by default for
2493         msp430-elfbare.
2495 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2497         * config.host (msp430*-*-elf): Add crt{begin,end}_no_eh.o to
2498         "extra_parts".
2499         * config/msp430/t-msp430: Add rules to build crt{begin,end}_no_eh.o.
2501 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2503         * crtstuff.c: Declare __dso_handle only if DEFAULT_USE_CXA_ATEXIT is
2504         true.
2506 2019-12-09  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2508         * crtstuff.c (__do_global_dtors_aux): Check if USE_EH_FRAME_REGISTRY is
2509         defined instead of its value.
2511 2019-12-09  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2513         * crtstuff.c (__do_global_dtors_aux): Wrap in #if so it's only defined
2514         if it will have contents.
2516 2019-12-05  Georg-Johann Lay  <avr@gjlay.de>
2518         PR target/92055
2519         * config/avr/t-avrlibc (MULTISUBDIR): Search for double, not double64.
2521 2019-11-18  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2523         PR libgcc/91737
2524         * config.host: Add t-gthr-noweak on *-*-musl*.
2525         * config/t-gthr-noweak: New file.
2527 2019-11-17  John David Anglin  <danglin@gcc.gnu.org>
2529         * config/pa/linux-atomic.c (__kernel_cmpxchg): Change argument 1 to
2530         volatile void *.  Remove trap check.
2531         (__kernel_cmpxchg2): Likewise.
2532         (FETCH_AND_OP_2): Adjust operand types.
2533         (OP_AND_FETCH_2): Likewise.
2534         (FETCH_AND_OP_WORD): Likewise.
2535         (OP_AND_FETCH_WORD): Likewise.
2536         (COMPARE_AND_SWAP_2): Likewise.
2537         (__sync_val_compare_and_swap_4): Likewise.
2538         (__sync_bool_compare_and_swap_4): Likewise.
2539         (SYNC_LOCK_TEST_AND_SET_2): Likewise.
2540         (__sync_lock_test_and_set_4): Likewise.
2541         (SYNC_LOCK_RELEASE_1): Likewise.  Use __kernel_cmpxchg2 for release.
2542         (__sync_lock_release_4): Adjust operand types.  Use __kernel_cmpxchg
2543         for release.
2544         (__sync_lock_release_8): Remove.
2546 2019-11-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2548         * config/m68k/linux-unwind.h (struct uw_ucontext): Use sigset_t instead
2549         of __sigset_t.
2551 2019-11-14  Jerome Lambourg  <lambourg@adacore.com>
2552             Doug Rupp <rupp@adacore.com>
2553             Olivier Hainque  <hainque@adacore.com>
2555         * config.host: Collapse the arm-vxworks entries into
2556         a single arm-wrs-vxworks7* one.
2557         * config/arm/unwind-arm-vxworks.c: Update comments.  Provide
2558         __gnu_Unwind_Find_exidx and a weak dummy __cxa_type_match for
2559         kernel modules, to be overriden by libstdc++ when we link with
2560         it.  Rely on externally provided __exidx_start/end.
2562 2019-11-14  Doug Rupp  <rupp@adacore.com>
2563             Olivier Hainque  <hainque@adacore.com>
2565         * config.host: Handle aarch64*-wrs-vxworks7*.
2567 2019-11-12  Olivier Hainque  <hainque@adacore.com>
2569         * config/t-gthr-vxworksae: New file, add all the gthr-vxworks
2570         sources except the cxx0x support to LIB2ADDEH.  We don't support
2571         cxx0x on AE/653.
2572         * config/t-vxworksae: New file.
2573         * config.host: Handle *-*-vxworksae: Add the two aforementioned
2574         Makefile fragment files at their expected position in the tmake_file
2575         list, in accordance with what is done for other VxWorks variants.
2577 2019-11-12  Corentin Gay  <gay@adacore.com>
2578             Jerome Lambourg  <lambourg@adacore.com>
2579             Olivier Hainque  <hainque@adacore.com>
2581         * config/t-gthr-vxworks: New file, add all the gthr-vxworks
2582         sources to LIB2ADDEH.
2583         * config/t-vxworks: Remove adjustments to LIB2ADDEH.
2584         * config/t-vxworks7: Likewise.
2586         * config.host: Append a block at the end of the file to add the
2587         t-gthr files to the tmake_file list for VxWorks after everything
2588         else.
2590         * config/vxlib.c: Rename as gthr-vxworks.c.
2591         * config/vxlib-tls.c: Rename as gthr-vxworks-tls.c.
2593         * config/gthr-vxworks.h: Simplify a few comments.  Expose a TAS
2594         API and a basic error checking API, both internal.  Simplify the
2595         __gthread_once_t type definition and initializers.  Add sections
2596         for condition variables support and for the C++0x thread support,
2597         conditioned against Vx653 for the latter.
2599         * config/gthr-vxworks.c (__gthread_once): Simplify comments and
2600         implementation, leveraging the TAS internal API.
2601         * config/gthr-vxworks-tls.c: Introduce an internal TLS data access
2602         API, leveraging the general availability of TLS services in VxWorks7
2603         post SR6xxx.
2604         (__gthread_setspecific, __gthread_setspecific): Use it.
2605         (tls_delete_hook): Likewise, and simplify the enter/leave dtor logic.
2606         * config/gthr-vxworks-cond.c: New file.  GTHREAD_COND variable
2607         support based on VxWorks primitives.
2608         * config/gthr-vxworks-thread.c: New file.  GTHREAD_CXX0X support
2609         based on VxWorks primitives.
2611 2019-11-06  Jerome Lambourg  <lambourg@adacore.com>
2612             Olivier Hainque  <hainque@adacore.com>
2614         * config/vxcrtstuff.c: New file.
2615         * config/t-vxcrtstuff: New Makefile fragment.
2616         * config.host: Append t-vxcrtstuff to the tmake_file list
2617         on all VxWorks ports using dwarf for table based EH.
2619 2019-11-07  Georg-Johann Lay  <avr@gjlay.de>
2621         Support 64-bit double and 64-bit long double configurations.
2623         PR target/92055
2624         * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Only add -DF=SF if
2625         long double is a 32-bit type.
2626         * config/avr/t-avrlibc: Copy double64 and long-double64
2627         multilib(s) from the vanilla one.
2628         * config/avr/t-copy-libgcc: New Makefile snip.
2630 2019-11-04  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2632         * crtstuff.c: Define USE_TM_CLONE_REGISTRY to 0 if it's undefined and
2633         the target output object format is not ELF.
2634         s/defined(USE_TM_CLONE_REGISTRY)/USE_TM_CLONE_REGISTRY.
2636 2019-11-03  Oleg Endo  <olegendo@gcc.gnu.org>
2638         PR libgcc/78804
2639         * fp-bit.h: Remove FLOAT_BIT_ORDER_MISMATCH.
2640         * fp-bit.c (pack_d, unpack_d): Remove special cases for
2641         FLOAT_BIT_ORDER_MISMATCH.
2642         * config/arc/t-arc: Remove FLOAT_BIT_ORDER_MISMATCH.
2644 2019-11-01  Jim Wilson  <jimw@sifive.com>
2646         * config/riscv/t-softfp32 (softfp_extra): Add FP divide routines
2648 2019-10-23  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2650         * config/msp430/lib2hw_mul.S: Fix wrong syntax in branch instruction.
2651         s/RESULT_LO/RESLO, s/RESULT_HI/RESHI, s/MPY_OP1/MPY, 
2652         s/MPY_OP1_S/MPYS, s/MAC_OP1/MAC, s/MPY_OP2/OP2, s/MAC_OP2/OP2.
2653         Define symbols for 32-bit and f5series hardware multiply
2654         register addresses.
2655         Replace hard-coded register addresses with symbols.
2656         Fix "_mspabi*" typo.
2657         Fix whitespace.
2658         * config/msp430/lib2mul.c: Add comment.
2660 2019-10-15  John David Anglin  <danglin@gcc.gnu.org>
2662         * config/pa/fptr.c (_dl_read_access_allowed): Change argument to
2663         unsigned int.  Adjust callers.
2664         (__canonicalize_funcptr_for_compare): Change plabel type to volatile
2665         unsigned int *.  Load relocation offset before function pointer.
2666         Add barrier to ensure ordering.
2668 2019-10-12  John David Anglin  <danglin@gcc.gnu.org>
2670         * config/pa/lib2funcs.S (__gcc_plt_call): Load branch target to %r21.
2671         Load PIC register after branch target.  Fix white space.
2672         * config/pa/milli64.S ($$dyncall): Separate LINUX and non LINUX
2673         implementations.  Load PIC register after branch target.  Don't
2674         clobber function pointer when it points to function descriptor.
2675         Use nullification instead of branch in LINUX implementation.
2677 2019-10-03  John David Anglin  <danglin@gcc.gnu.org>
2679         * config/pa/fptr.c: Disable -Warray-bounds warning.
2681 2019-09-25  Richard Henderson  <richard.henderson@linaro.org>
2683         * config.in, configure: Re-rebuild with stock autoconf 2.69,
2684         not the ubuntu modified 2.69.
2686         PR target/91833
2687         * config/aarch64/lse-init.c: Include auto-target.h.  Disable
2688         initialization if !HAVE_SYS_AUXV_H.
2689         * configure.ac (AC_CHECK_HEADERS): Add sys/auxv.h.
2690         * config.in, configure: Rebuild.
2692         PR target/91834
2693         * config/aarch64/lse.S (LDNM): Ensure STXR output does not
2694         overlap the inputs.
2696 2019-09-25  Shaokun Zhang  <zhangshaokun@hisilicon.com>
2698         * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Add support for
2699         CTR_EL0.IDC and CTR_EL0.DIC.
2701 2019-09-20  Christophe Lyon  <christophe.lyon@st.com>
2703         Revert:
2704         2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2705                 Mickaël Guêné <mickael.guene@st.com>
2707         * config/arm/unwind-arm.c (_Unwind_VRS_Set): Handle thumb-only
2708         architecture.
2710 2019-09-19  Richard Henderson  <richard.henderson@linaro.org>
2712         * config/aarch64/lse-init.c: New file.
2713         * config/aarch64/lse.S: New file.
2714         * config/aarch64/t-lse: New file.
2715         * config.host: Add t-lse to all aarch64 tuples.
2717 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2718         Mickaël Guêné <mickael.guene@st.com>
2720         * config/arm/unwind-arm.c (_Unwind_VRS_Set): Handle thumb-only
2721         architecture.
2723 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2724         Mickaël Guêné <mickael.guene@st.com>
2726         * unwind-arm-common.inc (ARM_SET_R7_RT_SIGRETURN)
2727         (THUMB2_SET_R7_RT_SIGRETURN, FDPIC_LDR_R12_WITH_FUNCDESC)
2728         (FDPIC_LDR_R9_WITH_GOT, FDPIC_LDR_PC_WITH_RESTORER)
2729         (FDPIC_FUNCDESC_OFFSET, ARM_NEW_RT_SIGFRAME_UCONTEXT)
2730         (ARM_UCONTEXT_SIGCONTEXT, ARM_SIGCONTEXT_R0, FDPIC_T2_LDR_R12_WITH_FUNCDESC)
2731         (FDPIC_T2_LDR_R9_WITH_GOT, FDPIC_T2_LDR_PC_WITH_RESTORER): New.
2732         (__gnu_personality_sigframe_fdpic): New.
2733         (get_eit_entry): Add FDPIC signal frame support.
2735 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2736         Mickaël Guêné <mickael.guene@st.com>
2738         * config/arm/linux-atomic.c (__kernel_cmpxchg): Add FDPIC support.
2739         (__kernel_dmb): Likewise.
2740         (__fdpic_cmpxchg): New function.
2741         (__fdpic_dmb): New function.
2742         * config/arm/unwind-arm.h (FDPIC_REGNUM): New define.
2743         (gnu_Unwind_Find_got): New function.
2744         (_Unwind_decode_typeinfo_ptr): Add FDPIC support.
2745         * unwind-arm-common.inc (UCB_PR_GOT): New.
2746         (funcdesc_t): New struct.
2747         (get_eit_entry): Add FDPIC support.
2748         (unwind_phase2): Likewise.
2749         (unwind_phase2_forced): Likewise.
2750         (__gnu_Unwind_RaiseException): Likewise.
2751         (__gnu_Unwind_Resume): Likewise.
2752         (__gnu_Unwind_Backtrace): Likewise.
2753         * unwind-pe.h (read_encoded_value_with_base): Likewise.
2755 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2756         Mickaël Guêné <mickael.guene@st.com>
2758         * libgcc/crtstuff.c: Add support for FDPIC.
2760 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2762         * config.host: Handle *-*-uclinuxfdpiceabi.
2764 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2766         * config.host: Set cpu_type for bpf-*-* targets.
2767         * config/bpf/t-bpf: Likewise.
2768         * config/bpf/crtn.S: Likewise.
2769         * config/bpf/crti.S: New file.
2771 2019-09-06  Jim Wilson  <jimw@sifive.com>
2773         * config.host (riscv*-*-linux*): Add t-slibgcc-libgcc to tmake_file.
2774         (riscv*-*-freebsd*): Likewise.
2776 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
2778         * config.host: Remove references to spu.
2779         * config/spu/: Remove directory.
2781 2019-08-23  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2783         PR target/91306
2784         * crtstuff.c (__CTOR_LIST__): Align to the "__alignof__" the array
2785         element type, instead of "sizeof" the element type.
2786         (__DTOR_LIST__): Likewise.
2787         (__TMC_LIST__): Likewise.
2788         (__do_global_dtors_aux_fini_array_entry): Likewise.
2789         (__frame_dummy_init_array_entry): Likewise.
2790         (__CTOR_END__): Likewise.
2791         (__DTOR_END__): Likweise.
2792         (__FRAME_END__): Likewise.
2793         (__TMC_END__): Likewise.
2795 2019-08-20  Lili Cui  <lilicui@intel.com>
2797         * config/i386/cpuinfo.h: Add INTEL_COREI7_TIGERLAKE and
2798         INTEL_COREI7_COOPERLAKE.
2800 2019-07-31  Matt Thomas  <matt@3am-software.com>
2801             Nick Hudson <nick@nthcliff.demon.co.uk>
2802             Matthew Green <mrg@eterna.com.au>
2803             Maya Rashish <coypu@sdf.org>
2805         * config.host (hppa*-*-netbsd*): New case.
2806         * config/pa/t-netbsd: New file.
2808 2019-07-31  Joel Hutton  <Joel.Hutton@arm.com>
2810         * config/arm/cmse.c (cmse_check_address_range): Add
2811         warn_unused_result attribute.
2813 2019-07-22  Martin Liska  <mliska@suse.cz>
2815         * config/pa/stublib.c: Remove stub symbol __gnu_lto_v1.
2816         * config/pa/t-stublib: Likewise.
2818 2019-07-22  Stafford Horne  <shorne@gmail.com>
2820         PR target/90362
2821         * config/or1k/lib1funcs.S (__udivsi3): Change l.sfeqi
2822         to l.sfeq and l.sfltsi to l.sflts equivalents as the immediate
2823         instructions are not available on every processor.  Change a
2824         l.bnf to l.bf to fix logic issue.
2826 2019-07-04  Iain Sandoe  <iain@sandoe.co.uk>
2828         * config.host: Remove reference to t-darwin8.
2830 2019-07-03  Iain Sandoe  <iain@sandoe.co.uk>
2832         * config.host (powerpc-*-darwin*,powerpc64-*-darwin*): Revise crt
2833         list.
2834         * config/rs6000/t-darwin: Build crt3_2 for older systems.  Revise
2835         mmacosx-version-min for crts to run across all system versions.
2836         * config/rs6000/t-darwin64 (LIB2ADD): Remove.
2837         * config/t-darwin: Revise mmacosx-version-min for crts to run across
2838         system versions >= 10.4.
2840 2019-07-03  Martin Liska  <mliska@suse.cz>
2842         * Makefile.in: Use topn_values instead of one_value names.
2843         * libgcov-merge.c (__gcov_merge_single): Move to ...
2844         (__gcov_merge_topn): ... this.
2845         (merge_single_value_set): Move to ...
2846         (merge_topn_values_set): ... this.
2847         * libgcov-profiler.c (__gcov_one_value_profiler_body): Move to
2848         ...
2849         (__gcov_topn_values_profiler_body): ... this.
2850         (__gcov_one_value_profiler_v2): Move to ...
2851         (__gcov_topn_values_profiler): ... this.
2852         (__gcov_one_value_profiler_v2_atomic): Move to ...
2853         (__gcov_topn_values_profiler_atomic): ... this.
2854         (__gcov_indirect_call_profiler_v4): Remove.
2855         * libgcov-util.c (__gcov_single_counter_op): Move to ...
2856         (__gcov_topn_counter_op): ... this.
2857         * libgcov.h (L_gcov_merge_single): Remove.
2858         (L_gcov_merge_topn): New.
2859         (__gcov_merge_single): Remove.
2860         (__gcov_merge_topn): New.
2861         (__gcov_one_value_profiler_v2): Move to ..
2862         (__gcov_topn_values_profiler): ... this.
2863         (__gcov_one_value_profiler_v2_atomic): Move to ...
2864         (__gcov_topn_values_profiler_atomic): ... this.
2866 2019-07-03  Martin Liska  <mliska@suse.cz>
2868         * libgcov-merge.c (merge_single_value_set): Support N values.
2869         * libgcov-profiler.c (__gcov_one_value_profiler_body): Likewise.
2871 2019-06-27  Ilia Diachkov  <ilia.diachkov@optimitech.com>
2873         * Makefile.in (USE_TM_CLONE_REGISTRY): New.
2874         (CRTSTUFF_CFLAGS): Use USE_TM_CLONE_REGISTRY.
2875         * configure.ac: Add --disable-tm-clone-registry option.
2876         * configure: Regenerate.
2878 2019-06-27  Martin Liska  <mliska@suse.cz>
2880         * libgcov-driver-system.c (gcov_exit_open_gcda_file): Remove obviously
2881         dead assignments.
2882         * libgcov-util.c: Likewise.
2884 2019-06-27  Martin Liska  <mliska@suse.cz>
2886         * libgcov-util.c (gcov_profile_merge): Release allocated
2887         memory.
2888         (calculate_overlap): Likewise.
2890 2019-06-25  Iain Sandoe  <iain@sandoe.co.uk>
2892         * config.host: Add libef_ppc.a to the extra files for powerpc-darwin.
2893         * config/rs6000/t-darwin: (PPC_ENDFILE_SRC, PPC_ENDFILE_OBJS): New.
2894         Build objects for the out of line save/restore register functions
2895         so that they can be used for any supported Darwin version.
2896         * config/t-darwin: Default the build Darwin version to Darwin8
2897         (MacOS 10.4).
2899 2019-06-25  Martin Liska  <mliska@suse.cz>
2901         * libgcov-driver-system.c (replace_filename_variables): Do not
2902         call strlen with NULL argument.
2904 2019-06-25  Andrew Stubbs  <ams@codesourcery.com>
2906         * config/gcn/t-amdgcn (LIB2ADD): Add unwind-gcn.c.
2907         * config/gcn/unwind-gcn.c: New file.
2909 2019-06-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2910             Andrew Stubbs  <ams@codesourcery.com>
2912         * configure: Regenerate.
2913         * config/gcn/gthr-gcn.h: New.
2915 2019-06-18  Tom de Vries  <tdevries@suse.de>
2917         * config/nvptx/crt0.c (__main): Declare.
2919 2019-06-17  Matthew Green  <mrg@eterna.com.au>
2920             Maya Rashish  <coypu@sdf.org>
2922         * config.host (aarch64*-*-netbsd*): New case.
2924 2019-06-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2926         * config/msp430/slli.S (__mspabi_sllll): New library function for
2927         performing a logical left shift of a 64-bit value.
2928         * config/msp430/srai.S (__mspabi_srall): New library function for
2929         performing a arithmetic right shift of a 64-bit value.
2930         * config/msp430/srll.S (__mspabi_srlll): New library function for
2931         performing a logical right shift of a 64-bit value.
2933 2019-06-14  Matt Thomas  <matt@3am-software.com>
2934             Matthew Green  <mrg@eterna.com.au>
2935             Nick Hudson  <skrll@netbsd.org>
2936             Maya Rashish  <coypu@sdf.org>
2938         * config.host (arm*-*-netbsdelf*): Add support for EABI configurations.
2939         * config/arm/t-netbsd (LIB1ASMFUNCS): Add some additional assembler
2940         functions to build.
2941         * config/arm/t-netbsd-eabi: New file.
2943 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2945         * config.host: Add PRU target.
2946         * config/pru/asri.c: New file.
2947         * config/pru/eqd.c: New file.
2948         * config/pru/eqf.c: New file.
2949         * config/pru/ged.c: New file.
2950         * config/pru/gef.c: New file.
2951         * config/pru/gtd.c: New file.
2952         * config/pru/gtf.c: New file.
2953         * config/pru/led.c: New file.
2954         * config/pru/lef.c: New file.
2955         * config/pru/lib2bitcountHI.c: New file.
2956         * config/pru/lib2divHI.c: New file.
2957         * config/pru/lib2divQI.c: New file.
2958         * config/pru/lib2divSI.c: New file.
2959         * config/pru/libgcc-eabi.ver: New file.
2960         * config/pru/ltd.c: New file.
2961         * config/pru/ltf.c: New file.
2962         * config/pru/mpyll.S: New file.
2963         * config/pru/pru-abi.h: New file.
2964         * config/pru/pru-asm.h: New file.
2965         * config/pru/pru-divmod.h: New file.
2966         * config/pru/sfp-machine.h: New file.
2967         * config/pru/t-pru: New file.
2969 2019-06-11  Jakub Jelinek  <jakub@redhat.com>
2971         * libgcov-merge.c (__gcov_merge_single): Revert previous change.
2973 2019-06-10  Martin Liska  <mliska@suse.cz>
2975         PR bootstrap/90808
2976         * libgcov.h: Add ATTRIBUTE_UNUSED.
2978 2019-06-10  Martin Liska  <mliska@suse.cz>
2980         * Makefile.in: Add __gcov_one_value_profiler_v2,
2981         __gcov_one_value_profiler_v2_atomic and
2982         __gcov_indirect_call_profiler_v4.
2983         * libgcov-merge.c (__gcov_merge_single): Change
2984         function signature.
2985         (merge_single_value_set): New.
2986         * libgcov-profiler.c (__gcov_one_value_profiler_body):
2987         Update functionality.
2988         (__gcov_one_value_profiler): Remove.
2989         (__gcov_one_value_profiler_v2): ... this.
2990         (__gcov_one_value_profiler_atomic): Rename to ...
2991         (__gcov_one_value_profiler_v2_atomic): this.
2992         (__gcov_indirect_call_profiler_v3): Rename to ...
2993         (__gcov_indirect_call_profiler_v4): ... this.
2994         * libgcov.h (__gcov_one_value_profiler): Remove.
2995         (__gcov_one_value_profiler_atomic): Remove.
2996         (__gcov_one_value_profiler_v2_atomic): New.
2997         (__gcov_indirect_call_profiler_v3): Remove.
2998         (__gcov_one_value_profiler_v2): New.
2999         (__gcov_indirect_call_profiler_v4): New.
3000         (gcov_get_counter_ignore_scaling): New function.
3002 2019-06-07  Martin Liska  <mliska@suse.cz>
3004         * Makefile.in: Remove usage of
3005         _gcov_merge_icall_topn.
3006         * libgcov-driver.c (gcov_sort_n_vals): Remove.
3007         (gcov_sort_icall_topn_counter): Likewise.
3008         (gcov_sort_topn_counter_arrays): Likewise.
3009         (dump_one_gcov): Remove call to gcov_sort_topn_counter_arrays.
3010         * libgcov-merge.c (__gcov_merge_icall_topn): Remove.
3011         * libgcov-profiler.c (__gcov_topn_value_profiler_body):
3012         Likewise.
3013         (GCOV_ICALL_COUNTER_CLEAR_THRESHOLD): Remove.
3014         (struct indirect_call_tuple): Remove.
3015         (__gcov_indirect_call_topn_profiler): Remove.
3016         * libgcov-util.c (__gcov_icall_topn_counter_op): Remove.
3017         * libgcov.h (gcov_sort_n_vals): Remove.
3018         (L_gcov_merge_icall_topn): Likewise.
3019         (__gcov_merge_icall_topn): Likewise.
3020         (__gcov_indirect_call_topn_profiler): Likewise.
3022 2019-06-06  Iain Sandoe  <iain@sandoe.co.uk>
3024         * config/rs6000/t-darwin: Ensure that the unwinder is built with
3025         altivec enabled.
3027 2019-06-06  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
3029         * config/msp430/slli.S (__mspabi_slli_n): Put function in its own
3030         section.
3031         (__mspabi_slli): Likewise.
3032         (__mspabi_slll_n): Likewise.
3033         (__mspabi_slll): Likewise.
3034         * config/msp430/srai.S (__mspabi_srai_n): Likewise.
3035         (__mspabi_srai): Likewise.
3036         (__mspabi_sral_n): Likewise.
3037         (__mspabi_sral): Likewise.
3038         * config/msp430/srli.S (__mspabi_srli_n): Likewise.
3039         (__mspabi_srli): Likewise.
3040         (__mspabi_srll_n): Likewise.
3041         (__mspabi_srll): Likewise.
3043 2019-06-05  Yoshinori Sato  <ysato@users.sourceforge.jp>
3045         * config.host (rx-*-linux*): Add t-fdpbit to tmake_file
3046         Add appropriate tm_file clause as well.
3047         * config/rx/t-rx (HOST_LIBGCC2_CFLAGS): Remove.
3049 2019-06-05  James Clarke  <jrtc27@jrtc27.com>
3051         * config/ia64/crtbegin.S (__dso_handle): Put in .sdata/.sbss
3052         rather than .data/.bss so it can be accessed via gp-relative
3053         addressing.
3055 2019-06-05  David Edelsohn  <dje.gcc@gmail.com>
3057         * config/rs6000/aix-unwind.h (LR_REGNO): Rename to R_LR.
3058         (CR2_REGNO): Rename to R_CR2.
3059         (XER_REGNO): Rename to R_XER.
3060         (FIRST_ALTIVEC_REGNO): Rename to R_FIRST_ALTIVEC.
3061         (VRSAVE_REGNO): Rename to R_VRSAVE.
3062         (VSCR_REGNO): R_VSCR.
3064 2019-05-29  Yoshinori Sato  <ysato@users.sourceforge.jp>
3066         * config.host (rx-*-linux*): Add new case.
3067         * config/rx/t-rx (HOST_LIBGCC2_CFLAGS): Force DFmode to SFmode.
3069 2019-05-29  Sam Tebbs  <sam.tebbs@arm.com>
3071         * config/aarch64/aarch64-unwind.h (aarch64_cie_signed_with_b_key): New
3072         function.
3073         * config/aarch64/aarch64-unwind.h (aarch64_post_extract_frame_addr,
3074         aarch64_post_frob_eh_handler_addr): Add check for b-key.
3075         * config/aarch64/aarch64-unwind-h (aarch64_post_extract_frame_addr,
3076         aarch64_post_frob_eh_handler_addr, aarch64_post_frob_update_context):
3077         Rename RA_A_SIGNED_BIT to RA_SIGNED_BIT.
3078         * unwind-dw2-fde.c (get_cie_encoding): Add check for 'B' in augmentation
3079         string.
3080         * unwind-dw2.c (extract_cie_info): Add check for 'B' in augmentation
3081         string.
3082         (RA_A_SIGNED_BIT): Rename to RA_SIGNED_BIT.
3084 2019-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3086         * config/sparc/sol2-unwind.h [__arch64__] (sparc64_is_sighandler):
3087         Remove Solaris 9 and 10 support.
3088         (sparc_is_sighandler): Likewise.
3090 2019-05-26  John David Anglin  <danglin@gcc.gnu.org>
3092         * config/pa/linux-unwind.h (pa32_fallback_frame_state): Add cast.
3094 2019-05-17  H.J. Lu  <hongjiu.lu@intel.com>
3096         * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
3097         4_FP_W_TYPEs are used for IEEE quad precision.
3098         * soft-fp/extendhftf2.c: Likewise.
3099         * soft-fp/extendsftf2.c: Likewise.
3100         * soft-fp/extendxftf2.c: Likewise.
3101         * soft-fp/trunctfdf2.c: Likewise.
3102         * soft-fp/trunctfhf2.c: Likewise.
3103         * soft-fp/trunctfsf2.c: Likewise.
3104         * soft-fp/trunctfxf2.c: Likewise.
3105         * config/rs6000/ibm-ldouble.c: Likewise.
3107 2019-05-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3109         * config.host: Simplify various *-*-solaris2.1[0-9]* to
3110         *-*-solaris2*.
3111         * configure.ac: Likewise.
3112         * configure: Regenerate.
3114         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
3115         Solaris 10 and Solaris 11 < snv_125 handling.
3117 2019-05-12  Iain Sandoe  <iain@sandoe.co.uk>
3119         * config/rs6000/darwin-vecsave.S: Set .machine appropriately.
3121 2019-05-07  Hongtao Liu  <hongtao.liu@intel.com>
3123         * config/i386/cpuinfo.c (get_available_features): Detect BF16.
3124         * config/i386/cpuinfo.h (enum processor_features): Add
3125         FEATURE_AVX512BF16.
3127 2019-04-23  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3128             Bernd Edlinger  <bernd.edlinger@hotmail.de>
3129             Jakub Jelinek  <jakub@redhat.com>
3131         PR target/89093
3132         * config/arm/pr-support.c: Add #pragma GCC target("general-regs-only").
3133         * config/arm/unwind-arm.c: Likewise.
3134         * unwind-c.c (PERSONALITY_FUNCTION): Add general-regs-only target
3135         attribute for ARM.
3137 2019-04-15  Monk Chiang  <sh.chiang04@gmail.com>
3139         * config/nds32/linux-unwind.h (SIGRETURN): Remove.
3140         (RT_SIGRETURN): Update.
3141         (nds32_fallback_frame_state): Update.
3143 2019-02-21  Martin Sebor  <msebor@redhat.com>
3145         * libgcc2.h (__clear_cache): Correct signature.
3146         * libgcc2.c (__clear_cache): Same.
3148 2019-02-20  UroÅ¡ Bizjak  <ubizjak@gmail.com>
3150         * config/alpha/linux-unwind.h (alpha_fallback_frame_state):
3151         Cast 'mcontext_t *' &rt_->uc.uc_mcontext to 'struct sigcontext *'.
3153 2019-02-19  UroÅ¡ Bizjak  <ubizjak@gmail.com>
3155         * unwind-dw2.c (_Unwind_GetGR) [DWARF_ZERO_REG]: Compare
3156         regno instead of index to DWARF_ZERO_REG.
3158 2019-02-15  Eric Botcazou  <ebotcazou@adacore.com>
3160         * config/visium/lib2funcs.c (__set_trampoline_parity): Replace
3161         TRAMPOLINE_SIZE with __LIBGCC_TRAMPOLINE_SIZE__.
3163 2019-01-31  UroÅ¡ Bizjak  <ubizjak@gmail.com>
3165         * config/alpha/t-linux: Add -mfp-rounding-mode=d
3166         to HOST_LIBGCC2_CFLAGS.
3168 2019-01-23  Joseph Myers  <joseph@codesourcery.com>
3170         PR libgcc/88931
3171         * libgcc2.c (FSTYPE FUNC (DWtype u)): Correct no leading bits case.
3173 2019-01-18  Martin Liska  <mliska@suse.cz>
3175         * libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Rename
3176         to ...
3177         (__gcov_indirect_call_profiler_v3): ... this.
3178         * libgcov.h (__gcov_indirect_call_profiler_v2): Likewise.
3179         (__gcov_indirect_call_profiler_v3): Likewise.
3180         * Makefile.in: Bump function name.
3182 2019-01-18  Martin Liska  <mliska@suse.cz>
3184         * libgcov-driver.c (GCOV_PROF_PREFIX): Define.
3185         (gcov_version): Use in gcov_error.
3186         (merge_one_data): Likewise.
3187         (dump_one_gcov): Likewise.
3189 2019-01-18  Martin Liska  <mliska@suse.cz>
3191         * libgcov-driver.c (gcov_version_string): New function.
3192         (gcov_version): Convert version integer into string.
3194 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
3195             Kwok Cheung Yeung  <kcy@codesourcery.com>
3196             Julian Brown  <julian@codesourcery.com>
3197             Tom de Vries  <tom@codesourcery.com>
3199         * config.host: Recognize amdgcn*-*-amdhsa.
3200         * config/gcn/crt0.c: New file.
3201         * config/gcn/lib2-divmod-hi.c: New file.
3202         * config/gcn/lib2-divmod.c: New file.
3203         * config/gcn/lib2-gcn.h: New file.
3204         * config/gcn/sfp-machine.h: New file.
3205         * config/gcn/t-amdgcn: New file.
3207 2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
3209         PR other/16615
3211         * config/c6x/libunwind.S: Mechanically replace "can not" with
3212         "cannot".
3213         * config/tilepro/atomic.h: Likewise.
3214         * config/vxlib-tls.c: Likewise.
3215         * generic-morestack-thread.c: Likewise.
3216         * generic-morestack.c: Likewise.
3217         * mkmap-symver.awk: Likewise.
3219 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
3221         Update copyright years.
3223 2018-12-20  H.J. Lu  <hongjiu.lu@intel.com>
3225         * unwind-pe.h (read_encoded_value_with_base): Add GCC pragma
3226         to ignore -Waddress-of-packed-member.
3228 2018-12-19  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
3230         * /config/arm/lib1funcs.S (FUNC_START): Remove unused sp_section
3231         parameter and corresponding code.
3232         (ARM_FUNC_START): Likewise in both definitions.
3233         Also update footer comment about condition that need to match with
3234         gcc/config/arm/elf.h to also include libgcc/config/arm/t-arm.
3235         * config/arm/ieee754-df.S (muldf3): Also build it if L_arm_muldf3 is
3236         defined.  Weakly define it in this case.
3237         * config/arm/ieee754-sf.S (mulsf3): Likewise with L_arm_mulsf3.
3238         * config/arm/t-elf (LIB1ASMFUNCS): Build _arm_muldf3.o and
3239         _arm_mulsf3.o before muldiv versions if targeting Thumb-1 only. Add
3240         comment to keep condition in sync with the one in
3241         libgcc/config/arm/lib1funcs.S and gcc/config/arm/elf.h.
3243 2018-12-18  Wei Xiao  <wei3.xiao@intel.com>
3245         * config/i386/cpuinfo.c (get_intel_cpu): Handle cascadelake.
3246         * config/i386/cpuinfo.h: Add INTEL_COREI7_CASCADELAKE.
3248 2018-12-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3250         * config/rs6000/tramp.S (__trampoline_setup): Also emit .size
3251         and .cfi_endproc directives for VxWorks targets.
3253 2018-12-05  Paul Koning  <ni1d@arrl.net>
3255         * udivmodhi4.c (__udivmodhi4): Fix loop end check.
3257 2018-11-27  Alan Modra  <amodra@gmail.com>
3259         * config/rs6000/morestack.S (__stack_split_initialize),
3260         (__morestack_get_guard, __morestack_set_guard),
3261         (__morestack_make_guard): Provide CFI covering these functions.
3262         * config/rs6000/tramp.S (__trampoline_setup): Likewise.
3264 2018-11-15  Xianmiao Qu  <xianmiao_qu@c-sky.com>
3266         * config/csky/linux-unwind.h (sc_pt_regs): Update for kernel.
3267         (sc_pt_regs_lr): Update for kernel.
3268         (sc_pt_regs_tls): Update for kernel.
3270 2018-11-15  Xianmiao Qu  <xianmiao_qu@c-sky.com>
3272         * config/csky/linux-unwind.h: Fix coding style.
3274 2018-11-13  Xianmiao Qu  <xianmiao_qu@c-sky.com>
3276         * config/csky/linux-unwind.h (_sig_ucontext_t): Remove.
3277         (csky_fallback_frame_state): Modify the check of the
3278         instructions to adapt to changes in the kernel
3280 2018-11-09  Stafford Horne  <shorne@gmail.com>
3281             Richard Henderson  <rth@twiddle.net>
3283         * config.host: Add OpenRISC support.
3284         * config/or1k/*: New.
3286 2018-11-08  Kito Cheng  <kito@andestech.com>
3288         * soft-fp/adddf3.c: Update from glibc.
3289         * soft-fp/addsf3.c: Likewise.
3290         * soft-fp/addtf3.c: Likewise.
3291         * soft-fp/divdf3.c: Likewise.
3292         * soft-fp/divsf3.c: Likewise.
3293         * soft-fp/divtf3.c: Likewise.
3294         * soft-fp/double.h: Likewise.
3295         * soft-fp/eqdf2.c: Likewise.
3296         * soft-fp/eqsf2.c: Likewise.
3297         * soft-fp/eqtf2.c: Likewise.
3298         * soft-fp/extenddftf2.c: Likewise.
3299         * soft-fp/extended.h: Likewise.
3300         * soft-fp/extendhftf2.c: Likewise.
3301         * soft-fp/extendsfdf2.c: Likewise.
3302         * soft-fp/extendsftf2.c: Likewise.
3303         * soft-fp/extendxftf2.c: Likewise.
3304         * soft-fp/fixdfdi.c: Likewise.
3305         * soft-fp/fixdfsi.c: Likewise.
3306         * soft-fp/fixdfti.c: Likewise.
3307         * soft-fp/fixhfti.c: Likewise.
3308         * soft-fp/fixsfdi.c: Likewise.
3309         * soft-fp/fixsfsi.c: Likewise.
3310         * soft-fp/fixsfti.c: Likewise.
3311         * soft-fp/fixtfdi.c: Likewise.
3312         * soft-fp/fixtfsi.c: Likewise.
3313         * soft-fp/fixtfti.c: Likewise.
3314         * soft-fp/fixunsdfdi.c: Likewise.
3315         * soft-fp/fixunsdfsi.c: Likewise.
3316         * soft-fp/fixunsdfti.c: Likewise.
3317         * soft-fp/fixunshfti.c: Likewise.
3318         * soft-fp/fixunssfdi.c: Likewise.
3319         * soft-fp/fixunssfsi.c: Likewise.
3320         * soft-fp/fixunssfti.c: Likewise.
3321         * soft-fp/fixunstfdi.c: Likewise.
3322         * soft-fp/fixunstfsi.c: Likewise.
3323         * soft-fp/fixunstfti.c: Likewise.
3324         * soft-fp/floatdidf.c: Likewise.
3325         * soft-fp/floatdisf.c: Likewise.
3326         * soft-fp/floatditf.c: Likewise.
3327         * soft-fp/floatsidf.c: Likewise.
3328         * soft-fp/floatsisf.c: Likewise.
3329         * soft-fp/floatsitf.c: Likewise.
3330         * soft-fp/floattidf.c: Likewise.
3331         * soft-fp/floattihf.c: Likewise.
3332         * soft-fp/floattisf.c: Likewise.
3333         * soft-fp/floattitf.c: Likewise.
3334         * soft-fp/floatundidf.c: Likewise.
3335         * soft-fp/floatundisf.c: Likewise.
3336         * soft-fp/floatunditf.c: Likewise.
3337         * soft-fp/floatunsidf.c: Likewise.
3338         * soft-fp/floatunsisf.c: Likewise.
3339         * soft-fp/floatunsitf.c: Likewise.
3340         * soft-fp/floatuntidf.c: Likewise.
3341         * soft-fp/floatuntihf.c: Likewise.
3342         * soft-fp/floatuntisf.c: Likewise.
3343         * soft-fp/floatuntitf.c: Likewise.
3344         * soft-fp/gedf2.c: Likewise.
3345         * soft-fp/gesf2.c: Likewise.
3346         * soft-fp/getf2.c: Likewise.
3347         * soft-fp/half.h: Likewise.
3348         * soft-fp/ledf2.c: Likewise.
3349         * soft-fp/lesf2.c: Likewise.
3350         * soft-fp/letf2.c: Likewise.
3351         * soft-fp/muldf3.c: Likewise.
3352         * soft-fp/mulsf3.c: Likewise.
3353         * soft-fp/multf3.c: Likewise.
3354         * soft-fp/negdf2.c: Likewise.
3355         * soft-fp/negsf2.c: Likewise.
3356         * soft-fp/negtf2.c: Likewise.
3357         * soft-fp/op-1.h: Likewise.
3358         * soft-fp/op-2.h: Likewise.
3359         * soft-fp/op-4.h: Likewise.
3360         * soft-fp/op-8.h: Likewise.
3361         * soft-fp/op-common.h: Likewise.
3362         * soft-fp/quad.h: Likewise.
3363         * soft-fp/single.h: Likewise.
3364         * soft-fp/soft-fp.h: Likewise.
3365         * soft-fp/subdf3.c: Likewise.
3366         * soft-fp/subsf3.c: Likewise.
3367         * soft-fp/subtf3.c: Likewise.
3368         * soft-fp/truncdfsf2.c: Likewise.
3369         * soft-fp/trunctfdf2.c: Likewise.
3370         * soft-fp/trunctfhf2.c: Likewise.
3371         * soft-fp/trunctfsf2.c: Likewise.
3372         * soft-fp/trunctfxf2.c: Likewise.
3373         * soft-fp/unorddf2.c: Likewise.
3374         * soft-fp/unordsf2.c: Likewise.
3375         * soft-fp/unordtf2.c: Likewise.
3377 2018-11-04  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
3379         * config/i386/cpuinfo.c: (get_amd_cpu): Add znver2.
3380         * config/i386/cpuinfo.h (processor_types): Add znver2.
3382 2018-11-01  Paul Koning  <ni1d@arrl.net>
3384         * config/pdp11/t-pdp11 (LIB2ADD): Add divmod.c.
3385         (HOST_LIBGCC2_CFLAGS): Change to optimize for size.
3387 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
3389         PR bootstrap/82856
3390         * configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
3391         * configure: Regenerate.
3393 2018-10-31  Claudiu Zissulescu  <claziss@synopsys.com>
3395         * config/arc/lib1funcs.S (_muldi3): New function.
3396         * config/arc/t-arc (LIB1ASMFUNCS): Add _muldi3.
3398 2018-10-30  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3400         * config/gthr-vxworks.h (__gthread_mutex_destroy): Call semDelete.
3402 2018-10-25  Martin Liska  <mliska@suse.cz>
3404         PR other/87735
3405         * libgcov-profiler.c: Revert.
3407 2018-10-24  Martin Liska  <mliska@suse.cz>
3409         * libgcov-profiler.c: Start from 1 in order to distinguish
3410         functions which were seen and these that were not.
3412 2018-10-18  Paul Koning  <ni1d@arrl.net>
3414         * udivmodsi4.c (__udivmodsi4): Rename to conform to coding
3415         standard.
3416         * divmod.c: Update references to __udivmodsi4.
3417         * udivmod.c: Ditto.
3418         * udivhi3.c: New file.
3419         * udivmodhi4.c: New file.
3420         * config/pdp11/t-pdp11 (LIB2ADD): Add the new files.
3422 2018-10-17  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3424         * Makefile.in (LIB2FUNCS_ST): Filter out LIB2FUNCS_EXCLUDE.
3426 2018-10-12  Olivier Hainque  <hainque@adacore.com>
3428         * config/rs6000/ibm-ldouble.c: Augment the toplevel guard with
3429         defined (__FLOAT128_TYPE__) || defined (__LONG_DOUBLE_128__).
3431 2018-10-08  Paul Koning  <ni1d@arrl.net>
3433         * config/pdp11/t-pdp11: Remove -mfloat32 switch.
3435 2018-10-04  Martin Liska  <mliska@suse.cz>
3437         PR gcov-profile/84107
3438         * libgcov-profiler.c (__gcov_indirect_call):
3439         Change type to indirect_call_tuple.
3440         (struct indirect_call_tuple): New struct.
3441         (__gcov_indirect_call_topn_profiler): Change type.
3442         (__gcov_indirect_call_profiler_v2): Use the new
3443         variables.
3444         * libgcov.h (struct indirect_call_tuple): New struct
3445         definition.
3447 2018-10-03  Uros Bizjak  <ubizjak@gmail.com>
3449         * libgcc2.c (isnan): Use __builtin_isnan.
3450         (isfinite): Use __builtin_isfinite.
3451         (isinf): Use __builtin_isinf.
3453 2018-09-26  Uros Bizjak  <ubizjak@gmail.com>
3455         * config/i386/crtprec.c (set_precision): Use fnstcw instead of fstcw.
3457 2018-09-21  Alexandre Oliva  <oliva@adacore.com>
3459         * config/vxcache.c: New file.  Provide __clear_cache, based on
3460         the cacheTextUpdate VxWorks service.
3461         * config/t-vxworks (LIB2ADD): Add vxcache.c.
3462         (LIB2FUNCS_EXCLUDE): Add _clear_cache.
3463         * config/t-vxwoks7: Likewise.
3465 2018-09-21  Martin Liska  <mliska@suse.cz>
3467         * libgcov-driver.c (crc32_unsigned): Remove.
3468         (gcov_histogram_insert): Likewise.
3469         (gcov_compute_histogram): Likewise.
3470         (compute_summary): Simplify rapidly.
3471         (merge_one_data): Do not handle PROGRAM_SUMMARY tag.
3472         (merge_summary): Rapidly simplify.
3473         (dump_one_gcov): Ignore gcov_summary.
3474         (gcov_do_dump): Do not handle program summary, it's not
3475         used.
3476         * libgcov-util.c (tag_summary): Remove.
3477         (read_gcda_finalize): Fix coding style.
3478         (read_gcda_file): Initialize curr_object_summary.
3479         (compute_summary): Remove.
3480         (calculate_overlap): Remove settings of run_max.
3482 2018-09-21  Monk Chiang  <sh.chiang04@gmail.com>
3484         * config/nds32/linux-unwind.h (struct _rt_sigframe): Use struct
3485         ucontext_t type instead.
3486         (nds32_fallback_frame_state): Remove struct _sigframe statement.
3488 2018-09-21  Kito Cheng  <kito.cheng@gmail.com>
3490         * config/nds32/t-nds32-glibc: New file.
3492 2018-09-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3494         * configure.ac (solaris_ld_v2_maps): New test.
3495         * configure: Regenerate.
3496         * Makefile.in (solaris_ld_v2_maps): New variable.
3497         * config/t-slibgcc-sld (libgcc-unwind.map): Emit v2 mapfile syntax
3498         if supported.
3500 2018-08-23  Richard Earnshaw  <rearnsha@arm.com>
3502         PR target/86951
3503         * config/arm/lib1funcs.asm (speculation_barrier): New function.
3504         * config/arm/t-arm (LIB1ASMFUNCS): Add it to list of functions
3505         to build.
3507 2018-08-22  Iain Sandoe  <iain@sandoe.co.uk>
3509         * config/unwind-dw2-fde-darwin.c
3510         (_darwin10_Unwind_FindEnclosingFunction): move from here ...
3511         * config/darwin10-unwind-find-enc-func.c: â€¦ to here.
3512         * config/t-darwin: Build Darwin10 unwinder shim crt.
3513         * libgcc/config.host: Add the Darwin10 unwinder shim.
3515 2018-08-21  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3517         * config.host: Add crtbegin.o and crtend.o for
3518         powerpc-wrs-vxworks target.
3520 2018-08-17  Jojo  <jijie_rong@c-sky.com>
3521             Huibin Wang  <huibin_wang@c-sky.com>
3522             Sandra Loosemore  <sandra@codesourcery.com>
3523             Chung-Lin Tang  <cltang@codesourcery.com>
3525         C-SKY port: libgcc
3527         * config.host: Add C-SKY support.
3528         * config/csky/*: New.
3530 2018-08-12  Chung-Ju Wu  <jasonwucj@gmail.com>
3532         * config/nds32/t-nds32-isr: Rearrange object dependency.
3533         * config/nds32/initfini.c: Add dwarf2 unwinding support.
3534         * config/nds32/isr-library/adj_intr_lvl.inc: Consider new extensions
3535         and registers usage.
3536         * config/nds32/isr-library/excp_isr.S: Ditto.
3537         * config/nds32/isr-library/intr_isr.S: Ditto.
3538         * config/nds32/isr-library/reset.S: Ditto.
3539         * config/nds32/isr-library/restore_all.inc: Ditto.
3540         * config/nds32/isr-library/restore_mac_regs.inc: Ditto.
3541         * config/nds32/isr-library/restore_partial.inc: Ditto.
3542         * config/nds32/isr-library/restore_usr_regs.inc: Ditto.
3543         * config/nds32/isr-library/save_all.inc: Ditto.
3544         * config/nds32/isr-library/save_mac_regs.inc: Ditto.
3545         * config/nds32/isr-library/save_partial.inc: Ditto.
3546         * config/nds32/isr-library/save_usr_regs.inc: Ditto.
3547         * config/nds32/isr-library/vec_vid*.S: Consider 4-byte vector size.
3549 2018-08-11  John David Anglin  <danglin@gcc.gnu.org>
3551         * config/pa/linux-atomic.c: Update comment.
3552         (FETCH_AND_OP_2, OP_AND_FETCH_2, FETCH_AND_OP_WORD, OP_AND_FETCH_WORD,
3553         COMPARE_AND_SWAP_2, __sync_val_compare_and_swap_4,
3554         SYNC_LOCK_TEST_AND_SET_2, __sync_lock_test_and_set_4): Use
3555         __ATOMIC_RELAXED for atomic loads.
3556         (SYNC_LOCK_RELEASE_1): New define.  Use __sync_synchronize() and
3557         unordered store to release lock.
3558         (__sync_lock_release_8): Likewise.
3559         (SYNC_LOCK_RELEASE_2): Remove define.
3561 2018-08-02  Nicolas Pitre <nico@fluxnic.net>
3563         PR libgcc/86512
3564         * config/arm/ieee754-df.S: Don't shortcut denormal handling when
3565         exponent goes negative. Update my email address.
3566         * config/arm/ieee754-sf.S: Likewise.
3568 2018-08-01  Martin Liska  <mliska@suse.cz>
3570         * libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Do not
3571         check that  __gcov_indirect_call_callee is non-null.
3573 2018-07-30  Christophe Lyon  <christophe.lyon@linaro.org>
3575         * config/arm/ieee754-df.S: Fix comment for code working on
3576         architectures >= 4.
3577         * config/arm/ieee754-sf.S: Likewise.
3579 2018-07-27  H.J. Lu  <hongjiu.lu@intel.com>
3581         PR libgcc/85334
3582         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
3583         Removed.
3585 2018-07-05  James Clarke  <jrtc27@jrtc27.com>
3587         * configure: Regenerated.
3589 2018-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3591         * Makefile.in (install_leaf): Use enable_gcov instead of
3592         enable_libgcov.
3594 2018-06-27  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3596         * configure.ac: Add --disable-gcov option.
3597         * configure: Regenerate.
3598         * Makefile.in: Honour @enable_gcov@.
3600 2018-06-21  Christophe Lyon  <christophe.lyon@linaro.org>
3602         * config/arm/lib1funcs.S (__ARM_ARCH__): Remove definitions, use
3603         __ARM_ARCH and __ARM_FEATURE_CLZ instead.
3604         (HAVE_ARM_CLZ): Remove definition, use __ARM_FEATURE_CLZ instead.
3605         * config/arm/ieee754-df.S: Use __ARM_FEATURE_CLZ instead of
3606         __ARM_ARCH__.
3607         * config/arm/ieee754-sf.S: Likewise.
3608         * config/arm/libunwind.S: Use __ARM_ARCH instead of __ARM_ARCH__.
3610 2018-06-21  Christophe Lyon  <christophe.lyon@linaro.org>
3612         * config/arm/ieee754-df.S: Remove code for __ARM_ARCH__ < 4, no
3613         longer supported.
3614         * config/arm/ieee754-sf.S: Likewise.
3616 2018-06-20  Than McIntosh  <thanm@google.com>
3618         PR libgcc/86213
3619         * generic-morestack.c (allocate_segment): Move calls to getenv and
3620         getpagesize to __morestack_load_mmap.
3621         (__morestack_load_mmap) Initialize static_pagesize and
3622         use_guard_page here so as to avoid clobbering SSE regs during a
3623         __morestack call.
3625 2018-06-18  Michael Meissner  <meissner@linux.ibm.com>
3627         * config/rs6000/t-float128 (FP128_CFLAGS_SW): Compile float128
3628         support modules with -mno-gnu-attribute.
3629         * config/rs6000/t-float128-hw (FP128_CFLAGS_HW): Likewise.
3631 2018-06-07  Olivier Hainque  <hainque@adacore.com>
3633         * config/t-vxworks (LIBGCC_INCLUDES): Add
3634         -I$(MULTIBUILDTOP)../../gcc/include.
3635         * config/t-vxworks7: Likewise. Reformat a bit to match
3636         the t-vxworks layout.
3638 2018-06-07  Olga Makhotina  <olga.makhotina@intel.com>
3640         * config/i386/cpuinfo.h (processor_types): Add INTEL_TREMONT.
3642 2018-06-07  Martin Liska  <mliska@suse.cz>
3644         * libgcov-driver.c: Rename cs_all to all and assign it from
3645         all_prg.
3647 2018-06-07  Martin Liska  <mliska@suse.cz>
3649         PR bootstrap/86057
3650         * libgcov-driver-system.c (replace_filename_variables): Use
3651         memcpy instead of mempcpy.
3652         (allocate_filename_struct): Do not allocate filename, allocate
3653         prefix and set it.
3654         (gcov_exit_open_gcda_file): Allocate memory for gf->filename
3655         here and properly copy content into it.
3656         * libgcov-driver.c (struct gcov_filename): Remove max_length
3657         field, change prefix from size_t into char *.
3658         (compute_summary): Do not calculate longest filename.
3659         (gcov_do_dump): Release memory of gf.filename after each file.
3660         * libgcov-util.c (compute_summary): Use new signature of
3661         compute_summary.
3662         (calculate_overlap): Likewise.
3664 2018-06-05  Martin Liska  <mliska@suse.cz>
3666         PR gcov-profile/47618
3667         * libgcov-driver-system.c (replace_filename_variables): New
3668         function.
3669         (gcov_exit_open_gcda_file): Use it.
3671 2018-06-05  Martin Liska  <mliska@suse.cz>
3673         * libgcov-driver.c (gcov_compute_histogram): Remove usage
3674         of gcov_ctr_summary.
3675         (compute_summary): Do it just for a single summary.
3676         (merge_one_data): Likewise.
3677         (merge_summary): Simplify as we read just single summary.
3678         (dump_one_gcov): Pass proper argument.
3679         * libgcov-util.c (compute_one_gcov): Simplify as we have just
3680         single summary.
3681         (gcov_info_count_all_cold): Likewise.
3682         (calculate_overlap): Likewise.
3684 2018-06-02  Chung-Ju Wu  <jasonwucj@gmail.com>
3685             Monk Chiang  <sh.chiang04@gmail.com>
3687         * config.host (nds32*-linux*): New.
3688         * config/nds32/linux-atomic.c: New file.
3689         * config/nds32/linux-unwind.h: New file.
3691 2018-05-31  Uros Bizjak  <ubizjak@gmail.com>
3693         PR target/85591
3694         * config/i386/cpuinfo.c (get_amd_cpu): Return
3695         AMDFAM15H_BDVER2 for AMDFAM15H model 0x2.
3697 2018-05-30  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
3699         * crtstuff.c: Remove declaration of _Jv_RegisterClasses.
3701 2018-05-29  Martin Liska  <mliska@suse.cz>
3703         PR gcov-profile/85759
3704         * libgcov-driver-system.c (gcov_error): Introduce usage of
3705         GCOV_EXIT_AT_ERROR env. variable.
3706         * libgcov-driver.c (merge_one_data): Print error that we
3707         overwrite a gcov file with a different timestamp.
3709 2018-05-23  Kalamatee  <kalamatee@gmail.com>
3711         * config/m68k/lb1sf68.S (Laddsf$nf): Fix sign bit handling in
3712         path to Lf$finfty.
3714 2018-05-18  Kito Cheng <kito.cheng@gmail.com>
3715             Monk Chiang  <sh.chiang04@gmail.com>
3716             Jim Wilson <jimw@sifive.com>
3718         * config/riscv/save-restore.S: Add support for rv32e.
3720 2018-05-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3722         * config/arm/libunwind.S: Update comment relating to armv5.
3724 2018-05-17  Jerome Lambourg  <lambourg@adacore.com>
3726         * config/arm/cmse.c (cmse_check_address_range): Replace
3727         UINTPTR_MAX with __UINTPTR_MAX__ and uintptr_t with __UINTPTR_TYPE__.
3729 2018-05-17  Olga Makhotina  <olga.makhotina@intel.com>
3731         * config/i386/cpuinfo.h (processor_types): Add INTEL_GOLDMONT_PLUS.
3732         * config/i386/cpuinfo.c (get_intel_cpu): Detect Goldmont Plus.
3734 2018-05-08  Olga Makhotina  <olga.makhotina@intel.com>
3736         * config/i386/cpuinfo.h (processor_types): Add INTEL_GOLDMONT.
3737         * config/i386/cpuinfo.c (get_intel_cpu): Detect Goldmont.
3739 2018-05-07  Amaan Cheval  <amaan.cheval@gmail.com>
3741         * config.host (x86_64-*-rtems*): Build crti.o and crtn.o.
3743 2018-04-27  Andreas Tobler  <andreast@gcc.gnu.org>
3744             Maryse Levavasseur <maryse.levavasseur@stormshield.eu>
3746         PR libgcc/84292
3747         * config/arm/freebsd-atomic.c (SYNC_OP_AND_FETCH_N): Fix the
3748         op_and_fetch to return the right result.
3750 2018-04-27  Alan Modra  <amodra@gmail.com>
3752         PR libgcc/85532
3753         * config/rs6000/t-crtstuff (CRTSTUFF_T_CFLAGS): Add
3754         -fno-asynchronous-unwind-tables.
3756 2018-04-25  Chung-Ju Wu  <jasonwucj@gmail.com>
3758         * config/nds32/sfp-machine.h: Fix settings for NDS32_ABI_2FP_PLUS.
3759         * config/nds32/t-nds32-newlib (HOST_LIBGCC2_CFLAGS): Use -fwrapv.
3761 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
3763         * config/i386/linux-unwind.h: Add (__CET__ & 2) != 0 check
3764         when including "config/i386/shadow-stack-unwind.h".
3766 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
3768         * configure: Regenerated.
3770 2018-04-20  Michael Meissner  <meissner@linux.ibm.com>
3772         PR target/85456
3773         * config/rs6000/_powikf2.c: New file.  Add support for the
3774         __builtin_powil function when long double is IEEE 128-bit floating
3775         point.
3776         * config/rs6000/float128-ifunc.c (__powikf2_resolve): Add
3777         __powikf2 support.
3778         (__powikf2): Likewise.
3779         * config/rs6000/quad-float128.h (__powikf2_sw): Likewise.
3780         (__powikf2_hw): Likewise.
3781         (__powikf2): Likewise.
3782         * config/rs6000/t-float128 (fp128_ppc_funcs): Likewise.
3783         * config/rs6000/t-float128-hw (fp128_hw_func): Likewise.
3784         (_powikf2-hw.c): Likewise.
3786 2018-04-19  H.J. Lu  <hongjiu.lu@intel.com>
3788         PR libgcc/85334
3789         * unwind-generic.h (_Unwind_Frames_Increment): New.
3790         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
3791         Likewise.
3792         * unwind.inc (_Unwind_RaiseException_Phase2): Increment frame
3793         count with _Unwind_Frames_Increment.
3794         (_Unwind_ForcedUnwind_Phase2): Likewise.
3796 2018-04-19  H.J. Lu  <hongjiu.lu@intel.com>
3798         PR libgcc/85379
3799         * config/i386/morestack.S (__stack_split_initialize): Add
3800         _CET_ENDBR.
3802 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
3804         * configure: Regenerated.
3806 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
3808         PR jit/85384
3809         * configure: Regenerate.
3811 2018-04-16  Jakub Jelinek  <jakub@redhat.com>
3813         PR target/84945
3814         * config/i386/cpuinfo.c (set_feature): Wrap into do while (0) to avoid
3815         -Wdangling-else warnings.  Mask shift counts to avoid
3816         -Wshift-count-negative and -Wshift-count-overflow false positives.
3818 2018-04-06  Ruslan Bukin  <br@bsdpad.com>
3820         * config.host (riscv*-*-freebsd*): Add RISC-V FreeBSD support.
3822 2018-03-29  H.J. Lu  <hongjiu.lu@intel.com>
3824         PR target/85100
3825         * config/i386/cpuinfo.c (XCR_XFEATURE_ENABLED_MASK): New.
3826         (XSTATE_FP): Likewise.
3827         (XSTATE_SSE): Likewise.
3828         (XSTATE_YMM): Likewise.
3829         (XSTATE_OPMASK): Likewise.
3830         (XSTATE_ZMM): Likewise.
3831         (XSTATE_HI_ZMM): Likewise.
3832         (XCR_AVX_ENABLED_MASK): Likewise.
3833         (XCR_AVX512F_ENABLED_MASK): Likewise.
3834         (get_available_features): Enable AVX and AVX512 features only
3835         if their states are supported by OSXSAVE.
3837 2018-03-22  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3839         PR target/85025
3840         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
3841         Fix a typo, tmp => 255.
3843 2018-03-20  Jakub Jelinek  <jakub@redhat.com>
3845         PR target/84945
3846         * config/i386/cpuinfo.h (__cpu_features2): Declare.
3847         * config/i386/cpuinfo.c (__cpu_features2): New variable for
3848         ifndef SHARED only.
3849         (set_feature): Define.
3850         (get_available_features): Use set_feature macro.  Set __cpu_features2
3851         to the second word of features ifndef SHARED.
3853 2018-03-15  Julia Koval  <julia.koval@intel.com>
3855         * config/i386/cpuinfo.c (get_available_features): Add
3856         FEATURE_AVX512VBMI2, FEATURE_GFNI, FEATURE_VPCLMULQDQ,
3857         FEATURE_AVX512VNNI, FEATURE_AVX512BITALG.
3858         * config/i386/cpuinfo.h (processor_features): Add FEATURE_AVX512VBMI2,
3859         FEATURE_GFNI, FEATURE_VPCLMULQDQ, FEATURE_AVX512VNNI,
3860         FEATURE_AVX512BITALG.
3862 2018-03-14  Julia Koval  <julia.koval@intel.com>
3864         * config/i386/cpuinfo.h (processor_subtypes): Split up icelake on
3865         icelake client and icelake server.
3867 2018-03-06  John David Anglin  <danglin@gcc.gnu.org>
3869         * config/pa/fptr.c (_dl_read_access_allowed): New.
3870         (__canonicalize_funcptr_for_compare): Use it.
3872 2018-02-28  Jakub Jelinek  <jakub@redhat.com>
3874         PR debug/83917
3875         * configure.ac (AS_HIDDEN_DIRECTIVE): AC_DEFINE_UNQUOTED this to
3876         $asm_hidden_op if visibility ("hidden") attribute works.
3877         (HAVE_AS_CFI_SECTIONS): New AC_DEFINE.
3878         * config/i386/i386-asm.h: Don't include auto-host.h.
3879         (PACKAGE_VERSION, PACKAGE_NAME, PACKAGE_STRING, PACKAGE_TARNAME,
3880         PACKAGE_URL): Don't undefine.
3881         (USE_GAS_CFI_DIRECTIVES): Don't use nor define this macro, instead
3882         guard cfi_startproc only on ifdef __GCC_HAVE_DWARF2_CFI_ASM.
3883         (FN_HIDDEN): Change guard from #ifdef HAVE_GAS_HIDDEN to
3884         #ifdef AS_HIDDEN_DIRECTIVE, use AS_HIDDEN_DIRECTIVE macro in the
3885         definition instead of hardcoded .hidden.
3886         * config/i386/cygwin.S: Include i386-asm.h first before .cfi_sections
3887         directive.  Use #ifdef HAVE_AS_CFI_SECTIONS rather than
3888         #ifdef HAVE_GAS_CFI_SECTIONS_DIRECTIVE to guard .cfi_sections.
3889         (USE_GAS_CFI_DIRECTIVES): Don't define.
3890         * configure: Regenerated.
3891         * config.in: Likewise.
3893 2018-02-26  Jakub Jelinek  <jakub@redhat.com>
3895         PR debug/83917
3896         * config/i386/i386-asm.h (PACKAGE_VERSION, PACKAGE_NAME,
3897         PACKAGE_STRING, PACKAGE_TARNAME, PACKAGE_URL): Undefine between
3898         inclusion of auto-target.h and auto-host.h.
3899         (USE_GAS_CFI_DIRECTIVES): Define if not defined already based on
3900         __GCC_HAVE_DWARF2_CFI_ASM.
3901         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
3902         cfi_def_cfa_register, cfi_def_cfa, cfi_register, cfi_offset, cfi_push,
3903         cfi_pop): Define.
3904         * config/i386/cygwin.S: Don't include auto-host.h here, just
3905         define USE_GAS_CFI_DIRECTIVES to 1 or 0 and include i386-asm.h.
3906         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
3907         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): Remove.
3908         * config/i386/resms64fx.h: Add cfi_* directives.
3909         * config/i386/resms64x.h: Likewise.
3911 2018-02-20  Max Filippov  <jcmvbkbc@gmail.com>
3913         * config/xtensa/ieee754-df.S (__adddf3_aux): Add
3914         .literal_position directive.
3915         * config/xtensa/ieee754-sf.S (__addsf3_aux): Likewise.
3917 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3919         PR target/84148
3920         * configure: Regenerate.
3922 2018-02-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3924         PR target/84239
3925         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
3926         Include cetintrin.h not x86intrin.h.
3928 2018-02-08  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3930         PR target/84239
3931         * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Extra):
3932         Use new _get_ssp and _inc_ssp intrinsics.
3934 2018-02-02  Julia Koval  <julia.koval@intel.com>
3936         * config/i386/cpuinfo.h (processor_subtypes): Add INTEL_COREI7_ICELAKE.
3938 2018-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
3940         * config/arc/lib1funcs.S (__udivmodsi4): Use safe version for RF16
3941         option.
3942         (__divsi3): Use RF16 safe registers.
3943         (__modsi3): Likewise.
3945 2018-01-23  Max Filippov  <jcmvbkbc@gmail.com>
3947         * config/xtensa/ieee754-df.S (__addsf3, __subsf3, __mulsf3)
3948         (__divsf3): Make NaN return value quiet.
3949         * config/xtensa/ieee754-sf.S (__adddf3, __subdf3, __muldf3)
3950         (__divdf3): Make NaN return value quiet.
3952 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
3954         * config/rl78/anddi3.S: New assembly file.
3955         * config/rl78/t-rl78: Added anddi3.S to LIB2ADD.
3957 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
3959         * config/rl78/umindi3.S: New assembly file.
3960         * config/rl78/t-rl78: Added umindi3.S to LIB2ADD.
3962 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
3964         * config/rl78/smindi3.S: New assembly file.
3965         * config/rl78/t-rl78: Added smindi3.S to LIB2ADD.
3967 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
3969         * config/rl78/smaxdi3.S: New assembly file.
3970         * config/rl78/t-rl78: Added smaxdi3.S to LIB2ADD.
3972 2018-01-22  Sebastian Perta  <sebastian.perta@renesas.com>
3974         * config/rl78/umaxdi3.S: New assembly file.
3975         * config/rl78/t-rl78: Added umaxdi3.S to LIB2ADD.
3977 2018-01-21  John David Anglin  <danglin@gcc.gnu.org>
3979         PR lto/83452
3980         * config/pa/stublib.c (L_gnu_lto_v1): New stub definition.
3981         * config/pa/t-stublib (gnu_lto_v1-stub.o): Add make fragment.
3983 2018-01-13  Richard Sandiford  <richard.sandiford@linaro.org>
3985         * config/aarch64/value-unwind.h (aarch64_vg): New function.
3986         (DWARF_LAZY_REGISTER_VALUE): Define.
3987         * unwind-dw2.c (_Unwind_GetGR): Use DWARF_LAZY_REGISTER_VALUE
3988         to provide a fallback register value.
3990 2018-01-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
3992         * config/rs6000/quad-float128.h (IBM128_TYPE): Explicitly use
3993         __ibm128, instead of trying to use long double.
3994         (CVT_FLOAT128_TO_IBM128): Use TFtype instead of __float128 to
3995         accomidate -mabi=ieeelongdouble multilibs.
3996         (CVT_IBM128_TO_FLOAT128): Likewise.
3997         * config/rs6000/ibm-ldouble.c (IBM128_TYPE): New macro to define
3998         the appropriate IBM extended double type.
3999         (__gcc_qadd): Change all occurances of long double to IBM128_TYPE.
4000         (__gcc_qsub): Likewise.
4001         (__gcc_qmul): Likewise.
4002         (__gcc_qdiv): Likewise.
4003         (pack_ldouble): Likewise.
4004         (__gcc_qneg): Likewise.
4005         (__gcc_qeq): Likewise.
4006         (__gcc_qne): Likewise.
4007         (__gcc_qge): Likewise.
4008         (__gcc_qle): Likewise.
4009         (__gcc_stoq): Likewise.
4010         (__gcc_dtoq): Likewise.
4011         (__gcc_itoq): Likewise.
4012         (__gcc_utoq): Likewise.
4013         (__gcc_qunord): Likewise.
4014         * config/rs6000/_mulkc3.c (toplevel): Include soft-fp.h and
4015         quad-float128.h for the definitions.
4016         (COPYSIGN): Use the f128 version instead of the q version.
4017         (INFINITY): Likewise.
4018         (__mulkc3): Use TFmode/TCmode for float128 scalar/complex types.
4019         * config/rs6000/_divkc3.c (toplevel): Include soft-fp.h and
4020         quad-float128.h for the definitions.
4021         (COPYSIGN): Use the f128 version instead of the q version.
4022         (INFINITY): Likewise.
4023         (FABS): Likewise.
4024         (__divkc3): Use TFmode/TCmode for float128 scalar/complex types.
4025         * config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): Likewise.
4026         * config/rs6000/trunctfkf2-sw.c (__trunctfkf2_sw): Likewise.
4028 2018-01-05  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4030         * config.host (epiphany-*-elf*): Add (epiphany-*-rtems*)
4031         configuration.
4033 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
4035         Update copyright years.
4037 2017-12-12  Kito Cheng  <kito.cheng@gmail.com>
4039         * config/riscv/t-elf: Use multi3.c instead of multi3.S.
4040         * config/riscv/multi3.c: New file.
4041         * config/riscv/multi3.S: Remove.
4043 2017-12-08  Jim Wilson  <jimw@sifive.com>
4045         * config/riscv/div.S: Use FUNC_* macros.
4046         * config/riscv/muldi3.S, config/riscv/multi3.S: Likewise
4047         * config/riscv/save-restore.S: Likewise.
4048         * config/riscv/riscv-asm.h: New.
4050 2017-11-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
4052         * config/rs6000/_mulkc3.c (__mulkc3): Add forward declaration.
4053         * config/rs6000/_divkc3.c (__divkc3): Likewise.
4055         PR libgcc/83112
4056         * config/rs6000/float128-ifunc.c (__addkf3_resolve): Use the
4057         correct type for all ifunc resolvers to silence -Wattribute-alias
4058         warnings.  Eliminate the forward declaration of the resolver
4059         functions which is no longer needed.
4060         (__subkf3_resolve): Likewise.
4061         (__mulkf3_resolve): Likewise.
4062         (__divkf3_resolve): Likewise.
4063         (__negkf2_resolve): Likewise.
4064         (__eqkf2_resolve): Likewise.
4065         (__nekf2_resolve): Likewise.
4066         (__gekf2_resolve): Likewise.
4067         (__gtkf2_resolve): Likewise.
4068         (__lekf2_resolve): Likewise.
4069         (__ltkf2_resolve): Likewise.
4070         (__unordkf2_resolve): Likewise.
4071         (__extendsfkf2_resolve): Likewise.
4072         (__extenddfkf2_resolve): Likewise.
4073         (__trunckfsf2_resolve): Likewise.
4074         (__trunckfdf2_resolve): Likewise.
4075         (__fixkfsi_resolve): Likewise.
4076         (__fixkfdi_resolve): Likewise.
4077         (__fixunskfsi_resolve): Likewise.
4078         (__fixunskfdi_resolve): Likewise.
4079         (__floatsikf_resolve): Likewise.
4080         (__floatdikf_resolve): Likewise.
4081         (__floatunsikf_resolve): Likewise.
4082         (__floatundikf_resolve): Likewise.
4083         (__extendkftf2_resolve): Likewise.
4084         (__trunctfkf2_resolve): Likewise.
4086         PR libgcc/83103
4087         * config/rs6000/quad-float128.h (TF): Don't define if long double
4088         is IEEE 128-bit floating point.
4089         (TCtype): Define as either TCmode or KCmode, depending on whether
4090         long double is IEEE 128-bit floating point.
4091         (__mulkc3_sw): Add declarations for software/hardware versions of
4092         complex multiply/divide.
4093         (__divkc3_sw): Likewise.
4094         (__mulkc3_hw): Likewise.
4095         (__divkc3_hw): Likewise.
4096         * config/rs6000/_mulkc3.c (_mulkc3): If we are building ifunc
4097         handlers to switch between using software emulation and hardware
4098         float128 instructions, build the complex multiply/divide functions
4099         for both software and hardware support.
4100         * config/rs6000/_divkc3.c (_divkc3): Likewise.
4101         * config/rs6000/float128-ifunc.c (__mulkc3_resolve): Likewise.
4102         (__divkc3_resolve): Likewise.
4103         (__mulkc3): Likewise.
4104         (__divkc3): Likewise.
4105         * config/rs6000/t-float128-hw (fp128_hardfp_src): Likewise.
4106         (fp128_hw_src): Likewise.
4107         (fp128_hw_static_obj): Likewise.
4108         (fp128_hw_shared_obj): Likewise.
4109         (_mulkc3-hw.c): Create _mulkc3-hw.c and _divkc3-hw.c from
4110         _mulkc3.c and _divkc3.c, changing the function name.
4111         (_divkc3-hw.c): Likewise.
4112         * config/rs6000/t-float128 (clean-float128): Delete _mulkc3-hw.c
4113         and _divkc3-hw.c.
4115 2017-11-26  Julia Koval  <julia.koval@intel.com>
4117         * config/i386/cpuinfo.c (get_intel_cpu): Handle cannonlake.
4118         * config/i386/cpuinfo.h (processor_subtypes): Add
4119         INTEL_COREI7_CANNONLAKE.
4121 2017-11-20  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
4123         PR bootstrap/83015
4124         * config/cr16/unwind-cr16.c (uw_install_context): Add FRAMES
4125         parameter.
4126         * config/xtensa/unwind-dw2-xtensa.c: Likewise
4127         * config/ia64/unwind-ia64.c: Add frames parameter.
4128         * unwind-sjlj.c: Likewise.
4130 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
4132         * config/i386/linux-unwind.h: Include
4133         config/i386/shadow-stack-unwind.h.
4134         * config/i386/shadow-stack-unwind.h: New file.
4135         * unwind-dw2.c: (uw_install_context): Add a frame parameter and
4136         pass it to _Unwind_Frames_Extra.
4137         * unwind-generic.h (_Unwind_Frames_Extra): New.
4138         * unwind.inc (_Unwind_RaiseException_Phase2): Add frames_p
4139         parameter. Add local variable frames to count number of frames.
4140         (_Unwind_ForcedUnwind_Phase2): Likewise.
4141         (_Unwind_RaiseException): Add local variable frames to count
4142         number of frames, pass it to _Unwind_RaiseException_Phase2 and
4143         uw_install_context.
4144         (_Unwind_ForcedUnwind): Likewise.
4145         (_Unwind_Resume): Likewise.
4146         (_Unwind_Resume_or_Rethrow): Likewise.
4148 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
4150         * Makefile.in (configure_deps): Add $(srcdir)/../config/cet.m4.
4151         (CET_FLAGS): New.
4152         * config/i386/morestack.S: Include <cet.h>.
4153         (__morestack_large_model): Add _CET_ENDBR at function entrance.
4154         * config/i386/resms64.h: Include <cet.h>.
4155         * config/i386/resms64f.h: Likewise.
4156         * config/i386/resms64fx.h: Likewise.
4157         * config/i386/resms64x.h: Likewise.
4158         * config/i386/savms64.h: Likewise.
4159         * config/i386/savms64f.h: Likewise.
4160         * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add $(CET_FLAGS).
4161         (CRTSTUFF_T_CFLAGS): Likewise.
4162         * configure.ac: Include ../config/cet.m4.
4163         Set and substitute CET_FLAGS.
4164         * configure: Regenerated.
4166 2017-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4168         * config.host (*-*-solaris2*): Adapt comment for Solaris 12
4169         renaming.
4170         * config/sol2/crtpg.c (__start_crt_compiler): Likewise.
4171         * configure.ac (libgcc_cv_solaris_crts): Likewise.
4172         * configure: Regenerate.
4174 2017-11-07  Tom de Vries  <tom@codesourcery.com>
4176         * config/rs6000/aix-unwind.h (REGISTER_CFA_OFFSET_FOR): Remove semicolon
4177         after "do {} while (0)".
4179 2017-11-07  Tom de Vries  <tom@codesourcery.com>
4181         PR other/82784
4182         * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Remove
4183         semicolon after "do {} while (0)".
4184         * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
4185         * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
4186         * config/mips/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
4187         * config/rs6000/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Same.
4189 2017-11-04  Andreas Tobler  <andreast@gcc.gnu.org>
4191         PR libgcc/82635
4192         * config/i386/freebsd-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Use a
4193         sysctl to determine whether we're in a trampoline.
4194         Keep the pattern matching method for systems without
4195         KERN_PROC_SIGTRAMP sysctl.
4197 2017-11-03  Cupertino Miranda  <cmiranda@synopsys.com>
4198             Vineet Gupta <vgupta@synopsys.com>
4200         * config.host (arc*-*-linux*): Set md_unwind_header variable.
4201         * config/arc/linux-unwind-reg.def: New file.
4202         * config/arc/linux-unwind-reg.h: Likewise.
4204 2017-10-23  Sebastian Perta  <sebastian.perta@renesas.com>
4206         * config/rl78/subdi3.S: New assembly file.
4207         * config/rl78/t-rl78: Added subdi3.S to LIB2ADD.
4209 2017-10-13  Sebastian Perta  <sebastian.perta@renesas.com>
4211         * config/rl78/adddi3.S: New assembly file.
4212         * config/rl78/t-rl78: Added adddi3.S to LIB2ADD.
4214 2017-10-13  Jakub Jelinek  <jakub@redhat.com>
4216         PR target/82274
4217         * libgcc2.c (__mulvDI3): If both operands have
4218         the same highpart of -1 and the topmost bit of lowpart is 0,
4219         multiplication overflows even if both lowparts are 0.
4221 2017-09-28  James Bowman  <james.bowman@ftdichip.com>
4223         * config/ft32/crti-hw.S: Add watchdog vector, FT930 IRQ support.
4225 2017-09-26  Joseph Myers  <joseph@codesourcery.com>
4227         * config/microblaze/crti.S, config/microblaze/crtn.S,
4228         config/microblaze/divsi3.S, config/microblaze/moddi3.S,
4229         config/microblaze/modsi3.S, config/microblaze/muldi3_hard.S,
4230         config/microblaze/mulsi3.S,
4231         config/microblaze/stack_overflow_exit.S,
4232         config/microblaze/udivsi3.S, config/microblaze/umodsi3.S,
4233         config/pa/milli64.S: Add .note.GNU-stack section.
4235 2017-09-23  Daniel Santos  <daniel.santos@pobox.com>
4237         * configure.ac: Add Check for HAVE_AS_AVX.
4238         * config.in: Regenerate.
4239         * configure: Likewise.
4240         * config/i386/i386-asm.h: Include auto-target.h from libgcc.
4241         (SSE_SAVE, SSE_RESTORE): Emit .byte sequence for !HAVE_AS_AVX.
4242         Correct out-of-date comments.
4244 2017-09-20  Sebastian Peryt  <sebastian.peryt@intel.com>
4246         * config/i386/cpuinfo.h (processor_types): Add INTEL_KNM.
4247         * config/i386/cpuinfo.c (get_intel_cpu): Detect Knights Mill.
4249 2017-09-17  Daniel Santos  <daniel.santos@pobox.com>
4251         * config/i386/i386-asm.h (PASTE2): New macro.
4252         (ASMNAME): Modify to use PASTE2.
4253         (MS2SYSV_STUB_PREFIX): New macro for isa prefix.
4254         (MS2SYSV_STUB_BEGIN, MS2SYSV_STUB_END): New macros for stub headers.
4255         * config/i386/resms64.S: Rename to a header file, use MS2SYSV_STUB_BEGIN
4256         instead of HIDDEN_FUNC and MS2SYSV_STUB_END instead of FUNC_END.
4257         * config/i386/resms64f.S: Likewise.
4258         * config/i386/resms64fx.S: Likewise.
4259         * config/i386/resms64x.S: Likewise.
4260         * config/i386/savms64.S: Likewise.
4261         * config/i386/savms64f.S: Likewise.
4262         * config/i386/avx_resms64.S: New file that only defines a macro and
4263         includes it's corresponding header file.
4264         * config/i386/avx_resms64f.S: Likewise.
4265         * config/i386/avx_resms64fx.S: Likewise.
4266         * config/i386/avx_resms64x.S: Likewise.
4267         * config/i386/avx_savms64.S: Likewise.
4268         * config/i386/avx_savms64f.S: Likewise.
4269         * config/i386/sse_resms64.S: Likewise.
4270         * config/i386/sse_resms64f.S: Likewise.
4271         * config/i386/sse_resms64fx.S: Likewise.
4272         * config/i386/sse_resms64x.S: Likewise.
4273         * config/i386/sse_savms64.S: Likewise.
4274         * config/i386/sse_savms64f.S: Likewise.
4275         * config/i386/t-msabi: Modified to add avx and sse versions of stubs.
4277 2017-09-01  Olivier Hainque  <hainque@adacore.com>
4278         * config.host (*-*-vxworks7): Widen scope to vxworks7*.
4280 2017-08-31  Olivier Hainque  <hainque@adacore.com>
4282         * config.host (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
4283         match as powerpc-wrs-vxworks*.
4285 2017-08-07  Jonathan Yong  <10walls@gmail.com>
4287         * config.host (*-cygwin): Include file from mingw
4288         config/i386/enable-execute-stack-mingw32.c
4290 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
4291             Doug Rupp  <rupp@adacore.com>
4292             Olivier Hainque  <hainque@adacore.com>
4294         * config.host (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7
4295         as well as arm-wrs-vxworks.
4296         * config/arm/t-vxworks7: New file.  Add unwind-arm-vxworks.c to
4297         LIB2ADDEH.
4298         * config/arm/unwind-arm-vxworks.c: New file. Provide dummy
4299         __exidx_start and __exidx_end for downloadable modules.
4301 2017-08-01  Olivier Hainque  <hainque@adacore.com>
4303         * config/t-vxworks (LIBGCC2_INCLUDES): Start with -I. after -nostdinc.
4304         * config/t-vxworks7: Likewise.
4306 2017-08-01  Olivier Hainque  <hainque@adacore.com>
4308         * config/t-vxworks: Instead of redefining LIB2ADD,
4309         augment LIB2ADDEH with vxlib.c and vxlib-tls.c.
4311 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4313         * config/rs6000/ibm-ldouble.c: Disable if defined __rtems__.
4315 2017-07-24  Daniel Santos  <daniel.santos@pobox.com>
4317         PR testsuite/80759
4318         * config.host: include i386/t-msabi for darwin and solaris.
4319         * config/i386/i386-asm.h
4320         (ELFFN): Rename to FN_TYPE.
4321         (FN_SIZE): New macro.
4322         (FN_HIDDEN): Likewise.
4323         (ASMNAME): Likewise.
4324         (FUNC_START): Rename to FUNC_BEGIN, use ASMNAME, replace .global with
4325         .globl.
4326         (HIDDEN_FUNC): Use ASMNAME and .globl instead of .global.
4327         (SSE_SAVE): Convert to cpp macro, hard-code offset (always 0x60).
4328         * config/i386/resms64.S: Use SSE_SAVE as cpp macro instead of gas
4329         .macro.
4330         * config/i386/resms64f.S: Likewise.
4331         * config/i386/resms64fx.S: Likewise.
4332         * config/i386/resms64x.S: Likewise.
4333         * config/i386/savms64.S: Likewise.
4334         * config/i386/savms64f.S: Likewise.
4336 2017-07-19  John Marino  <gnugcc@marino.st>
4338         * config/i386/dragonfly-unwind.h: Handle sigtramp relocation.
4340 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
4342         PR target/81193
4343         * configure.ac (PowerPC float128 hardware support): Test whether
4344         we can use __builtin_cpu_supports before enabling the ifunc
4345         handler.
4346         * configure: Regenerate.
4348 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
4350         * config.host: Remove uclibc from arc target spec.
4352 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
4354         * config.host (*-*-netbsd*): Remove check for aout NetBSD releases.
4356 2017-07-07  Peter Bergner  <bergner@vnet.ibm.com>
4358         * config/rs6000/float128-ifunc.c: Don't include auxv.h.
4359         (have_ieee_hw_p): Delete function.
4360         (SW_OR_HW) Use __builtin_cpu_supports().
4362 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4364         * config/arm/lib1funcs.S: Defined __ARM_ARCH__ to 8 for ARMv8-R.
4366 2017-07-03  Olivier Hainque  <hainque@adacore.com>
4368         * config/t-vxworks7: New file, really.
4370 2017-06-28  Joseph Myers  <joseph@codesourcery.com>
4372         * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state),
4373         config/alpha/linux-unwind.h (alpha_fallback_frame_state),
4374         config/bfin/linux-unwind.h (bfin_fallback_frame_state),
4375         config/i386/linux-unwind.h (x86_64_fallback_frame_state,
4376         x86_fallback_frame_state), config/m68k/linux-unwind.h (struct
4377         uw_ucontext), config/nios2/linux-unwind.h (struct nios2_ucontext),
4378         config/pa/linux-unwind.h (pa32_fallback_frame_state),
4379         config/riscv/linux-unwind.h (riscv_fallback_frame_state),
4380         config/sh/linux-unwind.h (sh_fallback_frame_state),
4381         config/tilepro/linux-unwind.h (tile_fallback_frame_state),
4382         config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Use
4383         ucontext_t instead of struct ucontext.
4385 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
4387         * config.host (i*86-wrs-vxworks7): Handle new acceptable triplet.
4388         (x86_64-wrs-vxworks7): Likewise.
4390 2017-06-27  Olivier Hainque  <hainque@adacore.com>
4392         * config/t-vxworks7: New file.
4393         * config.host (*-*-vxworks7): Use it.
4395 2017-06-22  Matt Turner  <mattst88@gmail.com>
4397         * config/i386/cpuinfo.c (get_intel_cpu): Add Kaby Lake models to
4398         skylake case.
4400 2017-06-21  Richard Biener  <rguenther@suse.de>
4402         PR gcov-profile/81080
4403         * configure.ac: Add AC_SYS_LARGEFILE.
4404         * libgcov.h: Include auto-target.h before tsystem.h to pick
4405         up _FILE_OFFSET_BITS which might differ for multilibs.
4406         * config.in: Regenerate.
4407         * configure: Likewise.
4409 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
4411         * config/arm/cmse_nonsecure_call.S: Explicitly set the FPU.
4413 2017-06-09  Martin Liska  <mliska@suse.cz>
4415         * libgcov-profiler.c (__gcov_indirect_call_profiler_v2):
4416         Reset __gcov_indirect_call_callee to NULL.
4418 2017-06-08  Olivier Hainque  <hainque@adacore.com>
4420         * config/t-vxworks (LIBGCC2_INCLUDES): Add path to wrn/coreip to
4421         the set of -I options, support for direct inclusions of net/uio.h
4422         by VxWorks header files via ioLib.h.
4424 2017-06-07  Tony Reix  <tony.reix@atos.net>
4425             Matthieu Sarter  <matthieu.sarter.external@atos.net>
4426             David Edelsohn  <dje.gcc@gmail.com>
4428         * config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define
4429         unconditionally.
4430         (ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support.  Add 32-bit
4431         AIX 7.2 support.
4433 2017-06-02  Olivier Hainque  <hainque@adacore.com>
4435         * config/vxlib.c (__gthread_once): Add missing value to
4436         return statement.
4438 2017-05-30  Olivier Hainque  <hainque@adacore.com>
4440         * config/t-vxworks (LIBGCC2_INCLUDES): Remove extraneous
4441         dollar sign before $(MULTIDIR).
4443 2017-05-26  Richard Henderson  <rth@redhat.com>
4445         PR libgcc/80037
4446         * config/alpha/t-alpha (CRTSTUFF_T_CFLAGS): New.
4448 2017-05-17  Andreas Tobler  <andreast@gcc.gnu.org>
4450         * config/arm/unwind-arm.h: Make _Unwind_GetIP, _Unwind_GetIPInfo and
4451         _Unwind_SetIP available as functions for arm*-*-freebsd*.
4452         * config/arm/unwind-arm.c: Implement the above.
4454 2017-05-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4456         * config/sparc/lb1spc.S [__ELF__ && __linux__]: Emit .note.GNU-stack
4457         section for a non-executable stack.
4459 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
4461         PR target/80600
4462         * config.host (*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file.
4464 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
4466         * config.host: Add i386/t-msabi to i386/t-linux file list.
4467         * config/i386/i386-asm.h: New file.
4468         * config/i386/resms64.S: New file.
4469         * config/i386/resms64f.S: New file.
4470         * config/i386/resms64fx.S: New file.
4471         * config/i386/resms64x.S: New file.
4472         * config/i386/savms64.S: New file.
4473         * config/i386/savms64f.S: New file.
4474         * config/i386/t-msabi: New file.
4476 2017-05-09  Andreas Tobler  <andreast@gcc.gnu.org>
4478         * config.host: Use the generic FreeBSD t-slibgcc-elf-ver for
4479         arm*-*-freebsd* instead of the t-slibgcc-libgcc.
4481 2017-05-05  Joshua Conner  <joshconner@google.com>
4483         * config/arm/unwind-arm.h (_Unwind_decode_typeinfo_ptr): Use
4484         pc-relative indirect handling for fuchsia.
4485         * config/t-slibgcc-fuchsia: New file.
4486         * config.host (*-*-fuchsia*, aarch64*-*-fuchsia*, arm*-*-fuchsia*,
4487         x86_64-*-fuchsia*): Add definitions.
4489 2017-04-19  Martin Liska  <mliska@suse.cz>
4491         PR gcov-profile/80435
4492         * Makefile.in: Install gcov.h.
4493         * gcov.h: New file.
4494         * libgcov.h: Use the header and make __gcov_flush publicly
4495         visible.
4497 2017-04-18  Martin Liska  <mliska@suse.cz>
4499         PR gcov-profile/78783
4500         * libgcov-driver.c (gcov_get_filename): New function.
4502 2017-04-07  Jeff Law  <law@redhat.com>
4504         * Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of
4505         target makefile fragment.
4506         * config/sh/t-sh (unwind-dw2-Os-4-200.o): Depend on LIBGCC_LINKS.
4508 2017-04-07  Alan Modra  <amodra@gmail.com>
4510         PR target/45053
4511         * config/rs6000/t-crtstuff (CRTSTUFF_T_CFLAGS): Add -O2.
4513 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
4515         * config/c6x/pr-support.c (__gnu_unwind_execute): Fix typo in comment.
4517 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
4519         * config/arc/ieee-754/divdf3.S (__divdf3): Use __ARCEM__.
4521 2017-03-10  John Marino  <gnugcc@marino.st>
4523         * config/aarch64/freebsd-unwind.h: New file.
4524         * config.host: Add aarch64-*-freebsd unwinder.
4526 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
4528         * config/rs6000/crtrestvr.s: Use .machine altivec.
4529         * config/rs6000/crtsavevr.s: Ditto.
4531 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
4533         * configure.ac (test for libgcc_cv_powerpc_float128): Temporarily
4534         modify CFLAGS.  Add -mabi=altivec -mvsx -mfloat128.
4535         (test for libgcc_cv_powerpc_float128_hw): Add -mpower9-vector and
4536         -mfloat128-hardware to the CFLAGS.  Fix syntax error in the C snippet.
4537         * configure: Regenerate.
4538         * config.in: Regenerate.
4540 2017-03-02  Jonathan Yong <10walls@gmail.com>
4542         * config/i386/gthr-win32.h: Define NOGDI before
4543         windows.h include to prevent w32api CC_NONE macro
4544         clash with libgfortran.
4546 2017-03-02  Jonathan Yong <10walls@gmail.com>
4548         * unwind-seh.c: Suppress warnings for RtlUnwindEx calls.
4550 2017-02-16  Andrew Pinski  <apinski@cavium.com>
4552         * config/aarch64/value-unwind.h: New file.
4553         * config.host (aarch64*-*-*): Add aarch64/value-unwind.h
4554         to tm_file.
4556 2017-02-06  Palmer Dabbelt <palmer@dabbelt.com>
4558         * config.host: Add RISC-V tuples.
4559         * config/riscv/atomic.c: New file.
4560         * config/riscv/crti.S: Likewise.
4561         * config/riscv/crtn.S: Likewise.
4562         * config/riscv/div.S: Likewise.
4563         * config/riscv/linux-unwind.h: Likewise.
4564         * config/riscv/muldi3.S: Likewise.
4565         * config/riscv/multi3.S: Likewise.
4566         * config/riscv/save-restore.S: Likewise.
4567         * config/riscv/sfp-machine.h: Likewise.
4568         * config/riscv/t-elf: Likewise.
4569         * config/riscv/t-elf32: Likewise.
4570         * config/riscv/t-elf64: Likewise.
4571         * config/riscv/t-softfp32: Likewise.
4572         * config/riscv/t-softfp64: Likewise.
4574 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
4576         * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add
4577         /* FALLTHRU */ comments.
4579 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
4581         * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
4583 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
4585         * config/aarch64/aarch64-unwind.h: Empty this file on ILP32.
4586         * unwind-dw2.c (execute_cfa_program):  Only multiplexing
4587         DW_CFA_GNU_window_save for AArch64 and LP64.
4589 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
4591         * config/aarch64/linux-unwind.h: Always include aarch64-unwind.h.
4593 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
4595         * config/aarch64/aarch64-unwind.h: New file.
4596         (DWARF_REGNUM_AARCH64_RA_STATE): Define.
4597         (MD_POST_EXTRACT_ROOT_ADDR): New target marcro and define it on AArch64.
4598         (MD_POST_EXTRACT_FRAME_ADDR): Likewise.
4599         (MD_POST_FROB_EH_HANDLER_ADDR): Likewise.
4600         (MD_FROB_UPDATE_CONTEXT): Define it on AArch64.
4601         (aarch64_post_extract_frame_addr): New function.
4602         (aarch64_post_frob_eh_handler_addr): New function.
4603         (aarch64_frob_update_context): New function.
4604         * config/aarch64/linux-unwind.h: Include aarch64-unwind.h
4605         * config.host (aarch64*-*-elf, aarch64*-*-rtems*,
4606         aarch64*-*-freebsd*):
4607         Initialize md_unwind_header to include aarch64-unwind.h.
4608         * unwind-dw2.c (struct _Unwind_Context): Define "RA_A_SIGNED_BIT".
4609         (execute_cfa_program): Multiplex DW_CFA_GNU_window_save for
4610         __aarch64__.
4611         (uw_update_context): Honor MD_POST_EXTRACT_FRAME_ADDR.
4612         (uw_init_context_1): Honor MD_POST_EXTRACT_ROOT_ADDR.
4613         (uw_frob_return_addr): New function.
4614         (uw_install_context): Use uw_frob_return_addr.
4616 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
4618         PR other/79046
4619         * configure.ac: Add GCC_BASE_VER.
4620         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
4621         version from BASE-VER file.
4622         * configure: Regenerated.
4624 2017-01-13  Joe Seymour  <joe.s@somniumtech.com>
4626         * config/msp430/t-msp430 (libmul_none.a, libmul_16.a, libmul_32.a,
4627         libmul_f5.a): Filter archived prerequisites.
4629 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
4631         * config/i386/cpuinfo.h (processor_features): Add
4632         FEATURE_AVX512VPOPCNTDQ.
4633         * config/i386/cpuinfo.c (get_available_features): Habdle new
4634         feature.
4636 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
4638         * config/mips/sfp-machine.h (_FP_CHOOSENAN): Always preserve NaN
4639         payload if [__mips_nan2008].
4641 2017-01-04  Alan Modra  <amodra@gmail.com>
4643         * Makefile.in (configure_deps): Update.
4644         * configure: Regenerate.
4646 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
4648         Update copyright years.
4650 2016-12-19  Krister Walfridsson  <krister.walfridsson@gmail.com>
4652         * config.host (*-*-netbsd*): Add t-eh-dw2-dip to tmake_file.
4653         * crtstuff.c (BSD_DL_ITERATE_PHDR_AVAILABLE): Define for NetBSD.
4654         * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME, ElfW): Likewise.
4656 2016-12-17  Matthias Klose  <doko@ubuntu.com>
4658         * config/arc/gmon: Remove empty directory.
4660 2016-12-16  Claudiu Zissulescu  <claziss@synopsys.com>
4662         * config.host (arc*-*-linux-uclibc*): Remove libgmon, crtg, and
4663         crtgend.
4664         (arc*-*-elf*): Likewise.
4665         * config/arc/t-arc: Remove old gmon lib targets.
4666         * config/arc/crtg.S: Remove.
4667         * config/arc/crtgend.S: Likewise.
4668         * config/arc/gmon/atomic.h: Likewise.
4669         * config/arc/gmon/auxreg.h: Likewise.
4670         * config/arc/gmon/dcache_linesz.S: Likewise.
4671         * config/arc/gmon/gmon.c: Likewise.
4672         * config/arc/gmon/machine-gmon.h: Likewise.
4673         * config/arc/gmon/mcount.c: Likewise.
4674         * config/arc/gmon/prof-freq-stub.S: Likewise.
4675         * config/arc/gmon/prof-freq.c: Likewise.
4676         * config/arc/gmon/profil.S: Likewise.
4677         * config/arc/gmon/sys/gmon.h: Likewise.
4678         * config/arc/gmon/sys/gmon_out.h: Likewise.
4679         * config/arc/t-arc-newlib: Likewise.
4680         * config/arc/t-arc700-uClibc: Renamed to t-arc-uClibc.
4682 2016-12-12  George Spelvin  <linux@sciencehorizons.net>
4684         * config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545.
4686 2016-12-12  George Spelvin  <linux@sciencehorizons.net>
4688         * config/avr/lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore
4689         R16 instead of push + pop.
4690         (__ashrdi3, __lshrdi3): Same. And use __zero_reg__ for signs.
4692 2016-12-10  Krister Walfridsson  <krister.walfridsson@gmail.com>
4694         * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to
4695         tmake_file.
4697 2016-12-05  Cupertino Miranda  <cmiranda@synopsys.com>
4699         * config.host (arc*-*-linux-uclibc*): Use default extra
4700         objects. Include linux-android header.
4701         * config/arc/crti.S (_init): Declare symbol as function.
4702         (_fini): Likewise.
4704 2016-12-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
4706         PR fortran/78379
4707         * config/i386/cpuinfo.c:  Move denums for processor vendors,
4708         processor type, processor subtypes and declaration of
4709         struct __processor_model into
4710         * config/i386/cpuinfo.h:  New header file.
4712 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4713             Thomas Preud'homme  <thomas.preudhomme@arm.com>
4715         * config/arm/cmse_nonsecure_call.S: New.
4716         * config/arm/t-arm: Compile cmse_nonsecure_call.S
4718 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4719             Thomas Preud'homme  <thomas.preudhomme@arm.com>
4721         * config/arm/t-arm (HAVE_CMSE): New.
4722         * config/arm/cmse.c: New.
4724 2016-11-28  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4726         PR gcc/74748
4727         * libgcc/config/bfin/libgcc-glibc.ver, libgcc/config/bfin/t-linux:
4728         use generic linker version information on Blackfin.
4730         PR gcc/74748
4731         * libgcc/mkmap-symver.awk: add support for skip_underscore
4733 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
4734             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4736         PR target/67710
4737         *  config/t-darwin: Default builds to 10.5 codegen.
4739 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
4741         * config/aarch64/sfp-machine.h (_FP_NANFRAC_H): Define.
4742         (_FP_NANSIGN_H): Likewise.
4743         * config/aarch64/t-softfp (softfp_extensions): Add hftf.
4744         (softfp_truncations): Add tfhf.
4745         (softfp_extras): Add required conversion functions.
4747 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
4748             Matthew Wahab  <matthew.wahab@arm.com>
4750         * config/arm/fp16.c (binary64): New.
4751         (__gnu_d2h_internal): New.
4752         (__gnu_d2h_ieee): New.
4753         (__gnu_d2h_alternative): New.
4755 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
4756             Matthew Wahab  <matthew.wahab@arm.com>
4758         * config/arm/fp16.c (struct format): New.
4759         (binary32): New.
4760         (__gnu_float2h_internal): New.  Body moved from
4761         __gnu_f2h_internal and generalize.
4762         (_gnu_f2h_internal): Move body to function __gnu_float2h_internal.
4763         Call it with binary32.
4765 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
4767         * soft-fp/extendhftf2.c: Update from glibc.
4768         * soft-fp/fixhfti.c: Likewise.
4769         * soft-fp/fixunshfti.c: Likewise.
4770         * soft-fp/floattihf.c: Likewise.
4771         * soft-fp/floatuntihf.c: Likewise.
4772         * soft-fp/half.h: Likewise.
4773         * soft-fp/trunctfhf2.c: Likewise.
4775 2016-11-20  Marc Glisse  <marc.glisse@inria.fr>
4777         PR libgcc/77813
4778         * crtstuff.c (deregister_tm_clones, register_tm_clones): Hide
4779         __TMC_END__ behind a passthrough asm.
4781 2016-11-18  Walter Lee  <walt@tilera.com>
4783         * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc to tmake_file.
4785 2016-11-17  Andrew Senkevich <andrew.senkevich@intel.com>
4787         * config/i386/cpuinfo.c (processor_features): Add
4788         FEATURE_AVX5124VNNIW, FEATURE_AVX5124FMAPS.
4790 2016-11-17  Claudiu Zissulescu  <claziss@synopsys.com>
4792         * config/arc/dp-hack.h (ARC_OPTFPE): Define.
4793         (__ARC_NORM__): Use instead ARC_OPTFPE.
4794         * config/arc/fp-hack.h: Likewise.
4795         * config/arc/lib1funcs.S (ARC_OPTFPE): Define.
4796         (__ARC_MPY__): Use it insetead of __ARC700__ and __HS__.
4798 2016-11-16  Alexander Monakov  <amonakov@ispras.ru>
4800         * config/nvptx/crt0.c (__main): Setup __nvptx_stacks and __nvptx_uni.
4801         * config/nvptx/mgomp.c: New file.
4802         * config/nvptx/t-nvptx: Add mgomp.c
4804 2016-11-16  Waldemar Brodkorb  <wbx@openadk.org>
4806         PR libgcc/68468
4807         * unwind-dw2-fde-dip.c: Fix build on FDPIC targets.
4809 2016-11-15  Claudiu Zissulescu  <claziss@synopsys.com>
4811         * config/arc/lib1funcs.S (__mulsi3): Use feature defines instead
4812         of checking for cpus.
4813         (__umulsidi3, __umulsi3_highpart, __udivmodsi4, __divsi3)
4814         (__modsi3, __clzsi2): Likewise.
4816 2016-11-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4818         * config.host (i[3456]86-*-musl*, x86_64-*-musl*): Use
4819         i386/t-cpuinfo-static instead of i386/t-cpuinfo.
4820         * config/i386/t-cpuinfo-static: New.
4822 2016-11-03  Martin Liska  <mliska@suse.cz>
4824         * libgcov-profiler.c (__gcov_time_profiler): Remove.
4825         (__gcov_time_profiler_atomic): Likewise.
4827 2016-11-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4829         PR libgcc/78067
4830         * libgcc2.c (__floatdisf, __floatdidf): Avoid undefined results from
4831         count_leading_zeros.
4833 2016-11-02  Uros Bizjak  <ubizjak@gmail.com>
4835         * Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4.
4836         * libgcc2.c (__divmoddi4): New function.
4837         * libgcc2.h (__divmoddi4): Declare.
4838         * libgcc-std.ver.in (GCC_7.0.0): New. Add __PFX_divmoddi4
4839         and __PFX_divmodti4.
4841 2016-10-24  Florian Weimer  <fweimer@redhat.com>
4843         PR libgcc/78064
4844         * unwind-c.c: Include auto-target.h.
4846 2016-10-19  John David Anglin  <danglin@gcc.gnu.org>
4848         * config/pa/pa64-hpux-lib.h: New file.
4849         (EH_FRAME_SECTION_NAME): Rename to __LIBGCC_EH_FRAME_SECTION_NAME__.
4850         (DTORS_SECTION_ASM_OP): Rename to __LIBGCC_DTORS_SECTION_ASM_OP__.
4851         * config.host (tm_file): Add pa/pa64-hpux-lib.h to tm_file on
4852         hppa*64*-*-hpux11*.
4854 2016-10-18  Max Filippov  <jcmvbkbc@gmail.com>
4856         * config/xtensa/t-elf (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
4857         definition.
4858         * config/xtensa/t-linux (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
4859         definition.
4860         * config/xtensa/t-windowed (LIB2ADDEH): Use
4861         LIB2ADDEH_XTENSA_UNWIND_DW2_FDE defined by either xtensa/t-elf
4862         or xtensa/t-linux.
4864 2016-10-18  Ding-Kai Chen  <dkchen@cadence.com>
4866         * config/xtensa/ieee754-df.S (__recipdf2, __rsqrtdf2,
4867         __ieee754_sqrt): New functions.
4868         (__divdf3): Add implementation with new FPU instructions under
4869         #if XCHAL_HAVE_DFP_DIV.
4870         * config/xtensa/ieee754-sf.S (__recipsf2, __rsqrtsf2,
4871         __ieee754_sqrtf): New functions.
4872         (__divsf3): Add implementation with new FPU instructions under
4873         #if XCHAL_HAVE_FP_DIV.
4874         * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add _sqrtf, _recipsf2
4875         _rsqrtsf2, _sqrt, _recipdf2 and _rsqrtdf2.
4877 2016-10-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4879         * libgcov-profiler.c: Replace MEMMODEL_* macros by their __ATOMIC_*
4880         equivalent.
4881         * config/tilepro/atomic.c: Likewise and stop casting model to
4882         enum memmodel.
4884 2016-10-10  Joseph Myers  <joseph@codesourcery.com>
4886         PR target/77586
4887         * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64-hp-*vms*): Use
4888         soft-fp.
4890 2016-10-10  Andreas Tobler  <andreast@gcc.gnu.org>
4892         * config.host: Add support for aarch64-*-freebsd*.
4894 2016-10-05  Andreas Schwab  <schwab@suse.de>
4896         * config/ia64/crtbegin.S (__do_jv_register_classes): Remove.
4897         (.section .init_array): Don't call __do_jv_register_classes.
4898         (.section .init): Likewise.
4900 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
4902         * config/i386/cygming-crtbegin.c (_Jv_RegisterClasses): Remove.
4903         (__JCR_LIST__): Remove.
4904         (__gcc_register_frame): Don't attempt to _Jv_RegisterClasses.
4905         * config/i386/cygming-crtend.c (__JCR_END__): Remove.
4906         * config/ia64/crtbegin.S (__JCR_LIST__): Remove.
4907         * config/ia64/crtend.S (__JCR_END__): Remove.
4908         * crtstuff.c: Remove __LIBGCC_JCR_SECTION_NAME__ from preprocessor
4909         conditionals.
4910         (__JCR_LIST__, __JCR_END__): Remove.
4911         (frame_dummy): Don't attempt to _Jv_RegisterClasses.
4912         (__do_global_ctors_1): Likewise.
4914 2015-09-28  Uros Bizjak  <ubizjak@gmail.com>
4916         * config/i386/cpuinfo.c (__get_cpuid_output): Remove.
4917         (__cpu_indicator_init): Call __get_cpuid, not __get_cpuid_output.
4919 2016-09-27  Martin Liska  <mliska@suse.cz>
4921         PR gcov-profile/7970
4922         PR gcov-profile/16855
4923         PR gcov-profile/44779
4924         * libgcov-driver.c (__gcov_init): Do not register a atexit
4925         handler.
4926         (__gcov_exit): Rename from gcov_exit.
4927         * libgcov.h (__gcov_exit): Declare.
4929 2016-09-27  Martin Liska  <mliska@suse.cz>
4931         PR bootstrap/77749
4932         * Makefile.in: Remove _gcov_merge_delta.
4933         * libgcov-merge.c (void __gcov_merge_delta): Remove.
4934         * libgcov-util.c (__gcov_delta_counter_op): Remove.
4935         * libgcov.h: Remove declaration of __gcov_merge_delta.
4937 2016-09-21  Eric Botcazou  <ebotcazou@adacore.com>
4939         * configure.ac: Do not create links, only substitute the filenames.
4940         * configure: Regenerate.
4941         * Makefile.in: Assign the substitution results to variables.
4942         (LIBGCC_LINKS): Define.
4943         (enable-execute-stack.c): New rule.
4944         (unwind.h): Likewise.
4945         (md-unwind-support.h): Likewise.
4946         (sfp-machine.h): Likewise.
4947         (gthr-default.h): Likewise.
4948         Add $(LIBGCC_LINKS) to the prerequisites of all object files and
4949         unwind.h as prerequisite of install-unwind_h-forbuild.
4951 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
4953         PR libgcc/71744
4954         * unwind-dw2-fde.c (ATOMIC_FDE_FAST_PATH): Define if __register_frame*
4955         is not the primary registry and atomics are available.
4956         (any_objects_registered): New variable.
4957         (__register_frame_info_bases, __register_frame_info_table_bases):
4958         Atomically store 1 to any_objects_registered after registering first
4959         unwind info.
4960         (_Unwind_Find_FDE): Return early if any_objects_registered is 0.
4962 2016-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
4964         PR target/63250
4965         *  Makefile.in (lib2funcs): Build _mulhc3 and _divhc3.
4966         * libgcc2.h (LIBGCC_HAS_HF_MODE): Conditionally define.
4967         (HFtype): Likewise.
4968         (HCtype): Likewise.
4969         (__divhc3): Likewise.
4970         (__mulhc3): Likewise.
4971         * libgcc2.c: Support _mulhc3 and _divhc3.
4973 2016-09-07  Joseph Myers  <joseph@codesourcery.com>
4975         PR libgcc/77519
4976         * libgcc2.c (NOTRUNC): Invert settings.
4978 2016-09-06  Martin Liska  <mliska@suse.cz>
4980         PR gcov-profile/77378
4981         PR gcov-profile/77466
4982         * libgcov-profiler.c: Use __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{4,8} to
4983         conditionaly enable/disable *_atomic functions.
4985 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
4987         * config.host (i[34567]86-*-* | x86_64-*-*): Enable TFmode soft-fp
4988         where not already enabled.
4990 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4992         * config/mips/linux-unwind.h: Use sys/syscall.h.
4994 2016-08-16  Joseph Myers  <joseph@codesourcery.com>
4996         PR libgcc/77265
4997         * soft-fp/adddf3.c: Update from glibc.
4998         * soft-fp/addsf3.c: Likewise.
4999         * soft-fp/addtf3.c: Likewise.
5000         * soft-fp/divdf3.c: Likewise.
5001         * soft-fp/divsf3.c: Likewise.
5002         * soft-fp/divtf3.c: Likewise.
5003         * soft-fp/double.h: Likewise.
5004         * soft-fp/eqdf2.c: Likewise.
5005         * soft-fp/eqsf2.c: Likewise.
5006         * soft-fp/eqtf2.c: Likewise.
5007         * soft-fp/extenddftf2.c: Likewise.
5008         * soft-fp/extended.h: Likewise.
5009         * soft-fp/extendsfdf2.c: Likewise.
5010         * soft-fp/extendsftf2.c: Likewise.
5011         * soft-fp/extendxftf2.c: Likewise.
5012         * soft-fp/fixdfdi.c: Likewise.
5013         * soft-fp/fixdfsi.c: Likewise.
5014         * soft-fp/fixdfti.c: Likewise.
5015         * soft-fp/fixsfdi.c: Likewise.
5016         * soft-fp/fixsfsi.c: Likewise.
5017         * soft-fp/fixsfti.c: Likewise.
5018         * soft-fp/fixtfdi.c: Likewise.
5019         * soft-fp/fixtfsi.c: Likewise.
5020         * soft-fp/fixtfti.c: Likewise.
5021         * soft-fp/fixunsdfdi.c: Likewise.
5022         * soft-fp/fixunsdfsi.c: Likewise.
5023         * soft-fp/fixunsdfti.c: Likewise.
5024         * soft-fp/fixunssfdi.c: Likewise.
5025         * soft-fp/fixunssfsi.c: Likewise.
5026         * soft-fp/fixunssfti.c: Likewise.
5027         * soft-fp/fixunstfdi.c: Likewise.
5028         * soft-fp/fixunstfsi.c: Likewise.
5029         * soft-fp/fixunstfti.c: Likewise.
5030         * soft-fp/floatdidf.c: Likewise.
5031         * soft-fp/floatdisf.c: Likewise.
5032         * soft-fp/floatditf.c: Likewise.
5033         * soft-fp/floatsidf.c: Likewise.
5034         * soft-fp/floatsisf.c: Likewise.
5035         * soft-fp/floatsitf.c: Likewise.
5036         * soft-fp/floattidf.c: Likewise.
5037         * soft-fp/floattisf.c: Likewise.
5038         * soft-fp/floattitf.c: Likewise.
5039         * soft-fp/floatundidf.c: Likewise.
5040         * soft-fp/floatundisf.c: Likewise.
5041         * soft-fp/floatunditf.c: Likewise.
5042         * soft-fp/floatunsidf.c: Likewise.
5043         * soft-fp/floatunsisf.c: Likewise.
5044         * soft-fp/floatunsitf.c: Likewise.
5045         * soft-fp/floatuntidf.c: Likewise.
5046         * soft-fp/floatuntisf.c: Likewise.
5047         * soft-fp/floatuntitf.c: Likewise.
5048         * soft-fp/gedf2.c: Likewise.
5049         * soft-fp/gesf2.c: Likewise.
5050         * soft-fp/getf2.c: Likewise.
5051         * soft-fp/ledf2.c: Likewise.
5052         * soft-fp/lesf2.c: Likewise.
5053         * soft-fp/letf2.c: Likewise.
5054         * soft-fp/muldf3.c: Likewise.
5055         * soft-fp/mulsf3.c: Likewise.
5056         * soft-fp/multf3.c: Likewise.
5057         * soft-fp/negdf2.c: Likewise.
5058         * soft-fp/negsf2.c: Likewise.
5059         * soft-fp/negtf2.c: Likewise.
5060         * soft-fp/op-1.h: Likewise.
5061         * soft-fp/op-2.h: Likewise.
5062         * soft-fp/op-4.h: Likewise.
5063         * soft-fp/op-8.h: Likewise.
5064         * soft-fp/op-common.h: Likewise.
5065         * soft-fp/quad.h: Likewise.
5066         * soft-fp/single.h: Likewise.
5067         * soft-fp/soft-fp.h: Likewise.
5068         * soft-fp/subdf3.c: Likewise.
5069         * soft-fp/subsf3.c: Likewise.
5070         * soft-fp/subtf3.c: Likewise.
5071         * soft-fp/truncdfsf2.c: Likewise.
5072         * soft-fp/trunctfdf2.c: Likewise.
5073         * soft-fp/trunctfsf2.c: Likewise.
5074         * soft-fp/trunctfxf2.c: Likewise.
5075         * soft-fp/unorddf2.c: Likewise.
5076         * soft-fp/unordsf2.c: Likewise.
5077         * soft-fp/unordtf2.c: Likewise.
5079 2016-08-15  Gilles Gouaillardet  <gilles.gouaillardet@gmail.com>
5081         PR gcov-profile/67097
5082         * libgcov-util.c (gcov_profile_merge): Skip missing files.
5084 2016-08-10  Martin Liska  <mliska@suse.cz>
5086         PR gcov-profile/58306
5087         * Makefile.in: New functions (modules) are added.
5088         * libgcov-profiler.c (__gcov_interval_profiler_atomic): New
5089         function.
5090         (__gcov_pow2_profiler_atomic): New function.
5091         (__gcov_one_value_profiler_body): New argument is instroduced.
5092         (__gcov_one_value_profiler): Call with the new argument.
5093         (__gcov_one_value_profiler_atomic): Likewise.
5094         (__gcov_indirect_call_profiler_v2): Likewise.
5095         (__gcov_time_profiler_atomic): New function.
5096         (__gcov_average_profiler_atomic): Likewise.
5097         (__gcov_ior_profiler_atomic): Likewise.
5098         * libgcov.h: Declare the aforementioned functions.
5100 2016-08-09  Martin Liska  <mliska@suse.cz>
5102         * libgcov-util.c: Fix typo and GNU coding style.
5104 2016-08-09  Martin Liska  <mliska@suse.cz>
5106         * Makefile.in: Remove __gcov_indirect_call_profiler.
5107         * libgcov-profiler.c (__gcov_indirect_call_profiler): Remove
5108         function.
5109         * libgcov.h: And the declaration of the function.
5111 2016-08-09  Martin Liska  <mliska@suse.cz>
5113         * libgcov-profiler.c (__gcov_pow2_profiler): Consider 0 as not
5114         power of two.
5116 2016-07-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5118         * config/rs6000/_divkc3.c: Add copyright/license boilerplate.
5119         * config/rs6000/_mulkc3.c: Likewise.
5121 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
5123         * config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear
5124         zero_reg as previous call to __umulhisi3 already cleared it.
5126 2016-07-21  Aurelien Jarno <aurelien@aurel32.net>
5128         PR target/59833
5129         * config/arm/ieee754-df.S (extendsfdf2): Convert sNaN to qNaN.
5131 2016-07-19  Nick Clifton  <nickc@redhat.com>
5133         * config.host (m32r): Add m32r/t-m32r to tmake_file.
5134         Add crtinit.o and crtfini.o to extra_parts.
5136 2016-07-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5138         * config/rs6000/_divkc3.c: New.
5139         * config/rs6000/_mulkc3.c: New.
5140         * config/rs6000/quad-float128.h: Define TFtype; declare _mulkc3
5141         and _divkc3.
5142         * config/rs6000/t-float128: Add _mulkc3 and _divkc3 to
5143         fp128_ppc_funcs.
5145 2016-07-11  Hale Wang  <hale.wang@arm.com>
5146             Andre Vieira  <andre.simoesdiasvieira@arm.com>
5148         * config/arm/lib1funcs.S: Add new wrapper.
5150 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5152         * config/arm/lib1funcs.S (__ARM_ARCH__): Define to 8 for ARMv8-M.
5154 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5156         * config/arm/lib1funcs.S (HAVE_ARM_CLZ): Define for ARMv6* or later
5157         and ARMv5t* rather than for a fixed list of architectures.
5159 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5161         * config/arm/bpabi-v6m.S: Clarify what architectures is the
5162         implementation suitable for.
5163         * config/arm/lib1funcs.S (__prefer_thumb__): Define among other cases
5164         for all Thumb-1 only targets.
5165         (NOT_ISA_TARGET_32BIT): Define for Thumb-1 only targets.
5166         (THUMB_LDIV0): Test for NOT_ISA_TARGET_32BIT rather than
5167         __ARM_ARCH_6M__.
5168         (EQUIV): Likewise.
5169         (ARM_FUNC_ALIAS): Likewise.
5170         (umodsi3): Add check to __ARM_ARCH_ISA_THUMB != 1 to guard the idiv
5171         version.
5172         (modsi3): Likewise.
5173         (clzsi2): Test for NOT_ISA_TARGET_32BIT rather than __ARM_ARCH_6M__.
5174         (clzdi2): Likewise.
5175         (ctzsi2): Likewise.
5176         (L_interwork_call_via_rX): Test for __ARM_ARCH_ISA_ARM rather than
5177         __ARM_ARCH_6M__ in guard for checking whether it is defined.
5178         (final includes): Test for NOT_ISA_TARGET_32BIT rather than
5179         __ARM_ARCH_6M__ and add comment to indicate the connection between
5180         this condition and the one in gcc/config/arm/elf.h.
5181         * config/arm/libunwind.S: Test for __ARM_ARCH_ISA_THUMB and
5182         __ARM_ARCH_ISA_ARM rather than __ARM_ARCH_6M__.
5183         * config/arm/t-softfp: Likewise.
5185 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5187         * libgcc2.c (SYMBOL__MAIN): Remove checks for
5188         CTOR_LISTS_DEFINED_EXTERNALLY.
5190 2016-06-28  Walter Lee  <walt@tilera.com>
5192         * config/tilepro/atomic.h: Do not include arch/spr_def.h and
5193         asm/unistd.h.
5194         (SPR_CMPEXCH_VALUE): Define for tilegx.
5195         (__NR_FAST_cmpxchg): Define for tilepro.
5196         (__NR_FAST_atomic_update): Define for tilepro.
5197         (__NR_FAST_cmpxchg64): Define for tilepro.
5199 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
5201         * config.host: Add suport for arm*-*-phoenix* targets.
5203 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5205         * config.host: Remove support for mep-*.
5206         * config/mep/lib1funcs.S: Remove.
5207         * config/mep/lib2funcs.c: Remove.
5208         * config/mep/t-mep: Remove.
5209         * config/mep/tramp.c: Remove.
5211 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5213         * config.host: Remove support for avr-rtems.
5214         * config/avr/t-rtems: Remove.
5216 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5218         * config.host: Remove m32r-rtems support.
5220 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5222         * config.host: Remove h8300-rtems support.
5224 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5226         * config.host: Remove support for knetbsd.
5228 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5230         * config.host: Remove support for openbsd 2 and 3.
5232 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5234         * config.host: Remove interix support.
5235         * config/i386/t-interix: Remove.
5237 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
5239         * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Don't set
5240         least-significant bit in function pointer for fixup.
5242 2016-06-05  Aaron Conole  <aconole@redhat.com>
5243             Nathan Sidwell  <nathan@acm.org>
5245         PR libgcc/71400
5246         * libgcov-driver-system.c (__gcov_error_file): Disable if IN_GCOV_TOOL.
5247         (get_gcov_error_file): Check __gcov_error_file before trying to
5248         initialize it.
5249         (gcov_error): Always use get_gcov_error_file.
5251 2016-06-02  Aaron Conole  <aconole@redhat.com>
5253         * libgcov-driver-system.c (__gcov_error_file): New.
5254         (get_gcov_error_file): New.
5255         (gcov_error): Use and set __gcov_error_file.
5256         (gcov_error_exit): New.
5257         * libgcov-driver.c (gcov_exit): Call gcov_error_exit.
5259 2016-05-26  Nathan Sidwell  <nathan@acm.org>
5261         * config/nvptx/free.asm: Delete.
5262         * config/nvptx/malloc.asm: Delete.
5263         * config/nvptx/realloc.c: Delete.
5264         * t-nvptx: Update.
5266 2016-05-25  Nathan Sidwell  <nathan@acm.org>
5268         * config/nvptx/crt0.s: Delete.
5269         * config/nvptx/crt0.c: New.
5270         * t-nvptx: Update.
5272 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
5274         * config.host [x86_64-*-cygwin*]: Handle tmake_eh_file for mixed
5275         dw2/seh configuration.
5276         [x86_64-*-mingw*]: Likewise.
5278 2016-05-10  Joel Sherrill <joel@rtems.org>
5280         PR libgcc/70720
5281         * config.host (moxie-*-rtems*): Merge this stanza with other moxie
5282         targets so the same extra_parts are built.  Also have tmake_file add
5283         on to its value rather than override.
5285 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
5287         * config.host: Remove SH5 support.
5288         * configure: Likewise.
5290 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
5292         * config/sh/crt1.S: Remove SH5 support.
5293         * config/sh/crti.S: Likewise.
5294         * config/sh/crtn.S: Likewise.
5295         * config/sh/lib1funcs-4-300.S: Likewise.
5296         * config/sh/lib1funcs-Os-4-200.S: Likewise.
5297         * config/sh/lib1funcs.S: Likewise.
5298         * config/sh/linux-unwind.h: Likewise.
5299         * config/sh/t-sh64: Delete.
5301 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
5303         * config/arc/ieee-754/eqdf2.S: Handle FPX NaN.
5305 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
5306             Joern Rennecke  <joern.rennecke@embecosm.com>
5308         * config/arc/crttls.S: New file.
5309         * config/arc/t-arc: New rule.
5310         * config.host (arc*-*-elf*, arc*-*-linux*): Add crttls.o.
5312 2016-04-25  Nick Clifton  <nickc@redhat.com>
5314         * config/msp430/cmpd.c (__mspabi_cmpf): Add prototype.
5315         (__mspabi_cmpd): Likewise.
5316         * config/msp430/floathidf.c (__floathidf): Likewise.
5317         * config/msp430/floathisf.c (__floathisf): Likewise
5318         * config/msp430/floatunhidf.c (__floatunssidf): Likewise.
5319         * config/msp430/floatunhisf.c (__floatunshisf): Likewise.
5320         * config/msp430/lib2shift.c (__ashlsi3): Take a signed char as the
5321         second parameter.
5322         (__ashrsi3): Likewise.
5324 2016-04-21  Waldemar Brodkorb  <wbx@openadk.org>
5326         * config/m68k/linux-atomic.c: Do not include unistd.h
5328 2016-04-20  Martin Galvan  <martin.galvan@tallertechnologies.com>
5330         * config/arm/ieee754-df.S: Fix typos in comments.
5332 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
5334         PR target/70381
5335         * configure.ac (powerpc*-*-linux*): Rework tests to build
5336         __float128 emulation routines to not depend on using #pragma GCC
5337         target to enable -mfloat128.
5338         * configure: Regnerate.
5340 2016-04-04  Eric Botcazou  <ebotcazou@adacore.com>
5342         PR target/67172
5343         * libgcc2.c (L__main): Undefine __LIBGCC_EH_FRAME_SECTION_NAME__ if
5344         __MINGW32__ is defined.
5346 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
5348         * libgcc/config/ft32/lib1funcs.S (*divsi3, *modsi3): New.
5350 2016-03-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
5352         PR libgcc/70363
5353         * config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): If libgcc was
5354         built with an assembler that does not support ISA 3.0
5355         instructions, rename __extendkftf2_sw to __extendkftf2.
5357 2016-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5359         PR target/38239
5360         * config/sol2/gmon.c [__i386__] (_mcount): Save and restore
5361         call-clobbered registers.
5362         (internal_mcount): Remove __i386__ handling.
5364 2016-02-26  Joel Sherrill <joel@rtems.org>
5366         * config.host: Add x86_64-*-rtems*.
5368 2016-02-26  Joel Sherrill <joel@rtems.org>
5370         * libgcc/config.host: Add aarch64-*-rtems*.
5372 2016-02-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
5373             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5375         * config/rs6000/sfp-machine.h (_FP_DECL_EX): Declare _fpsr as a
5376         union of u64 and double.
5377         (FP_TRAPPING_EXCEPTIONS): Return a bitmask of trapping exceptions.
5378         (FP_INIT_ROUNDMODE): Read the fpscr instead of writing a mystery
5379         value.
5380         (FP_ROUNDMODE): Update the usage of _fpscr.
5382 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
5384         PR driver/68463
5385         * Makefile.in (crtoffloadtable$(objext)): New rule.
5386         * configure.ac (extra_parts): Add crtoffloadtable$(objext) if
5387         enable_offload_targets is not empty.
5388         * configure: Regenerate.
5389         * offloadstuff.c: Move __OFFLOAD_TABLE__ from crtoffloadend to
5390         crtoffloadtable.
5392 2016-02-17  Max Filippov  <jcmvbkbc@gmail.com>
5394         * config/xtensa/ieee754-df.S (__muldf3_aux, __divdf3_aux): Add
5395         .literal_position before the function.
5396         * config/xtensa/ieee754-sf.S (__mulsf3_aux, __divsf3_aux):
5397         Likewise.
5399 2016-02-15  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
5401         * config.host: Use t-stack and t-stack-s390 for s390*-*-linux.
5402         * config/s390/morestack.S: New file.
5403         * config/s390/t-stack-s390: New file.
5404         * generic-morestack.c (__splitstack_find): Add s390-specific code.
5406 2016-02-12  Walter Lee  <walt@tilera.com>
5408         * config.host (tilegx*-*-linux*): remove ti from
5409         softfp_int_modes for 32-bit configs.
5411 2016-02-10  Ian Lance Taylor  <iant@google.com>
5413         PR go/68562
5414         * config/i386/morestack.S (__stack_split_initialize): Align
5415         stack.
5417 2016-02-03  Andreas Tobler  <andreast@gcc.gnu.org>
5419         PR bootstrap/69611
5420         * config/rs6000/sfp-machine.h: Guard __sfp_exceptions with
5421         __FLOAT128__ to compile only for __float128 capable targets.
5423 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
5425         PR target/69444
5426         * config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
5427         instead of ___NO_FPRS__.
5429 2016-01-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
5430             Steven Munroe  <munroesj@linux.vnet.ibm.com>
5431             Tulio Magno Quites Machado Filho  <tulioqm@br.ibm.com>
5433         * config/rs6000/float128-sed: New files to convert TF names to KF
5434         names for PowerPC IEEE 128-bit floating point support.
5435         * config/rs6000/float128-sed-hw: Likewise.
5437         * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
5438         floating point hardware support.
5440         * config/rs6000/float128-ifunc.c: New file to pick either IEEE
5441         128-bit floating point software emulation or use ISA 3.0 hardware
5442         support if it is available.
5444         * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
5445         floating point.
5447         * config/rs6000/extendkftf2-sw.c: New file, convert IEEE 128-bit
5448         floating point to IBM extended double.
5450         * config/rs6000/trunctfkf2-sw.c: New file, convert IBM extended
5451         double to IEEE 128-bit floating point.
5453         * config/rs6000/t-float128: New Makefile fragments to enable
5454         building __float128 emulation support.
5455         * config/rs6000/t-float128-hw: Likewise.
5457         * config/rs6000/sfp-exceptions.c: New file to provide exception
5458         support for IEEE 128-bit floating point.
5460         * config/rs6000/floattikf.c: New files for converting between IEEE
5461         128-bit floating point and signed/unsigned 128-bit integers.
5462         * config/rs6000/fixunskfti.c: Likewise.
5463         * config/rs6000/fixkfti.c: Likewise.
5464         * config/rs6000/floatuntikf.c: Likewise.
5466         * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
5467         when building on 64-bit systems, or when VSX is enabled.
5468         (_FP_W_TYPE): Likewise.
5469         (_FP_WS_TYPE): Likewise.
5470         (_FP_I_TYPE): Likewise.
5471         (TItype): Define on 64-bit systems.
5472         (UTItype): Likewise.
5473         (TI_BITS): Likewise.
5474         (_FP_MUL_MEAT_D): Add support for using 64-bit types.
5475         (_FP_MUL_MEAT_Q): Likewise.
5476         (_FP_DIV_MEAT_D): Likewise.
5477         (_FP_DIV_MEAT_Q): Likewise.
5478         (_FP_NANFRAC_D): Likewise.
5479         (_FP_NANFRAC_Q): Likewise.
5480         (ISA_BIT): Add exception support if we are being compiled on a
5481         machine with hardware floating point support to build the IEEE
5482         128-bit emulation functions.
5483         (FP_EX_INVALID): Likewise.
5484         (FP_EX_OVERFLOW): Likewise.
5485         (FP_EX_UNDERFLOW): Likewise.
5486         (FP_EX_DIVZERO): Likewise.
5487         (FP_EX_INEXACT): Likewise.
5488         (FP_EX_ALL): Likewise.
5489         (__sfp_handle_exceptions): Likewise.
5490         (FP_HANDLE_EXCEPTIONS): Likewise.
5491         (FP_RND_NEAREST): Likewise.
5492         (FP_RND_ZERO): Likewise.
5493         (FP_RND_PINF): Likewise.
5494         (FP_RND_MINF): Likewise.
5495         (FP_RND_MASK): Likewise.
5496         (_FP_DECL_EX): Likewise.
5497         (FP_INIT_ROUNDMODE): Likewise.
5498         (FP_ROUNDMODE): Likewise.
5500         * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
5501         VSX code, enable IEEE 128-bit floating point.  If the compiler can
5502         compile IEEE 128-bit floating point code with ISA 3.0 IEEE 128-bit
5503         floating point hardware instructions and it supports declaring
5504         functions with the ifunc attribute, enable ifunc functions to
5505         switch between software and hardware support.
5506         * configure.ac (powerpc*-*-linux*): Likewise.
5507         * configure: Regenerate.
5509 2016-01-15  Nick Clifton  <nickc@redhat.com>
5511         * config/msp430/t-msp430 (lib2_mul_none.o): Only use the first
5512         dependency as the source file to be compiled.
5513         (lib2_mul_16bit.o, lib2hw_mul_16.o, lib2hw_mul_32.o)
5514         (lib2hw_mul_f5.o): Likewise.
5516 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
5518         * libgcc/config/rs6000/extendkftf2-sw.c: Revert 2016-01-13 change.
5519         * libgcc/config/rs6000/fixkfti.c: Likewise.
5520         * libgcc/config/rs6000/fixunskfti.c: Likewise.
5521         * libgcc/config/rs6000/float128-hw.c: Likewise.
5522         * libgcc/config/rs6000/float128-ifunc.c: Likewise.
5523         * libgcc/config/rs6000/float128-sed: Likewise.
5524         * libgcc/config/rs6000/floattikf.c: Likewise.
5525         * libgcc/config/rs6000/floatuntikf.c: Likewise.
5526         * libgcc/config/rs6000/quad-float128.h: Likewise.
5527         * libgcc/config/rs6000/sfp-exceptions.c: Likewise.
5528         * libgcc/config/rs6000/sfp-machine.h: Likewise.
5529         * libgcc/config/rs6000/t-float128: Likewise.
5530         * libgcc/config/rs6000/t-float128-hw: Likewise.
5531         * libgcc/config/rs6000/trunctfkf2-sw.c: Likewise.
5532         * libgcc/config.host: Likewise.
5533         * libgcc/configure: Likewise.
5534         * libgcc/configure.ac: Likewise.
5536 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
5537             Steven Munroe  <munroesj@linux.vnet.ibm.com>
5538             Tulio Magno Quites Machado Filho  <tulioqm@br.ibm.com>
5540         * config/rs6000/sfp-exceptions.c: New file to provide exception
5541         support for IEEE 128-bit floating point.
5543         * config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
5544         floating point hardware support.
5546         * config/rs6000/floattikf.c: New files for IEEE 128-bit floating
5547         point conversions.
5548         * config/rs6000/fixunskfti.c: Likewise.
5549         * config/rs6000/fixkfti.c: Likewise.
5550         * config/rs6000/floatuntikf.c: Likewise.
5551         * config/rs6000/extendkftf2-sw.c: Likewise.
5552         * config/rs6000/trunctfkf2-sw.c: Likewise.
5554         * config/rs6000/float128-ifunc.c: New file to pick either IEEE
5555         128-bit floating point software emulation or use ISA 3.0 hardware
5556         support if it is available.
5558         * config/rs6000/quad-float128.h: New file to support IEEE 128-bit
5559         floating point.
5561         * config/rs6000/t-float128: New Makefile fragments to enable
5562         building __float128 emulation support.
5563         * config/rs6000/t-float128-hw: Likewise.
5565         * config/rs6000/float128-sed: New file to convert TF names to KF
5566         names for PowerPC IEEE 128-bit floating point support.
5568         * config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
5569         when building on 64-bit systems, or when VSX is enabled.
5570         (_FP_W_TYPE): Likewise.
5571         (_FP_WS_TYPE): Likewise.
5572         (_FP_I_TYPE): Likewise.
5573         (TItype): Define on 64-bit systems.
5574         (UTItype): Likewise.
5575         (TI_BITS): Likewise.
5576         (_FP_MUL_MEAT_D): Add support for using 64-bit types.
5577         (_FP_MUL_MEAT_Q): Likewise.
5578         (_FP_DIV_MEAT_D): Likewise.
5579         (_FP_DIV_MEAT_Q): Likewise.
5580         (_FP_NANFRAC_D): Likewise.
5581         (_FP_NANFRAC_Q): Likewise.
5582         (ISA_BIT): Add exception support if we are being compiled on a
5583         machine with hardware floating point support to build the IEEE
5584         128-bit emulation functions.
5585         (FP_EX_INVALID): Likewise.
5586         (FP_EX_OVERFLOW): Likewise.
5587         (FP_EX_UNDERFLOW): Likewise.
5588         (FP_EX_DIVZERO): Likewise.
5589         (FP_EX_INEXACT): Likewise.
5590         (FP_EX_ALL): Likewise.
5591         (__sfp_handle_exceptions): Likewise.
5592         (FP_HANDLE_EXCEPTIONS): Likewise.
5593         (FP_RND_NEAREST): Likewise.
5594         (FP_RND_ZERO): Likewise.
5595         (FP_RND_PINF): Likewise.
5596         (FP_RND_MINF): Likewise.
5597         (FP_RND_MASK): Likewise.
5598         (_FP_DECL_EX): Likewise.
5599         (FP_INIT_ROUNDMODE): Likewise.
5600         (FP_ROUNDMODE): Likewise.
5602         * configure.ac (powerpc*-*-linux*): Check whether the PowerPC
5603         compiler can do __float128.
5604         * configure: Regenerate.
5606         * libgcc/config.host (powerpc*-*-linux*): If compiler can compile
5607         VSX code, enable IEEE 128-bit floating point.
5609 2016-01-05  Olivier Hainque  <hainque@adacore.com>
5611         * config/rs6000/aix-unwind.h (ucontext_for): Handle AIX 7.1
5612         specificities.
5614 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
5616         Update copyright years.
5618 2015-12-18  Andris Pavenis  <andris.pavenis@iki.fi>
5620         * config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-*
5621         soft-fp targets.
5623 2015-12-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5625         * unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort
5626         instead of abort to avoid dependency on stdlib.h.
5628 2015-12-09  John David Anglin  <danglin@gcc.gnu.org>
5630         * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Remove code
5631         to initialize call to __dl_fixup once.
5633 2015-12-04  Nick Clifton  <nickc@redhat.com>
5635         * config/msp430/mpy.c (__mulhi3): Use a faster algorithm.
5636         Allow for the second argument being negative.
5637         * config.host (extra_parts): Define for MSP430.  Create separate
5638         libraries for each of the hardware multiply formats.
5639         * config/msp430/lib2hw_mul.S: Build only the multiply routines
5640         that are needed.
5641         * config/msp430/lib2mul.c: Likewise.
5642         * config/msp430/t-msp430 (LIB2ADD): Remove lib2hw_mul.S.
5643         Add rules to build hardware multiply libraries.
5644         * config/msp430/lib2divSI.c: (__mspabi_divlu): Alias for
5645         __mspabi_divul function.
5646         (__mspabi_divllu): New stub function.
5648 2015-12-01  John David Anglin  <danglin@gcc.gnu.org>
5650         * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Initialize
5651         fixup values if saved GOT address doesn't match runtime address.
5652         (fixup_branch_offset): Reorder list.
5654 2015-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5656         * Makefile.in (VTV_CFLAGS): New variable.
5657         (vtv_start$(objext), vtv_end$(objext), vtv_end$(objext))
5658         (vtv_start_preinit$(objext), vtv_end_preinit$(objext)): Use it.
5659         * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
5660         Add vtv_start.o, vtv_end.o, vtv_start_preinit.o, vtv_end_preinit.o
5661         to extra_parts if $enable_vtable_verify = yes.
5663 2015-11-23  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5665         PR target/68059
5666         * config/arm/linux-atomic-64bit.c (__write): Rename to...
5667         (write): ...this and fix the return type.
5669 2015-11-19  DJ Delorie  <dj@redhat.com>
5671         * config/msp430/lib2hw_mul.S: Fix alignment.
5673 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
5675         * config/nvptx/reduction.c: New.
5676         * config/nvptx/t-nvptx (LIB2ADD): Add it.
5678 2015-11-15  David Edelsohn  <dje.gcc@gmail.com>
5680         * config/rs6000/on_exit.c: New file.
5681         * config/rs6000/t-aix-cxa (LIB2ADDEH): Build on_exit.c.
5682         * config/rs6000/libgcc-aix-cxa.ver (on_exit): Add symbol to exports.
5684 2015-11-11  Claudiu Zissulescu  <claziss@synopsys.com>
5686         * config/arc/dp-hack.h: Add support for ARCHS.
5687         * config/arc/ieee-754/divdf3.S: Likewise.
5688         * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
5689         * config/arc/ieee-754/muldf3.S: Likewise.
5690         * config/arc/ieee-754/mulsf3.S: Likewise
5691         * config/arc/lib1funcs.S: Likewise
5692         * config/arc/gmon/dcache_linesz.S: Don't read the build register
5693         for ARCv2 cores.
5694         * config/arc/gmon/profil.S (__profil, __profil_irq): Don't profile
5695         for ARCv2 cores.
5696         * config/arc/ieee-754/arc-ieee-754.h (MPYHU, MPYH): Define.
5697         * config/arc/t-arc700-uClibc: Remove hard selection for ARC 700
5698         cores.
5700 2015-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5702         * config/ia64/crtbegin.S: Check HAVE_INITFINI_ARRAY_SUPPORT
5703         value.
5704         * config/ia64/crtend.S: Likewise.
5706 2015-11-07  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5708         * config/visium/lib2funcs.c (__set_trampoline_parity): Use
5709         __CHAR_BIT__ instead of BITS_PER_UNIT.
5710         * fixed-bit.h: Likewise.
5711         * fp-bit.h: Likewise.
5712         * libgcc2.c (__popcountSI2): Likewise.
5713         (__popcountDI2): Likewise.
5714         * libgcc2.h: Likewise.
5715         * libgcov.h: Likewise.
5717 2015-11-07  David Edelsohn  <dje.gcc@gmail.com>
5719         * config/rs6000/atexit.c: New file.
5720         * config/rs6000/t-aix-cxa (LIB2ADDEH): Build atexit.c.
5721         * config/rs6000/libgcc-aix-cxa.ver (atexit): Add symbol to exports.
5722         * config/rs6000/cxa_finalize.c
5723         (catomic_compare_and_exchange_bool_acq): Negate return value.
5725 2015-10-30  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5727         * config/i386/cpuinfo.c (enum processor_types): Add AMDFAM17H.
5728         (processor_subtypes): Add znver1.
5729         (get_amd_cpu): Detect znver1.
5731 2015-10-29  Christophe Lyon  <christophe.lyon@linaro.org>
5733         * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
5734         Include crtfastmath.o.
5736 2015-10-23  Joern Rennecke  <joern.rennecke@embecosm.com>
5738         PR libgcc/66883
5739         * config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo.
5741 2015-10-16  Kaushik Phatak  <kaushik.phatak@kpit.com>
5743         * config/rl78/divmodqi.S: Return 0x00 by default for div by 0.
5744         * config/rl78/divmodsi.S: Update return register to r8.
5745         * config/rl78/divmodhi.S: Update return register to r8,r9.
5746         Branch to main_loop_done_himode to pop registers before return.
5748 2015-10-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5750         * config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4.
5751         (__cpu_indicator_init): Fix model selection for AMD CPUs.
5753 2015-10-05  Kirill Yukhin  <kirill.yukhin@intel.com>
5755         * config/i386/cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
5757 2015-10-03  Max Filippov  <jcmvbkbc@gmail.com>
5759         * config.host (xtensa*-*-uclinux*): New configuration.
5761 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
5763         * config/i386/cpuinfo.c (processor_features): Add
5764         FEATURE_AVX512VBMI and FEATURE_AVX512VBMI.
5766 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
5768         * soft-fp/adddf3.c: Update from glibc.
5769         * soft-fp/addsf3.c: Likewise.
5770         * soft-fp/addtf3.c: Likewise.
5771         * soft-fp/divdf3.c: Likewise.
5772         * soft-fp/divsf3.c: Likewise.
5773         * soft-fp/divtf3.c: Likewise.
5774         * soft-fp/double.h: Likewise.
5775         * soft-fp/eqdf2.c: Likewise.
5776         * soft-fp/eqsf2.c: Likewise.
5777         * soft-fp/eqtf2.c: Likewise.
5778         * soft-fp/extenddftf2.c: Likewise.
5779         * soft-fp/extended.h: Likewise.
5780         * soft-fp/extendsfdf2.c: Likewise.
5781         * soft-fp/extendsftf2.c: Likewise.
5782         * soft-fp/extendxftf2.c: Likewise.
5783         * soft-fp/fixdfdi.c: Likewise.
5784         * soft-fp/fixdfsi.c: Likewise.
5785         * soft-fp/fixdfti.c: Likewise.
5786         * soft-fp/fixsfdi.c: Likewise.
5787         * soft-fp/fixsfsi.c: Likewise.
5788         * soft-fp/fixsfti.c: Likewise.
5789         * soft-fp/fixtfdi.c: Likewise.
5790         * soft-fp/fixtfsi.c: Likewise.
5791         * soft-fp/fixtfti.c: Likewise.
5792         * soft-fp/fixunsdfdi.c: Likewise.
5793         * soft-fp/fixunsdfsi.c: Likewise.
5794         * soft-fp/fixunsdfti.c: Likewise.
5795         * soft-fp/fixunssfdi.c: Likewise.
5796         * soft-fp/fixunssfsi.c: Likewise.
5797         * soft-fp/fixunssfti.c: Likewise.
5798         * soft-fp/fixunstfdi.c: Likewise.
5799         * soft-fp/fixunstfsi.c: Likewise.
5800         * soft-fp/fixunstfti.c: Likewise.
5801         * soft-fp/floatdidf.c: Likewise.
5802         * soft-fp/floatdisf.c: Likewise.
5803         * soft-fp/floatditf.c: Likewise.
5804         * soft-fp/floatsidf.c: Likewise.
5805         * soft-fp/floatsisf.c: Likewise.
5806         * soft-fp/floatsitf.c: Likewise.
5807         * soft-fp/floattidf.c: Likewise.
5808         * soft-fp/floattisf.c: Likewise.
5809         * soft-fp/floattitf.c: Likewise.
5810         * soft-fp/floatundidf.c: Likewise.
5811         * soft-fp/floatundisf.c: Likewise.
5812         * soft-fp/floatunditf.c: Likewise.
5813         * soft-fp/floatunsidf.c: Likewise.
5814         * soft-fp/floatunsisf.c: Likewise.
5815         * soft-fp/floatunsitf.c: Likewise.
5816         * soft-fp/floatuntidf.c: Likewise.
5817         * soft-fp/floatuntisf.c: Likewise.
5818         * soft-fp/floatuntitf.c: Likewise.
5819         * soft-fp/gedf2.c: Likewise.
5820         * soft-fp/gesf2.c: Likewise.
5821         * soft-fp/getf2.c: Likewise.
5822         * soft-fp/ledf2.c: Likewise.
5823         * soft-fp/lesf2.c: Likewise.
5824         * soft-fp/letf2.c: Likewise.
5825         * soft-fp/muldf3.c: Likewise.
5826         * soft-fp/mulsf3.c: Likewise.
5827         * soft-fp/multf3.c: Likewise.
5828         * soft-fp/negdf2.c: Likewise.
5829         * soft-fp/negsf2.c: Likewise.
5830         * soft-fp/negtf2.c: Likewise.
5831         * soft-fp/op-1.h: Likewise.
5832         * soft-fp/op-2.h: Likewise.
5833         * soft-fp/op-4.h: Likewise.
5834         * soft-fp/op-8.h: Likewise.
5835         * soft-fp/op-common.h: Likewise.
5836         * soft-fp/quad.h: Likewise.
5837         * soft-fp/single.h: Likewise.
5838         * soft-fp/soft-fp.h: Likewise.
5839         * soft-fp/subdf3.c: Likewise.
5840         * soft-fp/subsf3.c: Likewise.
5841         * soft-fp/subtf3.c: Likewise.
5842         * soft-fp/truncdfsf2.c: Likewise.
5843         * soft-fp/trunctfdf2.c: Likewise.
5844         * soft-fp/trunctfsf2.c: Likewise.
5845         * soft-fp/trunctfxf2.c: Likewise.
5846         * soft-fp/unorddf2.c: Likewise.
5847         * soft-fp/unordsf2.c: Likewise.
5848         * soft-fp/unordtf2.c: Likewise.
5850 2015-09-24  Richard Earnshaw  <rearnsha@arm.com>
5852         PR libgcc/67624
5853         * config/arm/fp16.c (__gnu_f2h_internal): Handle infinity correctly.
5855 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5857         * config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
5858         Add crtbeginS.o, crtendS.o to extra_parts if libgcc_cv_solaris_crts.
5859         * config/sol2/gmon.c: (monstartup): Don't write trailing NUL of
5860         messages.
5861         (internal_mcount): Likewise.
5862         * config/sol2/t-sol2 (crtp.o, crtpg.o, gmon.o): Compile with
5863         crt_compile, add CRTSTUFF_T_CFLAGS_S.
5865 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5867         * configure.ac (libgcc_cv_solaris_crts): New test.
5868         * configure: Regenerate.
5869         * config.in: Regenerate.
5870         * config/sol2/crtp.c, config/sol2/crtpg.c: New files.
5871         * config/gmon-sol2.c: Rename to ...
5872         * config/sol2/gmon.c: ... this.
5873         Include auto-target.h.
5874         (internal_mcount): Wrap setup handling in !HAVE_SOLARIS_CRTS.
5875         * config/t-sol2: Rename to ...
5876         * config/sol2/t-sol2: ... this.
5877         (gmon.o): Reflect renaming.
5878         (crtp.o, crtpg.o): New rules.
5879         * config.host (*-*-solaris2*): Reflect renaming.
5880         Use system CRTs if present.
5881         Remove default CRT case.
5883 2015-09-23  John David Anglin  <danglin@gcc.gnu.org>
5885         * config/pa/linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.
5886         (__sync_fetch_and_##OP##_##WIDTH): Change result to match type of
5887         __kernel_cmpxchg2.
5888         (__sync_##OP##_and_fetch_##WIDTH): Likewise.
5889         (__sync_val_compare_and_swap_##WIDTH): Likewise.
5890         (__sync_bool_compare_and_swap_##WIDTH): Likewise.
5891         (__sync_lock_test_and_set_##WIDTH): Likewise.
5892         (__sync_lock_release_##WIDTH): Likewise.
5893         (__sync_fetch_and_##OP##_4): Change result to match type of
5894         __kernel_cmpxchg.
5895         (__sync_##OP##_and_fetch_4): Likewise.
5896         (__sync_val_compare_and_swap_4): Likewise.
5897         (__sync_bool_compare_and_swap_4): likewise.
5898         (__sync_lock_test_and_set_4): Likewise.
5899         (__sync_lock_release_4): Likewise.
5900         (FETCH_AND_OP_2): Add long long variants.
5901         (OP_AND_FETCH_2): Likewise.
5902         (COMPARE_AND_SWAP_2 ): Likewise.
5903         (SYNC_LOCK_TEST_AND_SET_2): Likewise.
5904         (SYNC_LOCK_RELEASE_2): Likewise.
5905         (__sync_bool_compare_and_swap_##WIDTH): Correct return.
5907 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
5909         * libgcc/config/i386/cpuinfo.c (enum processor_features): Add
5910         FEATURE_AVX512VL, FEATURE_AVX512BW, FEATURE_AVX512DQ,
5911         FEATURE_AVX512CD, FEATURE_AVX512ER, FEATURE_AVX512PF.
5912         (get_available_features): Habdle new features.
5914 2015-09-21  James Bowman  <james.bowman@ftdichip.com>
5916         * config/ft32/crti-hw.S: Use __PMSIZE to allow configurable
5917         memory layout. Deal correctly with BSS region larger than 32K.
5918         Handle a watchdog reset like a power-on reset. Clean up unused
5919         code.
5921 2015-09-18  Andrew Dixie  <andrewd@gentrack.com>
5922             David Edelsohn  <dje.gcc@gmail.com>
5924         * config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
5925         * config/rs6000/crtdbase.S: New file.
5926         * config/rs6000/t-aix-cxa: Build crtdbase.o.
5928 2015-09-15  Max Filippov  <jcmvbkbc@gmail.com>
5930         * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state):
5931         Add support for call0 ABI.
5933 2015-09-13  John David Anglin  <danglin@gcc.gnu.org>
5935         * config/pa/fptr.c (SIGN_EXTEND): Cast -1 to unsigned.
5937 2015-09-03  Sebastian Huber  <sebastian.huber@embedded-brains.de>
5939         * config/gthr-rtems.h (__GTHREADS_CXX0X): New.
5940         (__GTHREAD_HAS_COND): Likewise.
5941         (__gthread_t): Likewise.
5942         (__gthread_cond_t): Likewise.
5943         (__gthread_time_t): Likewise.
5944         (__GTHREAD_MUTEX_INIT): Likewise.
5945         (__GTHREAD_RECURSIVE_MUTEX_INIT): Likewise.
5946         (__GTHREAD_COND_INIT): Likewise.
5947         (__GTHREAD_COND_INIT_FUNCTION): Likewise.
5948         (__GTHREAD_TIME_INIT): Likewise.
5949         (__gthread_create): Likewise.
5950         (__gthread_join): Likewise.
5951         (__gthread_detach): Likewise.
5952         (__gthread_equal): Likewise.
5953         (__gthread_self): Likewise.
5954         (__gthread_yield): Likewise.
5955         (__gthread_cond_broadcast): Likewise.
5956         (__gthread_cond_signal): Likewise.
5957         (__gthread_cond_wait): Likewise.
5958         (__gthread_cond_timedwait): Likewise.
5959         (__gthread_cond_wait_recursive): Likewise.
5960         (__gthread_cond_destroy): Likewise.
5961         (rtems_gxx_once): Delete.
5962         (rtems_gxx_key_create): Likewise.
5963         (rtems_gxx_key_delete): Likewise.
5964         (rtems_gxx_getspecific): Likewise.
5965         (rtems_gxx_setspecific): Likewise.
5966         (rtems_gxx_mutex_init): Likewise.
5967         (rtems_gxx_mutex_destroy): Likewise.
5968         (rtems_gxx_mutex_lock): Likewise.
5969         (rtems_gxx_mutex_trylock): Likewise.
5970         (rtems_gxx_mutex_unlock): Likewise.
5971         (rtems_gxx_recursive_mutex_init): Likewise.
5972         (rtems_gxx_recursive_mutex_lock): Likewise.
5973         (rtems_gxx_recursive_mutex_trylock): Likewise.
5974         (rtems_gxx_recursive_mutex_unlock): Likewise.
5975         (__GTHREAD_ONCE_INIT): Use <pthread.h> initializer.
5976         (__GTHREAD_MUTEX_INIT_FUNCTION): Use <pthread.h> function.
5977         (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Likewise.
5978         (__gthread_once): Likewise.
5979         (__gthread_key_create): Likewise.
5980         (__gthread_key_delete): Likewise.
5981         (__gthread_getspecific): Likewise.
5982         (__gthread_setspecific): Likewise.
5983         (__gthread_key_t): Use <pthread.h> type.
5984         (__gthread_once_t): Likewise
5985         (__gthread_mutex_t): Use <sys/lock.h> type.
5986         (__gthread_recursive_mutex_t): Likewise
5987         (__gthread_mutex_lock): Use <sys/lock.h> function.
5988         (__gthread_mutex_trylock): Likewise.
5989         (__gthread_mutex_timedlock): Likewise.
5990         (__gthread_mutex_unlock): Likewise.
5991         (__gthread_mutex_destroy): Likewise.
5992         (__gthread_recursive_mutex_lock): Likewise.
5993         (__gthread_recursive_mutex_trylock): Likewise.
5994         (__gthread_recursive_mutex_timedlock): Likewise.
5995         (__gthread_recursive_mutex_unlock): Likewise.
5996         (__gthread_recursive_mutex_destroy): Likewise.
5998 2015-08-18  Max Filippov  <jcmvbkbc@gmail.com>
6000         * config/xtensa/unwind-dw2-xtensa.c (_Unwind_GetCFA): Return
6001         context->sp instead of context->cfa.
6003 2015-08-18  Max Filippov  <jcmvbkbc@gmail.com>
6005         * config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde
6006         with unwind-dw2-fde-dip.
6008 2015-08-18  Max Filippov  <jcmvbkbc@gmail.com>
6010         * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill): Use
6011         CALL12 followed by series of ENTRY to spill windowed registers.
6012         (__xtensa_nonlocal_goto): Call __xtensa_libgcc_window_spill
6013         instead of making linux spill syscall.
6015 2015-08-14  Yuri Rumyantsev  <ysrumyan@gmail.com>
6017         * config/i386/cpuinfo.c (enum processor_subtypes): Add skylake.
6018         (get_intel_cpu): Likewise.
6020 2015-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6022         * config/i386/cpuinfo.c (processor_types): Add INTEL_KNL.
6023         (get_intel_cpu): Add Knights Landing support.
6025 2015-08-11  Uros Bizjak  <ubizjak@gmail.com>
6027         PR target/66954
6028         * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_PCLMUL.
6029         (get_available_features): Handle FEATURE_PCLMUL.
6031 2015-08-10  H.J. Lu  <hongjiu.lu@intel.com>
6033         * config/i386/cpuinfo.c (get_intel_cpu): Treat model == 0x4f as
6034         Broadwell.
6036 2015-07-22  Uros Bizjak  <ubizjak@gmail.com>
6038         PR target/66954
6039         * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_AES.
6040         (get_available_features): Handle FEATURE_AES.
6042 2015-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6044         * config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
6045         (EFAULT,EBUSY,ENOSYS): Delete unused #defines.
6047 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
6049         * offloadstuff.c: Constify host data.
6051 2015-07-17  Jan Beulich  <jbeulich@suse.com>
6053         * config/t-softfp: Split up "else ifneq".
6055 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
6056             Cesar Philippidis  <cesar@codesourcery.com>
6057             Chung-Lin Tang  <cltang@codesourcery.com>
6059         * config/nios2/tramp.c (MOVHI, ORI, JMP): Conditionalize
6060         for __nios2_arch__ level.
6062 2015-07-13  John Marino  <gnugcc@marino.st>
6064         * config/i386/t-dragonfly: New.
6066 2015-07-01  John David Anglin  <danglin@gcc.gnu.org>
6068         * config/pa/linux-atomic.c (__kernel_cmpxchg): Reorder arguments to
6069         better match light-weight syscall argument order.
6070         (__kernel_cmpxchg2): Likewise.
6071         Adjust callers.
6073 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
6075         * config.host: Support i[34567]86-*-elfiamcu target.
6076         * config/t-softfp-sfdftf: New file.
6077         * config/i386/32/t-iamcu: Likewise.
6078         * configure: Regenerated.
6080 2015-06-23  James Lemke  <jwlemke@codesourcery.com>
6082         libgcc/config/arm/
6083         * lib1funcs.S (aeabi_idiv0, aeabi_ldiv0): Add CFI entries.
6085 2015-05-27  H.J. Lu  <hongjiu.lu@intel.com>
6087         * Makefile.in (CRTSTUFF_CFLAGS): Add $(NO_PIE_CFLAGS).
6089 2015-05-27  John Marino  <gnugcc@marino.st>
6091         * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Set
6092         md_unwind_header
6093         * config/i386/freebsd-unwind.h: New.
6095 2015-05-22  Uros Bizjak  <ubizjak@gmail.com>
6097         * config.host (i[34567]-*-*, x86_64-*-*): Add t-crtfm instead of
6098         i386/t-crtfm to tmake_file.
6099         * config/i386/crtfastmath.c (set_fast_math_sse): New function.
6100         (set_fast_math): Use set_fast_math_sse for SSE targets.
6101         * config/i386/t-crtfm: Remove.
6103 2015-05-21  Alan Modra  <amodra@gmail.com>
6105         PR libgcc/66225
6106         * config/rs6000/morestack.S: Remove ".abiversion 1".
6108 2015-05-20  Alan Modra  <amodra@gmail.com>
6110         * config/rs6000/morestack.S: New.
6111         * config/rs6000/t-stack-rs6000: New.
6112         * config.host (powerpc*-*-linux*): Add t-stack and t-stack-rs6000
6113         to tmake_file.
6114         * generic-morestack.c: Don't build for powerpc 32-bit.
6116 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
6118         * Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
6119         Remove useless endif/ifneq ($(enable_shared),yes) pair.
6121 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
6123         * config.host: FT32 target added.
6124         * config/ft32/*: New files for FT32 target.
6126 2015-05-15  Martin Galvan  <martin.galvan@tallertechnologies.com>
6128         * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
6129         New macros.
6130         * config/arm/ieee754-df.S: Add CFI directives.
6131         * config/arm/ieee754-sf.S: Add CFI directives.
6133 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
6135         * configure.ac: Include config/sjlj.m4.
6136         Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
6137         * config.in: Regenerate.
6138         * configure: Likewise.
6139         * config.host: Replace enable_sjlj_exceptions by ac_cv_sjlj_exceptions.
6141 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
6143         * libgcov-util.c: Add space between string literal and macro name.
6145 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
6146             Chris Jones  <chrisj@nvidia.com>
6147             Joshua Conner  <jconner@nvidia.com>
6149         * config.host (arm*-*-linux*): Add support for crtfastmath.o.
6150         (arm*-*-uclinux*): Likewise.
6151         (arm*-*-eabi* | arm*-*-rtems*): Likewise.
6152         * config/arm/crtfastmath.c: New file.
6154 2014-04-29  Bernd Schmidt  <bernds@codesourcery.com>
6156         * Makefile.in (real_host_noncanonical): New variable.
6157         (libsubdir): Use it.
6158         * configure.ac (real_host_noncanonical): Compute.  Remove special
6159         case for intelmicemul.
6160         * configure: Regenerate.
6162 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
6164         * config/frv/elf-lib.h: New file.
6165         (CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
6166         * libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
6167         to tm_file.
6169 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
6171         * config/frv/frvbengin.c: Do not include defaults.h
6172         * config/frv/frvend.c: Ditto.
6174 2015-04-27  Yoshinori Sato  <ysato@users.sourceforge.jp>
6176         * config.host: Add h8300-*-linux
6177         * config/h8300/t-linux: New file.
6178         * config/h8300/lib1funs.s: Change symbol prefix.
6179         * config/h8300/sfp-machine.h: 64bit double support.
6181 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
6182             Szabolcs Nagy  <szabolcs.nagy@arm.com>
6184         * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME): Define it on
6185         Linux if target provides dl_iterate_phdr.
6187 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6189         PR target/65612
6190         * config.host (tmake_file): Add t-slibgcc-libgcc for Linux/x86.
6191         * config/i386/cpuinfo.c (__cpu_model): Initialize.
6192         (__cpu_indicator_init@GCC_4.8.0): New.
6193         (__cpu_model@GCC_4.8.0): Likewise.
6194         * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add
6195         -DUSE_ELF_SYMVER.
6197 2015-04-16  Nick Clifton  <nickc@redhat.com>
6199         * config/rl78/divmodhi.S: Add G14 and G13 versions of the __divhi3
6200         and __modhi3 functions.
6201         * config/rl78/divmodso.S: Add G14 and G13 versions of the
6202         __divsi3, __udivsi3, __modsi3 and __umodsi3 functions.
6204 2015-04-15  Chen Gang  <gang.chen.5i5j@gmail.com>
6206         * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Use empty
6207         do-while loop as macro body to avoid warnings.
6209 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
6210             Iain Sandoe  <iain@codesourcery.com>
6212         PR target/65351
6213         * configure: Regenerate.
6215 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
6216             Iain Sandoe  <iain@codesourcery.com>
6218         PR target/65351
6219         * configure: Regenerate.
6221 2015-03-25  Chung-Lin Tang  <cltang@codesourcery.com>
6223         * config.host (nios2-*-linux*): Remove 'extra_parts' setting.
6225 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
6227         Implement call0 ABI for xtensa
6228         * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
6229         __xtensa_nonlocal_goto): Don't compile for call0 ABI.
6230         (__xtensa_sync_caches): Only use entry and retw in windowed ABI,
6231         use ret in call0 ABI.
6232         * config/xtensa/t-windowed: New file.
6233         * libgcc/config/xtensa/t-xtensa (LIB2ADDEH): Move to t-windowed.
6234         * libgcc/configure: Regenerated.
6235         * libgcc/configure.ac: Check if xtensa target is configured for
6236         windowed ABI and thus needs to use custom unwind code.
6238 2015-02-12  Jonathan Wakely  <jwakely@redhat.com>
6240         PR libgcc/64885
6241         * gthr-single.h: Use __unused__ attribute instead of unused.
6242         * config/gthr-vxworks.h: Likewise.
6243         * config/i386/gthr-win32.h: Likewise.
6245 2015-02-27  Kai Tietz  <ktietz@redhat.com>
6247         PR target/65038
6248         * config.in: Regenerated.
6249         * configure: Likewise.
6250         * configure.ac (AC_HEADER_STDC): Added explicit.
6251         (AC_CHECK_HEADERS): Check for default headers  plus
6252         for ftw.h header.
6253         * libgcov-util.c (gcov_read_profile_dir): Disable use
6254         of ftw-function, if header is not found.
6255         (ftw_read_file): Likewise.
6257 2015-02-23  Thomas Schwinge  <thomas@codesourcery.com>
6259         PR target/65181
6260         * config/nvptx/t-nvptx (INHIBIT_LIBC_CFLAGS): Define to
6261         -Dinhibit_libc.
6263 2015-02-17  Sandra Loosemore  <sandra@codesourcery.com>
6265         * config/arm/bpabi.S (test_div_by_zero): Make label names
6266         consistent between thumb2 and arm mode cases.  Separate the
6267         signed comparison on the high word of the numerator from the
6268         unsigned comparison on the low word.
6269         * config/arm/bpabi-v6m.S (test_div_by_zero): Similarly separate
6270         signed comparison.
6272 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
6274         * config/nvptx/realloc.c: Include <stddef.h> instead of <stdlib.h>
6275         and <string.h>.
6276         (__nvptx_realloc): Call __builtin_memcpy instead of memcpy.
6278 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
6280         PR gcov-profile/61889
6281         * libgcov-driver-system.c: undefine clashing macro for mkdir.
6283 2015-02-02  Nick Clifton  <nickc@redhat.com>
6285         * config/rl78/fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case
6286         rounding up the fraction.
6288 2015-01-31  John David Anglin  <danglin@gcc.gnu.org>
6290         * config/pa/linux-atomic.c (__kernel_cmpxchg2): Change declaration of
6291         oldval and newval to const void *.  Fix typo.
6292         (FETCH_AND_OP_2): Use __atomic_load_n to load value.
6293         (FETCH_AND_OP_WORD): Likewise.
6294         (OP_AND_FETCH_WORD): Likewise.
6295         (COMPARE_AND_SWAP_2): Likewise.
6296         (__sync_val_compare_and_swap_4): Likewise.
6297         (__sync_lock_test_and_set_4): Likewise.
6298         (SYNC_LOCK_RELEASE_2): Likewise.
6299         Remove support for long long atomic operations.
6301 2015-01-27  Caroline Tice  <cmtice@google.com>
6303         Committing VTV Cywin/Ming patch for Patrick Wollgast
6304         * Makefile.in: Move rules to build vtv_*.o out of the check
6305         for CUSTOM_CRTSTUFF.
6306         * config.host (i[34567]86-*-cygwin*, x86_64-*-cygwin*,
6307         i[34567]86-*-mingw*)
6308         (x86_64-*-mingw*): Only add vtv_*.o to extra_parts if
6309         enable_vtable_verify.
6311 2015-01-27  Nick Clifton  <nickc@redhat.com>
6313         * config/rl78/cmpsi2.S: Use function start and end macros.
6314         (__gcc_bcmp): New function.
6315         * config/rl78/lshrsi3.S: Use function start and end macros.
6316         * config/rl78/mulsi3.S: Add support for G10.
6317         (__mulqi3): New function for G10.
6318         * config/rl78/signbit.S: Use function start and end macros.
6319         * config/rl78/t-rl78 (LIB2ADD): Add bit-count.S, fpbit-sf.S and
6320         fpmath-sf.S.
6321         (LIB2FUNCS_EXCLUDE): Define.
6322         (LIB2FUNCS_ST): Define.
6323         * config/rl78/trampoline.S: Use function start and end macros.
6324         * config/rl78/vregs.h (START_FUNC): New macro.
6325         (START_ANOTHER_FUNC): New macro.
6326         (END_FUNC): New macro.
6327         (END_ANOTHER_FUNC): New macro.
6328         * config/rl78/bit-count.S: New file.  Contains assembler
6329         implementations of the bit counting functions: ___clzhi2,
6330         __clzsi2, ctzhi2, ctzsi2, ffshi2, ffssi2, __partityhi2,
6331         __paritysi2, __popcounthi2 and __popcountsi2.
6332         * config/rl78/fpbit-sf.S: New file.  Contains assembler
6333         implementationas of the math functions: __negsf2, __cmpsf2,
6334         __eqsf2, __nesf2, __lesf2, __ltsf2, __gesf2, gtsf2, __unordsf2,
6335         __fixsfsi,  __fixunssfsi, __floatsisf and __floatunssisf.
6336         * config/rl78/fpmath-sf.S: New file.  Contains assembler
6337         implementations of the math functions: __subsf3, __addsf3,
6338         __mulsf3 and __divsf3
6340 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6342         * config.host (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*):
6343         Add i386/elf-lib.h to tm_file.
6344         * config/i386/elf-lib.h: Fix comment.
6345         * unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback) [__x86_64__
6346         && __sun__ && __svr4__]: Remove workaround.
6348 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
6350         * config/i386/cpuinfo.c (enum processor_features): Add FEATURE_BMI and
6351         FEATURE_BMI2.
6352         (get_available_features): Detect FEATURE_BMI and FEATURE_BMI2.
6354 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
6356         * config/i386/cpuinfo.c (processor_subtypes): Add
6357         INTEL_COREI7_BROADWELL.
6358         (get_intel_cpu): Support new Silvermont, Haswell and Broadwell
6359         model numbers.
6361 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
6363         * config/i386/elf-lib.h: New file.
6364         (CRT_GET_RFIB_DATA): Move definition from gcc/config/i386/gnu-user.h.
6365         Wrap definition in #ifdef __i386__.
6366         * libgcc/config.host (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu)
6367         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*)
6368         (i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux*)
6369         (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Add i386/elf-lib.h
6370         to tm_file.
6372 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
6374         * unwind-dw2-fde.h (last_fde): Use "(const fde *)" instead of
6375         "(char *)" to avoid qualifier warning by 'xgcc' compiling.
6377 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
6379         * config/nios2/linux-unwind.h (nios2_fallback_frame_state):
6380         Update rt_sigframe format and address for current Nios II
6381         Linux conventions.
6383 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
6385         * config.host (arm*-*-freebsd*): Add new configuration for
6386         arm*-*-freebsd*.
6387         * config/arm/freebsd-atomic.c: New file.
6388         * config/arm/t-freebsd: Likewise.
6389         * config/arm/unwind-arm.h: Add __FreeBSD__ to the list of
6390         'PC-relative indirect' OS's.
6392 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
6394         * config.host: Add Visium support.
6395         * config/visium: New directory.
6397 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
6399         Update copyright years.
6401 2014-12-19  Matthew Fortune  <matthew.fortune@imgtec.com>
6403         * config.host: Support mipsisa32r6 and mipsisa64r6.
6404         * config/mips/mips16.S: Do not build for R6.
6406 2014-12-17  Oleg Endo  <olegendo@gcc.gnu.org>
6408         * config/sh/crt.h: New.
6409         * config/sh/crti.S: Use GLOBAL macro from crt.h for _init and _fini
6410         symbols.
6411         * config/sh/crt1.S: Likewise.
6413 2014-12-15  Uros Bizjak  <ubizjak@gmail.com>
6415         PR libgcc/63832
6416         * crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
6417         func_ptr *dtor_list temporary variable to avoid "array subscript
6418         is above array bounds" warnings.
6420 2014-12-09  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
6422         * Makefile.in (with_aix_soname): Define.
6423         * config/rs6000/t-slibgcc-aix: Act upon --with-aix-soname option.
6424         * configure.ac: Accept --with-aix-soname=aix|svr4|both option.
6425         * configure: Recreate.
6427 2014-12-05  Olivier Hainque  <hainque@adacore.com>
6429         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Remove default def,
6430         now provided by defaults.h.
6432 2014-11-30  Oleg Endo  <olegendo@gcc.gnu.org>
6434         PR target/55351
6435         * config/sh/lib1funcs.S: Check value of __SHMEDIA__ instead of checking
6436         whether it's defined.
6438 2014-11-27  Ilya Tocar  <ilya.tocar@intel.com>
6440         * config/i386/cpuinfo.c (processor_features): Add FEATURE_AVX512F.
6441         * config/i386/cpuinfo.c (get_available_features): Detect it.
6443 2014-11-27  Tony Wang  <tony.wang@arm.com>
6445         * config/arm/lib1funcs.S (FUNC_START): Add conditional section
6446         redefine for macro L_arm_muldivsf3 and L_arm_muldivdf3.
6447         (SYM_END, ARM_SYM_START): Add macros used to expose function Symbols.
6449 2014-11-25  Segher Boessenkool  <segher@kernel.crashing.org>
6451         * crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
6453 2014-11-24  John David Anglin  <danglin@gcc.gnu.org>
6455         * config/pa/linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap()
6456         instead.
6458 2014-11-21  Guy Martin  <gmsoft@tuxicoman.be>
6459             John David Anglin  <danglin@gcc.gnu.org>
6461         * config/pa/linux-atomic.c (__kernel_cmpxchg2): New.
6462         (FETCH_AND_OP_2): New.  Use for subword and double word operations.
6463         (OP_AND_FETCH_2): Likewise.
6464         (COMPARE_AND_SWAP_2): Likewise.
6465         (SYNC_LOCK_TEST_AND_SET_2): Likewise.
6466         (SYNC_LOCK_RELEASE_2): Likewise.
6467         (SUBWORD_SYNC_OP): Remove.
6468         (SUBWORD_VAL_CAS): Likewise.
6469         (SUBWORD_BOOL_CAS): Likewise.
6470         (FETCH_AND_OP_WORD): Update.
6471         Consistently use signed types.
6473 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
6474             Thomas Schwinge  <thomas@codesourcery.com>
6475             Ilya Verbin  <ilya.verbin@intel.com>
6476             Andrey Turetskiy  <andrey.turetskiy@intel.com>
6478         * Makefile.in (crtoffloadbegin$(objext)): New rule.
6479         (crtoffloadend$(objext)): Likewise.
6480         * configure: Regenerate.
6481         * configure.ac (accel_dir_suffix): Compute new variable.
6482         (extra_parts): Add crtoffloadbegin.o and crtoffloadend.o
6483         if enable_offload_targets is not empty.
6484         * offloadstuff.c: New file.
6486 2014-11-13  Nick Clifton  <nickc@redhat.com>
6488         * config/rl78/divmodhi.S: Add support for the G10 architecture.
6489         Use START_FUNC and END_FUNC macros to enable linker garbage
6490         collection.
6491         * config/rl78/divmodqi.S: Likewise.
6492         * config/rl78/divmodsi.S: Likewise.
6493         * config/rl78/mulsi3.S: Likewise.
6494         * config/rl78/lib2div.c: Remove G10 functions.
6495         * config/rl78/lib2muls.c: Likewise.
6496         * config/rl78/t-rl8 (HOST_LIBGCC2_CFLAGS): Define.
6497         * config/rl78/vregs.h (START_FUNC): New macro.
6498         (END_FUNC): New macro.
6500 2014-11-12  Matthew Fortune  <matthew.fortune@imgtec.com>
6502         * config/mips/mips16.S: Set .module when supported.  Update O32
6503         FP64 calling convention and use for FPXX when possible.  Add FPXX
6504         calling convention fallback case.
6506 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
6508         * config.host: Handle nvptx-*-*.
6509         * shared-object.mk (as-flags-$o): Define.
6510         ($(base)$(objext), $(base)_s$(objext)): Use it instead of
6511         -xassembler-with-cpp.
6512         * static-object.mk: Identical changes.
6513         * config/nvptx/t-nvptx: New file.
6514         * config/nvptx/crt0.s: New file.
6515         * config/nvptx/free.asm: New file.
6516         * config/nvptx/malloc.asm: New file.
6517         * config/nvptx/realloc.c: New file.
6519 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6521         * Makefile.in (libgcc.map.in): New target.
6522         (libgcc.map): Use libgcc.map.in.
6523         * config/t-softfp (softfp_compat): New variable to be set by
6524         users.
6525         [$(softfp_compat) = y] (softfp_map_dep, softfp_set_symver): New
6526         variables.
6527         [$(softfp_compat) = y] (softfp_file_list): Use files in the build
6528         directory.
6529         [$(softfp_compat) = y] ($(softfp_file_list)): Generate wrappers
6530         that use compat symbols and disable all code unless [SHARED].
6531         * config/t-softfp-compat: New file.
6532         * find-symver.awk: New file.
6533         * configure.ac (--with-glibc-version): New configure option.
6534         (ppc_fp_compat): New variable set for powerpc*-*-linux*.
6535         * configure: Regenerate.
6536         * config.host (powerpc*-*-linux*): Use ${ppc_fp_compat} for
6537         soft-float and e500.
6539 2014-10-29  Joseph Myers  <joseph@codesourcery.com>
6541         * config/t-hardfp (hardfp_exclusions): Document new variable for
6542         user to define.
6543         (hardfp_func_list): Exclude functions from $(hardfp_exclusions).
6544         * config/t-softfp (softfp_extras): Document new variable for user
6545         to define.
6546         (softfp_func_list): Add functions from $(softfp_extras).
6547         * config/rs6000/t-e500v1-fp, config/rs6000/t-e500v2-fp: New files.
6548         * config.host (powerpc*-*-linux*): For e500v1, use
6549         rs6000/t-e500v1-fp and t-hardfp; do not use t-softfp-sfdf and
6550         t-softfp-excl.  For e500v2, use t-hardfp-sfdf, rs6000/t-e500v2-fp
6551         and t-hardfp; do not use t-softfp-sfdf and t-softfp-excl.
6553 2014-10-26  John David Anglin  <danglin@gcc.gnu.org>
6555         * config/pa/linux-unwind.h (pa32_read_access_ok): New function.
6556         (pa32_fallback_frame_state): Use pa32_read_access_ok to check if
6557         memory read accesses are ok.
6559 2014-10-25  Joseph Myers  <joseph@codesourcery.com>
6561         * configure.ac (ppc_fp_type): Set variable on powerpc*-*-linux*.
6562         * configure: Regenerate.
6563         * config.host (powerpc*-*-linux*): Use $ppc_fp_type to determine
6564         additions to tmake_file.  Use t-hardfp-sfdf and t-hardfp instead
6565         of soft-fp for 32-bit classic hard float.  Do not use
6566         t-softfp-excl for soft float.
6568 2014-10-22  Joseph Myers  <joseph@codesourcery.com>
6570         * config.host (powerpc*-*-linux*): Only use soft-fp for 32-bit
6571         configurations.
6572         * config/rs6000/t-ppc64-fp (softfp_wrap_start, softfp_wrap_end):
6573         Remove variables.
6575 2014-10-22  Georg-Johann Lay  <avr@gjlay.de>
6577         * config/avr/lib1funcs.S (__do_global_dtors): Fix wrong code
6578         introduced with 2014-10-21 trunk r216525.
6580 2014-10-21  Joern Rennecke  <joern.rennecke@embecosm.com>
6581             Vidya Praveen  <vidya.praveen@atmel.com>
6582             Praveen Kumar Kaushik  <Praveen_Kumar.Kaushik@atmel.com>
6583             Senthil Kumar Selvaraj  <Senthil_Kumar.Selvaraj@atmel.com>
6584             Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
6586         * config/avr/lib1funcs.S (__do_global_dtors): Go back to descending
6587         order.
6589         Updated library functions for AVRTINY arch.
6590         * config/avr/lib1funcs.S: Updated zero/tmp regs for AVRTINY.
6591         Replaced occurrences of r0/r1 with tmp/zero reg macros.
6592         Added wsubi/ wadi macros that expands conditionally as sbiw/ adiw
6593         or AVRTINY equivalent. Replaced occurrences of sbiw/adiw with
6594         wsubi/wadi macors.
6595         (__mulsi3_helper): Update stack, preserve callee saved regs and
6596         argument from stack. Restore callee save registers.
6597         (__mulpsi3): Likewise.
6598         (__muldi3, __udivmodsi4, __divmodsi4, __negsi2, __umoddi3, __udivmod64,
6599         __moddi3, __adddi3, __adddi3_s8, __subdi3, __cmpdi2, __cmpdi2_s8,
6600         __negdi2, __prologue_saves__, __epilogue_restores__): Excluded for
6601         AVRTINY.
6602         (__tablejump2__): Added lpm equivalent instructions for AVRTINY.
6603         (__do_copy_data): Added new definition for AVRTINY.
6604         (__do_clear_bss): Replace r17 by r18 to preserve zero reg for AVRTINY.
6605         (__load_3, __load_4, __xload_1, __xload_2, __xload_3,
6606         __xload_4, __movmemx_qi, __movmemx_hi): Excluded for AVRTINY.
6607         * config/avr/lib1funcs-fixed.S: Replaced occurrences of r0/r1 with
6608         tmp/zero reg macros. Replaced occurrences of sbiw/adiw with wsubi/wadi
6609         macors.
6610         * config/avr/t-avr (LIB1ASMFUNCS): Remove unsupported functions for
6611         AVRTINY.
6613         Fix broken long multiplication on tiny arch.
6615 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6617         * soft-fp/double.h: Update from glibc.
6618         * soft-fp/eqdf2.c: Likewise.
6619         * soft-fp/eqsf2.c: Likewise.
6620         * soft-fp/eqtf2.c: Likewise.
6621         * soft-fp/extenddftf2.c: Likewise.
6622         * soft-fp/extended.h: Likewise.
6623         * soft-fp/extendsfdf2.c: Likewise.
6624         * soft-fp/extendsftf2.c: Likewise.
6625         * soft-fp/extendxftf2.c: Likewise.
6626         * soft-fp/gedf2.c: Likewise.
6627         * soft-fp/gesf2.c: Likewise.
6628         * soft-fp/getf2.c: Likewise.
6629         * soft-fp/ledf2.c: Likewise.
6630         * soft-fp/lesf2.c: Likewise.
6631         * soft-fp/letf2.c: Likewise.
6632         * soft-fp/op-1.h: Likewise.
6633         * soft-fp/op-2.h: Likewise.
6634         * soft-fp/op-4.h: Likewise.
6635         * soft-fp/op-8.h: Likewise.
6636         * soft-fp/op-common.h: Likewise.
6637         * soft-fp/quad.h: Likewise.
6638         * soft-fp/single.h: Likewise.
6639         * soft-fp/soft-fp.h: Likewise.
6640         * soft-fp/unorddf2.c: Likewise.
6641         * soft-fp/unordsf2.c: Likewise.
6642         * soft-fp/unordtf2.c: Likewise.
6643         * config/c6x/eqd.c (__c6xabi_eqd): Update call to FP_CMP_EQ_D.
6644         * config/c6x/eqf.c (__c6xabi_eqf): Update call to FP_CMP_EQ_S.
6645         * config/c6x/ged.c (__c6xabi_ged): Update call to FP_CMP_D.
6646         * config/c6x/gef.c (__c6xabi_gef): Update call to FP_CMP_S.
6647         * config/c6x/gtd.c (__c6xabi_gtd): Update call to FP_CMP_D.
6648         * config/c6x/gtf.c (__c6xabi_gtf): Update call to FP_CMP_S.
6649         * config/c6x/led.c (__c6xabi_led): Update call to FP_CMP_D.
6650         * config/c6x/lef.c (__c6xabi_lef): Update call to FP_CMP_S.
6651         * config/c6x/ltd.c (__c6xabi_ltd): Update call to FP_CMP_D.
6652         * config/c6x/ltf.c (__c6xabi_ltf): Update call to FP_CMP_S.
6654 2014-10-08  Rong Xu  <xur@google.com>
6656         * libgcov-util.c (read_gcda_file): Fix format.
6657         (find_match_gcov_info): Ditto.
6658         (calculate_2_entries): New.
6659         (compute_one_gcov): Ditto.
6660         (gcov_info_count_all_cold): Ditto.
6661         (gcov_info_count_all_zero): Ditto.
6662         (extract_file_basename): Ditto.
6663         (get_file_basename): Ditto.
6664         (set_flag): Ditto.
6665         (matched_gcov_info): Ditto.
6666         (calculate_overlap): Ditto.
6667         (gcov_profile_overlap): Ditto.
6668         * libgcov-driver.c (compute_summary): Make
6669         it avavilable for external calls.
6671 2014-10-06  Rong Xu  <xur@google.com>
6673         * Makefile.in: Ditto.
6674         * libgcov-driver.c (gcov_sort_n_vals): New utility function.
6675         (gcov_sort_icall_topn_counter): Ditto.
6676         (gcov_sort_topn_counter_arrays): Ditto.
6677         (dump_one_gcov): Sort indirect_call topn counters.
6678         * libgcov-merge.c (__gcov_merge_icall_topn): New merge
6679         function.
6680         * libgcov-profiler.c (__gcov_topn_value_profiler_body): New
6681         utility function.
6682         (__gcov_indirect_call_topn_profiler): New profiler function.
6683         * libgcov-util.c (__gcov_icall_topn_counter_op): New.
6684         * libgcov.h: New decls.
6686 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
6688         * config.host: Remove support for score-*.
6690 2014-09-22  Joseph Myers  <joseph@codesourcery.com>
6692         * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
6693         (__LIBGCC_XF_MANT_DIG__): Define if not already defined.
6694         (LONG_DOUBLE_HAS_XF_MODE): Define in terms of
6695         __LIBGCC_XF_MANT_DIG__.
6696         (__LIBGCC_TF_MANT_DIG__): Define if not already defined.
6697         (LONG_DOUBLE_HAS_TF_MODE): Define in terms of
6698         __LIBGCC_TF_MANT_DIG__.
6699         * libgcc2.c (NOTRUNC): Define in terms of
6700         __LIBGCC_*_EXCESS_PRECISION__, not LIBGCC2_LONG_DOUBLE_TYPE_SIZE.
6701         * libgcc2.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
6703 2014-09-22  Joseph Myers  <joseph@codesourcery.com>
6705         PR target/63312
6706         * config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
6707         New macros.
6709 2014-09-22  Hans-Peter Nilsson  <hp@axis.com>
6711         * crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS
6712         override USE_PT_GNU_EH_FRAME.
6713         [__LIBGCC_EH_FRAME_SECTION_NAME__ && !USE_PT_GNU_EH_FRAME]: Sanity-
6714         check USE_EH_FRAME_REGISTRY_ALWAYS against
6715         __LIBGCC_EH_FRAME_SECTION_NAME__, emit error if unsane.
6716         * Makefile.in (FORCE_EXPLICIT_EH_REGISTRY): New
6717         variable for substituted force_explicit_eh_registry.
6718         (CRTSTUFF_CFLAGS): Add FORCE_EXPLICIT_EH_REGISTRY.
6719         * configure.ac (explicit-exception-frame-registration):
6720         New AC_ARG_ENABLE.
6721         * configure: Regenerate.
6723 2014-09-19  Olivier Hainque  <hainque@adacore.com>
6725         * config.host (powerpc-wrs-vxworksmils): New configuration,
6726         same as vxworksae.
6728 2014-09-18  Joseph Myers  <joseph@codesourcery.com>
6730         * libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__.
6732 2014-09-18  Joseph Myers  <joseph@codesourcery.com>
6734         * config/i386/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): Treat clear
6735         bits not set bits as indicating trapping exceptions.
6737 2014-09-17  Nathan sidwell  <nathan@acm.org>
6739         * Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
6740         (LIBGCOV_DRIVER): ... here.
6741         * libgcov-driver.c (gcov_master): New.
6742         (gcov_exit): Remove from master chain.
6743         (__gcov_init): Add to master chain if version compatible.  Don't
6744         clear the version.
6745         * libgcov_interface (__gcov_flust): Call gcov_dump_int.
6746         (gcov_reset_int): Clear master chain, if compatible.
6747         (gcov_dump_int): New internal interface.  Dump master chain, if
6748         compatible.
6749         (gcov_dump): Alias for gcov_dump_int.
6750         * libgcov.h (struct gcov_root): Add next and prev fields.
6751         (struct gcov_master): New struct.
6752         (__gcov_master): New.
6753         (gcov_dump_int): Declare.
6755 2014-09-17  Olivier Hainque  <hainque@adacore.com>
6757         * config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
6758         and crtbegin.o + crtend.o to extra_parts.
6760 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6762         * libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
6763         __LIBGCC_HAS_SF_MODE__.
6764         (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
6765         (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
6766         (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
6767         * config/libbid/bid_gcc_intrinsics.h
6768         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
6769         (LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
6770         (LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
6771         * fixed-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
6772         (LIBGCC2_HAS_SF_MODE): Define using __LIBGCC_HAS_SF_MODE__.
6773         (LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
6775 2014-09-11  Georg-Johann Lay  <avr@gjlay.de>
6777         PR target/63223
6778         * config/avr/libgcc.S (__tablejump2__): Rewrite to use RAMPZ, ELPM
6779         and R24 as needed.  Make work for all devices and .text locations.
6780         (__do_global_ctors, __do_global_dtors): Use word addresses.
6781         (__tablejump__, __tablejump_elpm__): Remove functions.
6782         * t-avr (LIB1ASMFUNCS): Remove _tablejump, _tablejump_elpm.
6783         Add _tablejump2.
6784         (XICALL, XIJMP): New macros.
6786 2014-09-09  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6787         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6789         * config.host (aarch64*): Include crtfastmath.o and
6790         t-crtfm.
6791         * config/aarch64/crtfastmath.c: New file.
6793 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
6795         * config.host: Remove picochip support.
6796         * config/picochip/adddi3.S: Remove.
6797         * config/picochip/ashlsi3.S: Remove.
6798         * config/picochip/ashlsi3.c: Remove.
6799         * config/picochip/ashrsi3.S: Remove.
6800         * config/picochip/ashrsi3.c: Remove.
6801         * config/picochip/clzsi2.S: Remove.
6802         * config/picochip/cmpsi2.S: Remove.
6803         * config/picochip/divmod15.S: Remove.
6804         * config/picochip/divmodhi4.S: Remove.
6805         * config/picochip/divmodsi4.S: Remove.
6806         * config/picochip/lib1funcs.S: Remove.
6807         * config/picochip/longjmp.S: Remove.
6808         * config/picochip/lshrsi3.S: Remove.
6809         * config/picochip/lshrsi3.c: Remove.
6810         * config/picochip/parityhi2.S: Remove.
6811         * config/picochip/popcounthi2.S: Remove.
6812         * config/picochip/setjmp.S: Remove.
6813         * config/picochip/subdi3.S: Remove.
6814         * config/picochip/t-picochip: Remove.
6815         * config/picochip/ucmpsi2.S: Remove.
6816         * config/picochip/udivmodhi4.S: Remove.
6817         * config/picochip/udivmodsi4.S: Remove.
6819 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
6821         * libgcc2.c (SF_SIZE): Change all uses to __LIBGCC_SF_MANT_DIG__.
6822         (DF_SIZE): Change all uses to __LIBGCC_DF_MANT_DIG__.
6823         (XF_SIZE): Change all uses to __LIBGCC_XF_MANT_DIG__.
6824         (TF_SIZE): Change all uses to __LIBGCC_TF_MANT_DIG__.
6825         * libgcc2.h (SF_SIZE): Change to __LIBGCC_SF_MANT_DIG__.  Give
6826         error if not defined and LIBGCC2_HAS_SF_MODE is defined.
6827         (DF_SIZE): Change to __LIBGCC_DF_MANT_DIG__.  Give error if not
6828         defined and LIBGCC2_HAS_DF_MODE is defined.
6829         (XF_SIZE): Change to __LIBGCC_XF_MANT_DIG__.  Give error if not
6830         defined and LIBGCC2_HAS_XF_MODE is defined.
6831         (TF_SIZE): Change to __LIBGCC_TF_MANT_DIG__.  Give error if not
6832         defined and LIBGCC2_HAS_TF_MODE is defined.
6834 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
6836         * fp-bit.c (pack_d, unpack_d): Remove LARGEST_EXPONENT_IS_NORMAL
6837         and ROUND_TOWARDS_ZERO conditionals.
6839 2014-09-07  Nathan sidwell  <nathan@acm.org>
6841         * libgcov-interface.c (STRONG_ALIAS): Rename to ...
6842         (ALIAS_weak): ... here. Use forwarding function.  Adjust uses.
6844 2014-09-05  Joseph Myers  <joseph@codesourcery.com>
6846         * Makefile.in (CRTSTUFF_CFLAGS): Add -fbuilding-libgcc.
6847         * config/aarch64/linux-unwind.h (STACK_POINTER_REGNUM): Change all
6848         uses to __LIBGCC_STACK_POINTER_REGNUM__.
6849         (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
6850         __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
6851         * config/alpha/vms-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
6852         Change use to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
6853         * config/cr16/unwind-cr16.c (STACK_GROWS_DOWNWARD): Change all
6854         uses to __LIBGCC_STACK_GROWS_DOWNWARD__.
6855         (DWARF_FRAME_REGISTERS): Change all uses to
6856         __LIBGCC_DWARF_FRAME_REGISTERS__.
6857         (EH_RETURN_STACKADJ_RTX): Change all uses to
6858         __LIBGCC_EH_RETURN_STACKADJ_RTX__.
6859         * config/cr16/unwind-dw2.h (DWARF_FRAME_REGISTERS): Change use to
6860         __LIBGCC_DWARF_FRAME_REGISTERS__.  Remove conditional definition.
6861         * config/i386/cygming-crtbegin.c (EH_FRAME_SECTION_NAME): Change
6862         use to __LIBGCC_EH_FRAME_SECTION_NAME__.
6863         (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__.
6864         * config/i386/cygming-crtend.c (EH_FRAME_SECTION_NAME): Change use
6865         to __LIBGCC_EH_FRAME_SECTION_NAME__.
6866         (JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__
6867         * config/mips/linux-unwind.h (STACK_POINTER_REGNUM): Change use to
6868         __LIBGCC_STACK_POINTER_REGNUM__.
6869         (DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
6870         __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
6871         * config/nios2/linux-unwind.h (STACK_POINTER_REGNUM): Change use
6872         to __LIBGCC_STACK_POINTER_REGNUM__.
6873         * config/pa/hpux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
6874         all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
6875         * config/pa/linux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
6876         all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
6877         * config/rs6000/aix-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
6878         Change all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
6879         (STACK_POINTER_REGNUM): Change all uses to
6880         __LIBGCC_STACK_POINTER_REGNUM__.
6881         * config/rs6000/darwin-fallback.c (STACK_POINTER_REGNUM): Change
6882         use to __LIBGCC_STACK_POINTER_REGNUM__.
6883         * config/rs6000/linux-unwind.h (STACK_POINTER_REGNUM): Change all
6884         uses to __LIBGCC_STACK_POINTER_REGNUM__.
6885         * config/sparc/linux-unwind.h (DWARF_FRAME_REGISTERS): Change use
6886         to __LIBGCC_DWARF_FRAME_REGISTERS__.
6887         * config/sparc/sol2-unwind.h (DWARF_FRAME_REGISTERS): Change use
6888         to __LIBGCC_DWARF_FRAME_REGISTERS__.
6889         * config/tilepro/linux-unwind.h (STACK_POINTER_REGNUM): Change use
6890         to __LIBGCC_STACK_POINTER_REGNUM__.
6891         * config/xtensa/unwind-dw2-xtensa.h (DWARF_FRAME_REGISTERS):
6892         Remove conditional definition.
6893         * crtstuff.c (TEXT_SECTION_ASM_OP): Change all uses to
6894         __LIBGCC_TEXT_SECTION_ASM_OP__.
6895         (EH_FRAME_SECTION_NAME): Change all uses to
6896         __LIBGCC_EH_FRAME_SECTION_NAME__.
6897         (EH_TABLES_CAN_BE_READ_ONLY): Change all uses to
6898         __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__.
6899         (CTORS_SECTION_ASM_OP): Change all uses to
6900         __LIBGCC_CTORS_SECTION_ASM_OP__.
6901         (DTORS_SECTION_ASM_OP): Change all uses to
6902         __LIBGCC_DTORS_SECTION_ASM_OP__.
6903         (JCR_SECTION_NAME): Change all uses to
6904         __LIBGCC_JCR_SECTION_NAME__.
6905         (INIT_SECTION_ASM_OP): Change all uses to
6906         __LIBGCC_INIT_SECTION_ASM_OP__.
6907         (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
6908         __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
6909         * generic-morestack.c (STACK_GROWS_DOWNWARD): Change all uses to
6910         __LIBGCC_STACK_GROWS_DOWNWARD__.
6911         * libgcc2.c (INIT_SECTION_ASM_OP): Change all uses to
6912         __LIBGCC_INIT_SECTION_ASM_OP__.
6913         (INIT_ARRAY_SECTION_ASM_OP): Change all uses to
6914         __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
6915         (EH_FRAME_SECTION_NAME): Change all uses to
6916         __LIBGCC_EH_FRAME_SECTION_NAME__.
6917         * libgcov-profiler.c (VTABLE_USES_DESCRIPTORS): Remove conditional
6918         definitions.  Change all uses to
6919         __LIBGCC_VTABLE_USES_DESCRIPTORS__.
6920         * unwind-dw2.c (STACK_GROWS_DOWNWARD): Change all uses to
6921         __LIBGCC_STACK_GROWS_DOWNWARD__.
6922         (DWARF_FRAME_REGISTERS): Change all uses to
6923         __LIBGCC_DWARF_FRAME_REGISTERS__.
6924         (EH_RETURN_STACKADJ_RTX): Change all uses to
6925         __LIBGCC_EH_RETURN_STACKADJ_RTX__.
6926         * unwind-dw2.h (DWARF_FRAME_REGISTERS): Remove conditional
6927         definition.  Change use to __LIBGCC_DWARF_FRAME_REGISTERS__.
6928         * unwind-sjlj.c (DONT_USE_BUILTIN_SETJMP): Change all uses to
6929         __LIBGCC_DONT_USE_BUILTIN_SETJMP__.
6930         (JMP_BUF_SIZE): Change use to __LIBGCC_JMP_BUF_SIZE__.
6932 2014-09-02  Nathan sidwell  <nathan@acm.org>
6934         * libgcov-interface.c (STRONG_ALIAS): New.
6935         (__gcov_flush): Call __gcov_reset_int.
6936         (__gcov_reset): Strong alias for ...
6937         (__gcov_reset_ing): ... this renamed hidden version.
6938         * libgcov.h (__gcov_reset_int): New declaration.
6940 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
6942         * config/i386/cygming-crtend.c (register_frame_ctor): Move atexit
6943         call from here...
6944         * config/i386/cygming-crtbegin.c (__gcc_register_frame): to here.
6945         (__dso_handle): Define on Cygwin.
6946         * config/i386/t-cygming (crtbeginS.o): New rule.
6947         * config.host (*-*-cygwin*): Add crtbeginS.o to extra_parts.
6949         * config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
6950         declaration syntax.
6952 2014-08-13  Steve Ellcey  <sellcey@mips.com>
6954         * crtstuff.c: Undef caddr_t.
6956 2014-08-12  Steve Ellcey  <sellcey@mips.com>
6958         * config/mips/mips16.S:  Skip when __mips_soft_float is defined.
6960 2014-08-07  Nathan Sidwell  <nathan@acm.org>
6962         * Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...
6963         (LIBGCOV_DRIVER): ... to here.
6964         * libgcov.h (gcov_do_dump): New #define.
6965         (struct gcov_root): New.
6966         (__gcov_root): New declaration.
6967         (__gcov_dump_one): Declare.
6968         * libgcov-driver.c (gcov_list, gcov_dump_complete,
6969         run_accounted): Delete.
6970         (gcov_compute_histogram): Add LIST argument, adjust.
6971         (compute_summary): Adjust gcov_compute_histogram call.
6972         (gcov_do_dump): Not hidden, static in libgcov.
6973         (gcov_clear): Move  to interface.c.
6974         (__gcov_dump_one): New, broken out of ...
6975         (gcov_exit): ... here.  Make static.
6976         (__gcov_root): New.
6977         (__gcov_init): Adjust.
6978         * libgcov-interface.c (gcov_clear, gcov_exit): Remove
6979         declarations.
6980         (__gcov_flush): Use __gcov_dump_one and __gcov_reset.
6981         (gcov_clear): Moved from driver.c.   Add LIST argument.
6982         (__gcov_reset): Adjust for changed interfaces.
6983         (__gcov_fork): Remove local declaration of __gcov_flush_mx.
6985 2014-08-04  Rohit  <rohitarulraj@freescale.com>
6987         PR target/60102
6988         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Update
6989         based on change in SPE high register numbers and 3 HTM registers.
6991 2014-08-01  Nathan Sidwell  <nathan@acm.org>
6993         * Makefile.in (LIBGCOV_MERGE, LIBGCOV_PROFILER,
6994         LIBGCOV_INTERFACE): Reformat.
6995         * libgcov-driver.c (gcov_exit, __gcov_init): Disable when
6996         IN_GCOV_TOOL.
6997         * libgcov-interface.c: Reformat some comments.
6998         (__gcov_flush_mx): Add declaration.  Tidy up definition.
7000 2014-07-31  Alan Modra  <amodra@gmail.com>
7001             Peter Bergner  <bergner@vnet.ibm.com>
7003         * config/rs6000/ibm-ldouble.c (typedef union longDblUnion): Delete.
7004         (pack_ldouble): New function.
7005         (__gcc_qadd): Use it.
7006         (__gcc_qmul): Likewise.
7007         (__gcc_qdiv): Likewise.
7008         (__gcc_qneg): Likewise.
7009         (__gcc_stoq): Likewise.
7010         (__gcc_dtoq): Likewise.
7012 2014-07-30  J. D. Johnston  <jjohnst@us.ibm.com>
7014         * config/s390/tpf-unwind.h: Include <stdbool.h>.
7015         (__tpf_eh_return): Add original return address as second parameter.
7016         Handle cases where unwinder routines were called directly, instead
7017         of from within the C++ library.
7019 2014-07-29  Nathan Sidwell  <nathan@acm.org>
7021         * libgcov.h: Move renaming of entry points to lib gcov specific
7022         portion.
7023         (gcov_do_dump): New rename.
7024         (gcov_rewrite): Remove inline, make HIDDEN.
7025         * libgcov-driver.c (gcov_clear, gcov_exit): Remove declarations.
7026         (gcov_exit_compute_summary): Rename to ...
7027         (compute_summary): ... here.  Add LIST argument.
7028         (gcov_exit_merge_gcda): Rename to ...
7029         (merge_one_data): ... here.
7030         (gcov_exit_write_gcda): Rename to ...
7031         (write_one_data): ... here.
7032         (gcov_exit_merge_summary): Rename to ...
7033         (merge_summary): Add RUN_COUNTED argument.
7034         (gcov_exit_dump_gcov): Rename to ...
7035         (dump_one_gcov): Add RUN_COUNTED argument.
7036         (gcov_do_dump): New function, broken out of ...
7037         (gcov_exit): ... here.  Call it.
7039 2014-07-27  Anthony Green  <green@moxielogic.com>
7041         * config.host: Add moxiebox configuration suppport.
7043 2014-07-27  Nathan Sidwell  <nathan@acm.org>
7045         * libgcov-driver.c (struct gcov_filename_aux): Rename ...
7046         (struct gcov_filename): ... here.  Include buffer and max length
7047         fields.
7048         (gcov_max_filename): Remove.
7049         (gi_filename): Remove.
7050         (gcov_exit_compute_summary): Compute max filename here.
7051         (gcov_exit_merge_gcda): Add filename parm, adjust.
7052         (gcov_exit_merge_summary): Likewise.
7053         (gcov_exit_dump_gcov): Adjust for struct gcov_filename changes.
7054         (gcov_exit): Likewise.
7055         (__gcov_init): Don't calculate max length here.
7056         * libgcov_util.c (max_filename_len): Remove.
7057         (read_gcda_file): Don't calculate max length here.
7058         (gcov_read_profile_dir): Don't propagate here.
7059         * libgcov-driver-system.c (alloc_filename_struct): Adjust for
7060         struct gcov_filename changes.
7061         (gcov_exit_open_gcda_file): Likewise.
7063 2014-07-25  Nathan Sidwell  <nathan@acm.org>
7065         * libgcov-driver.c (set_gcov_dump_complete,
7066         reset_gcov_dump_complete, get_gcov_dump_complete): Remove global
7067         functions polluting user's namespace.
7068         (gcov_exit): Set variable directly.
7069         (gcov_clear): Reset variable directly.
7070         * libgcov-interface.c (get_gcov_dymp_complete,
7071         reset_gov_dump_complete): Remove declarations.
7072         (__gcov_reset, __gcov_dump): Don't call them.
7074 2014-07-24  DJ Delorie  <dj@redhat.com>
7076         * config/i386/cygming-crtbegin.c (deregister_frame_fn): Newly public.
7077         (__gcc_deregister_frame): Move logic to detect deregister function
7078         to ...
7079         (__gcc_register_frame): here, so it's consistent with the register
7080         logic.
7082 2014-07-23  Nathan Sidwell  <nathan@acm.org>
7084         * libgcov-driver.c (set_gcov_list): Remove.
7085         (gcov_list): Make non-static in GCOV_TOOL.
7086         * libgcov.h (GCOV_TOOL_LINKAGE): Remove unused #define.
7088 2014-07-17  John David Anglin  <danglin@gcc.gnu.org>
7090         * config/pa/linux-atomic.c (__sync_lock_release_4): New.
7091         (SYNC_LOCK_RELEASE): Update to use __kernel_cmpxchg for release.
7092         Don't use SYNC_LOCK_RELEASE for int type.
7094 2014-07-14  Richard Biener  <rguenther@suse.de>
7096         * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
7098 2014-07-11  Rong Xu  <xur@google.com>
7100         * libgcov-util.c (gcov_max_filename): Fix declartion.
7102 2014-07-10  Rong Xu  <xur@google.com>
7104         Add gcov-tool: an offline gcda profile processing tool
7105         Support.
7106         * libgcov-driver.c (gcov_max_filename): Make available
7107         to gcov-tool.
7108         * libgcov-merge.c (__gcov_merge_add): Replace
7109         gcov_read_counter() with a Macro.
7110         (__gcov_merge_ior): Ditto.
7111         (__gcov_merge_time_profile): Ditto.
7112         (__gcov_merge_single): Ditto.
7113         (__gcov_merge_delta): Ditto.
7114         * libgcov-util.c (void gcov_set_verbose): Set the verbose flag
7115         in the utility functions.
7116         (set_fn_ctrs): Utility function for reading gcda files to in-memory
7117         gcov_list object link lists.
7118         (tag_function): Ditto.
7119         (tag_blocks): Ditto.
7120         (tag_arcs): Ditto.
7121         (tag_lines): Ditto.
7122         (tag_counters): Ditto.
7123         (tag_summary): Ditto.
7124         (read_gcda_finalize): Ditto.
7125         (read_gcda_file): Ditto.
7126         (ftw_read_file): Ditto.
7127         (read_profile_dir_init): Ditto.
7128         (gcov_read_profile_dir): Ditto.
7129         (gcov_read_counter_mem): Ditto.
7130         (gcov_get_merge_weight): Ditto.
7131         (merge_wrapper): A wrapper function that calls merging handler.
7132         (gcov_merge): Merge two gcov_info objects with weights.
7133         (find_match_gcov_info): Find the matched gcov_info in the list.
7134         (gcov_profile_merge): Merge two gcov_info object lists.
7135         (__gcov_add_counter_op): Process edge profile counter values.
7136         (__gcov_ior_counter_op): Process IOR profile counter values.
7137         (__gcov_delta_counter_op): Process delta profile counter values.
7138         (__gcov_single_counter_op): Process single  profile counter values.
7139         (fp_scale): Callback function for float-point scaling.
7140         (int_scale): Callback function for integer fraction scaling.
7141         (gcov_profile_scale): Scaling profile counters.
7142         (gcov_profile_normalize): Normalize profile counters.
7143         * libgcov.h: Add headers and functions for gcov-tool use.
7144         (gcov_get_counter): New.
7145         (gcov_get_counter_target): Ditto.
7146         (struct gcov_info): Make the functions field mutable in gcov-tool
7147         compilation.
7149 2014-06-23  Kai Tietz  <ktietz@redhat.com>
7151         PR libgcc/61585
7152         * unwind-seh.c (_Unwind_GetGR): Check for proper
7153         index range.
7154         (_Unwind_SetGR): Likewise.
7156 2014-05-22  Nick Clifton  <nickc@redhat.com>
7158         * config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
7159         -mhwmult=none.
7161 2014-05-22  Teresa Johnson  <tejohnson@google.com>
7163         * libgcov-driver.c (gcov_error): Move declaration before gcov-io.c
7164         include.
7166 2014-05-20  John Marino  <gnugcc@marino.st>
7168         * config.host (*-*-dragonfly*): New target.
7169         * crtstuff.c: Make dl_iterate_support generic on *bsd.
7170         * enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
7171         * unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
7172         * config/i386/dragonfly-unwind.h: New.
7174 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
7176         PR libgcc/60166
7177         * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S)
7178         (_FP_NANFRAC_D, _FP_NANSIGN_Q): Set the quiet bit.
7180 2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7182         * unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
7183         implementation.
7185 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
7187         * config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception.
7189 2014-05-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7191         PR libgcc/61097
7192         * config/t-slibgcc-sld: Only build and install libgcc-unwind.map
7193         if --enable-shared.
7195 2014-04-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7197         Work around for current cygwin32 build problems.
7198         * config/i386/cygming-crtbegin.c (__register_frame_info,
7199         __deregister_frame_info, _Jv_RegisterClasses): Compile weak default
7200         functions only for 64-bit systems.
7202 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7204         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
7205         (sigill_caught, sigill_hdlr): Remove.
7207 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7209         * config/i386/crtfastmath.c (set_fast_math): Remove SSE execution
7210         check.
7211         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
7212         Solaris 9 single-threaded support.
7213         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
7214         Solaris 9 single-threaded support.  Add call_user_handler code
7215         sequences.
7216         (sparc_is_sighandler): Likewise.
7218 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7220         * config.host: Append t-floattodi to tmake_file depending on
7221         host_address.
7223 2014-03-20  Joel Sherrill  <joel.sherrill@oarcorp.com>
7225         * config.host (v850*-*-*): Add to tmake_file instead of resetting it.
7227 2014-03-10  Uros Bizjak  <ubizjak@gmail.com>
7229         PR libgcc/60472
7230         * crtstuff.c (frame_dummy): Use void **jcr_list temporary
7231         variable to avoid "array subscript is above array bounds" warnings.
7232         Use __builtin_expect when checking *jcr_list for NULL.
7234 2014-03-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7236         PR libgcc/59339
7237         * config.host (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu)
7238         (*-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Only add
7239         vtv_*.o to extra_parts if enable_vtable_verify.
7241 2014-03-06  Nick Clifton  <nickc@redhat.com>
7243         * config/msp430/t-msp430 (LIB2ADD): Add lib2hw_mul.S
7244         * config/msp430/lib2hw_mul.S: New: Hardware multiply routines.
7246 2014-02-28  Joey Ye  <joey.ye@arm.com>
7248         PR libgcc/60166
7249         * config/arm/sfp-machine.h (_FP_NANFRAC_H,
7250         _FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q):
7251         Set to zero.
7253 2014-02-24  Walter Lee  <walt@tilera.com>
7255         * config.host: Support "tilegx*" and "tilepro*" triplets.
7256         * config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
7257         * config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.
7259 2014-02-20  Sandra Loosemore  <sandra@codesourcery.com>
7260             Chung-Lin Tang  <cltang@codesourcery.com>
7262         * config/nios2/t-nios2 (CRTSTUFF_T_CFLAGS): Add -mno-gpopt.
7263         * config/nios2/crti.S: Remove .file directive.
7264         * config/nios2/crtn.S: Likewise.
7266 2014-02-18  Kai Tietz  <ktietz@redhat.com>
7267         Jonathan Schleifer  <js@webkeks.org>
7269         PR objc/56870
7270         * unwind-seh.c (_GCC_specific_handler): Pass proper
7271         value to unwind-handler.
7273 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
7275         * soft-fp/adddf3.c: Update from glibc.
7276         * soft-fp/addsf3.c: Likewise.
7277         * soft-fp/addtf3.c: Likewise.
7278         * soft-fp/divdf3.c: Likewise.
7279         * soft-fp/divsf3.c: Likewise.
7280         * soft-fp/divtf3.c: Likewise.
7281         * soft-fp/double.h: Likewise.
7282         * soft-fp/eqdf2.c: Likewise.
7283         * soft-fp/eqsf2.c: Likewise.
7284         * soft-fp/eqtf2.c: Likewise.
7285         * soft-fp/extenddftf2.c: Likewise.
7286         * soft-fp/extended.h: Likewise.
7287         * soft-fp/extendsfdf2.c: Likewise.
7288         * soft-fp/extendsftf2.c: Likewise.
7289         * soft-fp/extendxftf2.c: Likewise.
7290         * soft-fp/fixdfdi.c: Likewise.
7291         * soft-fp/fixdfsi.c: Likewise.
7292         * soft-fp/fixdfti.c: Likewise.
7293         * soft-fp/fixsfdi.c: Likewise.
7294         * soft-fp/fixsfsi.c: Likewise.
7295         * soft-fp/fixsfti.c: Likewise.
7296         * soft-fp/fixtfdi.c: Likewise.
7297         * soft-fp/fixtfsi.c: Likewise.
7298         * soft-fp/fixtfti.c: Likewise.
7299         * soft-fp/fixunsdfdi.c: Likewise.
7300         * soft-fp/fixunsdfsi.c: Likewise.
7301         * soft-fp/fixunsdfti.c: Likewise.
7302         * soft-fp/fixunssfdi.c: Likewise.
7303         * soft-fp/fixunssfsi.c: Likewise.
7304         * soft-fp/fixunssfti.c: Likewise.
7305         * soft-fp/fixunstfdi.c: Likewise.
7306         * soft-fp/fixunstfsi.c: Likewise.
7307         * soft-fp/fixunstfti.c: Likewise.
7308         * soft-fp/floatdidf.c: Likewise.
7309         * soft-fp/floatdisf.c: Likewise.
7310         * soft-fp/floatditf.c: Likewise.
7311         * soft-fp/floatsidf.c: Likewise.
7312         * soft-fp/floatsisf.c: Likewise.
7313         * soft-fp/floatsitf.c: Likewise.
7314         * soft-fp/floattidf.c: Likewise.
7315         * soft-fp/floattisf.c: Likewise.
7316         * soft-fp/floattitf.c: Likewise.
7317         * soft-fp/floatundidf.c: Likewise.
7318         * soft-fp/floatundisf.c: Likewise.
7319         * soft-fp/floatunditf.c: Likewise.
7320         * soft-fp/floatunsidf.c: Likewise.
7321         * soft-fp/floatunsisf.c: Likewise.
7322         * soft-fp/floatunsitf.c: Likewise.
7323         * soft-fp/floatuntidf.c: Likewise.
7324         * soft-fp/floatuntisf.c: Likewise.
7325         * soft-fp/floatuntitf.c: Likewise.
7326         * soft-fp/gedf2.c: Likewise.
7327         * soft-fp/gesf2.c: Likewise.
7328         * soft-fp/getf2.c: Likewise.
7329         * soft-fp/ledf2.c: Likewise.
7330         * soft-fp/lesf2.c: Likewise.
7331         * soft-fp/letf2.c: Likewise.
7332         * soft-fp/muldf3.c: Likewise.
7333         * soft-fp/mulsf3.c: Likewise.
7334         * soft-fp/multf3.c: Likewise.
7335         * soft-fp/negdf2.c: Likewise.
7336         * soft-fp/negsf2.c: Likewise.
7337         * soft-fp/negtf2.c: Likewise.
7338         * soft-fp/op-1.h: Likewise.
7339         * soft-fp/op-2.h: Likewise.
7340         * soft-fp/op-4.h: Likewise.
7341         * soft-fp/op-8.h: Likewise.
7342         * soft-fp/op-common.h: Likewise.
7343         * soft-fp/quad.h: Likewise.
7344         * soft-fp/single.h: Likewise.
7345         * soft-fp/soft-fp.h: Likewise.
7346         * soft-fp/subdf3.c: Likewise.
7347         * soft-fp/subsf3.c: Likewise.
7348         * soft-fp/subtf3.c: Likewise.
7349         * soft-fp/truncdfsf2.c: Likewise.
7350         * soft-fp/trunctfdf2.c: Likewise.
7351         * soft-fp/trunctfsf2.c: Likewise.
7352         * soft-fp/trunctfxf2.c: Likewise.
7353         * soft-fp/unorddf2.c: Likewise.
7354         * soft-fp/unordsf2.c: Likewise.
7355         * soft-fp/unordtf2.c: Likewise.
7356         * config/aarch64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): New
7357         macro.
7358         * config/arm/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7359         Likewise.
7360         * config/c6x/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7361         Likewise.
7362         * config/cris/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7363         Likewise.
7364         * config/i386/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7365         Likewise.
7366         * config/ia64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7367         Likewise.
7368         * config/lm32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7369         Likewise.
7370         * config/mips/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7371         Likewise.
7372         * config/moxie/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7373         Likewise.
7374         * config/nds32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7375         Likewise.
7376         * config/nios2/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7377         Likewise.
7378         * config/rs6000/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7379         Likewise.
7380         * config/score/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7381         Likewise.
7382         * config/tilegx/sfp-machine32.h (_FP_TININESS_AFTER_ROUNDING):
7383         Likewise.
7384         * config/tilegx/sfp-machine64.h (_FP_TININESS_AFTER_ROUNDING):
7385         Likewise.
7386         * config/tilepro/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7387         Likewise.
7389 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7391         * config/s390/32/_fixdfdi.c: Throw invalid exception if number
7392         cannot be represented.
7393         * config/s390/32/_fixsfdi.c: Likewise.
7394         * config/s390/32/_fixtfdi.c: Likewise.
7395         * config/s390/32/_fixunsdfdi.c: Likewise.
7396         * config/s390/32/_fixunssfdi.c: Likewise.
7397         * config/s390/32/_fixunstfdi.c: Likewise.
7399 2014-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
7401         * configure.ac (libgcc_cv_mips_hard_float): New.
7402         * configure: Regenerate.
7403         * config.host (mips*-*-*): Use t-hardfp-sfdf rather than
7404         t-softfp-sfdf for hard-float targets.
7405         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Reinstate.
7406         (softfp_float_modes, softfp_int_modes, softfp_extensions)
7407         (softfp_truncations, softfp_exclude_libgcc2): New.
7408         * config/t-hardfp: New file.
7409         * config/t-hardfp-sfdf: Likewise.
7410         * config/hardfp.c: Likewise.
7412 2014-02-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7414         * config.host: Include t-floattodi also for s390x.
7415         * config/s390/32/_fixdfdi.c: Omit in 64 bit mode.
7416         * config/s390/32/_fixsfdi.c: Likewise.
7417         * config/s390/32/_fixtfdi.c: Likewise.
7418         * config/s390/32/_fixunsdfdi.c: Likewise.
7419         * config/s390/32/_fixunssfdi.c: Likewise.
7420         * config/s390/32/_fixunstfdi.c: Likewise.
7422 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7424         PR target/59788
7425         * config/t-slibgcc-sld (libgcc-unwind.map): New target.
7426         (install-libgcc-unwind-map-forbuild): New target.
7427         (all): Depend on install-libgcc-unwind-map-forbuild.
7428         (install-libgcc-unwind-map): New target.
7429         (install): Depend on install-libgcc-unwind-map.
7431 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
7433         * config/nios2/crti.S (_init): Initialize GOT pointer from
7434         _gp_got instead of _GLOBAL_OFFSET_TABLE_.
7436 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
7438         * configure.ac: Check __mips64 when setting host_address.
7439         * configure: Regenerate.
7440         * config.host (mips*-*-*): Add t-softfp-sfdf, mips/t-softfp-tf,
7441         mips/t-mips64 and t-softfp.
7442         (mips*-*-linux*): Don't add mips/t-tpbit.
7443         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS, FPBIT, FPBIT_CFLAGS)
7444         (DPBIT, DPBIT_CFLAGS): Delete.
7445         * config/mips/sfp-machine.h: New file.
7446         * config/mips/t-mips64: Likewise.
7447         * config/mips/t-softfp-tf: Likewise.
7448         * config/mips/t-tpbit: Delete.
7450 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7452         * config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
7453         as long long.
7455 2014-01-25  Walter Lee  <walt@tilera.com>
7457         * config/tilepro/atomic.c: Include tconfig.h.  Don't include
7458         config.h or system.h.
7459         (bool) Define.
7461 2014-01-25  Walter Lee  <walt@tilera.com>
7463         * config/tilepro/atomic.c (pre_atomic_barrier): Mark inline.
7464         (post_atomic_barrier): Ditto.
7465         (__fetch_and_do): New macro.
7466         (__atomic_fetch_and_do): Use __fetch_and_do.
7467         (__sync_fetch_and_do): New macro.
7468         (__sync_fetch_and_add_4): New function.
7469         (__sync_fetch_and_sub_4): New function.
7470         (__sync_fetch_and_or_4): New function.
7471         (__sync_fetch_and_and_4): New function.
7472         (__sync_fetch_and_xor_4): New function.
7473         (__sync_fetch_and_nand_4): New function.
7474         (__sync_fetch_and_add_8): New function.
7475         (__sync_fetch_and_sub_8): New function.
7476         (__sync_fetch_and_or_8): New function.
7477         (__sync_fetch_and_and_8): New function.
7478         (__sync_fetch_and_xor_8): New function.
7479         (__sync_fetch_and_nand_8): New function.
7480         (__do_and_fetch): New macro.
7481         (__atomic_do_and_fetch): Use __do_and_fetch.
7482         (__sync_do_and_fetch): New macro.
7483         (__sync_add_and_fetch_4): New function.
7484         (__sync_sub_and_fetch_4): New function.
7485         (__sync_or_and_fetch_4): New function.
7486         (__sync_and_and_fetch_4): New function.
7487         (__sync_xor_and_fetch_4): New function.
7488         (__sync_nand_and_fetch_4): New function.
7489         (__sync_add_and_fetch_8): New function.
7490         (__sync_sub_and_fetch_8): New function.
7491         (__sync_or_and_fetch_8): New function.
7492         (__sync_and_and_fetch_8): New function.
7493         (__sync_xor_and_fetch_8): New function.
7494         (__sync_nand_and_fetch_8): New function.
7495         (__sync_exchange_methods): New macro.
7496         (__sync_val_compare_and_swap_4): New function.
7497         (__sync_bool_compare_and_swap_4): New function.
7498         (__sync_lock_test_and_test_4): New function.
7499         (__sync_val_compare_and_swap_8): New function.
7500         (__sync_bool_compare_and_swap_8): New function.
7501         (__sync_lock_test_and_test_8): New function.
7502         (__subword_cmpxchg_body): New macro.
7503         (__atomic_compare_exchange_1): Use __subword_cmpxchg_body.
7504         (__atomic_compare_exchange_2): Ditto.
7505         (__sync_subword_cmpxchg): New macro.
7506         (__sync_val_compare_and_swap_1): New function.
7507         (__sync_bool_compare_and_swap_1): New function.
7508         (__sync_val_compare_and_swap_2): New function.
7509         (__sync_bool_compare_and_swap_2): New function.
7510         (__atomic_subword): Rename to ...
7511         (__subword): ... New name.
7512         (__atomic_subword_fetch): Use __subword.
7513         (__sync_subword_fetch): New macro.
7514         (__sync_fetch_and_add_1): New function.
7515         (__sync_fetch_and_sub_1): New function.
7516         (__sync_fetch_and_or_1): New function.
7517         (__sync_fetch_and_and_1): New function.
7518         (__sync_fetch_and_xor_1): New function.
7519         (__sync_fetch_and_nand_1): New function.
7520         (__sync_fetch_and_add_2): New function.
7521         (__sync_fetch_and_sub_2): New function.
7522         (__sync_fetch_and_or_2): New function.
7523         (__sync_fetch_and_and_2): New function.
7524         (__sync_fetch_and_xor_2): New function.
7525         (__sync_fetch_and_nand_2): New function.
7526         (__sync_add_and_fetch_1): New function.
7527         (__sync_sub_and_fetch_1): New function.
7528         (__sync_or_and_fetch_1): New function.
7529         (__sync_and_and_fetch_1): New function.
7530         (__sync_xor_and_fetch_1): New function.
7531         (__sync_nand_and_fetch_1): New function.
7532         (__sync_add_and_fetch_2): New function.
7533         (__sync_sub_and_fetch_2): New function.
7534         (__sync_or_and_fetch_2): New function.
7535         (__sync_and_and_fetch_2): New function.
7536         (__sync_xor_and_fetch_2): New function.
7537         (__sync_nand_and_fetch_2): New function.
7538         (__atomic_subword_lock): Use __subword.
7539         (__sync_subword_lock): New macro.
7540         (__sync_lock_test_and_set_1): New function.
7541         (__sync_lock_test_and_set_2): New function.
7543 2014-01-25  Walter Lee  <walt@tilera.com>
7545         * config/tilepro/atomic.c (BIT_OFFSET): Define.
7546         (__atomic_subword_cmpxchg): Use BIT_OFFSET.
7547         (__atomic_subword): Ditto.
7549 2014-01-25  Walter Lee  <walt@tilera.com>
7551         * config/tilepro/atomic.c (__atomic_do_and_fetch): Add
7552         a prefix op argument.
7553         (__atomic_nand_fetch_4): Add prefix op.
7554         (__atomic_nand_fetch_8): Ditto.
7556 2014-01-21  Baruch Siach  <barch@tkos.co.il>
7558         * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
7560 2014-01-09  Rong Xu  <xur@google.com>
7562         * libgcov-driver.c (this_prg): make it local to save
7563         bss space.
7564         (gcov_exit_compute_summary): Ditto.
7565         (gcov_exit_merge_gcda): Ditto.
7566         (gcov_exit_merge_summary): Ditto.
7567         (gcov_exit_dump_gcov): Ditto.
7569 2014-01-08  Rong Xu  <xur@google.com>
7571         * libgcov-driver.c: Use libgcov.h.
7572         (buffer_fn_data): Use xmalloc instead of malloc.
7573         (gcov_exit_merge_gcda): Ditto.
7574         * libgcov-driver-system.c (allocate_filename_struct): Ditto.
7575         * libgcov.h: New common header files for libgcov-*.h.
7576         * libgcov-interface.c: Use libgcov.h
7577         * libgcov-merge.c: Ditto.
7578         * libgcov-profiler.c: Ditto.
7579         * Makefile.in: Add dependence to libgcov.h
7581 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
7583         * config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in
7584         case of small numerator and finite nonzero result.
7586 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
7588         Update copyright years
7590 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
7592         * config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
7593         config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
7594         config/arc/dp-hack.h, config/arc/fp-hack.h,
7595         config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
7596         config/arc/ieee-754/arc600-dsp/divdf3.S,
7597         config/arc/ieee-754/arc600-dsp/divsf3.S,
7598         config/arc/ieee-754/arc600-dsp/muldf3.S,
7599         config/arc/ieee-754/arc600-dsp/mulsf3.S,
7600         config/arc/ieee-754/arc600-mul64/divdf3.S,
7601         config/arc/ieee-754/arc600-mul64/divsf3.S,
7602         config/arc/ieee-754/arc600-mul64/muldf3.S,
7603         config/arc/ieee-754/arc600-mul64/mulsf3.S,
7604         config/arc/ieee-754/arc600/divsf3.S,
7605         config/arc/ieee-754/arc600/mulsf3.S,
7606         config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
7607         config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
7608         config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
7609         config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
7610         config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
7611         config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
7612         config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
7613         config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
7614         config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
7615         config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
7616         config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
7617         config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
7618         config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
7619         config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
7620         config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
7621         config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
7622         config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
7623         config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
7624         config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
7625         config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
7626         config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
7627         config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
7628         vtv_start_preinit.c: Use the standard form for the copyright notice.
7630 2013-12-31  Sandra Loosemore  <sandra@codesourcery.com>
7631             Chung-Lin Tang  <cltang@codesourcery.com>
7632         Based on patches from Altera Corporation
7634         * config.host (nios2-*-*,nios2-*-linux*): Add nios2 host cases.
7635         * config/nios2/lib2-nios2.h: New file.
7636         * config/nios2/lib2-divmod-hi.c: New file.
7637         * config/nios2/linux-unwind.h: New file.
7638         * config/nios2/lib2-divmod.c: New file.
7639         * config/nios2/linux-atomic.c: New file.
7640         * config/nios2/t-nios2: New file.
7641         * config/nios2/crti.asm: New file.
7642         * config/nios2/t-linux: New file.
7643         * config/nios2/lib2-divtable.c: New file.
7644         * config/nios2/lib2-mul.c: New file.
7645         * config/nios2/tramp.c: New file.
7646         * config/nios2/crtn.asm: New file.
7648 2013-12-26  Uros Bizjak  <ubizjak@gmail.com>
7650         * config/i386/cpuinfo.c (enum vendor_signatures): Remove.
7651         (__cpu_indicator_init): Use signature_INTEL_ebx and signature_AMD_ebx
7652         from cpuid.h to check vendor signatures.
7654 2013-12-26  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
7656         * config/i386/cpuinfo.c (processor_types): Rename AMD cpu names
7657         AMD_BOBCAT to AMD_BTVER1 and AMD_JAGUAR to AMD_BTVER2.
7658         (get_amd_cpu): Likewise.
7660 2013-12-25   H.J. Lu  <hongjiu.lu@intel.com>
7662         * config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
7663         Haswell.
7665 2013-12-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
7666             H.J. Lu  <hongjiu.lu@intel.com>
7668         PR target/59422
7669         * config/i386/cpuinfo.c (enum processor_types):  Add AMD_BOBCAT
7670         and AMD_JAGUAR.
7671         (enum processor_subtypes): Add AMDFAM15H_BDVER3, AMDFAM15H_BDVER4,
7672         INTEL_COREI7_IVYBRIDGE and INTEL_COREI7_HASWELL.
7673         (enum processor_features): Add  FEATURE_SSE4_A, FEATURE_FMA4,
7674         FEATURE_XOP and FEATURE_FMA.
7675         (get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
7676         AMDFAM15H_BDVER3.
7677         (get_intel_cpu): Handle INTEL_COREI7 and INTEL_COREI7_HASWELL.
7678         (get_available_features): Handle FEATURE_FMA, FEATURE_SSE4_A,
7679         FEATURE_FMA4 and FEATURE_XOP.
7681 2013-12-23   H.J. Lu  <hongjiu.lu@intel.com>
7683         * config/i386/cpuinfo.c (processor_subtypes): Replace INTEL_ATOM,
7684         INTEL_SLM with INTEL_BONNELL, INTEL_SILVERMONT.
7685         (get_intel_cpu): Updated.
7687 2013-12-12  Zhenqiang Chen  <zhenqiang.chen@arm.com>
7689         * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
7691 2013-12-09  Uros Bizjak  <ubizjak@gmail.com>
7693         * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
7694         instructions when __SSE_MATH__ is defined.
7696 2013-12-06  Ralf Corsépius  <ralf.corsepius@rtems.org>
7698         * config.host (microblaze-*-rtems*): New.
7700 2013-12-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
7702         * config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
7703         architectures that do not have hardware divide instruction.
7704         i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__.
7706 2013-12-04  Richard Sandiford  <rdsandiford@googlemail.com>
7708         * longlong.h: Delete (moved to include/).
7710 2013-12-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7712         * config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add
7713         of normal number and qNaN to not raise an inexact exception.
7715 2013-11-28  Uros Bizjak  <ubizjak@gmail.com>
7717         * config/i386/32/sfp-machine.h (__FP_FRAC_ADDI_4): New macro.
7719 2013-11-28  Matthew Leach  <matthew.leach@arm.com>
7721         * config/aarch64/linux-unwind.h (aarch64_fallback_frame_state): Check
7722         for correct opcodes on BE.
7724 2013-11-27  Uros Bizjak  <ubizjak@gmail.com>
7726         * soft-fp/op-4.h: Update from glibc.
7728 2013-11-27  Kugan Vivekanandarajah  <kuganv@linaro.org>
7730         * libgcc2.c (__udivmoddi4): Define new implementation when
7731         TARGET_HAS_NO_HW_DIVIDE is defined, for processors without any
7732         divide instructions.
7734 2013-11-25  Oleg Endo  <olegendo@gcc.gnu.org>
7736         * config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E.
7738 2013-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7740         * config/t-softfp (soft-fp-objects-base): New variable.
7741         (soft-fp-objects): Use it.
7743 2013-11-23  David Edelson  <dje.gcc@gmail.com>
7744             Andrew Dixie  <andrewd@gentrack.com>
7746         PR target/33704
7747         * config/rs6000/aixinitfini.c: New file.
7748         * config/rs6000/t-aix-cxa (LIB2ADD_ST): Add aixinitfini.c.
7749         * config/rs6000/libgcc-aix-cxa.ver (GCC_4.9): Add libgcc initfini
7750         symbols.
7752 2013-11-22  Yuri Rumyantsev  <ysrumyan@gmail.com>
7754         * config/i386/cpuinfo.c (get_intel_cpu): Add Silvermont cases.
7756 2013-11-18  Jan Hubicka  <jh@suse.cz>
7758         * libgcov-driver.c (run_accounted): Make global level static.
7759         (gcov_exit_merge_summary): Silence warning; do not clear
7760         run_accounted here.
7761         (gcov_exit): Clear it here.
7763         * libgcov-driver.c (gcov_exit_merge_summary): Fix setting
7764         run_accounted.
7766         * libgcov-driver.c (get_gcov_dump_complete): Update comments.
7767         (all_prg, crc32): Remove static vars.
7768         (gcov_exit_compute_summary): Rewrite to return crc32; do not clear
7769         all_prg.
7770         (gcov_exit_merge_gcda): Add crc32 parameter.
7771         (gcov_exit_merge_summary): Add crc32 and all_prg parameter;
7772         do not account run if it was already accounted.
7773         (gcov_exit_dump_gcov): Add crc32 and all_prg parameters.
7774         (gcov_exit): Initialize all_prg; update.
7776 2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
7778         * configure: Regenerate.
7780 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7781             Alan Modra  <amodra@gmail.com>
7783         * config/rs6000/linux-unwind.h (TOC_SAVE_SLOT): Define.
7784         (frob_update_context): Use it.
7786 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7787             Alan Modra  <amodra@gmail.com>
7789         * config/rs6000/tramp.S [__powerpc64__ && _CALL_ELF == 2]:
7790         (trampoline_initial): Provide ELFv2 variant.
7791         (__trampoline_setup): Likewise.
7793         * config/rs6000/linux-unwind.h (frob_update_context): Do not
7794         check for AIX indirect function call sequence if _CALL_ELF == 2.
7796 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7797             Alan Modra  <amodra@gmail.com>
7799         * config/rs6000/linux-unwind.h (get_regs): Do not support
7800         old kernel versions if _CALL_ELF == 2.
7801         (frob_update_context): Do not support PLT stub variants only
7802         generated by old linkers if _CALL_ELF == 2.
7804 2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7805             Alan Modra  <amodra@gmail.com>
7807         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
7808         location of CR save area for 64-bit little-endian systems.
7810 2013-11-11  Eric Botcazou  <ebotcazou@adacore.com>
7812         * config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
7813         in tmake_file.
7814         * config/arm/t-vxworks: Delete.
7816 2013-11-10  Kai Tietz  <ktietz@redhat.com>
7818         * config/i386/cygming-crtbegin.c (__gcc_register_frame):
7819         Increment load-count on use of LIBGCC_SONAME DLL.
7820         (hmod_libgcc): New static variable to hold handle of
7821         LIBGCC_SONAME DLL.
7822         (__gcc_deregister_frame): Decrement load-count of
7823         LIBGCC_SONAME DLL.
7825 2013-11-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7827         * configure.ac (libgcc_cv_dfp): Extend check to probe fenv.h
7828         availability.
7829         * configure: Regenerate
7831 2013-11-07  Uros Bizjak  <ubizjak@gmail.com>
7833         * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Handle
7834         FP_EX_DENORM.  Store result to volatile location after SSE division
7835         to close interrupt window.  Remove unneeded fwait after x87
7836         division since interrupt window will be closed by emitted fstp.
7837         Rewrite FP_EX_INEXACT handling.
7839 2013-11-06  Joseph Myers  <joseph@codesourcery.com>
7841         * soft-fp/README: Update.
7842         * soft-fp/adddf3.c: Update from glibc.
7843         * soft-fp/addsf3.c: Likewise.
7844         * soft-fp/addtf3.c: Likewise.
7845         * soft-fp/divdf3.c: Likewise.
7846         * soft-fp/divsf3.c: Likewise.
7847         * soft-fp/divtf3.c: Likewise.
7848         * soft-fp/double.h: Likewise.
7849         * soft-fp/eqdf2.c: Likewise.
7850         * soft-fp/eqsf2.c: Likewise.
7851         * soft-fp/eqtf2.c: Likewise.
7852         * soft-fp/extenddftf2.c: Likewise.
7853         * soft-fp/extended.h: Likewise.
7854         * soft-fp/extendsfdf2.c: Likewise.
7855         * soft-fp/extendsftf2.c: Likewise.
7856         * soft-fp/extendxftf2.c: Likewise.
7857         * soft-fp/fixdfdi.c: Likewise.
7858         * soft-fp/fixdfsi.c: Likewise.
7859         * soft-fp/fixdfti.c: Likewise.
7860         * soft-fp/fixsfdi.c: Likewise.
7861         * soft-fp/fixsfsi.c: Likewise.
7862         * soft-fp/fixsfti.c: Likewise.
7863         * soft-fp/fixtfdi.c: Likewise.
7864         * soft-fp/fixtfsi.c: Likewise.
7865         * soft-fp/fixtfti.c: Likewise.
7866         * soft-fp/fixunsdfdi.c: Likewise.
7867         * soft-fp/fixunsdfsi.c: Likewise.
7868         * soft-fp/fixunsdfti.c: Likewise.
7869         * soft-fp/fixunssfdi.c: Likewise.
7870         * soft-fp/fixunssfsi.c: Likewise.
7871         * soft-fp/fixunssfti.c: Likewise.
7872         * soft-fp/fixunstfdi.c: Likewise.
7873         * soft-fp/fixunstfsi.c: Likewise.
7874         * soft-fp/fixunstfti.c: Likewise.
7875         * soft-fp/floatdidf.c: Likewise.
7876         * soft-fp/floatdisf.c: Likewise.
7877         * soft-fp/floatditf.c: Likewise.
7878         * soft-fp/floatsidf.c: Likewise.
7879         * soft-fp/floatsisf.c: Likewise.
7880         * soft-fp/floatsitf.c: Likewise.
7881         * soft-fp/floattidf.c: Likewise.
7882         * soft-fp/floattisf.c: Likewise.
7883         * soft-fp/floattitf.c: Likewise.
7884         * soft-fp/floatundidf.c: Likewise.
7885         * soft-fp/floatundisf.c: Likewise.
7886         * soft-fp/floatunditf.c: Likewise.
7887         * soft-fp/floatunsidf.c: Likewise.
7888         * soft-fp/floatunsisf.c: Likewise.
7889         * soft-fp/floatunsitf.c: Likewise.
7890         * soft-fp/floatuntidf.c: Likewise.
7891         * soft-fp/floatuntisf.c: Likewise.
7892         * soft-fp/floatuntitf.c: Likewise.
7893         * soft-fp/gedf2.c: Likewise.
7894         * soft-fp/gesf2.c: Likewise.
7895         * soft-fp/getf2.c: Likewise.
7896         * soft-fp/ledf2.c: Likewise.
7897         * soft-fp/lesf2.c: Likewise.
7898         * soft-fp/letf2.c: Likewise.
7899         * soft-fp/muldf3.c: Likewise.
7900         * soft-fp/mulsf3.c: Likewise.
7901         * soft-fp/multf3.c: Likewise.
7902         * soft-fp/negdf2.c: Likewise.
7903         * soft-fp/negsf2.c: Likewise.
7904         * soft-fp/negtf2.c: Likewise.
7905         * soft-fp/op-1.h: Likewise.
7906         * soft-fp/op-2.h: Likewise.
7907         * soft-fp/op-4.h: Likewise.
7908         * soft-fp/op-8.h: Likewise.
7909         * soft-fp/op-common.h: Likewise.
7910         * soft-fp/quad.h: Likewise.
7911         * soft-fp/single.h: Likewise.
7912         * soft-fp/soft-fp.h: Likewise.
7913         * soft-fp/subdf3.c: Likewise.
7914         * soft-fp/subsf3.c: Likewise.
7915         * soft-fp/subtf3.c: Likewise.
7916         * soft-fp/truncdfsf2.c: Likewise.
7917         * soft-fp/trunctfdf2.c: Likewise.
7918         * soft-fp/trunctfsf2.c: Likewise.
7919         * soft-fp/trunctfxf2.c: Likewise.
7920         * soft-fp/unorddf2.c: Likewise.
7921         * soft-fp/unordsf2.c: Likewise.
7922         * soft-fp/unordtf2.c: Likewise.
7924 2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
7926         * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Define.
7927         (_FP_MUL_MEAT_D): Ditto.
7928         (_FP_DIV_MEAT_S): Ditto.
7929         (_FP_DIV_MEAT_D): Ditto.
7930         * config.host (i[34567]86-*-rtems*): Remove i386/t-softfp, add
7931         t-softfp-sfdf and t-softfp to tmake_file.
7933 2013-11-03  Uros Bizjak  <ubizjak@gmail.com>
7935         * config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
7936         * config/i386/crtprec.c: Ditto.
7938 2013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
7939             Shiva Chen  <shiva0217@gmail.com>
7941         * config.host (nds32*-elf*): Add nds32 target.
7942         * config/nds32 : New directory and files.
7944 2013-10-16  Hans-Peter Nilsson  <hp@axis.com>
7946         For CRIS ports, switch to soft-fp.  Improve arit.c and longlong.h.
7947         * config.host (cpu_type) <Setting default>: Add entry for
7948         crisv32-*-*.
7949         (tmake_file) <crisv32-*-elf, cris-*-elf, cris-*-linux*>
7950         <crisv32-*-linux*>: Adjust.
7951         * longlong.h: Wrap the whole CRIS section in a single
7952         defined(__CRIS__) conditional.  Add comment about add_ssaaaa
7953         and sub_ddmmss.
7954         (COUNT_LEADING_ZEROS_0): Define when count_leading_zeros is
7955         defined.
7956         [__CRIS__] (__umulsidi3): Define.
7957         [__CRIS__] (umul_ppmm): Define in terms of __umulsidi3.
7958         * config/cris/sfp-machine.h: New file.
7959         * config/cris/umulsidi3.S: New file.
7960         * config/cris/t-elfmulti (LIB2ADD_ST): Add umulsidi3.S.
7961         * config/cris/arit.c (SIGNMULT): New macro.
7962         (__Div, __Mod): Use SIGNMULT instead of naked multiplication.
7963         * config/cris/mulsi3.S: Tweak to avoid redundant register-copying;
7964         saving 3 out of originally 33 cycles from the fastest
7965         path, 3 out of 54 from the medium path and one from the longest
7966         path.  Improve comments.
7968 2013-10-15  Richard Sandiford  <rdsandiford@googlemail.com>
7970         * sync.c: Remove static aliases and define each function directly
7971         under its real name.
7973 2013-10-02  John David Anglin  <danglin@gcc.gnu.org>
7975         * config.host (hppa*64*-*-linux*): Define extra_parts.
7976         (hppa*-*-linux*): Likewise.
7978 2013-10-02  Joern Rennecke  <joern.rennecke@embecosm.com>
7980         * config/arc/crtgend.S: Add 2013 to Copyright years.
7981         * config/arc/gmon/atomic.h: Likewise.
7982         * config/arc/gmon/auxreg.h: Likewise.
7983         * config/arc/gmon/sys/gmon_out.h: Likewise.
7984         * config/arc/gmon/sys/gmon.h: Likewise.
7985         * config/arc/gmon/prof-freq.c: Likewise.
7986         * config/arc/gmon/mcount.c: Likewise.
7987         * config/arc/gmon/prof-freq-stub.S: Likewise.
7988         * config/arc/gmon/gmon.c: Likewise.
7989         * config/arc/gmon/machine-gmon.h: Likewise.
7990         * config/arc/gmon/profil.S: Likewise.
7991         * config/arc/gmon/dcache_linesz.S: Likewise.
7992         * config/arc/crtg.S: Likewise.
7993         * config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
7994         * config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
7995         * config/arc/ieee-754/adddf3.S: Likewise.
7996         * config/arc/ieee-754/truncdfsf2.S: Likewise.
7997         * config/arc/ieee-754/fixsfsi.S: Likewise.
7998         * config/arc/ieee-754/gtsf2.S: Likewise.
7999         * config/arc/ieee-754/floatsisf.S: Likewise.
8000         * config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
8001         * config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
8002         * config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
8003         * config/arc/ieee-754/fixdfsi.S: Likewise.
8004         * config/arc/ieee-754/addsf3.S: Likewise.
8005         * config/arc/ieee-754/gesf2.S: Likewise.
8006         * config/arc/ieee-754/floatsidf.S: Likewise.
8007         * config/arc/ieee-754/extendsfdf2.S: Likewise.
8008         * config/arc/ieee-754/divtab-arc-df.c: Likewise.
8009         * config/arc/ieee-754/gtdf2.S: Likewise.
8010         * config/arc/ieee-754/fixunsdfsi.S: Likewise.
8011         * config/arc/ieee-754/uneqdf2.S: Likewise.
8012         * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
8013         * config/arc/ieee-754/uneqsf2.S: Likewise.
8014         * config/arc/ieee-754/arc-ieee-754.h: Likewise.
8015         * config/arc/ieee-754/divtab-arc-sf.c: Likewise.
8016         * config/arc/ieee-754/eqdf2.S: Likewise.
8017         * config/arc/ieee-754/ordsf2.S: Likewise.
8018         * config/arc/ieee-754/divsf3.S: Likewise.
8019         * config/arc/ieee-754/divdf3.S: Likewise.
8020         * config/arc/ieee-754/floatunsidf.S: Likewise.
8021         * config/arc/ieee-754/orddf2.S: Likewise.
8022         * config/arc/ieee-754/eqsf2.S: Likewise.
8023         * config/arc/ieee-754/gedf2.S: Likewise.
8024         * config/arc/crtn.S: Likewise.
8025         * config/arc/crti.S: Likewise.
8026         * config/arc/t-arc700-uClibc: Likewise.
8027         * config/arc/asm.h: Likewise.
8028         * config/arc/libgcc-excl.ver: Likewise.
8029         * config/arc/t-arc-newlib: Likewise.
8030         * config/arc/divtab-arc700.c: Likewise.
8031         * config/arc/initfini.c: Likewise.
8032         * config/arc/fp-hack.h: Likewise.
8034 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
8035             Diego Novillo  <dnovillo@google.com>
8037         * config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
8038         * config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise.
8039         * config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise.
8040         * config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise.
8042 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
8043             Brendan Kehoe  <brendan@zen.org>
8044             Simon Cook  <simon.cook@embecosm.com>
8046         * config.host (arc*-*-elf*, arc*-*-linux-uclibc*): New configurations.
8047         * config/arc: New directory.
8048         * longlong.h [__arc__] (umul_ppmm): Remove.
8049         [__arc__] (__umulsidi3): Define.
8050         [__arc__ && __ARC_NORM__] (count_leading_zeroes): Define.
8051         [__arc__ && __ARC_NORM__] (COUNT_LEADING_ZEROS_0): Likewise.
8053 2013-09-17  Jacek Caban  <jacek@codeweavers.com>
8055         * config/i386/gthr-win32.c: CreateSemaphoreW instead of
8056         CreateSemaphoreA.
8057         * config/i386/gthr-win32.h: Likewise.
8059 2013-09-16  DJ Delorie  <dj@redhat.com>
8061         * config/rl78/vregs.h: Add G10 register definitions.
8062         * config/rl78/lib2mul.c: Enable for RL78/G10.
8063         * config/rl78/lib2div.c: Likewise.
8064         * config/rl78/lshrsi3.S: Use vregs.h.
8065         * config/rl78/cmpsi2.S: Likewise.
8066         * config/rl78/trampoline.S: Likewise.
8067         * config/rl78/mulsi2.S: Likewise.  Disable for RL78/G10.
8069 2013-09-14  DJ Delorie  <dj@redhat.com>
8070             Nick Clifton  <nickc@redhat.com>
8072         * config/rl78/mulsi3.S: Remove a few unneeded moves and branches.
8073         * config/rl78/vregs.h: New.
8074         * config/rl78/signbit.S: New file.  Implements signbit function.
8075         * config/rl78/divmodsi.S: New.
8076         * config/rl78/divmodhi.S: New.
8077         * config/rl78/divmodqi.S: New.
8078         * config/rl78/t-rl78: Build them here...
8079         * config/rl78/lib2div.c: ...but not here.
8081 2013-09-12  DJ Delorie  <dj@redhat.com>
8083         * config.host (msp*-*-elf): New.
8084         * config/msp430/: New port.
8086 2013-08-18  Iain Sandoe  <iain@codesourcery.com>
8088         PR gcov-profile/58127
8089         * libgcov.c (__gcov_indirect_call_callee): Don't make this a
8090         __thread var for emulated TLS.
8091         (__gcov_indirect_call_counters): Likewise.
8093 2013-08-16  Maciej W. Rozycki  <macro@codesourcery.com>
8094             Catherine Moore  <clm@codesourcery.com>
8095             Richard Sandiford  <rdsandiford@googlemail.com>
8097         * config/mips/mips16.S (CE_STARTFN, CE_ENDFN): New macros.
8098         (RET_FUNCTION): Use them in place of STARTFN and ENDFN.
8099         (CALL_STUB_NO_RET): Likewise.
8100         (CALL_STUB_RET): Likewise.
8101         * config/mips/libgcc-mips16.ver: Remove __mips16_call_stub and
8102         __mips16_ret call/return stub symbols.
8103         * config.host <mips*-*-linux>: For non-R5900 add t-slibgcc-libgcc
8104         to tmake_file.
8106 2013-08-13  Maciej W. Rozycki  <macro@codesourcery.com>
8108         * config.host <mips*-*-linux*>: Remove a stray comment.
8110 2013-08-10  Jan Hubicka  <jh@suse.cz>
8112         Work around binutils PR14342
8113         * Makefile.in: Add _gcov_indirect_call_profiler_v2 symbol.
8114         * libgcov.c (L_gcov_indirect_call_profiler): Restore original API.
8115         (L_gcov_indirect_call_profiler_v2): New.
8117 2013-08-06  Jan Hubicka  <jh@suse.cz>
8119         * libgcov.c (__gcov_indirect_call_callee,
8120         __gcov_indirect_call_counters): New global vars.
8121         (__gcov_indirect_call_profiler): replace by ...
8122         (__gcov_indirect_call_profiler_v2) ... this one.
8124 2013-08-06  Caroline Tice  <cmtice@google.com>
8126         * config.host (extra_parts): Add vtv_start.o, vtv_end.o
8127         vtv_start_preinit.o and vtv_end_preinit.o.
8128         * configure.ac: Add code to check/set enable_vtable_verify.
8129         * Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
8130         true.
8131         * vtv_start_preinit.c: New file.
8132         * vtv_end_preinit.c: New file.
8133         * vtv_start.c: New file.
8134         * vtv_end.c: New file.
8135         * configure: Regenerated.
8137 2013-08-01  Maxim Kuvyrkov  <maxim@kugelworks.com>
8139         * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
8140         * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
8141         * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
8142         GPL-3.0-with-GCC-exception.
8144 2013-07-30  Maciej W. Rozycki  <macro@codesourcery.com>
8146         * config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
8147         ISA and up.
8149 2013-07-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8151         * config/s390/linux-unwind.h: Use the proper dwarf to hard reg
8152         mapping for FPRs when creating the fallback framestate.
8154 2013-07-19  Georg-Johann Lay  <avr@gjlay.de>
8156         PR target/57516
8157         * config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
8158         (__round_s2_const, __round_u2_const)
8159         (__round_s4_const, __round_u4_const, __round_x8):
8160         Saturate result if addition result cannot be represented.
8162 2013-07-15  Matthias Klose  <doko@ubuntu.com>
8164         * libgcc2.c: Don't include <limits.h>.
8166 2013-07-09  Janis Johnson  <janisjo@codesourcery.com>
8168         * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
8170 2013-07-06  Jakub Jelinek  <jakub@redhat.com>
8172         PR target/29776
8173         * libgcc2.c (__floattisf): Avoid undefined signed overflow.
8175 2013-06-28  Jakub Jelinek  <jakub@redhat.com>
8177         PR middle-end/36041
8178         * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
8179         Define.
8180         (__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
8181         instead of table lookups.
8182         (__popcountDI2): Likewise.
8184 2013-06-25  Chung-Ju Wu  <jasonwucj@gmail.com>
8186         * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
8187         correctly.
8189 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
8191         PR other/53317
8192         * soft-fp/adddf3.c: Update from glibc.
8193         * soft-fp/addsf3.c: Likewise.
8194         * soft-fp/addtf3.c: Likewise.
8195         * soft-fp/divdf3.c: Likewise.
8196         * soft-fp/divsf3.c: Likewise.
8197         * soft-fp/divtf3.c: Likewise.
8198         * soft-fp/double.h: Likewise.
8199         * soft-fp/eqdf2.c: Likewise.
8200         * soft-fp/eqsf2.c: Likewise.
8201         * soft-fp/eqtf2.c: Likewise.
8202         * soft-fp/extenddftf2.c: Likewise.
8203         * soft-fp/extended.h: Likewise.
8204         * soft-fp/extendsfdf2.c: Likewise.
8205         * soft-fp/extendsftf2.c: Likewise.
8206         * soft-fp/fixdfdi.c: Likewise.
8207         * soft-fp/fixdfsi.c: Likewise.
8208         * soft-fp/fixsfdi.c: Likewise.
8209         * soft-fp/fixsfsi.c: Likewise.
8210         * soft-fp/fixtfdi.c: Likewise.
8211         * soft-fp/fixtfsi.c: Likewise.
8212         * soft-fp/fixunsdfdi.c: Likewise.
8213         * soft-fp/fixunsdfsi.c: Likewise.
8214         * soft-fp/fixunssfdi.c: Likewise.
8215         * soft-fp/fixunssfsi.c: Likewise.
8216         * soft-fp/fixunstfdi.c: Likewise.
8217         * soft-fp/fixunstfsi.c: Likewise.
8218         * soft-fp/floatdidf.c: Likewise.
8219         * soft-fp/floatdisf.c: Likewise.
8220         * soft-fp/floatditf.c: Likewise.
8221         * soft-fp/floatsidf.c: Likewise.
8222         * soft-fp/floatsisf.c: Likewise.
8223         * soft-fp/floatsitf.c: Likewise.
8224         * soft-fp/floatundidf.c: Likewise.
8225         * soft-fp/floatundisf.c: Likewise.
8226         * soft-fp/floatunditf.c: Likewise.
8227         * soft-fp/floatunsidf.c: Likewise.
8228         * soft-fp/floatunsisf.c: Likewise.
8229         * soft-fp/floatunsitf.c: Likewise.
8230         * soft-fp/gedf2.c: Likewise.
8231         * soft-fp/gesf2.c: Likewise.
8232         * soft-fp/getf2.c: Likewise.
8233         * soft-fp/ledf2.c: Likewise.
8234         * soft-fp/lesf2.c: Likewise.
8235         * soft-fp/letf2.c: Likewise.
8236         * soft-fp/muldf3.c: Likewise.
8237         * soft-fp/mulsf3.c: Likewise.
8238         * soft-fp/multf3.c: Likewise.
8239         * soft-fp/negdf2.c: Likewise.
8240         * soft-fp/negsf2.c: Likewise.
8241         * soft-fp/negtf2.c: Likewise.
8242         * soft-fp/op-1.h: Likewise.
8243         * soft-fp/op-2.h: Likewise.
8244         * soft-fp/op-4.h: Likewise.
8245         * soft-fp/op-8.h: Likewise.
8246         * soft-fp/op-common.h: Likewise.
8247         * soft-fp/quad.h: Likewise.
8248         * soft-fp/single.h: Likewise.
8249         * soft-fp/soft-fp.h: Likewise.
8250         * soft-fp/subdf3.c: Likewise.
8251         * soft-fp/subsf3.c: Likewise.
8252         * soft-fp/subtf3.c: Likewise.
8253         * soft-fp/truncdfsf2.c: Likewise.
8254         * soft-fp/trunctfdf2.c: Likewise.
8255         * soft-fp/trunctfsf2.c: Likewise.
8256         * soft-fp/unorddf2.c: Likewise.
8257         * soft-fp/unordsf2.c: Likewise.
8258         * soft-fp/unordtf2.c: Likewise.
8259         * config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
8260         * config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8261         * config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8262         * config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8263         * config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8264         * config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8265         * config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8266         * config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8267         * config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8268         * config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
8269         * config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
8270         * config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
8272 2013-06-16  Jürgen Urban  <JuergenUrban@gmx.de>
8274         * config/mips/lib2funcs.c: New file.
8275         * config/mips/t-mips (LIB2ADD_ST): Add it.
8277 2013-06-09  Oleg Endo  <olegendo@gcc.gnu.org>
8279         PR target/6526
8280         * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Do not change bits
8281         other than FPSCR.PR and FPSCR.SZ.  Add SH4A implementation.
8283 2013-06-08  Walter Lee  <walt@tilera.com>
8285         * config/tilepro/atomic.h: Don't include stdint.h or features.h.
8286         Replace int64_t with long long.  Add __extension__ where
8287         appropriate.
8288         * config/tilepro/atomic.c: Include config.h.
8290 2013-06-06  Douglas B Rupp  <rupp@adacore.com>
8292         * config.host (arm-wrs-vxworks): Configure with other soft float.
8294 2013-06-04  Jürgen Urban  <JuergenUrban@gmx.de>
8296         * config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
8297         (mips64r5900el-*-elf*): New configurations.
8299 2013-06-04  Alan Modra  <amodra@gmail.com>
8301         * config/rs6000/ibm-ldouble.c: Enable for little-endian.
8303 2013-06-03  Yuri Rumyantsev  <yuri.s.rumyantsev@intel.com>
8305         * config/i386/cpuinfo.c (INTEL_SLM): New enum value.
8307 2013-05-28  Eric Botcazou  <ebotcazou@adacore.com>
8309         * config/sparc/sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set
8310         fs->signal_frame for SIGFPE raised for IEEE-754 exceptions.
8311         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Likewise.
8313 2013-05-22  Eric Botcazou  <ebotcazou@adacore.com>
8315         * config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
8316         (powerpc-wrs-vxworks): Likewise.
8318 2013-05-22  Eric Botcazou  <ebotcazou@adacore.com>
8320         * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
8321         signal frames as well.
8322         (MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the
8323         STACK_BIAS to the CFA offset.
8325 2013-05-17  Richard Henderson  <rth@redhat.com>
8327         PR target/49146
8328         * unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
8329         (execute_cfa_program): Use it when storing to fs->regs.
8331 2013-05-08  Kai Tietz  <ktietz@redhat.com>
8333         * config/i386/cygming-crtbegin.c (__register_frame_info): Make weak.
8334         (__deregister_frame_info): Likewise.
8336 2013-05-06  Thomas Schwinge  <thomas@codesourcery.com>
8338         * fp-bit.c (unpack_d, pack_d): Properly preserve and restore a
8339         NaN's payload.
8341         * fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
8343 2013-04-25  Alan Modra  <amodra@gmail.com>
8345         * config.host: Match little-endian powerpc-linux.
8347 2013-04-19  Yufeng Zhang  <yufeng.zhang@arm.com>
8349         * config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
8350         as 'unsigned long long' instead of 'unsigned long'.
8351         (_FP_WS_TYPE): Change to define as 'signed long long' instead of
8352         'signed long'.
8354 2013-04-10  Julian Brown  <julian@codesourcery.com>
8356         * config/arm/linux-atomic.c (SUBWORD_SYNC_OP, SUBWORD_VAL_CAS)
8357         (SUBWORD_TEST_AND_SET): Use signed char/short types instead of
8358         unsigned char/unsigned short.
8359         (__sync_val_compare_and_swap_{1,2}): Handle signed argument.
8361 2013-04-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8363         PR other/55274
8364         * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.
8366 2013-04-04  Meador Inge  <meadori@codesourcery.com>
8368         * config/arm/bpabi.S (aeabi_ldivmod): Add DWARF information for
8369         computing the location of the link register.
8370         (aeabi_uldivmod): Ditto.
8372 2013-03-27  Kai Tietz  <ktietz@redhat.com>
8374         * config.host: Add support for cygwin x64 target.
8375         * configure: Regenerated.
8377 2013-03-26  Walter Lee  <walt@tilera.com>
8379         * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
8380         -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
8382 2013-03-25  Kai Tietz  <ktietz@redhat.com>
8384         * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
8386 2013-03-20  Robert Mason  <rbmj@verizon.net>
8388         * config/vxlib-tls.c (__gthread_get_tsd_data,)
8389         (__gthread_set_tsd_data, __gthread_enter_tsd_dtor_context,)
8390         (__gthread_leave_tsd_dtor_context): Add prototypes.
8391         (tls_delete_hook): Update.
8393 2013-03-20  Catherine Moore  <clm@codesourcery.com>
8394             Joseph Myers  <joseph@codesourcery.com>
8395             Chao-ying Fu  <fu@mips.com>
8397         * config/mips/mips16.S:  Don't build for microMIPS.
8398         * config/mips/linux-unwind.h: Handle microMIPS frame.
8399         * config/mips/crtn.S (fini, init): New labels.
8401 2013-03-14  Jakub Jelinek  <jakub@redhat.com>
8403         PR tree-optimization/53265
8404         * unwind-dw2.c (execute_cfa_program): Avoid
8405         -Waggressive-array-optimizations warnings for DW_CFA_GNU_window_save
8406         on targets with DWARF_FRAME_REGISTERS < 32.
8408 2013-03-13  Oleg Endo  <olegendo@gcc.gnu.org>
8410         PR target/49880
8411         * config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Enable for SH2A.
8412         (sdivsi3, udivsi3): Remove SH4 check and always compile these functions.
8414 2013-03-07  Sriraman Tallam  <tmsriram@google.com>
8416         * config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for
8417         sandybridge processors.
8419 2013-03-06  Oleg Endo  <olegendo@gcc.gnu.org>
8421         PR target/56529
8422         * config/sh/lib1funcs.S (udivsi3_i4i, sdivsi3_i4i): Add __SH2A__ to
8423         inclusion list.
8425 2013-03-04  Edgar E. Iglesias  <edgar.iglesias@gmail.com>
8427         * config/microblaze/crti.S: Setup stack protection at entry
8429 2013-03-04  Georg-Johann Lay  <avr@gjlay.de>
8431         * config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)
8432         (__rotldi3): Shift bytewise if applicable.
8434 2013-03-01  James Greenhalgh  <james.greenhalgh@arm.com>
8436         * config/aarch64/sync-cache.c
8437         (__aarch64_sync_cache_range): Silence warnings.
8439 2013-02-25  Catherine Moore  <clm@codesourcery.com>
8441         Revert:
8442         2013-02-24  Catherine Moore  <clm@codesourcery.com>
8443             Joseph Myers  <joseph@codesourcery.com>
8444             Chao-ying Fu  <fu@mips.com>
8446         * config/mips/mips16.S:  Don't build for microMIPS.
8447         * config/mips/linux-unwind.h: Handle microMIPS frame.
8448         * config/mips/crtn.S (fini, init): New labels.
8450 2013-02-24  Catherine Moore  <clm@codesourcery.com>
8451             Joseph Myers  <joseph@codesourcery.com>
8452             Chao-ying Fu  <fu@mips.com>
8454         * config/mips/mips16.S:  Don't build for microMIPS.
8455         * config/mips/linux-unwind.h: Handle microMIPS frame.
8456         * config/mips/crtn.S (fini, init): New labels.
8458 2012-02-19  Edgar E. Iglesias  <edgar.iglesias@gmail.com>
8459         * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
8460         as dividend.
8462 2013-02-16  Alan Modra  <amodra@gmail.com>
8464         PR target/55431
8465         * config/rs6000/linux-unwind.h (ppc_linux_aux_vector): Delete.
8466         (ppc_fallback_frame_state): Always set up save locations for fp
8467         and altivec.  Don't bother with non-callee-saved regs, r0-r13
8468         except for r2 on ppc64, fr0-fr13, v0-v19, vscr.
8470 2013-02-12  Georg-Johann Lay  <avr@gjlay.de>
8472         PR target/54222
8473         * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add: _usmulUHA, _usmulUSA,
8474         _ssmulHA, _ssmulSA.
8475         (LIB1ASMFUNCS): Add: _muldi3_6, _mulsidi3, _umulsidi3, _usmuluha3,
8476         _ssmulha3, _usmulusa3, _ssmulsa3.
8477         * config/avr/lib1funcs.S (__muldi3_6): Break out of __muldi3.
8478         (__muldi3): XCALL __muldi3_6 instead of rcall.
8479         (__umulsidi3, __mulsidi3): New functions.
8480         (do_prologue_saves, do_epilogue_restores): New .macros.
8481         (__divdi3_moddi3): Use them.
8482         * config/avr/lib1funcs-fixed.S (__usmuluha3, __ssmulha3)
8483         (__usmulusa3, __ssmulsa3): New functions.
8485 2013-02-11  Iain Sandoe  <iain@codesourcery.com>
8486             Jack Howarth  <howarth@bromo.med.uc.edu>
8487             Patrick Marlier  <patrick.marlier@gmail.com>
8489         PR libitm/55693
8490         * config/darwin-crt-tm.c: Remove dummy functions hack.
8492 2013-02-08  Georg-Johann Lay  <avr@gjlay.de>
8494         PR target/54222
8495         * config/avr/lib2funcs.c: New C sources for modules for libgcc.a.
8496         * config/avr/lib2-object.mk: New iterator to build objects from it.
8497         * config/avr/t-avr: Iterate lib2-object.mk to build objects from
8498         lib2funcs.c.
8499         (LIB2FUNCS_EXCLUDE): Add _clrsbdi2.
8500         (LIB1ASMFUNCS): Add: _ssabs_1, _mask1, _ret, _roundqq3, _rounduqq3,
8501         _round_s2, _round_u2, _round_2_const, _addmask_2, _round_s4,
8502         _round_u4, _round_4_const, _addmask_4, _round_x8, _rounddq3
8503         _roundudq3, _roundda3 _rounduda3, _roundta3 _rounduta3.
8504         * config/avr/lib1funcs-fixed.S: Implement them.
8506 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
8508         Update copyright years.
8510 2013-02-01  David Edelsohn  <dje.gcc@gmail.com>
8512         PR target/54601
8513         * config.host (powerpc-ibm-aix[56789]): Add t-aix-cxa to tmake_file.
8514         Add crtcxa to extra_parts.
8515         * config/rs6000/exit.h: New file.
8516         * config/rs6000/cxa_atexit.c: New file.
8517         * config/rs6000/cxa_finalize.c: New file.
8518         * config/rs6000/crtcxa.c: New file.
8519         * config/rs6000/t-aix-cxa: New file.
8520         * config/rs6000/libgcc-aix-cxa.ver: New file.
8522 2013-01-31  Nick Clifton  <nickc@redhat.com>
8524         * config/v850/lib1funcs.S: Add support for e3v5 architecture
8525         variant.
8527 2013-01-29  Georg-Johann Lay  <avr@gjlay.de>
8529         PR target/54222
8530         * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
8531         _mulQQ,  _mulHQ,  _mulHA,  _mulSA,
8532         _mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
8533         _divQQ,  _divHQ,  _divHA,  _divSA,
8534         _divUQQ, _divUHQ, _divUHA, _divUSA.
8536 2013-01-26  David Holsgrove  <david.holsgrove@xilinx.com>
8538         * config.host(microblaze*-linux*): tmake_file: Remove
8539         t-slibgcc-nolc-override, add t-slibgcc-libgcc.
8540         * config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE
8541         to exclude functions from being built with libgcc.c and use
8542         the microblaze assembly.
8544 2013-01-26  Edgar E. Iglesias  <edgar.iglesias@gmail.com>
8546         * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
8547         extra_parts.
8549 2013-01-17  Yufeng Zhang  <yufeng.zhang@arm.com>
8551         * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
8552         results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
8553         __UINTPTR_TYPE__; also cast 'base' to the same type before the
8554         alignment operation.
8556 2013-01-15  Sofiane Naci  <sofiane.naci@arm.com>
8558         * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
8559         loop start address for cache clearing.
8561 2013-01-14  Georg-Johann Lay  <avr@gjlay.de>
8563         * config/avr/lib1funcs.S: Remove trailing blanks.
8564         * config/avr/lib1funcs-fixed.S: Ditto.
8566 2013-01-14  Georg-Johann Lay  <avr@gjlay.de>
8568         * config/avr/avr-lib.h: Add GPL copyright notice.
8570 2013-01-14  Georg-Johann Lay  <avr@gjlay.de>
8572         * fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
8573         declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
8574         (SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
8575         min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
8577 2013-01-07  Mark Kettenis  <kettenis@openbsd.org>
8579         * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*):
8580         Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
8582 2013-01-04  Nick Clifton  <nickc@redhat.com>
8584         * config/v850/lib1funcs.S: Only provide CALLT support functions if
8585         the CALLT instruction is supported.
8587 2012-12-20  Jonathan Wakely  <jwakely.gcc@gmail.com>
8589         * gthr.h (__gthread_cond_timedwait_recursive): Do not require.
8590         * gthr-posix.h (__gthread_cond_timedwait_recursive): Remove.
8592 2012-12-13  John Tytgat  <John@bass-software.com>
8594         * config/arm/fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp
8595         is 25.
8597 2012-12-12  Jakub Jelinek  <jakub@redhat.com>
8599         PR libgcc/55451
8600         * fixed-bit.c (FIXED_SSADD, FIXED_SSSUB, FIXED_SSNEG): Avoid
8601         undefined signed overflows.
8603 2012-12-09  Uros Bizjak  <ubizjak@gmail.com>
8605         PR target/55344
8606         * config/alpha/linux-unwind.h: Disable when inhibit_libc is defined.
8608 2012-12-06  Uros Bizjak  <ubizjak@gmail.com>
8610         * config/i386/sfp-machine.h (FP_EX_ALL): Define.
8611         (FP_TRAPPING_EXCEPTIONS): Define.
8612         * config/i386/32/sfp-machine.h (FP_EX_SHIFT): Define.
8613         * config/i386/64/sfp-machine.h (FP_EX_SHIFT): Ditto.
8615 2012-12-04  Richard Henderson  <rth@redhat.com>
8617         PR bootstrap/55571
8618         * Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.
8620 2012-12-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8622         * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
8623         (FP_EX_SHIFT): Define.
8624         (FP_TRAPPING_EXCEPTIONS): Define.
8626 2012-12-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8628         * config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
8629         (FP_ROUNDMODE): Use FP_RND_MASK.
8630         * config/aarch64/sfp-exceptions.c: New.
8631         * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8632         Use __sfp_handle_exceptions.
8634 2012-12-04  Richard Earnshaw  <rearnsha@arm.com>
8636         * config.host: (arm*-*-freebsd*): Remove.
8637         (arm*-*-linux*, arm*-*-uclinux*): Simplify logic.
8638         (arm*-*-elf*): Remove.
8639         (arm*-*-wince-pe*): Remove.
8640         * arm/unwind-arm.c (struct fpa_reg): Delete.
8641         (struct fpa_regs): Delete.
8642         (phase1_vrs): Remove fpa element.
8643         (_Unwind_VRS_Get): Remove _UVRSC_FPA.
8644         (_Unwind_VRS_Set, _Unwind_VRS_Pop): Likewise.
8645         * arm/pr-support.c (__gnu_unwind_execute): Remove FPA support.
8646         * ieee754-sf.S (floatundisf): Remove FPA support.
8647         (floatdisf): Likewise.
8648         * ieee75f-df.S (floatundidf): Likewise.
8649         (floatdidf): Likewise.
8651 2012-11-29  Kai Tietz  <ktietz@redhat.com>
8653         PR target/55445
8654         * unwind-c.c (__SEH__): Make sure SjLj isn't active.
8655         * unwind-generic.h: Likewise.
8656         * unwind-seh.c: Likewise.
8658 2012-11-28  Richard Henderson  <rth@redhat.com>
8660         PR libgcc/48076
8661         * emutls.c (__emutls_get_address): Avoid race condition between
8662         obj->loc.offset read and emutls_key initialization.
8664 2012-11-22  Georg-Johann Lay  <avr@gjlay.de>
8666         Adjust decimal point of signed accum mode to GCC default.
8668         PR target/54222
8669         * config/avr/t-avr (LIB1ASMFUNCS): Add _fractsfsq _fractsfusq,
8670         _divqq_helper.
8671         * config/avr/lib1funcs-fixed.S (__fractqqsf, __fracthqsf)
8672         (__fractsasf, __fractsfha, __fractusqsf, __fractsfsa)
8673         (__mulha3, __mulsa3)
8674         (__divqq3, __divha3, __divsa3): Adjust to new position of
8675         decimal point of signed accum types.
8677         (__mulusa3_round): New function.
8678         (__mulusa3): Use it.
8679         (__divqq_helper): New function.
8680         (__udivuqq3): Use it.
8682 2012-11-20  Jakub Jelinek  <jakub@redhat.com>
8684         PR bootstrap/55370
8685         * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
8687 2012-11-18  Teresa Johnson  <tejohnson@google.com>
8689         PR bootstrap/55051
8690         * libgcov.c (gcov_exit): Remove merged program summary
8691         comparison unless !GCOV_LOCKED.
8693 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8695         * soft-fp: Updated from glibc upstream.
8697 2012-11-06  Ian Lance Taylor  <iant@google.com>
8699         * generic-morestack.c (__generic_morestack): Align the returned
8700         stack pointer to a 32 byte boundary.
8701         * config/i386/morestack.S (__morestack_non_split) [32-bit]: Don't
8702         increment the return address until we have decided that we don't
8703         have a varargs function.
8704         (__morestack) [32-bit]: Align stack correctly when calling C
8705         functions.
8706         (__morestack) [64-bit]: Likewise.
8708 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
8710         * configure: Regenerate.
8712 2012-11-02  Uros Bizjak  <ubizjak@gmail.com>
8714         PR target/55175
8715         * config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
8716         * config/i386/sfp-machine.h: Guard exception handling
8717         code with _SOFT_FLOAT.
8718         * config/i386/32/sfp-machine.h: Guard rounding handling
8719         code with _SOFT_FLOAT.
8720         * config/i386/64/sfp-machine.h: Ditto.
8722 2012-10-31  Joel Sherrill  <joel.sherrill@oarcorp.com>
8724         * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
8725         as extra_parts.
8727 2012-10-26  Uros Bizjak  <ubizjak@gmail.com>
8729         * config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
8730         Clear only fxsave.mxcsr_mask.  Use saved mxcsr from fxsave structure
8731         when appropriate.  Correct structure element types.
8732         * config/i386/t-crtfm (crtfastmath.o): Compile with -mfxsr, remove
8733         -minline-all-stringops from compile flags.
8735 2012-10-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
8737         * config.host (sparc64-*-rtems*): Remove sparc/t-elf.
8739 2012-10-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
8741         * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
8743 2012-10-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8745         * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
8746         tmake_file.
8748 2012-10-23  Ian Bolton  <ian.bolton@arm.com>
8749             Jim MacArthur  <jim.macarthur@arm.com>
8750             Marcus Shawcroft  <marcus.shawcroft@arm.com>
8751             Nigel Stephens  <nigel.stephens@arm.com>
8752             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8753             Richard Earnshaw  <rearnsha@arm.com>
8754             Sofiane Naci  <sofiane.naci@arm.com>
8755             Stephen Thomas  <stephen.thomas@arm.com>
8756             Tejas Belagod  <tejas.belagod@arm.com>
8757             Yufeng Zhang  <yufeng.zhang@arm.com>
8759         * config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
8760         * config/aarch64/crti.S: New file.
8761         * config/aarch64/crtn.S: New file.
8762         * config/aarch64/linux-unwind.h: New file.
8763         * config/aarch64/sfp-machine.h: New file.
8764         * config/aarch64/sync-cache.c: New file.
8765         * config/aarch64/t-aarch64: New file.
8766         * config/aarch64/t-softfp: New file.
8768 2012-10-21  Hans-Peter Nilsson  <hp@bitrange.com>
8770         * config/mmix/crti.S: Mark program and data addresses using PRELD.
8771         Remove typo'd and unnecessary alignment-LOC for .data.  Remove
8772         no-longer-needed LDBU insns.
8774 2012-10-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8776         * config.host
8777         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
8778         "arm*-*-rtemseabi*" to "arm*-*-rtems*".
8780 2012-10-17  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
8782         * config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A.
8784 2012-10-15  Matthias Klose  <doko@ubuntu.com>
8786         * config.host: Match arm*-*-linux-* for ARM Linux/GNU.
8788 2012-10-15  Pavel Chupin  <pavel.v.chupin@intel.com>
8790         * configure: Regenerate.
8791         * configure.ac: Replace code with GCC_AC_THREAD_HEADER use.
8793 2012-10-10  Uros Bizjak  <ubizjak@gmail.com>
8795         * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
8796         instructions for 64bit targets only.
8798 2012-10-10  Uros Bizjak  <ubizjak@gmail.com>
8800         * config/i386/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
8801         FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX): Move to ...
8802         * config/i386/32/sfp-machine.h: ... here.
8803         * config/i386/64/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
8804         FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX):
8805         New defines.
8807 2012-10-07  Matthias Klose  <doko@ubuntu.com>
8809         * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
8810         as unused.
8811         (_Unwind_decode_typeinfo_ptr): Mark base as unused.
8813 2012-10-06  Mark Kettenis  <kettenis@openbsd.org>
8815         * config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
8816         * unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
8817         (USE_PT_GNU_EH_FRAME): Define for OpenBSD.
8818         (ElfW): Likewise.
8820 2012-10-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
8822         PR other/53889
8823         * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
8824         Fix parameter names.
8826 2012-10-04  Oleg Endo  <olegendo@gcc.gnu.org>
8828         PR target/33135
8829         * config/sh/t-sh (HOST_LIBGCC2_CFLAGS): Delete.
8830         * config/sh/t-netbsd (HOST_LIBGCC2_CFLAGS): Delete.
8831         * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Remove mieee option.
8833 2012-10-03  Oleg Endo  <olegendo@gcc.gnu.org>
8835         PR target/50457
8836         * config/sh/linux-atomic.S: Delete.
8837         * config/sh/linux-atomic.c: New.
8838         * config/sh/t-linux (LIB2ADD): Replace linux-atomic.S with
8839         linux-atomic.c.  Add cflags to disable warnings.
8841 2012-10-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
8843         PR other/53889
8844         * gthr.h (__gthread_recursive_mutex_destroy): Document new required
8845         function.
8846         * gthr-posix.h (__gthread_recursive_mutex_destroy): Define.
8847         * gthr-single.h (__gthread_recursive_mutex_destroy): Likewise.
8848         * config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise.
8849         * config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise.
8850         * config/i386/gthr-win32.c (__gthread_win32_recursive_mutex_destroy):
8851         Likewise.
8852         * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
8853         Likewise.
8854         * config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy):
8855         Likewise.
8856         * config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise.
8857         * config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise.
8859 2012-09-19  Mark Kettenis  <kettenis@openbsd.org>
8861         * config.host (hppa-*-openbsd*): New target.
8862         * config/pa/t-openbsd: New file.
8864 2012-09-15  Georg-Johann Lay  <avr@gjlay.de>
8866         PR target/54222
8867         * config/avr/lib1funcs-fixed.S (__ssneg_2, __ssabs_2, __ssneg_4,
8868         __ssabs_4, __clr_8, __ssneg_8, __ssabs_8,
8869         __usadd_8, __ussub_8, __ssadd_8, __sssub_8): New functions.
8870         (__divsa3): Use __negsi2 to negate r_quoL.
8871         * config/avr/lib1funcs.S (FALIAS): New macro.
8872         (__divmodsi4): Break out and use __divmodsi4_neg1 as...
8873         (__negsi2): ...this new function.
8874         * config/avr/t-avr (LIB1ASMFUNCS): Add _negsi2, _clr_8,
8875         _ssneg_2, _ssneg_4, _ssneg_8, _ssabs_2, _ssabs_4,
8876         _ssabs_8, _ssadd_8, _sssub_8, _usadd_8, _ussub_8.
8877         (LIB2FUNCS_EXCLUDE): Fix typo for _add _sub.
8878         Add: _ssadd*, _sssub*, _ssneg*, _ssabs* for signed fixed modes.
8879         Add: _usadd*, _ussub*, _usneg* for unsigned fixed modes.
8881 2012-09-10  Oleg Endo  <olegendo@gcc.gnu.org>
8883         PR target/54089
8884         * config/sh/lib1funcs.S (ashlsi3): Reimplement as ashlsi3_r0.
8885         (lshrsi3): Reimplement as lshrsi3_r0.
8887 2012-09-10  Andreas Schwab  <schwab@linux-m68k.org>
8889         PR target/46191
8890         * config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
8891         of libgcc.a.
8893 2012-09-07  Teresa Johnson  <tejohnson@google.com>
8895         PR gcov-profile/54487
8896         * libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
8897         differences.
8899 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
8901         PR target/54461
8902         * config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
8903         not configured --with-avrlibc=no.
8904         * config/avr/t-avrlibc: New file.
8905         * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
8906         (DPBIT_FUNCS): Ditto.
8907         (TPBIT_FUNCS): Ditto.
8909 2012-09-04  Teresa Johnson  <tejohnson@google.com>
8911         * libgcov.c (struct gcov_summary_buffer): New structure.
8912         (gcov_histogram_insert): New function.
8913         (gcov_compute_histogram): Ditto.
8914         (gcov_exit): Invoke gcov_compute_histogram, and perform merging of
8915         histograms during summary merging.
8917 2012-09-01  Mark Kettenis  <kettenis@openbsd.org>
8919         * config.host (x86_64-*-openbsd*): New target.
8921 2012-08-29  Chung-Lin Tang  <cltang@codesourcery.com>
8923         * config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
8924         attribute.
8926 2012-08-24  Georg-Johann Lay  <avr@gjlay.de>
8928         PR target/54222
8929         * config/avr/t-avr (conv_X): Rename to func_X.
8931 2012-08-24  Georg-Johann Lay  <avr@gjlay.de>
8933         PR target/54222
8934         * config/avr/lib1funcs-fixed.S: New file.
8935         * config/avr/lib1funcs.S: Include it.  Undefine some divmodsi
8936         after they are used.
8937         (neg2, neg4): New macros.
8938         (__mulqihi3,__umulqihi3,__mulhi3): Rewrite non-MUL variants.
8939         (__mulhisi3,__umulhisi3,__mulsi3): Rewrite non-MUL variants.
8940         (__umulhisi3): Speed up MUL variant if there is enough flash.
8941         * config/avr/avr-lib.h (TA, UTA): Adjust according to gcc's
8942         avr-modes.def.
8943         * config/avr/t-avr (LIB1ASMFUNCS): Add: _fractqqsf, _fractuqqsf,
8944         _fracthqsf, _fractuhqsf, _fracthasf, _fractuhasf, _fractsasf,
8945         _fractusasf, _fractsfqq, _fractsfuqq, _fractsfhq, _fractsfuhq,
8946         _fractsfha, _fractsfsa, _mulqq3, _muluqq3, _mulhq3, _muluhq3,
8947         _mulha3, _muluha3, _mulsa3, _mulusa3, _divqq3, _udivuqq3, _divhq3,
8948         _udivuhq3, _divha3, _udivuha3, _divsa3, _udivusa3.
8949         (LIB2FUNCS_EXCLUDE): Add supported functions.
8951 2012-08-22  Georg-Johann Lay  <avr@gjlay.de>
8953         * Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out
8954         LIB2FUNCS_EXCLUDE before adding them to libgcc-objects,
8955         libgcc-s-objects.
8956         * fixed-obj.mk: Only expand dependency if $o is not in
8957         LIB2FUNCS_EXCLUDE.
8959 2012-08-22  H.J. Lu  <hongjiu.lu@intel.com>
8961         * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): New.
8963 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
8965         * Makefile.in (vis_hide, gen-hide-list): Do not make definitions
8966         depend on --enable-shared.
8967         ($(lib1asmfuncs-o)): Use %.vis files independent of
8968         --enable-shared.
8969         * static-object.mk ($(base)$(objext), $(base).vis)
8970         ($(base)_s$(objext)): Use same rules for visibility handling as in
8971         shared-object.mk.
8973 2012-08-21  Ian Lance Taylor  <iant@google.com>
8975         * config/i386/morestack.S (__morestack_non_split): Increase amount
8976         of space allocated for non-split code stack.
8978 2012-08-19  Joseph Myers  <joseph@codesourcery.com>
8980         * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc
8981         even if inhibit_libc.
8983 2012-08-17  Julian Brown  <julian@codesourcery.com>
8985         * Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
8986         -fexceptions -fnon-call-exceptions if not defined.
8987         ($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
8988         * config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.
8990 2012-08-17  Andreas Schwab  <schwab@linux-m68k.org>
8992         * config/m68k/linux-atomic.c (__sync_lock_test_and_set_1): Fix
8993         type.
8995 2012-08-16  David Edelsohn  <dje.gcc@gmail.com>
8997         * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
8998         rs6000/t-slibgcc-aix.
9000 2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
9002         * longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling.
9004 2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
9006         * longlong.h: (whole file, powerpc): Adjust to single assembler syntax.
9008 2012-08-03  H.J. Lu  <hongjiu.lu@intel.com>
9010         PR driver/54171
9011         * Makefile.in (version): Replace top_srcdir with srcdir.
9013 2012-08-03  Jonathan Yong  <jon_y@users.sourceforge.net>
9015         * Makefile.in (version): set to BASE-VER file from gcc directory.
9017 2012-08-01  Nick Clifton  <nickc@redhat.com>
9019         * config/m32c/lib2funcs.c (__clrsbhi2): New function.
9020         Implements __clrsb for an HImode argument.
9022 2012-07-31  Nick Clifton  <nickc@redhat.com>
9024         * config/stormy16/lib2funcs.c (__clrsbhi2): New function.
9025         Implements __clrsb for an HImode argument.
9026         * config/stormy16/clrsbhi2.c: New file:
9027         * config/stormy16/t-stormy16 (LIB2ADD): Add clrsbhi2.c.
9029 2012-07-22  Steven Bosscher  <steven@gcc.gnu.org>
9031         * libgcov.c (__gcov_ior_profiler): Benign comment fix.
9033 2012-07-19  Tristan Gingold  <gingold@adacore.com>
9034             Richard Henderson  <rth@redhat.com>
9036         * unwind-seh.c: New file.
9037         * unwind-generic.h: Include windows.h for SEH.
9038         (_Unwind_Exception): Use 6 private fields for SEH.
9039         (_GCC_specific_handler): Declare.
9040         * unwind-c.c (__gcc_personality_seh0): New function.
9041         Adjust for SEH.
9042         * config/i386/libgcc-cygming.ver: New file.
9043         * config/i386/t-seh-eh: New file.
9044         * config.host (x86_64-*-mingw*): Default to seh.
9046 2012-07-14  Steven Bosscher  <steven@gcc.gnu.org>
9048         * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
9050 2012-06-17  Uros Bizjak  <ubizjak@gmail.com>
9052         * config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
9053         __builtin_expect when checking for exceptions.
9054         * config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Ditto.
9056 2012-06-13  Uros Bizjak  <ubizjak@gmail.com>
9058         * config/ia64/sfp-machine.h (__sfp_handle_exceptions): New
9059         function declaration.
9060         (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
9061         (FP_RND_MASK): New.
9062         * config/ia64/sfp-exceptions.c: New.
9063         * config/ia64/t-softfp (LIB2ADD): Add sfp-exceptions.c.
9065 2012-06-13  Uros Bizjak  <ubizjak@gmail.com>
9067         * config/i386/32/sfp-machine.h (_FP_NANSIGN_S, _FP_NANSIGN_D,
9068         _FP_NANSIGN_E, _FP_NANSIGN_Q): Move ...
9069         * config/i386/64/sfp-machine: ... (delete here) ...
9070         * config/i386/sfp-machine.h: ... to here.
9071         (FP_EX_MASK): Remove.
9072         (FP_RND_MASK): New.
9073         (FP_INIT_ROUNDMODE): Declare asm as volatile.
9075 2012-06-11  Sriraman Tallam  <tmsriram@google.com>
9077         * config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
9078         * config/i386/libgcc-sol2.ver: Ditto.
9079         * config/i386/libgcc-glibc.ver: Ditto.
9081 2012-06-11  Roland McGrath  <mcgrathr@google.com>
9083         * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
9084         If __GLIBC__ is defined, refer to __pthread_key_create instead of
9085         pthread_cancel.
9087 2012-06-09  Uros Bizjak  <ubizjak@gmail.com>
9089         * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
9090         _FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
9091         FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
9092         FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
9093         FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
9094         __LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
9095         * config/i386/64/sfp-machine: ... (delete here) ...
9096         * config/i386/sfp-machine.h: ... to here.
9097         (FP_EX_MASK): New.
9098         (__sfp_handle_exceptions): New function declaration.
9099         (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
9100         * config/i386/sfp-exceptions.c: New.
9101         * config/i386/t-softfp: New.
9102         * config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
9103         i386/t-softfp to tmake_file.
9105 2012-06-03  David S. Miller  <davem@davemloft.net>
9107         * longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
9108         change.
9110 2012-05-31  David S. Miller  <davem@davemloft.net>
9112         * longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
9113         multiply and divide instructions on 32-bit when V9.
9114         (add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
9116 2012-05-29  Joseph Myers  <joseph@codesourcery.com>
9118         * config/arm/ieee754-df.S: Fix typos.
9119         * config/arm/ieee754-sf.S: Fix typos.
9120         * config/c6x/libunwind.S: Fix typos.
9121         * config/epiphany/udivsi3-float.c: Fix typos.
9122         * config/microblaze/muldi3_hard.S: Fix typos.
9123         * config/picochip/adddi3.S: Fix typos.
9124         * config/picochip/ashlsi3.S: Fix typos.
9125         * config/picochip/ashrsi3.S: Fix typos.
9126         * config/picochip/clzsi2.S: Fix typos.
9127         * config/picochip/cmpsi2.S: Fix typos.
9128         * config/picochip/divmod15.S: Fix typos.
9129         * config/picochip/divmodhi4.S: Fix typos.
9130         * config/picochip/divmodsi4.S: Fix typos.
9131         * config/picochip/longjmp.S: Fix typos.
9132         * config/picochip/lshrsi3.S: Fix typos.
9133         * config/picochip/parityhi2.S: Fix typos.
9134         * config/picochip/popcounthi2.S: Fix typos.
9135         * config/picochip/setjmp.S: Fix typos.
9136         * config/picochip/subdi3.S: Fix typos.
9137         * config/picochip/ucmpsi2.S: Fix typos.
9138         * config/picochip/udivmodhi4.S: Fix typos.
9139         * config/picochip/udivmodsi4.S: Fix typos.
9140         * config/spu/divv2df3.c: Fix typos.
9141         * config/spu/mfc_multi_tag_release.c: Fix typos.
9142         * config/spu/mfc_tag_release.c: Fix typos.
9143         * configure.ac: Fix typos.
9144         * configure: Regenerate.
9146 2012-05-25  Ian Lance Taylor  <iant@google.com>
9148         * config/i386/morestack.S (__morestack_non_split): Check whether
9149         caller is varargs and needs %bp to hold the stack frame on return.
9151 2012-05-25  Olivier Hainque  <hainque@adacore.com>
9153         * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
9154         sequence in the non pic case on VxWorks.
9156 2012-05-24  Olivier Hainque  <hainque@adacore.com>
9158         * Makefile.in: Move dependency on install-unwind_h from
9159         "install-leaf" to "install".
9161 2012-05-24  Olivier Hainque  <hainque@adacore.com>
9163         * Makefile.in (clean): Remove libgcc_tm.stamp as well.
9164         Use a separate command for stamp removals.
9166 2012-05-21  Andrew Pinski  <apinski@cavium.com>
9168         PR bootstrap/53183
9169         * configure.ac: Define the default includes to being none.
9170         * configure: Regenerate.
9172 2012-05-16  Olivier Hainque  <hainque@adacore.com>
9174         * Makefile.in (install-unwind_h): Rename into ...
9175         (install-unwind_h-forbuild): New target.
9176         (all): Use it instead of the former install-unwind_h.
9177         (install-unwind_h): Reinstate, copy to user install destination
9178         for include files, not to the internal gcc object directory one.
9179         (install-leaf): Depend on it.
9181 2012-05-15  Olivier Hainque  <hainque@adacore.com>
9183         * config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
9184         register numbers. LR_REGNO replaces R_LR.
9185         (ucontext_for): New, helper for ...
9186         (ppc_aix_fallback_frame_state): New, implementation for aix 5.2
9187         and 5.3 of ...
9188         (MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
9190 2012-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9192         * config.host (i[34567]86-*-linux*, x86_64-*-linux*)
9193         (i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
9194         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
9195         i386/t-cpuinfo ...
9196         (i[34567]86-*-*, x86_64-*-*): ... here.
9198         * config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
9199         * config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
9201         * config/i386/i386-cpuinfo.c: Rename to ...
9202         * config/i386/cpuinfo.c: ... this.
9203         * config/i386/t-cpuinfo (LIB2ADD): Reflect this.
9205         * configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
9206         (libgcc_cv_init_priority): New test.
9207         * configure: Regenerate.
9208         * config.in: New file.
9209         * Makefile.in (clean): Rename config.h to auto-target.h.
9210         (config.h): Likewise.
9211         (stamp-h): Likewise.
9213         * config/i386/cpuinfo.c (auto-target.h): Include.
9214         (CONSTRUCTOR_PRIORITY): Define.
9215         (__cpu_indicator_init): Use it.
9217 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
9219         * longlong.h: Use a URL instead of an FSF postal address.
9220         Replace spaces with tab.
9222 2012-05-08  Teresa Johnson  <tejohnson@google.com>
9224         * libgcov.c (gcov_clear, __gcov_reset): New functions.
9225         (__gcov_dump): Ditto.
9226         (gcov_dump_complete): New global variable.
9227         (gcov_exit): Export hidden to enable use in L_gcov_dump.
9228         (__gcov_flush): Outline functionality now in gcov_clear.
9229         * Makefile.in (L_gcov_reset, L_gcov_dump): Define.
9231 2012-04-28  Aurelien Jarno  <aurelien@aurel32.net>
9233         * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
9234         (mips*-*-linux*): Include mips/t-tpbit when long double is
9235         16 bytes long.
9237 2012-04-25  Sriraman Tallam  <tmsriram@google.com>
9239         * config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
9240         (get_available_features): New argument. Check for AVX2.
9241         (__cpu_indicator_init): Modify call to get_available_features.
9243 2012-04-25  Alan Modra  <amodra@gmail.com>
9245         * config/rs6000/crtsavevr.S: New file.
9246         * config/rs6000/crtrestvr.S: New file.
9247         * config/rs6000/t-savresfgpr: Build the above.
9248         * config/rs6000/t-netbsd: Likewise.
9250 2012-04-24  Sriraman Tallam  <tmsriram@google.com>
9252         * libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
9254 2012-04-24  Sriraman Tallam  <tmsriram@google.com>
9256         * libgcc/config/i386/i386-cpuinfo.c: New file.
9257         * libgcc/config/i386/t-cpuinfo: New file.
9258         * libgcc/config.host: Include t-cpuinfo.
9259         * libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
9261 2012-04-24  Chao-ying Fu  <fu@mips.com>
9263         * unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
9265 2012-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9267         struct siginfo vs. siginfo_t
9269         * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
9270         siginfo_t instead of struct siginfo.
9271         * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
9272         * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
9273         * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
9274         (ia64_handle_unwabi): Likewise.
9275         * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
9276         * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
9277         * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
9278         (sh_fallback_frame_state): Likewise.
9279         * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
9280         * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
9282 2012-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9284         * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
9285         system call number.
9287 2012-03-31  Eric Botcazou  <ebotcazou@adacore.com>
9289         * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
9290         if it hasn't been previously saved.
9292 2012-03-29  H.J. Lu  <hongjiu.lu@intel.com>
9294         * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
9295         only for glibc.
9297 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
9299         PR target/52737
9300         * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
9301         instead of __AVR_HAVE_8BIT_SP__.
9303 2012-03-26  Tristan Gingold  <gingold@adacore.com>
9305         * config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
9306         (unw_table_entry): Use unw_word instead of unsigned long.
9307         (_Unwind_FindTableEntry): Likewise.
9308         * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
9309         * config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
9310         (_Unwind_FindTableEntry): Likewise.
9311         * config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
9312         (unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
9313         (set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
9314         (ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
9315         (ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
9316         (uw_frame_state_for, uw_update_reg_address, uw_update_context)
9317         (uw_init_context_1, uw_install_context): Likewise.
9318         (unw_word): Move to unwind-ia64.h
9320 2012-03-26  Tristan Gingold  <gingold@adacore.com>
9322         * config/vms/vms-ucrt0.c: Update copyright years.
9323         Add a sanity check.
9324         (___gcc_main_flags): Declare.
9325         (__main): Check flags to remap argv and exit code.
9326         * config.host (*-*-*vms*): Adjust extra_parts.
9327         * config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
9328         (crt0.o): Add.
9330 2012-03-22  Richard Earnshaw  <rearnsha@arm.com>
9332         * arm/lib1funcs.asm (ctzsi2): New function.
9333         * arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
9334         * arm/t-linux (LIB1ASMFUNCS): Likewise.
9335         * arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
9336         * arm/t-symbian (LIB1ASMFUNCS): Likewise.
9337         * arm/t-vxworks (LIB1ASMFUNCS): Likewise.
9338         * arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
9340 2012-03-21  Andreas Tobler  <andreast@fgznet.ch>
9342         * config.host: Add bits to support powerpc64-*-freebsd*.
9343         * config/rs6000/freebsd-unwind.h: New file.
9344         * config/rs6000/t-freebsd64: New file.
9346 2012-03-20  Richard Guenther  <rguenther@suse.de>
9348         PR gcov-profile/52627
9349         * libgcov.c (init_mx): Fix mutex name.
9351 2012-03-16  Tristan Gingold  <gingold@adacore.com>
9353         * config/ia64/vms-unwind.h: Remove ulong (and replace
9354         it by unw_reg where used).  Define unw_reg with __int64.
9356 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9358         * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
9359         Solaris 8 handling.
9360         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
9361         Solaris 8 handling.
9362         (sparc_is_sighandler): Likewise.
9364 2012-03-13  H.J. Lu  <hongjiu.lu@intel.com>
9366         * unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
9367         <= saved reg size.
9369 2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9371         * config/arm/crtn.S: Fix typo.
9373 2012-03-13  Richard Guenther  <rguenther@suse.de>
9375         * libgcov.c: Remove stdio.h include and NULL un-define.
9377 2012-03-13  Richard Guenther  <rguenther@suse.de>
9379         PR target/52569
9380         * unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
9382 2012-03-13  Richard Guenther  <rguenther@suse.de>
9384         * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
9386 2012-03-13  Richard Guenther  <rguenther@suse.de>
9388         * gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
9389         and __gthread_mutex_init_function definitions.
9391 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9393         * config.host (mips*-*-openbsd*): Remove.
9395 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9397         * config.host: Remove alpha*-dec-osf5.1* handling.
9398         * config/alpha/gthr-posix.c: Remove.
9399         * config/alpha/libgcc-osf5.ver: Remove.
9400         * config/alpha/osf5-unwind.h: Remove.
9401         * config/alpha/t-osf-pthread: Remove.
9402         * config/alpha/t-slibgcc-osf: Remove.
9403         * config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
9404         * gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
9405         [__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
9406         * mkmap-flat.awk: Remove osf_export handling.
9408 2012-03-12  Richard Guenther  <rguenther@suse.de>
9410         * gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
9411         * gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
9412         (__gthread_mutex_init_function): New function.
9413         * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
9415         PR gcov/49484
9416         * libgcov.c: Include gthr.h.
9417         (__gcov_flush_mx): New global variable.
9418         (init_mx, init_mx_once): New functions.
9419         (__gcov_flush): Protect self with a mutex.
9420         (__gcov_fork): Re-initialize mutex after forking.
9421         * unwind-dw2-fde.c: Change condition under which to use
9422         __GTHREAD_MUTEX_INIT_FUNCTION.
9424 2012-03-12  Tristan Gingold  <gingold@adacore.com>
9426         * config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
9427         * config/ia64/t-vms: Likewise.
9429 2012-03-11  Michael Hope  <michael.hope@linaro.org>
9431         * longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
9432         for Thumb-2.
9434 2012-03-07  Walter Lee  <walt@tilera.com>
9436         * config/tilepro/atomic.c: Rename "atomic_" prefix to
9437         "arch_atomic_".
9438         (atomic_xor): Rename and move definition to
9439         config/tilepro/atomic.h.
9440         (atomic_nand): Ditto.
9441         * config/tilepro/atomic.h: Rename "atomic_" prefix to
9442         "arch_atomic_".
9443         (arch_atomic_xor): Move from config/tilepro/atomic.c.
9444         (arch_atomic_nand): Ditto.
9446 2012-03-07  Georg-Johann Lay  <avr@gjlay.de>
9448         PR target/52507
9449         * config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
9451 2012-03-07  Georg-Johann Lay  <avr@gjlay.de>
9453         PR target/52505
9454         * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
9455         from RAM.
9457 2012-03-07  Georg-Johann Lay  <avr@gjlay.de>
9459         PR target/52461
9460         PR target/52508
9461         * config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
9462         if RAMPZ affects reading from RAM.
9463         (__tablejump_elpm__): Ditto.
9464         (.xload): Ditto.
9465         (__movmemx_hi): Ditto.
9466         (__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
9467         (__do_global_dtors): Ditto.
9468         (__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
9469         (__movmemx_hi): Ditto.
9471 2012-03-05  Richard Henderson  <rth@redhat.com>
9473         * longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
9474         [ARM] (count_trailing_zeros): Use the builtin.
9476 2012-03-01  Kai Tietz  <ktietz@redhat.com>
9478         * soft-fp: Imported from glibc upstream.
9480 2012-02-28  Kai Tietz  <ktietz@redhat.com>
9482         * config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
9483         for mingw-targets as attribute gcc_struct.
9485 2012-02-28  Ian Lance Taylor  <iant@google.com>
9487         * generic-morestack.c (__splitstack_releasecontext): Correct call
9488         to __morestack_release_segments.
9490 2012-02-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9492         PR target/52390
9493         * generic-morestack.c (__generic_morestack_set_initial_sp): Test
9494         for __linux__ when removing signals from __morestack_fullmask.
9496 2012-02-23  Georg-Johann Lay  <avr@gjlay.de>
9498         PR target/52261
9499         * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
9501 2012-02-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9503         * config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
9504         instead of HAVE_INITFINI_ARRAY.
9505         * config/ia64/crtend.S: Likewise.
9507 2012-02-20  Kai Tietz  <ktietz@redhat.com>
9509         PR libstdc++/52300
9510         * gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
9512         * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
9513         to w32-unwind.h header.
9515 2012-02-19  Richard Sandiford  <rdsandiford@googlemail.com>
9517         * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
9518         (mips*-*-linux*): Remove t-slibgcc-libgcc.
9519         * config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
9520         * config/mips/mips16.S (__mips16_rdhwr): Delete.
9522 2012-02-19  Richard Sandiford  <rdsandiford@googlemail.com>
9524         * config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
9526 2012-02-15  Iain Sandoe  <iains@gcc.gnu.org>
9528         PR libitm/52220
9529         * config/darwin-crt-tm.c: Correct typo.
9531 2012-02-15  Iain Sandoe  <iains@gcc.gnu.org>
9532             Patrick Marlier  <patrick.marlier@gmail.com>
9534         PR libitm/52220
9535         * config/darwin-crt-tm.c: Generate dummy functions.
9537 2012-02-15  Iain Sandoe  <iains@gcc.gnu.org>
9538             Patrick Marlier  <patrick.marlier@gmail.com>
9540         PR libitm/52042
9541         * config/darwin-crt-tm.c (getTMCloneTable): New function.
9542         (__doTMRegistrations): Call it.
9543         (__doTMdeRegistrations): Likewise.
9545 2012-01-15  Georg-Johann Lay  <avr@gjlay.de>
9546             Anatoly Sokolov  <aesok@post.ru>
9547             Eric Weddington  <eric.weddington@atmel.com>
9549         PR target/52261
9550         * config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
9551         (__epilogue_restores__): Ditto.
9553 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
9555         PR target/51921
9556         PR target/52205
9557         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
9558         Solaris 11 and slightly reformat.
9559         (sparc_is_sighandler): Likewise.
9561 2012-02-14  Walter Lee  <walt@tilera.com>
9563         * config.host: Handle tilegx and tilepro.
9564         * config/tilegx/sfp-machine.h: New file.
9565         * config/tilegx/sfp-machine32.h: New file.
9566         * config/tilegx/sfp-machine64.h: New file.
9567         * config/tilegx/t-crtstuff: New file.
9568         * config/tilegx/t-softfp: New file.
9569         * config/tilegx/t-tilegx: New file.
9570         * config/tilepro/atomic.c: New file.
9571         * config/tilepro/atomic.h: New file.
9572         * config/tilepro/linux-unwind.h: New file.
9573         * config/tilepro/sfp-machine.h: New file.
9574         * config/tilepro/softdivide.c: New file.
9575         * config/tilepro/softmpy.S: New file.
9576         * config/tilepro/t-crtstuff: New file.
9577         * config/tilepro/t-tilepro: New file.
9579 2012-02-07  Jonathan Wakely  <jwakely.gcc@gmail.com>
9581         PR libstdc++/51296
9582         PR libstdc++/51906
9583         * gthr-posix.h: Allow static initializer macros to be disabled.
9584         (__gthrw_pthread_cond_init): Define weak reference unconditionally.
9586 2012-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
9588         * config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
9589         Add t-slibgcc-libgcc to tmake_file.
9590         * config/mips/libgcc-mips16.ver: Revert previous patch.
9591         * config/mips/mips16.S (__mips16_rdhwr): Hide.
9593 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
9594             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
9596         * config.host: Add National Semiconductor CR16 target (cr16-*-*).
9597         * config/cr16/crti.S: New file.
9598         * config/cr16/crtlibid.S: New file.
9599         * config/cr16/crtn.S: New file.
9600         * config/cr16/lib1funcs.S: New file.
9601         * config/cr16/t-cr16: New file.
9602         * config/cr16/t-crtlibid: New file.
9603         * config/cr16/unwind-dw2.h: New file.
9604         * config/cr16/unwind-cr16.c: New file.
9605         * config/cr16/divmodhi3.c: New file.
9607 2012-01-25  Alan Modra  <amodra@gmail.com>
9609         * config/rs6000/t-linux64: Delete.  Move..
9610         * config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
9611         * config/rs6000/t-linux: ..and libgcc flags to here.
9613 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
9615         * config.host (i[34567]86-*-interix3*):
9616         Change triplet to i[34567]86-*-interix[3-9]*.
9617         * configure: Regenerate.
9619 2012-01-15  Chung-Lin Tang  <cltang@codesourcery.com>
9620             Richard Sandiford  <rdsandiford@googlemail.com>
9622         * config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
9623         * config/mips/mips16.S (__mips16_rdhwr): New function.
9624         * config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
9626 2012-01-11  Nathan Sidwell  <nathan@acm.org>
9628         * libgcov.c (__gcov_init): Ignore objects with no functions.
9630 2012-01-10  Georg-Johann Lay  <avr@gjlay.de>
9632         PR target/49868
9633         Extend __pgmx semantics to linearize memory.
9634         * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
9635         * config/avr/lib1funcs.S (__xload_1): New function.
9636         (__movmemx_qi, __movmemx_hi): New functions.
9637         (__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
9638         semantics.
9640 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
9642         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
9643         purported sigacthandler address isn't null before dereferencing it.
9644         (sparc_is_sighandler): Likewise.
9646 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
9648         PR ada/41929
9649         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
9650         add CFA.  Revert back to old code for Solaris 8+ multi-threaded.
9651         (sparc_is_sighandler): Likewise.
9652         (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
9654 2012-01-06  Tristan Gingold  <gingold@adacore.com>
9656         * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
9657         compatibility thunks...
9658         (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
9659         (crtbeginS.o, crtendS.o): ... and these to ...
9660         * config/ia64/t-ia64-elf: ... this new file.
9661         * config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
9662         (ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
9664 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9666         * configure: Regenerate.
9667         * config/s390/t-crtstuff: Remove -fPIC.
9669 2012-01-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
9671         PR bootstrap/51006
9672         * enable-execute-stack-mprotect.c (getpagesize): Do not define
9673         for NetBSD.
9675 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
9677         PR target/51345
9678         * config/avr/lib1funcs.S: Remove FIXME comments.
9679         (SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
9681 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
9683         Implement light-weight DImode support.
9684         * config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
9685         _subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
9686         * config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
9687         __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
9689 2011-12-30  Nathan Sidwell  <nathan@acm.org>
9691         * libgcov.c (gcov_crc32): Remove global var.
9692         (free_fn_data): New function.
9693         (buffer_fn_data): Pass in filename, more robust error recovery.
9694         (crc32_unsigned): New function.
9695         (gcov_exit): More robust detection of new program. More robust
9696         error recovery.
9697         (__gcov_init): Do not update program's crc here.
9699 2011-12-21  Tristan Gingold  <gingold@adacore.com>
9701         * config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
9703 2011-12-21  Ian Lance Taylor  <iant@google.com>
9705         * config/i386/morestack.S: Simplify CFI opcodes throughout.
9707 2011-12-20  Ian Lance Taylor  <iant@google.com>
9709         * config/i386/morestack.S (__morestack_non_split): If there is
9710         enough stack space already, don't split.  Ask for more stack space
9711         than we required.
9713 2011-12-20  Sergio Durigan Junior  <sergiodj@redhat.com>
9715         * unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
9716         `sys/sdt.h'.
9717         (_Unwind_DebugHook): New function.
9718         (uw_restore_core_regs): New define.
9719         (unwind_phase2): Use uw_restore_core_regs instead of
9720         restore_core_regs.
9721         (unwind_phase2_forced): Likewise.
9722         (__gnu_Unwind_Resume): Likewise.
9724 2011-12-20  Uros Bizjak  <ubizjak@gmail.com>
9726         * config/alpha/linux-unwind.h: Update copyright years.
9727         (MD_FROB_UPDATE_CONTEXT): New define.
9728         (alpha_frob_update_context): New function.
9730 2011-12-17  Richard Sandiford  <rdsandiford@googlemail.com>
9732         * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
9733         tmake_file rather replacing it.
9735 2011-12-15  Iain Sandoe  <iains@gcc.gnu.org>
9737         * config/rs6000/darwin-world.S (toplevel): Make it clear that this
9738         function is not used for PPC64.
9739         (save_world): Amend comments.  Update the VRsave mask to reflect the
9740         saved regs.
9741         (rest_world): Update comments, do not  clobber r10, do not use r8.
9742         (eh_rest_world_r10): Amend comments, do not use r8.
9743         (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
9744         no longer used, move restore of CR and target address to the end of
9745         the routine.
9747 2011-12-14  H.J. Lu  <hongjiu.lu@intel.com>
9749         * generic-morestack.c (__generic_morestack_set_initial_sp): Check
9750         __GLIBC__ instead of __linux__ when using __SIGRTMIN.
9752 2011-12-14  Georg-Johann Lay  <avr@gjlay.de>
9754         PR target/49313
9755         * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
9756         * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
9758 2011-12-11  Eric Botcazou  <ebotcazou@adacore.com>
9760         * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
9762 2011-12-09  Georg-Johann Lay  <avr@gjlay.de>
9764         PR target/49313
9765         * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
9766         * config/avr/lib1funcs.S (__muldi3): New function.
9768 2011-12-06  Andrew Pinski  <apinski@cavium.com>
9770         * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
9771         size of func_ptr.
9772         (__frame_dummy_init_array_entry): Likewise.
9774 2011-12-06  Georg-Johann Lay  <avr@gjlay.de>
9776         Forward-port from gcc-4_6-branch r181936 2011-12-02.
9778         PR target/51345
9779         PR target/51002
9780         * config/avr/lib1funcs.S (__prologue_saves__,
9781         __epilogue_restores__, __divdi3_moddi3): Enclose parts using
9782         __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__).  Add FIXME comments.
9784 2011-12-04  Iain Sandoe  <iains@gcc.gnu.org>
9786         * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
9788 2011-11-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9790         PR other/51272
9791         * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
9792         (_ITM_deregisterTMCloneTable): Likewise.
9793         (__register_frame_info): Fix unused warning.
9794         (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
9795         pthread_default_stacksize_np): Likewise.
9796         * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
9798 2011-11-29  DJ Delorie  <dj@redhat.com>
9800         * config.host (rl78-*-elf): New case.
9801         * config/rl78: New directory for the Renesas RL78.
9803 2011-11-29  Bernd Schmidt  <bernds@codesourcery.com>
9805         * config.host (tic6x-*-uclinux): Append to extra_parts.  Fix
9806         formatting.
9808 2011-11-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9810         PR other/51022
9811         * config/rs6000/t-savresfgpr: New file.
9812         * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
9813         $(srcdir)/config/rs6000/eabi.S.
9814         * config/rs6000/t-ppccomm-ldbl: Remove.
9815         * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
9816         tmake_file.
9817         (powerpc-*-eabispe*): Likewise.
9818         (powerpc-*-eabi*): Likewise.
9819         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
9820         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
9821         to tmake_file, remove rs6000/t-ppccomm-ldbl.
9822         (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
9823         tmake_file.
9824         (powerpc-*-eabisim*): Likewise.
9825         (powerpc-*-elf*): Likewise.
9826         (powerpc-*-eabialtivec*): Likewise.
9827         (powerpc-xilinx-eabi*): Likewise.
9828         (powerpc-*-rtems*): Likewise.
9829         (powerpcle-*-elf*): Likewise.
9830         (powerpcle-*-eabisim*): Likewise.
9831         (powerpcle-*-eabi*): Likewise.
9833 2011-11-27  Ian Lance Taylor  <iant@google.com>
9835         * generic-morestack.c (__splitstack_find): Check for NULL old
9836         stack value.
9837         (__splitstack_resetcontext): New function.
9838         (__splitstack_releasecontext): New function.
9839         * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
9841 2011-11-27  Iain Sandoe  <iains@gcc.gnu.org>
9843         * config/darwin-crt-tm.c: Correct comments, use correct licence.
9845 2011-11-27  Iain Sandoe  <iains@gcc.gnu.org>
9847         * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
9849 2011-11-26  Richard Henderson  <rth@redhat.com>
9851         * config/m68k/linux-atomic.c: New file.
9852         * config/m68k/t-linux: New file.
9853         * config.host (m68k-uclinux, m68k-linux): Use it.
9855 2011-11-26  Richard Henderson  <rth@redhat.com>
9857         * crtstuff.c (__TMC_LIST__): Mark used not unused.
9858         (__TMC_END__): Only declare if hidden is available; in the definition,
9859         if hidden is unavailable add a null record.
9860         (deregister_tm_clones, register_tm_clones): New.
9861         (__do_global_dtors_aux, frame_dummy): Use them.
9862         (__do_global_dtors, __do_global_ctors_1): Likewise.
9864 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
9866         * config/darwin-crt-tm.c: New file.
9867         * config.host (darwin): Build crttms.o crttme.o to provide
9868         startup and shutdown for tm clones.
9869         * config/t-darwin (crttms.o): New build rule.
9870         (crttme.o): Likewise.
9872 2011-11-21  Hans-Peter Nilsson  <hp@axis.com>
9874         * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
9875         et al.
9877 2011-11-21  Richard Henderson  <rth@redhat.com>
9879         * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
9880         (__TMC_LIST__, __TMC_END__): New.
9881         (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
9882         (__do_global_dtors): Likewise.
9883         (frame_dummy): Call _ITM_registerTMCloneTable.
9884         (__do_global_ctors_1): Likewise.
9886 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9888         * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
9889         (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
9890         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
9891         (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
9892         * config/i386/t-darwin64: Remove.
9893         * config/sh/t-netbsd (LIB2ADD): Remove.
9895 2011-11-21  Georg-Johann Lay  <avr@gjlay.de>
9897         PR target/49313
9898         * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
9899         (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
9900         * config/avr/lib1funcs.S (wmov): New assembler macro.
9901         (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
9902         (__moddi3, __divdi3, __divdi3_moddi3): New functions.
9903         (__udivmod64): New function.
9904         (__negdi2): New function.
9906 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
9908         * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
9909         *-*-freebsd*aout*): Remove.
9911 2011-11-20  Hans-Peter Nilsson  <hp@axis.com>
9913         * static-object.mk (c_flags-$o): Save c_flags.
9914         ($(base)$(objext)): Use it.
9916 2011-11-18  Steve Ellcey  <sje@cup.hp.com>
9918         * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
9920 2011-11-18  Georg-Johann Lay  <avr@gjlay.de>
9922         PR target/49868
9923         * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
9924         * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
9925         New functions.
9927 2011-11-16  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
9929         * config/arm/lib1funcs.asm (udivsi3): Add support for divide
9930         functions.
9931         (aeabi_uidivmod): Likewise.
9932         (umodsi3): Likewise.
9933         (divsi3): Likewise.
9934         (aeabi_idivmod): Likewise.
9935         (modsi3): Likewise.
9937 2011-11-16  Tristan Gingold  <gingold@adacore.com>
9939         * config/alpha/qrnnd.S: Use specific pseudos for VMS.
9941 2011-11-15  Georg-Johann Lay  <avr@gjlay.de>
9943         PR target/49868
9944         * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3,  _load_4.
9945         * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
9947 2011-11-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9949         * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
9950         tmake_file list.
9951         * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
9952         * config/pa/t-stublib64: Delete.
9954 2011-11-12  Richard Henderson  <rth@redhat.com>
9956         * config/rs6000/linux-unwind.h (frob_update_context): Properly
9957         cast the pointer argument to _Unwind_SetGRPtr.
9959 2011-11-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9961         * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
9963 2011-11-09  Ian Lance Taylor  <iant@google.com>
9965         * generic-morestack.c: Include <string.h>.
9966         (uintptr_type): Define.
9967         (struct initial_sp): Add dont_block_signals field.  Reduce size of
9968         extra array by 1.
9969         (allocate_segment): Set prev field to NULL.  Don't set
9970         __morestack_current_segment or __morestack_segments.
9971         (__generic_morestack): Update current->prev and *pp after calling
9972         allocate_segment.
9973         (__morestack_block_signals): Don't do anything if
9974         dont_block_signals is set.
9975         (__morestack_unblock_signals): Likewise.
9976         (__generic_findstack): Check for initial_sp == NULL.  Add casts to
9977         uintptr_type.
9978         (__splitstack_block_signals): New function.
9979         (enum __splitstack_content_offsets): Define.
9980         (__splitstack_getcontext, __splitstack_setcontext): New functions.
9981         (__splitstack_makecontext): New function.
9982         (__splitstack_block_signals_context): New function.
9983         (__splitstack_find_context): New function.
9984         * config/i386/morestack.S (__morestack_get_guard): New function.
9985         (__morestack_set_guard, __morestack_make_guard): New functions.
9986         * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
9988 2011-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9990         * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
9991         (i[34567]86-*-mingw*): ... here.
9992         (x86_64-*-mingw*): ... here.
9994 2011-11-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9996         * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
9998 2011-11-07  Nathan Sidwell  <nathan@acm.org>
10000         * libgcov.c (struct gcov_fn_buffer): New struct.
10001         (buffer_fn_data): New helper.
10002         (gcov_exit): Rework for new gcov data structures.
10004 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
10006         PR target/49313
10007         * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
10009 2011-11-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10011         * config.host (tmake_file): Correct comment.
10012         (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
10013         t-libgcc-pic.
10014         (bfin*-uclinux*): Likewise.
10015         (bfin*-linux-uclibc*): Likewise.
10016         (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
10018         * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
10019         assigning.
10020         * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
10021         * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
10022         * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
10023         * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
10024         * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
10025         * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
10026         * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
10027         * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
10028         * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
10029         * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
10030         * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
10031         * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
10032         * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
10034         * config/bfin/t-elf: Remove.
10035         * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
10037 2011-11-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10039         * config.host (*-*-rtems*): Add t-rtems to tmake_file.
10040         (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
10041         (lm32-*-elf*, lm32-*-rtems*): Split into ...
10042         (lm32-*-elf*): ... this.
10043         (lm32-*-rtems*): ... and this.
10044         Add to tmake_file.
10045         (m32r-*-rtems*): Add to tmake_file.
10046         (moxie-*-rtems*): Likewise.
10047         (sparc-*-rtems*): Likewise.
10048         Remove t-rtems from tmake_file.
10049         (sparc64-*-rtems*): Likewise.
10050         * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
10051         instead.
10053 2011-11-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10055         PR bootstrap/50982
10056         * config/gthr-posix.h: Move ...
10057         * gthr-posix.h: ... here.
10058         * config/gthr-lynx.h: Reflect this.
10059         * config/gthr-vxworks.h: Likewise.
10060         * config/rs6000/gthr-aix.h: Likewise.
10061         * configure.ac (target_thread_file): Likewise.
10062         * configure: Regenerate.
10064 2011-11-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
10066         * config.host (arm*-*-rtemseabi*): New target.
10068 2011-11-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10070         PR other/50991
10071         * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
10072         extra-parts.
10074 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
10076         * config.host (epiphany-*-elf*): New configuration.
10077         * config/epiphany: New Directory.
10079 2011-11-05  Ralf Corsépius  <ralf.corsepius@rtems.org>
10081         * config.host (avr-*-rtems*): Add config/avr/t-rtems.
10082         * config/avr/t-rtems: New.
10083         Filter out _exit from LIB1ASMFUNCS.
10085 2011-11-04  David S. Miller  <davem@davemloft.net>
10087         * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
10088         * configure: Rebuild.
10090 2011-11-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10092         * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
10093         variable.
10095 2011-11-04  Georg-Johann Lay  <avr@gjlay.de>
10097         PR target/50931
10098         * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
10099         * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
10101 2011-11-04  Joel Sherrill  <joel.sherrill@oarcorp.com>
10103         PR target/50989
10104         * config.host (sparc-*-rtems*): Add sparc/t-softmul.
10106 2011-11-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10108         * config/c6x/t-elf (LIB2ADDEH): Set.
10109         * config/c6x/t-c6x-elf: Remove.
10111 2011-11-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10113         * config/i386/sol2-ci.S: Rename to ...
10114         * config/i386/crti.S: ... this.
10115         * config/i386/sol2-cn.S: Rename to ...
10116         * config/i386/crtn.S: ... this.
10117         * config/sparc/sol2-ci.S: Rename to ...
10118         * config/sparc/crti.S: ... this.
10119         * config/sparc/sol2-cn.S: Rename to ...
10120         * config/sparc/crtn.S: ... this.
10121         * config/t-sol2 (CUSTOM_CRTIN): Remove.
10122         (crti.o, crtn.o): Remove.
10124 2011-11-04  Tristan Gingold  <gingold@adacore.com>
10126         * config/ia64/fde-vms.c: Do not include md-unwind-support.h
10128 2011-11-04  Kaz Kojima  <kkojima@gcc.gnu.org>
10130         * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
10132 2011-11-03  Hans-Peter Nilsson  <hp@axis.com>
10134         * config.host (crisv32-*-none, cris-*-none): Remove.
10135         (crisv32-*-elf): Append to tmake_file, don't just set it.
10136         (cris-*-elf): Add missing t-fdpbit to tmake_file.
10138 2011-11-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10140         * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
10141         (ecrtn$(objext)): Likewise.
10142         (ncrti$(objext)): Likewise.
10143         (ncrtn$(objext)): Likewise.
10145 2011-11-03  Andreas Schwab  <schwab@redhat.com>
10147         * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
10149 2011-11-02  David S. Miller  <davem@davemloft.net>
10151         * configure.ac: Set host_address on sparc too.
10152         * configure: Regenerate.
10153         * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
10154         based upon host_address.
10155         * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
10157 2011-11-02  Jason Merrill  <jason@redhat.com>
10159         * config/rs6000/t-ppccomm: Add missing \.
10161 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10163         * gthr-single.h, gthr.h: New files.
10164         * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
10165         config/gthr-vxworks.h, config/i386/gthr-win32.h,
10166         config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
10167         config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
10168         * config/i386/gthr-win32.c: Include "gthr-win32.h".
10169         * configure.ac (thread_header): New variable.
10170         Set it depending on target_thread_file.
10171         (gthr-default.h): Link from $thread_header.
10172         * configure: Regenerate.
10173         * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
10175 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10177         * configure.ac (tm_file_): New variable.
10178         Determine from tm_file.
10179         (tm_file, tm_defines): Substitute.
10180         * configure: Regenerate.
10181         * mkheader.sh: New file.
10182         * Makefile.in (clean): Remove libgcc_tm.h.
10183         ($(objects)): Depend on libgcc_tm.h.
10184         (libgcc_tm_defines, libgcc_tm_file): New variables.
10185         (libgcc_tm.h, libgcc_tm.stamp): New targets.
10186         ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
10187         ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
10188         ($(extra-parts)): Depend on libgcc_tm.h.
10189         * config.host (tm_defines, tm_file): New variable.
10190         (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
10191         (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
10192         (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
10193         (avr-*-rtems*): Likewise.
10194         (avr-*-*): Likewise.
10195         (frv-*-elf): Likewise.
10196         (frv-*-*linux*): Likewise.
10197         (h8300-*-rtems*): Likewise.
10198         (h8300-*-elf*): Likewise.
10199         (i[34567]86-*-darwin*): Likewise.
10200         (x86_64-*-darwin*): Likewise.
10201         (rx-*-elf): Likewise.
10202         (tic6x-*-uclinux): Likewise.
10203         (tic6x-*-elf): Likewise.
10204         (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
10205         * config/alpha/gthr-posix.c: Include libgcc_tm.h.
10206         * config/i386/cygming-crtbegin.c: Likewise.
10207         * config/i386/cygming-crtend.c: Likewise.
10208         * config/ia64/fde-vms.c: Likewise.
10209         * config/ia64/unwind-ia64.c: Likewise.
10210         * config/libbid/bid_gcc_intrinsics.h: Likewise.
10211         * config/rs6000/darwin-fallback.c: Likewise.
10212         * config/stormy16/lib2funcs.c: Likewise.
10213         * config/xtensa/unwind-dw2-xtensa.c: Likewise.
10214         * crtstuff.c: Likewise.
10215         * dfp-bit.h: Likewise.
10216         * emutls.c: Likewise.
10217         * fixed-bit.c: Likewise.
10218         * fp-bit.c: Likewise.
10219         * generic-morestack-thread.c: Likewise.
10220         * generic-morestack.c: Likewise.
10221         * libgcc2.c: Likewise.
10222         * libgcov.c: Likewise.
10223         * unwind-dw2-fde-dip.c: Likewise.
10224         * unwind-dw2-fde.c: Likewise.
10225         * unwind-dw2.c: Likewise.
10226         * unwind-sjlj.c: Likewise.
10228 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10230         * configure.ac: Include ../config/picflag.m4.
10231         (GCC_PICFLAG): Call it.
10232         Substitute.
10233         * configure: Regenerate.
10234         * Makefile.in (gcc_srcdir): Remove.
10235         (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
10236         (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
10237         (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
10238         ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
10239         ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
10240         Use $<.
10241         Remove comment.
10242         * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
10243         * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
10244         to refer to libgcc2.c.
10245         Use $<.
10246         * config/darwin-64.c: New file.
10247         * config/darwin-crt3.c: Remove comment.
10248         * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
10249         config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
10250         config/udivmodsi4.c: New files.
10251         * config/memcmp.c, config/memcpy.c, config/memmove.c,
10252         config/memset.c: New files.
10253         * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
10254         * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
10255         * config/t-freebsd-thread, config/t-libgcc-pic: New files.
10256         * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
10257         * config/t-openbsd-thread: New file.
10258         * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
10259         * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
10260         * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
10261         * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
10262         qrnnd.S.
10263         Adapt filename.
10264         * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
10265         to refer to gthr-posix.c.
10266         * config/alpha/t-vms (LIB2ADD): Set.
10267         * config/alpha/vms-gcc_shell_handler.c: New file.
10268         * config/arm/bpabi.c, config/arm/fp16.c,
10269         config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
10270         config/arm/unaligned-funcs.c: New files.
10271         * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
10272         * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
10273         * config/arm/t-linux: Likewise.
10274         * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
10275         * config/arm/t-netbsd: New file.
10276         * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
10277         * config/arm/t-symbian (LIB2ADD_ST): Set.
10278         * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
10279         * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
10280         * config/bfin/t-elf: New file.
10281         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
10282         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
10283         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
10284         config/c6x/ltf.c: New files.
10285         * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
10286         (HOST_LIBGCC2_CFLAGS): Set.
10287         * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
10288         (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
10289         * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
10290         New files.
10291         * config/cris/t-elfmulti (LIB2ADD_ST): Set.
10292         * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
10293         * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
10294         config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
10295         config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
10296         files.
10297         * config/frv/t-frv (LIB2ADD): Set.
10298         * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
10299         * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
10300         config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
10301         config/h8300/popcounthi2.c: New files.
10302         * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
10303         * config/i386/gthr-win32.c: New file.
10304         * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
10305         * config/i386/t-cygwin: Likewise.
10306         * config/i386/t-darwin, config/i386/t-darwin64,
10307         config/i386/t-gthr-win32, config/i386/t-interix: New files.
10308         * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
10309         (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
10310         * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
10311         * config/ia64/quadlib.c: New file.
10312         * config/ia64/t-hpux (LIB2ADD): Set.
10313         * config/ia64/t-ia64: Add comment.
10314         * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
10315         * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
10316         (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
10317         * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
10318         * config/m32c/t-m32c (LIB2ADD): Set.
10319         * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
10320         * config/m32r/t-m32r: Likewise.
10321         * config/m68k/fpgnulib.c: New file.
10322         * config/m68k/t-floatlib (LIB2ADD): Set.
10323         (xfgnulib.c): New target.
10324         * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
10325         * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
10326         * config/mep/t-mep (LIB2ADD): Set.
10327         * config/microblaze/divsi3.asm: Rename to divsi3.S.
10328         * config/microblaze/moddi3.asm: Rename to moddi3.S.
10329         * config/microblaze/modsi3.asm: Rename to modsi3.S.
10330         * config/microblaze/muldi3_hard.asm: Rename to hard.S.
10331         * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
10332         * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
10333         * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
10334         * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
10335         * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
10336         * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
10337         New files.
10338         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
10339         * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
10340         * config/pa/fptr.c, config/pa/lib2funcs.S,
10341         config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
10342         * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
10343         (LIB2ADD, LIB2ADD_ST): Set.
10344         * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
10345         * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
10346         Set.
10347         * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
10348         * config/pdp11/t-pdp11: New file.
10349         * config/picochip/libgccExtras/adddi3.S,
10350         config/picochip/libgccExtras/ashlsi3.S,
10351         config/picochip/libgccExtras/ashrsi3.S,
10352         config/picochip/libgccExtras/clzsi2.S,
10353         config/picochip/libgccExtras/cmpsi2.S,
10354         config/picochip/libgccExtras/divmod15.S,
10355         config/picochip/libgccExtras/divmodhi4.S,
10356         config/picochip/libgccExtras/divmodsi4.S,
10357         config/picochip/libgccExtras/lshrsi3.S,
10358         config/picochip/libgccExtras/parityhi2.S,
10359         config/picochip/libgccExtras/popcounthi2.S,
10360         config/picochip/libgccExtras/subdi3.S,
10361         config/picochip/libgccExtras/ucmpsi2.S,
10362         config/picochip/libgccExtras/udivmodhi4.S,
10363         config/picochip/libgccExtras/udivmodsi4.S: New files.
10364         * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
10365         (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
10366         * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
10367         config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
10368         config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
10369         config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
10370         config/rs6000/darwin-gpsave.S,  config/rs6000/darwin-tramp.S,
10371         config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
10372         files.
10373         * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
10374         (HOST_LIBGCC2_CFLAGS): Set.
10375         * config/rs6000/t-darwin64: New file.
10376         * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
10377         * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
10378         * config/rs6000/t-ppccomm (LIB2ADD): Add
10379         $(srcdir)/config/rs6000/tramp.S.
10380         (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
10381         Add  $(srcdir)/config/rs6000/eabi.S.
10382         (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
10383         (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
10384         (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
10385         (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
10386         (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
10387         (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
10388         * config/rs6000/tramp.S: New file.
10389         * config/s390/t-tpf: Remove.
10390         * config/sh/linux-atomic.S: New file.
10391         * config/sh/t-linux (LIB2ADD): Set.
10392         (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
10393         * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
10394         * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
10395         to unwind-dw2.c.
10396         (HOST_LIBGCC2_CFLAGS): Set.
10397         * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
10398         * config/spu/divmodti4.c, config/spu/divv2df3.c,
10399         config/spu/float_disf.c, config/spu/float_unsdidf.c,
10400         config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
10401         config/spu/mfc_multi_tag_release.c,
10402         config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
10403         config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
10404         config/spu/multi3.c: New files.
10405         * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
10406         (HOST_LIBGCC2_CFLAGS): Set.
10407         * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
10408         config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
10409         config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
10410         config/stormy16/ffshi2.c, config/stormy16/lib2.c,
10411         config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
10412         config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
10413         config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
10414         config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
10415         config/stormy16/umodsi3.c: New files.
10416         * config/xtensa/lib2funcs.S: New file.
10417         * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
10418         * config/xtensa/t-xtensa (LIB2ADD): Set.
10419         * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
10420         (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
10421         Add t-freebsd-thread to tmake_file for posix threads.
10422         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
10423         (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
10424         (*-*-lynxos*): Likewise.
10425         (*-*-netbsd*): Likewise.
10426         (*-*-openbsd*): Likewise.
10427         Add t-openbsd-thread to tmake_file for posix threads.
10428         (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
10429         (*-*-vxworks*): Set tmake_file.
10430         (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
10431         (alpha*-*-freebsd*): Likewise.
10432         (alpha*-*-netbsd*): Likewise.
10433         (alpha*-*-openbsd*): Likewise.
10434         (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
10435         (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
10436         (alpha*-dec-*vms*): Likewise.
10437         (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
10438         (bfin*-elf*): Add bfin/t-elf to tmake_file.
10439         (bfin*-uclinux*): Likewise.
10440         (bfin*-linux-uclibc*): Likewise.
10441         (crisv32-*-elf): Add cris/t-cris to tmake_file.
10442         (crisv32-*-none): Likewise.
10443         (cris-*-elf): Likewise.
10444         (cris-*-none): Likewise.
10445         (cris-*-linux*, crisv32-*-linux*): Likewise.
10446         (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
10447         tmake_file.
10448         (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
10449         tmake_file.
10450         (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
10451         (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
10452         (x86_64-*-elf*): Likewise.
10453         (i[34567]86-*-nto-qnx*): Likewise.
10454         (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
10455         win32 threads.
10456         (x86_64-*-mingw*): Likewise.
10457         (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
10458         (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
10459         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
10460         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
10461         (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
10462         tmake_file.
10463         (mipsisa64sr71k-*-elf*): Likewise.
10464         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
10465         (mips-*-elf*, mipsel-*-elf*): Likewise.
10466         (mips64-*-elf*, mips64el-*-elf*): Likewise.
10467         (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
10468         (mips*-*-rtems*): Likewise.
10469         (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
10470         to tmake_file.
10471         (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
10472         (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
10473         (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
10474         (spu-*-elf*): Likewise.
10475         (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
10477 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10479         * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
10480         $(srcdir) to refer to $(LIB1ASMSRC).
10481         Use $<.
10482         * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
10483         config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
10484         config/arm/lib1funcs.S: New files.
10485         * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
10486         * config/arm/t-arm: New file.
10487         * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
10488         * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
10489         config/arm/t-strongarm-elf: New files.
10490         * config/arm/t-symbian (LIB1ASMFUNCS): Set.
10491         * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
10492         * config/avr/lib1funcs.S: New file.
10493         * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10494         * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
10495         * config/c6x/lib1funcs.S: New file.
10496         * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10497         * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
10498         * config/frv/lib1funcs.S: New file.
10499         * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10500         * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
10501         * config/i386/cygwin.S, config/i386/t-chkstk: New files.
10502         * config/ia64/__divxf3.asm: Rename to ...
10503         * config/ia64/__divxf3.S: ... this.
10504         Adapt lib1funcs.asm filename.
10505         * config/ia64/_fixtfdi.asm: Rename to ...
10506         * config/ia64/_fixtfdi.S: ... this.
10507         Adapt lib1funcs.asm filename.
10508         * config/ia64/_fixunstfdi.asm: Rename to ...
10509         * config/ia64/_fixunstfdi.S: ... this.
10510         Adapt lib1funcs.asm filename.
10511         * config/ia64/_floatditf.asm: Rename to ...
10512         * config/ia64/_floatditf.S: ... this.
10513         Adapt lib1funcs.asm filename.
10514         * config/ia64/lib1funcs.S: New file.
10515         * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
10516         * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10517         * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
10518         * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
10519         * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
10520         * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
10521         * config/mep/lib1funcs.S: New file.
10522         * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10523         * config/mips/mips16.S: New file.
10524         * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10525         * config/pa/milli64.S: New file.
10526         * config/pa/t-linux, config/pa/t-linux64: New files.
10527         * config/picochip/lib1funcs.S: New file.
10528         * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10529         * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
10530         * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
10531         * config/sh/t-netbsd: New file.
10532         * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
10533         Use $(srcdir) to refer to lib1funcs.S, adapt filename.
10534         * config/sh/t-sh64: New file.
10535         * config/sparc/lb1spc.S: New file.
10536         * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
10537         filename.
10538         * config/v850/lib1funcs.S, config/v850/t-v850: New files.
10539         * config/vax/lib1funcs.S, config/vax/t-linux: New files.
10540         * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
10541         config/xtensa/lib1funcs.S: New files.
10542         * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
10543         * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
10544         tmake_file.
10545         (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
10546         (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
10547         (arm*-*-linux*): Likewise.
10548         Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
10549         arm*-*-linux-*eabi, add arm/t-linux otherwise.
10550         (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
10551         (arm*-*-ecos-elf): Likewise.
10552         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
10553         (arm*-*-rtems*): Likewise.
10554         (arm*-*-elf): Likewise.
10555         (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
10556         (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
10557         (bfin*-elf*): Add bfin/t-bfin to tmake_file.
10558         (bfin*-uclinux*): Likewise.
10559         (bfin*-linux-uclibc*): Likewise.
10560         (bfin*-rtems*): Likewise.
10561         (bfin*-*): Likewise.
10562         (fido-*-elf): Merge into m68k-*-elf*.
10563         (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
10564         (frv-*-*linux*): Add frv/t-frv to tmake_file.
10565         (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
10566         (h8300-*-elf*): Likewise.
10567         (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
10568         (hppa*-*-linux*): Add pa/t-linux to tmake_file.
10569         (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
10570         (i[34567]86-*-mingw*): Likewise.
10571         (x86_64-*-mingw*): Likewise.
10572         (i[34567]86-*-interix3*): Likewise.
10573         (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
10574         (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
10575         (m68k-*-elf*): Also handle fido-*-elf.
10576         Add m68k/t-floatlib to tmake_file.
10577         (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
10578         (m68k-*-linux*): Likewise.
10579         (m68k-*-rtems*): Likewise.
10580         (mcore-*-elf): Add mcore/t-mcore to tmake_file.
10581         (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
10582         sh64*-*-*.
10583         (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
10584         Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
10585         (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
10586         (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
10587         sh/t-netbsd to tmake_file.
10588         Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
10589         (sh-*-rtems*): Add sh/t-sh to tmake_file.
10590         (sh-wrs-vxworks): Likewise.
10591         (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
10592         *-leon[3-9]*.
10593         (v850*-*-*): Add v850/t-v850 to tmake_file.
10594         (vax-*-linux*): Add vax/t-linux to tmake_file.
10595         (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
10597 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10599         * crtstuff.c: New file.
10600         * Makefile.in (CRTSTUFF_CFLAGS): Define.
10601         (CRTSTUFF_T_CFLAGS): Define.
10602         (extra-parts, INSTALL_PARTS): Remove conditional assignments.
10603         (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
10604         (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
10605         crtstuff.c.
10606         Use $<.
10607         (crtbeginT.o): Use $(objext).
10608         [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
10609         (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
10610         (gcc-extra-parts): Remove.
10611         * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
10612         Set extra_parts.
10613         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
10614         *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
10615         Add t-crtstuff-pic to tmake_file.
10616         (*-*-lynxos*): New case.
10617         Set tmake_file, extra_parts.
10618         (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
10619         Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
10620         *-*-netbsdelf[2-9]*.
10621         (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
10622         (*-*-rtems*): Set extra_parts.
10623         (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
10624         (*-*-uclinux*): New case.
10625         Set extra_parts.
10626         (*-*-vms*): New case.
10627         Set tmake_file, extra_parts.
10628         (*-*-elf): Set extra_parts.
10629         (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
10630         (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
10631         vms/t-vms64.
10632         Set extra_parts.
10633         (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
10634         Set extra_parts.
10635         (arm*-*-freebsd*): Add t-crtin to tmake_file.
10636         Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
10637         (arm-wrs-vxworks): Append to tmake_file.
10638         Set extra_parts.
10639         (arm*-*-uclinux*): Set extra_parts.
10640         (arm*-*-ecos-elf): Likewise.
10641         (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
10642         arm*-*-eabi*.
10643         (arm*-*-rtems*): Set extra_parts.
10644         (arm*-*-elf): Likewise.
10645         (avr-*-rtems*): Clear extra_parts.
10646         (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
10647         Set extra_parts.
10648         (bfin*-uclinux*): Likewise.
10649         (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
10650         (bfin*-rtems*): Append to tmake_file.
10651         Set extra_parts.
10652         (bfin*-*): Likewise.
10653         (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
10654         (crisv32-*-elf): ... this.
10655         (crisv32-*-none): ... this.
10656         (cris-*-elf, cris-*-none): New cases.
10657         Add cris/t-elfmulti to tmake_file.
10658         (fr30-*-elf): Append to tmake_file.
10659         Set extra_parts.
10660         (frv-*-elf): Append to tmake_file, add frv/t-frv.
10661         Set extra_parts.
10662         (h8300-*-rtems*): Append to tmake_file.
10663         Set extra_parts.
10664         (h8300-*-elf*): Likewise.
10665         (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
10666         Set extra_parts.
10667         (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
10668         Set extra_parts.
10669         (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
10670         (x86_64-*-elf*): Likewise.
10671         (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
10672         (x86_64-*-freebsd*): Likewise.
10673         (x86_64-*-netbsd*): Likewise.
10674         (i[34567]86-*-linux*): Likewise.
10675         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
10676         (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
10677         (x86_64-*-linux*): Likewise.
10678         (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
10679         (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
10680         tmake_file.
10681         Set extra_parts.
10682         (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
10683         (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
10684         Append to extra_parts, remove crtbegin.o, crtend.o.
10685         (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
10686         (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
10687         crtend.o, crtbeginS.o, crtendS.o.
10688         (ia64*-*-linux*): Comment extra_parts.
10689         (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
10690         Set extra_parts.
10691         (iq2000*-*-elf*): Clear extra_parts.
10692         (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
10693         (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
10694         (m32r-*-elf*, m32r-*-rtems*): Split off ...
10695         (m32r-*-rtems*): ... this.
10696         Add m32r/t-m32r to tmake_file.
10697         (m68k-*-elf*): Add t-crtin to tmake_file.
10698         (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
10699         (mcore-*-elf): Likewise.
10700         (microblaze*-*-*): Set extra_parts.
10701         (mips*-sde-elf*): New case.
10702         Set tmake_file, extra_parts.
10703         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
10704         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
10705         (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
10706         tmake_file.
10707         Set extra_parts.
10708         (mipsisa64sr71k-*-elf*): Likewise.
10709         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
10710         (mips-*-elf*, mipsel-*-elf*): Likewise.
10711         (mips64-*-elf*, mips64el-*-elf*): Likewise.
10712         (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
10713         (mips64orion-*-elf*,  mips64orionel-*-elf*): Likewise.
10714         (mips*-*-rtems*): Likewise.
10715         (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
10716         (moxie-*-*): Split into ...
10717         (moxie-*-elf, moxie-*-uclinux*): ... this.
10718         Add to extra_parts, remove crtbegin.o, crtend.o.
10719         (moxie-*-rtems*): New case.
10720         Set tmake_file.
10721         Clear extra_parts.
10722         (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
10723         Set extra_parts.
10724         (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
10725         (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
10726         tmake_file.
10727         Set extra_parts.
10728         (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
10729         rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
10730         Set extra_parts.
10731         (powerpc-*-eabisim*): Likewise.
10732         (powerpc-*-elf*): Likewise.
10733         (powerpc-*-eabialtivec*): Likewise.
10734         (powerpc-xilinx-eabi*): Likewise.
10735         (powerpc-*-eabi*): Likewise.
10736         (powerpc-*-rtems*): Likewise.
10737         (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
10738         tmake_file.
10739         Set extra_parts.
10740         (powerpc-*-lynxos*): Add to tmake_file.
10741         (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
10742         rs6000/t-crtstuff, t-crtstuff-pic.
10743         Set extra_parts.
10744         (powerpcle-*-eabisim*): Likewise.
10745         (powerpcle-*-eabi*): Likewise.
10746         (rx-*-elf): Remove extra_parts.
10747         (s390x-ibm-tpf*): Set extra_parts.
10748         (score-*-elf): Set extra_parts.
10749         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
10750         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
10751         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
10752         (sh64l*-*-netbsd*): Split into ...
10753         (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
10754         Add t-crtstuff-pic to tmake_file.
10755         Set extra_parts.
10756         (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
10757         Set extra_parts.
10758         (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
10759         (sparc-*-elf*): Remove t-crtin from tmake_file.
10760         Add to extra_parts, remove crtbegin.o, crtend.o.
10761         (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
10762         (sparc64-*-linux*): Likewise.
10763         (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
10764         Add to extra_parts, remove crtbegin.o, crtend.o.
10765         (sparc64-*-elf*): Remove t-crtin from tmake_file.
10766         Add to extra_parts, remove crtbegin.o, crtend.o.
10767         (sparc64-*-rtems*): Remove t-crtin from tmake_file.
10768         Add to extra_parts, remove crtbegin.o, crtend.o.
10769         (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
10770         (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
10771         (spu-*-elf*): Add to tmake_file, add spu/t-elf.
10772         Set extra_parts.
10773         (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
10774         Set extra_parts.
10775         (tic6x-*-*): Change to ...
10776         (tic6x-*-elf): ... this.
10777         Set extra_parts.
10778         (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
10779         Set extra_parts.
10780         (am33_2.0-*-linux*): Add comment.
10781         (mep*-*-*): Add mep/t-mep to tmake_file.
10782         Set extra_parts.
10783         * config/alpha/t-vms: New file.
10784         * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
10785         * config/arm/crti.S, config/arm/crtn.S: New files.
10786         * config/bfin/crti.S, config/bfin/crtn.S: New files.
10787         * config/bfin/crtlibid.S: New file.
10788         * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
10789         * config/c6x/crti.S, config/c6x/crtn.S: New files.
10790         * config/c6x/t-elf (CUSTOM_CRTIN): Set.
10791         (crti.o, crtin.o): New rules.
10792         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
10793         * config/c6x/t-uclinux: New file.
10794         * config/cris/t-elfmulti: New file.
10795         * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
10796         * config/fr30/crti.S, config/fr30/crtn.S: New files.
10797         * config/frv/frvbegin.c, config/frv/frvend.c: New files.
10798         * config/frv/t-frv: New file.
10799         * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
10800         * config/h8300/crti.S, config/h8300/crtn.S: New files.
10801         * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
10802         New files.
10803         * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
10804         refer to cygming-crtbegin.c, cygming-crtend.c.
10805         Use $<.
10806         * config/i386/t-nto: New file.
10807         * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
10808         * config/ia64/crti.S, config/ia64/crtn.S: New files.
10809         * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
10810         crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
10811         Use .S extension.
10812         Use $<.
10813         * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
10814         (crtinitS.o): New rule.
10815         * config/ia64/vms-crtinit.S: New file.
10816         * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
10817         * config/m32r/initfini.c: New file.
10818         * config/m32r/t-linux, config/m32r/t-m32r: New files.
10819         * config/m68k/crti.S, config/m68k/crtn.S: New files.
10820         * config/mcore/crti.S, config/mcore/crtn.S: New files.
10821         * config/mep/t-mep: New file.
10822         * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
10823         * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
10824         * config/mips/crti.S, config/mips/crtn.S: New files.
10825         * config/mips/t-crtstuff: New file.
10826         * config/mmix/crti.S, config/mmix/crtn.S: New files.
10827         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
10828         (CUSTOM_CRTIN): Set.
10829         ($(T)crti.o, $(T)crtn.o): Remove $(T),
10830         dependencies.
10831         Use $(srcdir) to refer to crti.S, crtn.S.
10832         Use .S extension, $<.
10833         * config/moxie/crti.asm: Rename to ...
10834         * config/moxie/crti.S: ... this.
10835         * config/moxie/crtn.asm: Rename to ...
10836         * config/moxie/crtn.S: ... this.
10837         * config/moxie/t-moxie: Remove.
10838         * config/pa/stublib.c: New file.
10839         * config/pa/t-stublib, config/pa/t-stublib64: New files.
10840         * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
10841         * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
10842         * config/rs6000/t-crtstuff: New file.
10843         * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
10844         (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
10845         (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
10846         Make output file explicit.
10847         (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
10848         Make output file explicit.
10849         (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
10850         Make output file explicit.
10851         (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
10852         Make output file explicit.
10853         * config/score/crti.S, config/score/crtn.S: New files.
10854         * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
10855         * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
10856         files.
10857         * config/sh/t-sh, config/sh/t-superh: New files.
10858         * config/sparc/t-linux64: New file.
10859         * config/spu/cache.S, config/spu/cachemgr.c: New files.
10860         * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
10861         (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
10862         (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
10863         * config/t-crtin: Remove.
10864         * config/t-crtstuff-pic: New file.
10865         * config/t-sol2 (CUSTOM_CRTIN): Set.
10866         (crti.o, crtn.o): New rules.
10867         * config/vms/t-vms: New file.
10868         * config/vms/vms-ucrt0.c: New file.
10869         * config/xtensa/t-elf: New file.
10871 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10873         * Makefile.in (SHLIB_NM_FLAGS): Set.
10874         * mkmap-flat.awk, mkmap-symver.awk: New files.
10875         * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
10876         exceptions.
10877         * configure: Regenerate.
10878         * config/libgcc-glibc.ver: New file.
10879         * config/libgcc-libsystem.ver: New file.
10880         * config/t-libunwind (SHLIB_LC): Set.
10881         * config/t-linux: New file.
10882         * config/t-slibgcc (INSTALL_SHLIB): New.
10883         (SHLIB_INSTALL): Use it.
10884         * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
10885         to mkmap-symver.awk.
10886         (SHLIB_MAPFILES): Don't append, adapt pathname.
10887         (SHLIB_VERPFX): Set.
10888         * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
10889         to mkmap-symver.awk.
10890         * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
10891         config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
10892         * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
10893         * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
10894         to mkmap-flat.awk.
10895         * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
10896         * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
10897         * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
10898         * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
10899         * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
10900         * config/i386/libgcc-darwin.10.4.ver,
10901         config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
10902         New files.
10903         * config/i386/t-darwin: Remove.
10904         * config/i386/t-darwin64: Likewise.
10905         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
10906         * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
10907         config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
10908         * config/i386/t-linux: New file.
10909         * config/i386/t-mingw32: New file.
10910         * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
10911         * config/ia64/t-glibc: Rename to ...
10912         * config/ia64/t-linux: ... this.
10913         (SHLIB_MAPFILES): Set.
10914         * config/ia64/t-glibc-libunwind: Rename to ...
10915         * config/ia64/t-linux-libunwind: ... this.
10916         * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
10917         * config/ia64/t-slibgcc-hpux: New file.
10918         * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
10919         * config/m68k/t-slibgcc-elf-ver: New file.
10920         * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
10921         * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
10922         to mkmap-flat.awk.
10923         * config/pa/t-slibgcc-hpux: New file.
10924         * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
10925         files.
10926         * config/rs6000/libgcc-darwin.10.4.ver,
10927         config/rs6000/libgcc-darwin.10.5.ver: New files.
10928         * config/rs6000/libgcc-ppc-glibc.ver: Rename to
10929         config/rs6000/libgcc-glibc.ver.
10930         * config/rs6000/libgcc-ppc64.ver: Rename to
10931         config/rs6000/libgcc-ibm-ldouble.ver.
10932         * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
10933         * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
10934         * config/rs6000/t-ldbl128: Rename to ...
10935         * config/rs6000/t-linux: ... this.
10936         (SHLIB_MAPFILES): Adapt filename.
10937         * config/rs6000/t-slibgcc-aix: New file.
10938         * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
10939         * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
10940         libgcc-excl.ver, libgcc-glibc.ver.
10941         (SHLIB_LINK, SHLIB_INSTALL): Remove.
10942         * config/sparc/libgcc-glibc.ver: New file.
10943         * config/sparc/t-linux: New file.
10944         * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
10945         * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
10946         t-slibgcc-elf-ver to tmake_file.
10947         Add t-slibgcc-nolc-override to tmake_file for posix threads on
10948         *-*-freebsd[34].
10949         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
10950         *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
10951         t-slibgcc-elf-ver, t-linux to tmake_file.
10952         (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
10953         tmake_file.
10954         (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
10955         (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
10956         (alpha*-dec-*vms*): Likewise.
10957         (arm*-*-freebsd*): Append to tmake_file.
10958         (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
10959         (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
10960         arm*-*-linux-*eabi.
10961         (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
10962         tmake_file for arm*-*-symbianelf*.
10963         (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
10964         (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
10965         cris/t-linux.
10966         (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
10967         (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
10968         pa/t-slibgcc-dwarf-ver to tmake_file.
10969         (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
10970         pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
10971         (hppa*64*-*-hpux11*): Likewise.
10972         (hppa[12]*-*-hpux11*): Likewise.
10973         (x86_64-*-darwin*): Don't override tmake_file, but only keep
10974         i386/t-crtpc, i386/t-crtfm.
10975         (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
10976         Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
10977         to tmake_file.
10978         Add i386/t-cygwin to tmake_file.
10979         Prepent i386/t-mingw-pthread to tmake_file for posix threads.
10980         (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
10981         Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
10982         to tmake_file.
10983         Add i386/t-mingw32 to tmake_file.
10984         (x86_64-*-mingw*): Likewise.
10985         (ia64*-*-freebsd*): Append to tmake_file.
10986         (ia64*-*-linux*): Append to tmake_file.
10987         Replace ia64/t-glibc by ia64/t-linux.
10988         Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
10989         system libunwind.
10990         (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
10991         t-slibgcc-hpux to tmake_file.
10992         (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
10993         (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
10994         (m32rle-*-linux*): Likewise.
10995         (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
10996         sjlj exceptions.
10997         (microblaze*-linux*): New case.
10998         Append to tmake_file, add t-slibgcc-nolc-override.
10999         (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
11000         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
11001         Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
11002         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
11003         rs6000/t-slibgcc-aix to tmake_file.
11004         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
11005         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
11006         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
11007         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
11008         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
11009         (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
11010         sh*-*-linux*.
11011         (sparc-*-linux*): Append to tmake_file for *-leon*.
11012         Add sparc/t-linux to tmake_file for non-Leon targets.
11013         (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
11014         (tic6x-*-uclinux): New case.
11015         Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
11016         (tic6x-*-*): Add c6x/t-elf to tmake_file.
11017         (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
11018         (am33_2.0-*-linux*): Append to tmake_file.
11019         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
11020         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
11021         x86_64-*-kfreebsd*-gnu.
11022         Add i386/t-linux to tmake_file.
11024 2011-10-28  Ian Lance Taylor  <iant@google.com>
11026         * config/i386/morestack.S: Correct CFI information to do proper
11027         returns throughout function.  In 32-bit mode, save %ebx so that it
11028         is restored on unwind.
11030 2011-10-25  Bernd Schmidt  <bernds@codesourcery.com>
11032         * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
11033         case where B3 isn't the return register.
11035         * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
11036         logic for doubleword pops.
11038 2011-10-25  Andreas Tobler  <andreast@fgznet.ch>
11040         * config/rs6000/t-freebsd: Add wildcard.
11042 2011-10-21  Paul Brook  <paul@codesourcery.com>
11044         * unwind-arm-common.inc: Handle ID3/4 unwinding data.
11046 2011-10-16  Uros Bizjak  <ubizjak@gmail.com>
11047             Eric Botcazou  <ebotcazou@adacore.com>
11049         PR target/50737
11050         * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
11051         fs->signal_frame to 1.
11053 2011-10-07  Ian Lance Taylor  <iant@google.com>
11055         * generic-morestack-thread.c: #include <errno.h>.
11057 2011-10-07  Ian Lance Taylor  <iant@google.com>
11059         PR target/46093
11060         * generic-morestack.c (__generic_morestack): Make sure the segment
11061         is large enough for both the stack frame and the copied
11062         parameters.
11064 2011-10-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11066         PR bootstrap/49804
11067         * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
11068         extra_parts.
11070 2011-09-28  Nick Clifton  <nickc@redhat.com>
11072         * config/rx/rx-lib.h: Always restrict doubles to the SF type when
11073         64-bit doubles are not enabled.
11074         * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
11075         and floatunsisf functions.
11077 2011-09-13  Paul Brook  <paul@codesourcery.com>
11079         * config.host (tic6x-*-*): Add c6x/t-c6x-elf.  Set unwind_header.
11080         * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
11081         * unwind-arm-common.inc: New file.
11082         * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
11083         * config/arm/unwind-arm.h: Use unwind-arm-common.h.
11084         (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
11085         * config/c6x/libunwind.S: New file.
11086         * config/c6x/pr-support.c: New file.
11087         * config/c6x/unwind-c6x.c: New file.
11088         * config/c6x/unwind-c6x.h: New file.
11089         * config/c6x/t-c6x-elf: New file.
11091 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
11093         * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
11094         (ASM_DIVZERO): Ditto.
11095         (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
11097 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11099         * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
11101 2011-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
11103         PR target/50090
11104         * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
11105         instead of an assembly one.
11107 2011-08-12  Paolo Bonzini  <bonzini@gnu.org>
11109         PR bootstrap/50047
11110         * Makefile.in (install-unwind_h): Create
11111         $(gcc_objdir)/include/unwind.h atomically.
11113 2011-08-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11115         * Makefile.in (install-unwind_h): Remove destination file first.
11117 2011-08-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11119         * sync.c: New file.
11120         * config/mips/t-mips16: New file.
11121         * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
11122         (mips*-*-linux*): Likewise.
11123         (mips*-sde-elf*): Likewise.
11124         (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
11125         mipsisa64-*-elf*, mipsisa64r2-*-elf*.
11126         Add mips/t-mips16 to tmake_file.
11127         (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
11128         (mips-*-elf*): Likewise.
11129         (mips64-*-elf*): Likewise.
11130         (mips64orion-*-elf*): Likewise.
11131         (mips*-*-rtems*): Likewise.
11132         (mipstx39-*-elf*): Likewise.
11133         * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
11134         ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
11135         LIBGCC_SYNC_CFLAGS.
11136         Use $(srcdir) to refer to sync.c.
11137         Use $<.
11138         ($(libgcc-sync-funcs-o)): Likewise.
11139         ($(libgcc-sync-size-funcs-s-o)): Likewise.
11140         ($(libgcc-sync-funcs-s-o)): Likewise.
11142 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
11144         * config.host (ia64*-*-linux*): Move ia64/t-glibc after
11145         t-libunwind.
11147 2011-08-08  H.J. Lu  <hongjiu.lu@intel.com>
11149         PR other/48007
11150         * config/i386/value-unwind.h: New.
11152 2011-08-06  Richard Sandiford  <rdsandiford@googlemail.com>
11154         * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
11155         (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
11156         Add to tmake_file rather than overriding it.
11158 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11160         * config/t-softfp: Remove.
11161         * soft-fp: Moved from ../gcc/config.
11162         * soft-fp/README: Remove t-softfp reference.
11163         * soft-fp/t-softfp: Move to config/t-softfp.
11164         (softfp_machine_header): Remove.
11165         (softfp_file_list): Remove config subdir.
11166         (soft-fp-objects): New variable.
11167         ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
11168         (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
11169         (SFP_MACHINE, $(SFP_MACHINE)): Remove.
11170         * config/t-softfp-excl: New file.
11171         * config/t-softfp-sfdf: New file.
11172         * config/t-softfp-tf: New file.
11173         * config/no-sfp-machine.h: New file.
11174         * config/arm/sfp-machine.h: New file.
11175         * config/arm/t-softfp: New file.
11176         * config/c6x/sfp-machine.h: New file.
11177         * config/i386/32/t-fprules-softfp: Rename to ...
11178         * config/i386/32/t-softfp: ... this.
11179         (tifunctions, LIB2ADD): Remove.
11180         (softfp_int_modes): Override.
11181         * config/i386/64/t-softfp-compat (tf-functions): Remove config
11182         subdir.
11183         * config/i386/64/eqtf2.c: Likewise.
11184         * config/i386/64/getf2.c: Likewise.
11185         * config/i386/64/letf2.c: Likewise.
11186         * config/ia64/sft-machine.h: New file.
11187         * config/ia64/t-fprules-softfp: Rename to ...
11188         * config/ia64/t-softfp: ... this.
11189         * config/lm32/sfp-machine.h: New file.
11190         * config/moxie/t-moxie-softfp: Remove.
11191         * config/rs6000/ibm-ldouble-format: New file.
11192         * config/rs6000/ibm-ldouble.c: New file.
11193         * config/rs6000/libgcc-ppc-glibc.ver: New file
11194         * config/rs6000/libgcc-ppc64.ver: New file
11195         * config/rs6000/sfp-machine.h: New file.
11196         * config/rs6000/t-freebsd: New file.
11197         * config/rs6000/t-ibm-ldouble: New file.
11198         * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
11199         libgcc-ppc-glibc.ver.
11200         * config/rs6000/t-linux64: New file.
11201         * config/rs6000/t-ppccomm (LIB2ADD): Add
11202         $(srcdir)/config/rs6000/ibm-ldouble.c.
11203         * config/rs6000/t-ppccomm-ldbl: New file.
11204         * config/score/sfp-machine.h: New file.
11205         * config.host (sfp_machine_header): Explain.
11206         (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
11207         t-softfp to tmake_file.
11208         (arm*-*-uclinux*): Likewise.
11209         (arm*-*-ecos-elf): Likewise.
11210         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
11211         (arm*-*-rtems*): Likewise.
11212         (arm*-*-elf): Likewise.
11213         (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
11214         in tmake_file.
11215         Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
11216         (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
11217         (lm32-*-uclinux*): Likewise.
11218         (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
11219         t-softfp-excl, t-softfp.
11220         (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
11221         (powerpc64-*-darwin*): Likewise.
11222         (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
11223         to tmake_file.
11224         (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
11225         tmake_file.
11226         (powerpc-*-eabisim*): Likewise.
11227         (powerpc-*-elf*): Likewise.
11228         (powerpc-*-eabialtivec*): Likewise.
11229         (powerpc-xilinx-eabi*): Likewise.
11230         (powerpc-*-rtems*): Likewise.
11231         (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
11232         t-softfp-excl, t-softfp to tmake_file.
11233         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
11234         rs6000/t-ppccomm-ldbl to tmake_file.
11235         (powerpcle-*-elf*): Likewise.
11236         (powerpcle-*-eabisim*): Likewise.
11237         (powerpcle-*-eabi*): Likewise.
11238         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
11239         rs6000/t-ibm-ldouble to tmake_file.
11240         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
11241         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
11242         (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
11243         (tic6x-*-*): Likewise.
11244         (i[34567]86-*-darwin*, x86_64-*-darwin*,
11245         i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
11246         i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
11247         i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
11248         i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
11249         i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
11250         t-softfp to tmake_file.
11251         * configure.ac (sfp_machine_header): Provide default if unset.
11252         Substitute.
11253         Link sfp-machine.h to config/$sfp_machine_header.
11254         * configure: Regenerate.
11256 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11258         * Makefile.in (double_type_size, long_double_type_size): Set.
11259         Remove $(fpbit-in-libgcc) support.
11260         (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
11261         (fpbit-src): New variable.
11262         ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
11263         Compile with -DFLOAT $(FPBIT_CFLAGS).
11264         Use $<.
11265         ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
11266         Compile with $(FPBIT_CFLAGS).
11267         Use $<.
11268         ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
11269         Compile with -DFLOAT $(TPBIT_CFLAGS).
11270         Use $<.
11271         * configure.ac (double_type_size, long_double_type_size):
11272         Determine and substitute.
11273         * configure: Regenerate.
11274         * fp-bit.c, fp-bit.h: New files.
11275         * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
11276         * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
11277         * config/mips/t-mips: New file.
11278         * config/mips/t-sdemtk: New file.
11279         * config/rs6000/ppc64-fp.c: New file.
11280         * config/rs6000/t-darwin (LIB2ADD): Add
11281         $(srcdir)/config/rs6000/ppc64-fp.c.
11282         * config/rs6000/t-ppc64-fp: New file.
11283         * config/rx/rx-lib.h: New file.
11284         * config/rx/t-rx (FPBIT): Set to true.
11285         ($(gcc_objdir)/fp-bit.c): Remove.
11286         (DPBIT): Set to true only with -m64bit-doubles.
11287         ($(gcc_objdir)/dp-bit.c): Remove.
11288         * config/sparc/t-softfp: Remove.
11289         * config/spu/t-elf: New file.
11290         * config/t-fdpbit, config/t-fpbit: New files.
11291         * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
11292         (mips*-*-*): Likewise.
11293         (arm-wrs-vxworks): Likewise.
11294         (arm*-*-freebsd*): Likewise.
11295         (avr-*-rtems*): Add t-fpbit to tmake_file.
11296         (avr-*-*): Likewise.
11297         (bfin*-elf*): Add t-fdpbit to tmake_file.
11298         (bfin*-uclinux*): Likewise.
11299         (bfin*-linux-uclibc*): Likewise.
11300         (bfin*-rtems*): New case.
11301         Add t-fdpbit to tmake_file.
11302         (bfin*-*): Add t-fdpbit to tmake_file.
11303         (crisv32-*-elf): Likewise.
11304         (cris-*-linux*): Likewise.
11305         (fr30-*-elf): Likewise.
11306         (frv-*-elf, frv-*-*linux*): Likewise.
11307         (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
11308         (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
11309         (m32r-*-elf*): Likewise.
11310         (m32rle-*-elf*): Likewise.
11311         (m32r-*-linux*): Likewise.
11312         (m32rle-*-linux*): Likewise.
11313         (mcore-*-elf): Add t-fdpbit to tmake_file.
11314         (microblaze*-*-*): Likewise.
11315         (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
11316         (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
11317         (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
11318         Fix typo.
11319         Add mips/t-tpbit to tmake-file.
11320         (mips*-*-linux*): Fix typo.
11321         (mips*-sde-elf*): New case
11322         Add mips/t-sdemtk unless using newlib.
11323         (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
11324         (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
11325         (mn10300-*-*): Likewise.
11326         (pdp11-*-*): Likewise.
11327         (picochip-*-*): Add t-fpbit to tmake_file.
11328         (powerpc-*-eabisimaltivec*): Likewise.
11329         (powerpc-*-eabisim*): Likewise.
11330         (powerpc-*-elf*): Likewise.
11331         (powerpc-*-eabialtivec*): Likewise.
11332         (powerpc-xilinx-eabi*): New case.
11333         Add t-fdpbit to tmake_file.
11334         (powerpc-*-eabi*):  Add t-fdpbit to tmake_file.
11335         (powerpc-*-rtems*): Likewise.
11336         (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
11337         tmake_file.
11338         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
11339         tmake_file.
11340         (powerpc-*-lynxos*): Likewise.
11341         (powerpcle-*-elf*): Likewise.
11342         (powerpcle-*-eabisim*): Likewise.
11343         (powerpcle-*-eabi*): Likewise.
11344         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
11345         t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
11346         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
11347         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
11348         (rx-*-elf): Add t-fdpbit to tmake_file.
11349         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
11350         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
11351         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
11352         (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
11353         sh*-*-netbsd*.
11354         (sh-*-rtems*): Add t-fdpbit to tmake_file.
11355         (sh-wrs-vxworks): Likewise.
11356         (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
11357         (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
11358         (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
11359         (sparc64-*-rtems*): ... new case.
11360         (sparc-*-rtems*): Add t-fdpbit to tmake_file.
11361         (spu-*-elf*): Likewise.
11362         Add spu/t-elf to tmake_file.
11363         (v850*-*-*): Add t-fdpbit to tmake_file.
11364         (xstormy16-*-elf): Likewise.
11365         (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
11366         (mep*-*-*): Likewise.
11368 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11370         * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
11371         variables.
11372         (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
11373         (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
11374         (install-unwind_h): New target.
11375         (all): Depend on it.
11376         * config.host (unwind_header): New variable.
11377         (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
11378         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
11379         *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
11380         (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
11381         (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
11382         Set unwind_header.
11383         (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
11384         Set unwind_header.
11385         (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
11386         arm*-*-eabi*.
11387         Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
11388         Set unwind_header.
11389         (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
11390         (ia64*-*-freebsd*): Likewise.
11391         (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
11392         tmake_file.
11393         Add t-libunwind-elf, ia64/t-glibc-libunwind unless
11394         $with_system_libunwind.
11395         (ia64*-*-hpux*): Set tmake_file.
11396         (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
11397         (picochip-*-*): Set tmake_file.
11398         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
11399         md_unwind_header.
11400         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
11401         (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
11402         (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
11403         (xtensa*-*-elf*): Set tmake_file.
11404         (xtensa*-*-linux*): Likewise.
11405         * configure.ac: Include ../config/unwind_ipinfo.m4.
11406         Call GCC_CHECK_UNWIND_GETIPINFO.
11407         Link unwind.h to $unwind_header.
11408         * configure: Regenerate.
11409         * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
11410         unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
11411         unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
11412         unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
11413         * config/unwind-dw2-fde-darwin.c: New file.
11414         * config/arm/libunwind.S, config/arm/pr-support.c,
11415         config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
11416         config/arm/unwind-arm.h,: New files.
11417         * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
11418         config/ia64/t-eh-ia64, config/ia64/t-glibc,
11419         config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
11420         config/ia64/t-vms, config/ia64/unwind-ia64.c,
11421         config/ia64/unwind-ia64.h: New files.
11422         * config/picochip/t-picochip: New file.
11423         * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
11424         files.
11425         * config/rs6000/t-darwin (LIB2ADDEH): Set.
11426         * config/s390/t-tpf (LIB2ADDEH): Remove.
11427         * config/t-darwin (LIB2ADDEH): Set.
11428         * config/t-eh-dw2-dip: New file.
11429         * config/t-libunwind, config/t-libunwind-elf: New files.
11430         * config/t-sol2 (LIB2ADDEH): Remove.
11431         * config/xtensa/t-xtensa: New file.
11433 2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>
11435         * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
11436         (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
11437         long long to check rt_sigreturn syscall.
11439 2011-08-02  Alan Modra  <amodra@gmail.com>
11441         * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
11442         Restore for indirect call bcrtl from correct stack slot, and only
11443         if cfa+40 isn't valid.
11445 2011-08-01  Julian Brown  <julian@codesourcery.com>
11447         * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
11448         (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
11449         * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
11451 2011-08-01  Julian Brown  <julian@codesourcery.com>
11453         * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
11454         (libgcc-std.ver.in): Use above.
11455         * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
11456         LIBGCC2_GNU_PREFIX is defined.  Use instead of LIBGCC2_GNU_PREFIX
11457         throughout file.
11458         * config/t-fixedpoint-gnu-prefix: New file.
11459         * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
11460         * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
11461         instead of __PFX__.
11463 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
11465         * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
11466         Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
11467         for x86-64.  Properly check __x86_64__ and __LP64__.
11469 2010-07-28  H.J. Lu  <hongjiu.lu@intel.com>
11471         * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
11472         version.
11473         (_FP_WS_TYPE): Likewise.
11474         (_FP_I_TYPE): Likewise.
11476 2011-07-28  Alan Modra  <amodra@gmail.com>
11478         * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
11479         Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
11480         in a plt call stub.  Do restore r2 if stopped on bctrl.
11482 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11484         * config.host (i[3456x]86-*-netware*): Remove.
11485         * config/i386/netware-crt0.c, config/i386/t-nwld,
11486         config/i386/t-slibgcc-nwld: Remove.
11488 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
11490         * config.host: Handle tic6x-*-*.
11491         * config/c6x/c6x-abi.h: New file.
11493 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11495         * config/i386/crtprec.c: New file.
11496         * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
11497         * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
11498         Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
11499         (x86_64-*-darwin*): Likewise.
11500         (i[34567]86-*-solaris2*: Likewise.
11502 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11504         * config/alpha/crtfastmath.c: New file.
11505         * config/i386/crtfastmath.c: New file.
11506         * config/ia64/crtfastmath.c: New file.
11507         * config/mips/crtfastmath.c: New file.
11508         * config/sparc/crtfastmath.c: New file.
11510         * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
11511         crtfastmath.c.
11512         Add -frandom-seed=gcc-crtfastmath.
11513         * config/alpha/t-crtfm: Remove.
11514         * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
11515         * config/ia64/t-ia64 (crtfastmath.o): Remove.
11517         * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
11518         (alpha*-dec-osf5.1*): Likewise.
11519         (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
11520         Add crtfastmath.o to extra_parts.
11521         (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
11522         Add crtfastmath.o to extra_parts.
11523         (x86_64-*-darwin*): Likewise.
11524         (x86_64-*-mingw*): Likewise.
11525         (ia64*-*-elf*): Add t-crtfm to tmake_file.
11526         (ia64*-*-freebsd*): Likewise.
11527         (ia64*-*-linux*): Likewise.
11528         (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
11529         Add crtfastmath.o to extra_parts.
11531 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11533         * config/darwin-crt3.o: New file.
11534         * config/rs6000/darwin-crt2.c: New file.
11535         * config/t-darwin: New file.
11536         * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
11537         (crt2.o): New rule.
11538         * config.host (*-*-darwin*): Add crt3.o to extra_parts.
11539         (powerpc-*-darwin*): Add crt2.o to extra_parts.
11540         (powerpc64-*-darwin*): Likewise.
11542 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11544         * config/i386/netware-crt0.c: New file.
11545         * config/i386/t-nwld: Rename to ...
11546         * config/i386/t-slibgcc-nwld: ... this.
11547         * config/i386/t-nwld: New file.
11548         * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
11549         tmake_file.
11550         Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
11551         extra_parts.
11553 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11555         * configure.ac (i?86-*-solaris2*): Use libgcc copy of
11556         i386/t-crtstuff.
11557         * configure: Regenerate.
11559 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11561         * dfp-bit.c, dfp-bit.h: New files.
11562         * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
11563         variables.
11564         ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
11565         ($(d64pbit-o)): Likewise.
11566         ($(d128pbit-o)): Likewise.
11567         * config/t-dfprules: New file.
11568         * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
11569         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
11570         i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
11571         (x86_64-*-linux*): Likewise.
11572         (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
11573         (i[34567]86-*-cygwin*): Likewise.
11574         (i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
11575         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
11577 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11579         * Makfile.in (LIBGCOV): New variable.
11580         ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
11581         * libgcov.c: New file.
11583 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11585         * fixed-bit.c, fixed-bit.h: New files.
11586         * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
11587         refer to fixed-bit.c.
11589 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
11591         * config.host (*local*): Remove.
11593 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11595         PR target/39150
11596         * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
11597         like i?86-*-solaris2.1[0-9]*.
11598         (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
11599         * configure.ac (i?86-*-solaris2*): Likewise.
11600         * configure: Regenerate.
11602 2011-07-06  Thomas Schwinge  <thomas@schwinge.name>
11604         * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
11605         (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
11606         md_unwind_header by splitting out of...
11607         (i[34567]86-*-linux*): ... this.
11608         * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
11609         Remove md_unwind_header by splitting out of...
11610         (x86_64-*-linux*): ... this.
11612 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
11614         * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
11616 2011-06-28  Nick Clifton  <nickc@redhat.com>
11618         * config.host: Recognize all V850 variants.
11620 2011-06-22  Uros Bizjak  <ubizjak@gmail.com>
11622         * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
11624 2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11626         * shared-object.mk (c_flags-$o): Save c_flags.
11627         ($(base)$(objext)): Use it.
11628         ($(base)_s$(objext)): Likewise.
11630 2011-06-21  Bernd Schmidt  <bernds@codesourcery.com>
11632         * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
11633         * libgcc-std.ver.in (GCC_4.7.0): New section.
11635 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
11637         PR target/49313
11638         PR target/29524
11639         * config/avr/t-avr: Fix line endings.
11640         (intfuncs16): Remove _ffsXX2,  _clzXX2, _ctzXX2, _popcountXX2,
11641         _parityXX2.
11643 2011-06-14  Olivier Hainque  <hainque@adacore.com>
11644             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11646         * config/mips/irix6-unwind.h: New file.
11647         * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
11649 2011-06-10  Eric Botcazou  <ebotcazou@adacore.com>
11651         * config/sparc/linux-unwind.h (STACK_BIAS): Define.
11652         (sparc64_fallback_frame_state): Use it.
11653         (sparc64_frob_update_context): Further adjust context.
11654         * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
11655         * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
11656         * config/sparc/sol2-cn.S: Likewise.
11658 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11660         * enable-execute-stack-empty.c: New file.
11661         * enable-execute-stack-mprotect.c: New file.
11662         * config/i386/enable-execute-stack-mingw32.c: New file.
11663         * config.host (enable_execute_stack): New variable.
11664         Select appropriate variants.
11665         * configure.ac: Link enable-execute-stack.c to
11666         $enable_execute_stack.
11667         * configure: Regenerate.
11668         * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
11669         (lib2funcs): Remove _enable_execute_stack.
11671 2011-06-09  David S. Miller  <davem@davemloft.net>
11672             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11674         * config.host (sparc-*-linux*): Correct md_unwind_header
11675         filename.
11676         (s390x-ibm-tpf*): Fix typo.
11678 2011-06-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11680         * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
11681         Add crtfastmath.o to extra_parts.
11682         (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
11683         mips/t-crtfm.
11684         * config/mips/t-crtfm: Remove.
11686 2011-06-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11688         * config.host (hppa*-*-linux*): Correct md_unwind_header name.
11690 2011-06-04  Kaz Kojima  <kkojima@gcc.gnu.org>
11692         * config.host (sh*-*-linux*): Fix typo.
11694 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11696         * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
11697         * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
11698         * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
11699         * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
11700         * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
11701         * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
11702         * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
11703         Wrap in !__MINGW64__.
11704         * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
11705         * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
11706         * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
11707         * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
11708         * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
11709         * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
11710         * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
11711         Wrap in !__LP64__.
11712         * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
11713         * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
11714         * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
11715         * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
11716         * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
11717         * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
11718         * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
11719         * config/no-unwind.h: New file.
11720         * config.host (md_unwind_header): Document.
11721         Define.
11722         (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
11723         alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
11724         hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
11725         hppa[12]*-*-hpux11*): Set md_unwind_header.
11726         (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
11727         Set md_unwind_header.
11728         (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
11729         (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
11730         (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
11731         m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
11732         powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
11733         s390x-*-linux*,  s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
11734         sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
11735         md_unwind_header.
11736         * configure.ac: Link md-unwind-support.h to $md_unwind_header.
11737         * configure: Regenerate.
11739 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11741         * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
11742         Set tmake_file, extra_parts.
11743         * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
11744         Remove O32 support.
11745         * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
11746         Remove O32 support.
11747         * config/mips/t-irix6: New file.
11748         * config/mips/t-slibgcc-irix: New file.
11750 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11752         * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
11753         * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
11755 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11757         * configure.ac (target_thread_file): Determine thread model.
11758         * configure: Regenerate.
11759         * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
11760         * config/alpha/t-alpha: New file.
11761         * config/alpha/t-crtfm: Use $<.
11762         * config/alpha/t-ieee: New file.
11763         * config/alpha/t-osf-pthread: New file.
11764         * config/alpha/t-slibgcc-osf: New file.
11765         * config/alpha/libgcc-osf5.ver: New file.
11767 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11769         * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
11770         tmake_file.
11771         Add crtfastmath.o to extra_parts.
11773 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11775         * config/gmon-sol2.c: Reindent.
11776         Cleanup comments.
11777         Remove, correct casts.
11778         Use STDERR_FILENO, NULL.
11779         (BASEADDRESS): Remove.
11780         (minbrk): Remove.
11781         (errno, sbrk): Remove declarations.
11782         (monstartup) [hp300]: Remove.
11783         (mcount): Remove.
11785 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11787         * Makefile.in (cpu_type): Define.
11788         * config.host (i[34567]86-*-rtems*): Handle it.
11789         (i[34567]86-*-solaris2*): Move body ...
11790         (*-*-solaris2*): ... here.
11791         New case, generalize.
11792         (sparc-*-elf*): Handle it.
11793         (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
11794         (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
11795         (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
11796         Fold into ...
11797         (sparc*-*-solaris2*): ... this.
11798         New case.
11799         (sparc64-*-elf*): Handle it.
11800         * config/gmon-sol2.c: Move from ../gcc/config/sparc.
11801         Merge ../gcc/config/i386/gmon-sol2.c.
11802         * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
11803         Use C comments.
11804         Merge ../gcc/config/i386/sol2-gc1.asm.
11805         * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
11806         Use C comments.
11807         * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
11808         Use C comments.
11809         * config/i386/t-crtfm (crtfastmath.o): Use $<.
11810         * config/i386/t-crtstuff: New file.
11811         * config/i386/t-softfp: New file.
11812         * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
11813         $(T)crti.o, $(T)crtn.o): Remove.
11814         (gcrt1.o): New rule.
11815         (TARGET_LIBGCC2_CFLAGS): Remove.
11816         * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
11817         * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
11818         * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
11819         * config/sparc/t-sol2: New file.
11820         * config/sparc/t-crtfm: Move to ...
11821         * config/t-crtfm: ... this.
11822         Use $(cpu_type), $<.
11823         * config/t-crtin: New file.
11824         * config/sparc/t-softfp: New file.
11825         * config/sparc/t-softmul: New file.
11826         * config/t-rtems: New file.
11827         * config/t-slibgcc: New file.
11828         * config/t-slibgcc-elf-ver: New file.
11829         * config/t-slibgcc-gld: New file.
11830         * config/t-slibgcc-sld: New file.
11831         * config/t-sol2: New file.
11832         * configure.ac: Include ../config/lib-ld.m4.
11833         Call AC_LIB_PROG_LD_GNU.
11834         Substitute cpu_type.
11835         * configure: Regenerate.
11837 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
11839         PR bootstrap/49173
11840         * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
11841         libgcc-std.ver in the build directory.
11842         * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
11843         * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
11845 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
11847         * libgcc-std.ver.in: New file.
11848         * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
11849         variables.
11850         (libgcc-std.ver): New rule.
11851         * config/t-gnu-prefix: New file.
11853 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11855         * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
11857 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
11859         * config/i386/darwin-lib.h: New file.
11861 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
11863         * config/arm/symbian-lib.h: New.
11865 2011-05-04  Chris Demetriou  <cgd@google.com>
11867         * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
11868         (__x86.get_pc_thunk.bx): ...this.
11869         (__morestack): Adjust for rename, remove undef of __i686.
11871 2011-05-03  Chris Demetriou  <cgd@google.com>
11873         * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
11875 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
11877         * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
11878         arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
11879         m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
11880         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
11881         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
11882         Remove cases.
11884 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
11886         * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
11887         Adjust copyright year.
11889 2011-03-07  Ian Lance Taylor  <iant@google.com>
11891         * generic-morestack.c (__splitstack_find): Adjust returned stack
11892         pointer to include all registers pushed by __morestack.
11894 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
11896         PR target/40125
11897         * configure.ac: Call ACX_NONCANONICAL_TARGET.
11898         (toolexecdir): Calculate and AC_SUBST.
11899         (toolexeclibdir): Likewise.
11900         * Makefile.in (target_noncanonical): Import.
11901         (toolexecdir): Likewise.
11902         (toolexeclibdir): Likewise.
11903         * configure: Regenerate.
11905 2010-12-13  Nathan Froyd  <froydnj@codesourcery.com>
11907         PR target/46040
11908         * config/arm/bpabi.h: Rename to...
11909         * config/arm/bpabi-lib.h: ...this.
11911 2010-12-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11913         * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
11914         appropriate.
11915         * configure: Regenerate.
11917 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
11919         * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
11920         __FLOAT_WORD_ORDER__.
11921         * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
11922         Delete.
11924 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11926         PR other/46202
11927         * Makefile.in (install-strip): New phony target.
11929 2010-11-07  Ian Lance Taylor  <iant@google.com>
11931         PR target/46089
11932         * config/i386/morestack.S (__morestack_large_model): New
11933         function.
11935 2010-10-23  Nathan Froyd  <froydnj@codesourcery.com>
11937         * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
11938         Delete.
11939         (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
11941 2010-10-14  Nathan Froyd  <froydnj@codesourcery.com>
11943         * config/arm/bpabi.h: New file.
11944         * config/frv/frv-abi.h: New file.
11946 2010-10-01  Ian Lance Taylor  <iant@google.com>
11948         * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
11949         * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
11951 2010-10-01  H.J. Lu  <hongjiu.lu@intel.com>
11953         PR target/45858
11954         * config.host: Add the missing `$'.
11956 2010-09-30  Michael Eager  <eager@eagercon.com>
11958         * config.host: Add microblaze*-*-*.
11959         * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
11960         muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
11961         udivsi3.asm,umodsi3.asm}:  New.
11963 2010-09-28  Ian Lance Taylor  <iant@google.com>
11965         * configure.ac: Adjust CFI test to test assembler directly rather
11966         than checking gcc preprocessor macro.
11967         * configure: Rebuild.
11969 2010-09-27  Ian Lance Taylor  <iant@google.com>
11971         * configure.ac: Test whether assembler supports CFI directives.
11972         * config.host: Only add t-stack and i386/t-stack-i386 to
11973         tmake_file if libgcc_cv_cfi is "yes".
11974         * configure: Rebuild.
11976 2010-09-27  Ian Lance Taylor  <iant@google.com>
11978         * generic-morestack.h: New file.
11979         * generic-morestack.c: New file.
11980         * generic-morestack-thread.c: New file.
11981         * config/i386/morestack.S: New file.
11982         * config/t-stack: New file.
11983         * config/i386/t-stack-i386: New file.
11984         * config.host (i[34567]86-*-linux* and friends): Add t-stack and
11985         i386/t-stack-i386 to tmake_file.
11987 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
11989         * Makefile.in (libgcc-extra-parts):  Check for static archives and
11990         invoke ranlib after installing them.
11991         (gcc-extra-parts): Likewise.
11992         (install-leaf): Likewise.
11994 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
11996         * configure: Regenerated.
11998 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
12000         * configure: Regenerated.
12002 2010-09-09  Gerald Pfeifer  <gerald@pfeifer.com>
12003             Andrew Pinski  <pinskia@gmail.com>
12005         PR target/40959
12006         * config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.
12008 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
12010         PR target/45524
12011         * configure: Regenerated.
12013 2010-09-06  Andreas Schwab  <schwab@redhat.com>
12015         * configure: Regenerate.
12017 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
12019         * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
12020         64bit targets.
12021         (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
12022         for 64bit targets.
12024 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
12025             Iain Sandoe  <iains@gcc.gnu.org>
12027         PR target/45476
12028         * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
12029         LIB2FUNCS_EXCLUDE functions.
12031 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12033         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
12034         Include dfp.m4.
12035         * configure: Regenerate.
12037 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
12039         * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
12040         i386/t-freebsd to tmake_file.
12041         * config/i386/t-freebsd: New file.
12042         * config/i386/libgcc-bsd.ver: New file.
12044 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
12046         * config.host (powerpc*-eabispe*): Set tmake_file.
12047         (powerpc*-eabi*): Likewise.
12048         * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
12049         crtbeginS, crtendS, crtbeginT.
12051 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
12053         * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
12054         to tmake_file.  Add crtfastmath.o to extra_parts.
12055         * config/mips/t-crtfm: New.
12057 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
12059         * config.host (sparc64-*-rtems*): New target.
12061 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12063         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
12064         assembler syntax.
12066 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
12068         * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
12070 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12072         * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
12073         alpha-dec-osf5.0* support.
12075 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
12077         * config.host: Add lm32-*-rtems*.
12079 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12080             Uros Bizjak  <ubizjak@gmail.com>
12082         PR target/39048
12083         * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
12084         like other remaining 32-bit x86 OSes.
12085         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
12086         assembler syntax.
12087         * config/i386/libgcc-sol2.ver: New file.
12088         * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
12090 2010-03-30  Jack Howarth  <howarth@bromo.med.uc.edu>
12092         PR c/43553
12093         * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
12094         * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
12095         is used and substitute set_use_emutls.
12096         * configure: Regenerated.
12098 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
12100         * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
12102 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12104         PR target/38085
12105         * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
12106         MULTILIB_CFLAGS.
12107         ($(T)gcrt1.o): Likewise.
12108         ($(T)crt1.o): Likewise.
12109         ($(T)crti.o): Likewise.
12110         ($(T)crtn.o): Likewise.
12112 2010-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12114         PR other/42980
12115         * Makefile.in (install): Use $(MAKE) string in rule, for
12116         parallel make.
12118 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
12120         Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
12121         * config/mmix/t-mmix: New file.
12122         * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
12124 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
12126         PR java/41991
12127         * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
12128         SHLIB_MAPFILES.
12130 2010-01-04  Anthony Green  <green@moxielogic.com>
12132         * config/moxie/crti.asm, config/moxie/crtn.asm,
12133         config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
12134         config/moxie/t-moxie: New files.
12135         * config.host: Add t-moxie-softfp reference.
12137 2009-11-18  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
12139         PR other/39888
12140         * config/t-slibgcc-darwin: Fix embedded rpaths for
12141         --enable-version-specific-runtime-libs, build extension stub
12142         libs exposing features available from current libgcc_s.
12144 2009-11-11  Jon Beniston  <jon@beniston.com>
12146         * config.host: Add lm32 targets.
12147         * config/lm32: New directory.
12148         * config/lm32/libgcc_lm32.h: New file.
12149         * config/lm32/_mulsi3.c: New file.
12150         * config/lm32/_udivmodsi4.c: New file.
12151         * config/lm32/_divsi3.c: New file.
12152         * config/lm32/_modsi3.c: New file.
12153         * config/lm32/_udivsi3.c: New file.
12154         * config/lm32/_umodsi3.c: New file.
12155         * config/lm32/_lshrsi3.S: New file.
12156         * config/lm32/_ashrsi3.S: New file.
12157         * config/lm32/_ashlsi3.S: New file.
12158         * config/lm32/crti.S: New file.
12159         * config/lm32/crtn.S: New file.
12160         * config/lm32/t-lm32: New file.
12161         * config/lm32/t-elf: New file.
12162         * config/lm32/t-uclinux: New file.
12164 2009-10-26  Nick Clifton  <nickc@redhat.com>
12166         * config.host: Add support for RX target.
12167         * config/rx: New directory.
12168         * config/rx/rx-abi-functions.c: New file. Supplementary
12169         functions for libgcc to support the RX ABI.
12170         * config/rx/rx-abi.h: New file.  Supplementary header file for
12171         libgcc RX ABI functions.
12172         * config/rx/t-rx: New file: Makefile fragment for building
12173         libgcc for the RX.
12175 2009-10-09  Uros Bizjak  <ubizjak@gmail.com>
12177         * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
12178         constraint of y0 to "g".
12180 2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12182         * config.host: Include the s390 makefile fragments.
12183         * config/s390/32/_fixdfdi.c: New file.
12184         * config/s390/32/_fixsfdi.c: New file.
12185         * config/s390/32/_fixtfdi.c: New file.
12186         * config/s390/32/_fixunsdfdi.c: New file.
12187         * config/s390/32/_fixunssfdi.c: New file.
12188         * config/s390/32/_fixunstfdi.c: New file.
12189         * config/s390/32/t-floattodi: New file.
12190         * config/s390/libgcc-glibc.ver: New file.
12191         * config/s390/t-crtstuff: New file.
12192         * config/s390/t-linux: New file.
12193         * config/s390/t-tpf: New file.
12195 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12197         * configure.ac (AC_PREREQ): Bump to 2.64.
12199 2009-08-22  Kaz Kojima  <kkojima@gcc.gnu.org>
12201         * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
12203 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12205         * configure: Regenerate.
12207 2009-08-09  Douglas B Rupp  <rupp@gnat.com>
12209         * config.host (ia64-hp-*vms*): New target.
12210         (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
12211         with ia64-hp-*vms*.
12213 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12215         * configure.ac: Add snippet for maintainer-mode.
12216         * configure: Regenerate.
12217         * Makefile.in (AUTOCONF, configure_deps): New variables.
12218         ($(srcdir)/configure)): New rule, active only with maintainer
12219         mode turned on.
12221 2009-06-23  DJ Delorie  <dj@redhat.com>
12223         Add MeP port.
12224         * config.host: Add mep support.
12226 2009-06-22  Kai Tietz  <kai.tietz@onevision.com>
12228         * config.host: Add i386/${host_address}/t-fprules-softfp and
12229         t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
12231         * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
12232         for mingw targets.
12233         * config/i386/64/_multc3.c: Likewise.
12234         * config/i386/64/_powitf2.c: Likewise.
12235         * config/i386/64/eqtf2.c: Likewise.
12236         * config/i386/64/getf2.c: Likewise.
12237         * config/i386/64/letf2.c: Likewise.
12238         * config/i386/64/letf2.c: Likewise.
12239         * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
12240         unsigned long long for x64 mingw targets.
12241         (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
12242         (_FP_I_TYPE): Define as long long for x64 mingw target.
12244 2009-06-10  Maciej W. Rozycki  <macro@linux-mips.org>
12246         * config.host (vax-*-linux*): New.
12248 2009-05-31  Anthony Green  <green@moxielogic.com>
12250         * config.host: Add moxie support.
12251         * config/moxie/t-moxie: New file.
12253 2009-05-29  David Billinghurst  <billingd@gcc.gnu.org>
12255         * config.host: Add i386/${host_address}/t-fprules-softfp and
12256         t-softfp to tmake_file for i[34567]86-*-cygwin*.
12258 2009-04-17  Aurelien Jarno  <aurelien@aurel32.net>
12260         * config.host: Add i386/${host_address}/t-fprules-softfp to
12261         tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
12263 2009-04-09  Nick Clifton  <nickc@redhat.com>
12265         * config/ia64/tf-signs.c: Change copyright header to refer to
12266         version 3 of the GNU General Public License with version 3.1
12267         of the GCC Runtime Library Exception and to point readers at
12268         the COPYING3 and COPYING3.RUNTIME files and the FSF's license
12269         web page.
12270         * config/i386/32/tf-signs.c: Likewise.
12271         * config/libbid/_addsub_dd.c: Likewise.
12272         * config/libbid/_addsub_sd.c: Likewise.
12273         * config/libbid/_addsub_td.c: Likewise.
12274         * config/libbid/_dd_to_df.c: Likewise.
12275         * config/libbid/_dd_to_di.c: Likewise.
12276         * config/libbid/_dd_to_sd.c: Likewise.
12277         * config/libbid/_dd_to_sf.c: Likewise.
12278         * config/libbid/_dd_to_si.c: Likewise.
12279         * config/libbid/_dd_to_td.c: Likewise.
12280         * config/libbid/_dd_to_tf.c: Likewise.
12281         * config/libbid/_dd_to_udi.c: Likewise.
12282         * config/libbid/_dd_to_usi.c: Likewise.
12283         * config/libbid/_dd_to_xf.c: Likewise.
12284         * config/libbid/_df_to_dd.c: Likewise.
12285         * config/libbid/_df_to_sd.c: Likewise.
12286         * config/libbid/_df_to_td.c: Likewise.
12287         * config/libbid/_di_to_dd.c: Likewise.
12288         * config/libbid/_di_to_sd.c: Likewise.
12289         * config/libbid/_di_to_td.c: Likewise.
12290         * config/libbid/_div_dd.c: Likewise.
12291         * config/libbid/_div_sd.c: Likewise.
12292         * config/libbid/_div_td.c: Likewise.
12293         * config/libbid/_eq_dd.c: Likewise.
12294         * config/libbid/_eq_sd.c: Likewise.
12295         * config/libbid/_eq_td.c: Likewise.
12296         * config/libbid/_ge_dd.c: Likewise.
12297         * config/libbid/_ge_sd.c: Likewise.
12298         * config/libbid/_ge_td.c: Likewise.
12299         * config/libbid/_gt_dd.c: Likewise.
12300         * config/libbid/_gt_sd.c: Likewise.
12301         * config/libbid/_gt_td.c: Likewise.
12302         * config/libbid/_isinfd128.c: Likewise.
12303         * config/libbid/_isinfd32.c: Likewise.
12304         * config/libbid/_isinfd64.c: Likewise.
12305         * config/libbid/_le_dd.c: Likewise.
12306         * config/libbid/_le_sd.c: Likewise.
12307         * config/libbid/_le_td.c: Likewise.
12308         * config/libbid/_lt_dd.c: Likewise.
12309         * config/libbid/_lt_sd.c: Likewise.
12310         * config/libbid/_lt_td.c: Likewise.
12311         * config/libbid/_mul_dd.c: Likewise.
12312         * config/libbid/_mul_sd.c: Likewise.
12313         * config/libbid/_mul_td.c: Likewise.
12314         * config/libbid/_ne_dd.c: Likewise.
12315         * config/libbid/_ne_sd.c: Likewise.
12316         * config/libbid/_ne_td.c: Likewise.
12317         * config/libbid/_sd_to_dd.c: Likewise.
12318         * config/libbid/_sd_to_df.c: Likewise.
12319         * config/libbid/_sd_to_di.c: Likewise.
12320         * config/libbid/_sd_to_sf.c: Likewise.
12321         * config/libbid/_sd_to_si.c: Likewise.
12322         * config/libbid/_sd_to_td.c: Likewise.
12323         * config/libbid/_sd_to_tf.c: Likewise.
12324         * config/libbid/_sd_to_udi.c: Likewise.
12325         * config/libbid/_sd_to_usi.c: Likewise.
12326         * config/libbid/_sd_to_xf.c: Likewise.
12327         * config/libbid/_sf_to_dd.c: Likewise.
12328         * config/libbid/_sf_to_sd.c: Likewise.
12329         * config/libbid/_sf_to_td.c: Likewise.
12330         * config/libbid/_si_to_dd.c: Likewise.
12331         * config/libbid/_si_to_sd.c: Likewise.
12332         * config/libbid/_si_to_td.c: Likewise.
12333         * config/libbid/_td_to_dd.c: Likewise.
12334         * config/libbid/_td_to_df.c: Likewise.
12335         * config/libbid/_td_to_di.c: Likewise.
12336         * config/libbid/_td_to_sd.c: Likewise.
12337         * config/libbid/_td_to_sf.c: Likewise.
12338         * config/libbid/_td_to_si.c: Likewise.
12339         * config/libbid/_td_to_tf.c: Likewise.
12340         * config/libbid/_td_to_udi.c: Likewise.
12341         * config/libbid/_td_to_usi.c: Likewise.
12342         * config/libbid/_td_to_xf.c: Likewise.
12343         * config/libbid/_tf_to_dd.c: Likewise.
12344         * config/libbid/_tf_to_sd.c: Likewise.
12345         * config/libbid/_tf_to_td.c: Likewise.
12346         * config/libbid/_udi_to_dd.c: Likewise.
12347         * config/libbid/_udi_to_sd.c: Likewise.
12348         * config/libbid/_udi_to_td.c: Likewise.
12349         * config/libbid/_unord_dd.c: Likewise.
12350         * config/libbid/_unord_sd.c: Likewise.
12351         * config/libbid/_unord_td.c: Likewise.
12352         * config/libbid/_usi_to_dd.c: Likewise.
12353         * config/libbid/_usi_to_sd.c: Likewise.
12354         * config/libbid/_usi_to_td.c: Likewise.
12355         * config/libbid/_xf_to_dd.c: Likewise.
12356         * config/libbid/_xf_to_sd.c: Likewise.
12357         * config/libbid/_xf_to_td.c: Likewise.
12358         * config/libbid/bid128.c: Likewise.
12359         * config/libbid/bid128_2_str.h: Likewise.
12360         * config/libbid/bid128_2_str_macros.h: Likewise.
12361         * config/libbid/bid128_2_str_tables.c: Likewise.
12362         * config/libbid/bid128_add.c: Likewise.
12363         * config/libbid/bid128_compare.c: Likewise.
12364         * config/libbid/bid128_div.c: Likewise.
12365         * config/libbid/bid128_fma.c: Likewise.
12366         * config/libbid/bid128_logb.c: Likewise.
12367         * config/libbid/bid128_minmax.c: Likewise.
12368         * config/libbid/bid128_mul.c: Likewise.
12369         * config/libbid/bid128_next.c: Likewise.
12370         * config/libbid/bid128_noncomp.c: Likewise.
12371         * config/libbid/bid128_quantize.c: Likewise.
12372         * config/libbid/bid128_rem.c: Likewise.
12373         * config/libbid/bid128_round_integral.c: Likewise.
12374         * config/libbid/bid128_scalb.c: Likewise.
12375         * config/libbid/bid128_sqrt.c: Likewise.
12376         * config/libbid/bid128_string.c: Likewise.
12377         * config/libbid/bid128_to_int16.c: Likewise.
12378         * config/libbid/bid128_to_int32.c: Likewise.
12379         * config/libbid/bid128_to_int64.c: Likewise.
12380         * config/libbid/bid128_to_int8.c: Likewise.
12381         * config/libbid/bid128_to_uint16.c: Likewise.
12382         * config/libbid/bid128_to_uint32.c: Likewise.
12383         * config/libbid/bid128_to_uint64.c: Likewise.
12384         * config/libbid/bid128_to_uint8.c: Likewise.
12385         * config/libbid/bid32_to_bid128.c: Likewise.
12386         * config/libbid/bid32_to_bid64.c: Likewise.
12387         * config/libbid/bid64_add.c: Likewise.
12388         * config/libbid/bid64_compare.c: Likewise.
12389         * config/libbid/bid64_div.c: Likewise.
12390         * config/libbid/bid64_fma.c: Likewise.
12391         * config/libbid/bid64_logb.c: Likewise.
12392         * config/libbid/bid64_minmax.c: Likewise.
12393         * config/libbid/bid64_mul.c: Likewise.
12394         * config/libbid/bid64_next.c: Likewise.
12395         * config/libbid/bid64_noncomp.c: Likewise.
12396         * config/libbid/bid64_quantize.c: Likewise.
12397         * config/libbid/bid64_rem.c: Likewise.
12398         * config/libbid/bid64_round_integral.c: Likewise.
12399         * config/libbid/bid64_scalb.c: Likewise.
12400         * config/libbid/bid64_sqrt.c: Likewise.
12401         * config/libbid/bid64_string.c: Likewise.
12402         * config/libbid/bid64_to_bid128.c: Likewise.
12403         * config/libbid/bid64_to_int16.c: Likewise.
12404         * config/libbid/bid64_to_int32.c: Likewise.
12405         * config/libbid/bid64_to_int64.c: Likewise.
12406         * config/libbid/bid64_to_int8.c: Likewise.
12407         * config/libbid/bid64_to_uint16.c: Likewise.
12408         * config/libbid/bid64_to_uint32.c: Likewise.
12409         * config/libbid/bid64_to_uint64.c: Likewise.
12410         * config/libbid/bid64_to_uint8.c: Likewise.
12411         * config/libbid/bid_b2d.h: Likewise.
12412         * config/libbid/bid_binarydecimal.c: Likewise.
12413         * config/libbid/bid_conf.h: Likewise.
12414         * config/libbid/bid_convert_data.c: Likewise.
12415         * config/libbid/bid_decimal_data.c: Likewise.
12416         * config/libbid/bid_decimal_globals.c: Likewise.
12417         * config/libbid/bid_div_macros.h: Likewise.
12418         * config/libbid/bid_dpd.c: Likewise.
12419         * config/libbid/bid_flag_operations.c: Likewise.
12420         * config/libbid/bid_from_int.c: Likewise.
12421         * config/libbid/bid_functions.h: Likewise.
12422         * config/libbid/bid_gcc_intrinsics.h: Likewise.
12423         * config/libbid/bid_inline_add.h: Likewise.
12424         * config/libbid/bid_internal.h: Likewise.
12425         * config/libbid/bid_round.c: Likewise.
12426         * config/libbid/bid_sqrt_macros.h: Likewise.
12428 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
12430         * Makefile.in: Change copyright header to refer to version
12431         3 of the GNU General Public License and to point readers at the
12432         COPYING3 file and the FSF's license web page.
12433         * config.host: Likewise.
12435 2009-04-07  Alan Modra  <amodra@bigpond.net.au>
12437         * config.host: Reorder and merge to match config.gcc change.
12439 2009-04-03  Alan Modra  <amodra@bigpond.net.au>
12441         * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
12443 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
12445         * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
12446         armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
12447         m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
12448         powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
12450 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
12452         * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
12453         * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
12455 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
12457         * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
12458         ia64/t-softfp-compat to tmake_file.
12460         * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
12462         * config/ia64/__divxf3.asm: New.
12463         * config/ia64/_fixtfdi.asm: Likewise.
12464         * config/ia64/_fixunstfdi.asm: Likewise.
12465         * config/ia64/_floatditf.asm: Likewise.
12466         * config/ia64/t-fprules-softfp: Likewise.
12467         * config/ia64/t-softfp-compat: Likewise.
12468         * config/ia64/tf-signs.c: Likewise.
12470 2009-01-18  Ben Elliston  <bje@au.ibm.com>
12472         * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
12474 2009-01-16  Ben Elliston  <bje@au.ibm.com>
12476         * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
12477         to tmake_file.
12479 2009-01-13  Ben Elliston  <bje@au.ibm.com>
12481         * config/t-softfp: New file.
12482         * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
12483         (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
12485 2009-01-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
12487         * config.host: Add m32r*-*-rtems*.
12489 2008-12-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
12491         * config.host: Add m32c*-*-rtems*.
12493 2008-11-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12495         PR bootstrap/33100
12496         * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
12497         i386/t-crtstuff if linker supports ZERO terminator unwind entries.
12498         * configure: Regenerate.
12499         * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
12500         tmake_file here from gcc/config.gcc.
12501         Move extra_parts here from gcc/config.gcc.
12502         * config/i386/t-sol2: Move here from gcc/config/i386.
12503         Use gcc_srcdir instead of srcdir.
12505 2008-11-18  Adam Nemet  <anemet@caviumnetworks.com>
12507         * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
12508         case.
12510 2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>
12512         * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
12514 2008-10-08  Thomas Schwinge  <tschwinge@gnu.org>
12516         * config.host: Fold `*-*-gnu*' cases into the Linux ones.
12518 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
12520         Add picoChip port.
12521         * config.host: Add picochip-*-*.
12523 2008-08-06  Bob Wilson  <bob.wilson@acm.org>
12525         * config.host: Match more processor names for Xtensa.
12527 2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>
12529         * config/i386/64/t-softfp-compat: Update comments.
12531 2008-07-07  H.J. Lu  <hongjiu.lu@intel.com>
12533         * config/i386/64/_divtc3-compat.c: Moved to ...
12534         * config/i386/64/_divtc3.c: Here.
12536         * config/i386/64/_multc3-compat.c: Moved to ...
12537         * config/i386/64/_multc3.c: Here.
12539         * config/i386/64/_powitf2-compat.c: Moved to ...
12540         * config/i386/64/_powitf2.c: Here.
12542         * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
12543         .c suffix instead of -compat.c.
12545 2008-07-05  Uros Bizjak  <ubizjak@gmail.com>
12547         * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
12548         (_FP_MUL_MEAT_D): Ditto.
12549         (_FP_DIV_MEAT_S): Ditto.
12550         (_FP_DIV_MEAT_D): Ditto.
12552 2008-07-03  Richard Sandiford  <rdsandiford@googlemail.com>
12554         * Makefile.in: Add support for __sync_* libgcc functions.
12556 2008-07-03  H.J. Lu  <hongjiu.lu@intel.com>
12558         * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
12560 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
12562         PR boostrap/36702
12563         * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
12564         and Linux/x86.  Include 64bit t-softfp-compat for Linux/x86.
12566         * config/i386/64/t-fprules-softfp: Moved to ...
12567         * config/i386/64/t-softfp-compat: This.  New.
12569 2008-07-02  Uros Bizjak  <ubizjak@gmail.com>
12571         * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
12572         Initialize f with 0.0.
12574 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
12576         PR target/36669
12577         * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
12579         * config/i386/64/_divtc3-compat.c: New.
12580         * config/i386/64/_multc3-compat.c: Likewise.
12581         * config/i386/64/_powitf2-compat.c: Likewise.
12582         * config/i386/64/eqtf2.c: Likewise.
12583         * config/i386/64/getf2.c: Likewise.
12584         * config/i386/64/letf2.c: Likewise.
12585         * config/i386/64/t-fprules-softfp: Likewise.
12587 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
12589         * config.host: Add i386/${host_address}/t-fprules-softfp to
12590         tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
12591         i[34567]86-*-linux*, x86_64-*-linux*.
12593         * configure.ac: Set host_address to 64 or 32 for x86.
12594         * configure: Regenerated.
12596         * Makefile.in (config.status): Also depend on
12597         $(srcdir)/config.host.
12599         * config/i386/32/t-fprules-softfp: New.
12600         * config/i386/32/tf-signs.c: Likewise.
12602         * config/i386/64/sfp-machine.h: New. Moved from gcc.
12604 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
12605             Uros Bizjak  <ubizjak@gmail.com>
12607         * config/i386/32/sfp-machine.h: New.
12609 2008-06-26  Nathan Froyd  <froydnj@codesourcery.com>
12611         * config/rs6000/t-ppccomm: Remove rules that conflict with
12612         auto-generated rules.
12614 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12616         * configure.ac: sinclude override.m4.
12617         * configure: Regenerate.
12619 2008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
12621         * configure: Regenerate.
12623 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
12625         * Makefile.in (DECNUMINC): Remove
12626         -I$(MULTIBUILDTOP)../../libdecnumber.
12627         * gstdint.h: New.
12629 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
12631         * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
12632         parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
12633         alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
12634         arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
12635         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
12636         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
12637         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
12638         i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
12639         i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
12640         mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
12641         powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
12642         powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
12643         strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
12644         vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
12646 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
12648         * config.host (sh2[lbe]*-*-linux*): Allow target.
12650 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
12652         * config/rs6000/t-ppccomm: Add build rules for new files.
12653         (LIB2ADD_ST): New variable.
12655 2008-04-07  Andy Hutchinson  <hutchinsonandy@aim.com>
12657         PR target/34210
12658         PR target/35508
12659         * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
12660         * config/t-avr: New file. Build 16bit libgcc functions.
12662 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
12664         PR target/35401
12665         * config/t-slibgcc-darwin: Make install-leaf dependent on
12666         install-darwin-libgcc-stubs instead of install.
12668 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
12670         * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
12671         tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
12672         sh-*-rtemscoff*): Remove cases.
12674 2007-12-27  Richard Sandiford  <rsandifo@nildram.co.uk>
12676         * Makefile.in (all): Use install-leaf rather than install.
12677         (install): Split most of the rule into...
12678         (install-leaf): ...this new one.
12680 2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
12681             Paolo Bonzini  <bonzini@gnu.org>
12683         PR target/30572
12684         * Makefile.in: Use @shlib_slibdir@ substitution to get
12685         correct install name on darwin.
12686         * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
12688 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
12690         * config.host (crisv32-*-elf, crisv32-*-none): New, same as
12691         cris-*-elf and cris-*-none.
12692         (crisv32-*-linux*): Similar, as cris-*-linux*.
12694 2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
12696         * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
12698 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
12700         PR regression/33926
12701         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
12702         * configure: Regenerated.
12704 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
12706         * Makefile.in (dfp-filenames): Replace decimal_globals,
12707         decimal_data, binarydecimal and convert_data with
12708         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
12709         and bid_convert_data, respectively.
12711 2007-09-17  Chao-ying Fu  <fu@mips.com>
12712             Nigel Stephens  <nigel@mips.com>
12714         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
12715         * Makefile.in (fixed_point): Define.
12716         Check if fixed_point is yes to build support functions.
12717         * configure.ac: Check for fixed_point support.
12718         * configure: Regenerated.
12719         * gen-fixed.sh: New file to generate lists of fixed-point labels,
12720         funcs, modes, from, to.
12722 2007-09-11  Janis Johnson  <janis187@us.ibm.com
12724         * Makefile.in (dfp-filenames): Add bid128_noncomp.
12726 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
12728         * Makefile.in (dfp-filenames): Remove decUtility, add
12729         decDouble, decPacked, decQuad, decSingle.
12731 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
12733         * config.host : Add x86_64-elf target.
12735 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
12737         * configure.ac (set_have_cc_tls): Add a missing =.
12738         * configure: Regenerated.
12740 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
12742         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
12743         and x86_64-*-linux*.
12745         * config/t-tls: New file.
12747         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
12749         * configure.ac: Include ../config/enable.m4 and
12750         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
12751         supports TLS and substitute set_have_cc_tls.
12752         * configure: Regenerated.
12754 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12756         * Makefile.in: Use libbid for DFP when BID is enabled.
12758 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
12760         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
12761         extra_parts. Add config/i386/t-cygming to tmake_file.
12762         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
12764 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
12765             Danny Smith  <dannysmith@users.sourceforge.net>
12767         PR target/29498
12768         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
12769         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
12770         * config/i386/t-crtfm: Compile crtfastmath.o with
12771         -minline-all-stringops.
12773 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
12775         * config.host (sparc-wrs-vxworks): New target.
12777 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
12779         * config.host: Recognize fido.
12781 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
12783         * configure: Check host, not target, for decimal float support.
12785 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
12787         * config/i386/t-crtpc: New file.
12788         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
12789         (x86_64-*-linux*): Ditto.
12791 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
12793         * config.host (x86_64-*-mingw*): New target.
12795 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
12796             H.J. Lu  <hongjiu.lu@intel.com>
12798         * Makefile.in (enable_decimal_float): New.
12799         (DECNUMINC): Add
12800         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
12801         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
12802         (decbits-filenames): This.
12803         (decbits-objects): New.
12804         (libgcc-objects): Add $(decbits-objects).
12806         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
12807         Substitute enable_decimal_float.
12808         * configure: Regenerated.
12810 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
12812         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
12814 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
12816         * Makefile.in (install-info): New dummy target.
12818 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
12820         * config.host (bfin*-linux-uclibc*): Set extra_parts.
12822 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
12824         * Makefile.in: Add install-html and install-pdf dummy
12825         targets.
12827 2007-02-05  Roger Sayle  <roger@eyesopen.com>
12828             Daniel Jacobowitz  <dan@codesourcery.com>
12830         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
12831         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
12832         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
12834 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
12836         * Makefile.in (dec-filenames): Add decExcept.
12838 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
12840         PR bootstrap/30469
12841         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
12842         -fprofile-use.
12844 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
12846         * configure.ac: Add --enable-version-specific-runtime-libs.
12847         Correct $slibdir default.
12848         * configure: Regenerated.
12850 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
12852         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
12854 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
12856         PR target/30519
12857         * config.host (alpha*-*-linux*): Set extra_parts.
12859 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
12861         * config/sh/t-linux: New.
12862         * config.host (sh*-*-linux*): Set tmake_file.
12864 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
12866         * Makefile.in (install): Handle multilibs.
12868 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
12870         * Makefile.in: Added .PHONY entry for documentation targets.
12872 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
12874         * Makefile.in: Add empty info, html, dvi, pdf targets.
12876 2007-01-04  Mike Stump  <mrs@apple.com>
12878         * Makefile.in (MAKEINFO): Remove.
12879         (PERL): Likewise.
12881 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
12883         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
12884         * configure: Regenerate.
12885         * Makefile.in (host_subdir): Substitute it.
12886         (gcc_objdir): Use it.
12888 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
12890         * config.host (ia64*-*-linux*): Set tmake_file.
12892 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
12894         * Makefile.in (version): Define.
12896 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
12897             Paolo Bonzini  <bonzini@gnu.org>
12899         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
12900         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
12901         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
12902         config/sparc/t-crtfm, config/t-slibgcc-darwin,
12903         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
12904         shared-object.mk, siditi-object.mk, static-object.mk: New files.
12905         * configure: Generated.
12907 Copyright (C) 2007-2023 Free Software Foundation, Inc.
12909 Copying and distribution of this file, with or without modification,
12910 are permitted in any medium without royalty provided the copyright
12911 notice and this notice are preserved.