Age | Commit message (Expand) | Author | Files | Lines |
2022-04-08 | libgcc: IA64: don't compile glibc-based unwinder without libc headers | Sergei Trofimovich | 1 | -0/+2 |
2022-03-29 | LoongArch Port: libgcc | chenglulu | 7 | -0/+300 |
2022-03-19 | libgcc: m68k: avoid TEXTRELs in shared library (PR 86224) | Sergei Trofimovich | 1 | -5/+14 |
2022-03-09 | GCN: Implement __atomic_compare_exchange_{1,2} in libgcc [PR102215] | Tobias Burnus | 1 | -1/+28 |
2022-03-04 | Darwin, libgcc: Fix build errors on powerpc-darwin8. | Iain Sandoe | 2 | -3/+3 |
2022-01-15 | libgcc: Fix __gthr_i486_lock_cmp_xchg clobber for Windows | Jonathan Yong | 2 | -23/+2 |
2022-01-14 | arc: Add DWARF2 alternate CFA column. | Claudiu Zissulescu | 1 | -4/+5 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1005 | -1005/+1005 |
2022-01-03 | Update Copyright in ChangeLog files | Jakub Jelinek | 1 | -1/+1 |
2022-01-02 | Generate illegal instruction fault if LWS syscall returns -EFAULT. | John David Anglin | 1 | -0/+6 |
2021-12-17 | libgcc, Darwin: Add missing build dependencies. | Iain Sandoe | 3 | -7/+8 |
2021-12-13 | Tigthen libc_internal and crtstuff for VxWorks shared objects | Frederic Konrad | 2 | -5/+81 |
2021-12-13 | Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7 | Olivier Hainque | 1 | -1/+3 |
2021-12-13 | Leverage sysroot for VxWorks | Olivier Hainque | 2 | -26/+3 |
2021-12-11 | libgcc: vxcrtstuff.c: make ctor/dtor functions static | Rasmus Villemoes | 1 | -3/+7 |
2021-12-11 | libgcc: vxcrtstuff.c: remove ctor/dtor declarations | Rasmus Villemoes | 1 | -3/+0 |
2021-12-10 | libgcc, Darwin: Update darwin10 unwinder shim dependencies. | Iain Sandoe | 1 | -1/+1 |
2021-12-10 | Replace t-ppccomm by t-vxworks in libgcc/config/rs6000 | Rasmus Villemoes | 1 | -0/+1 |
2021-12-09 | Provide vxworks alternate stdint.h during the build | Olivier Hainque | 2 | -0/+4 |
2021-12-08 | libgcc, Darwin: Build a libgcc_s.1 for backwards compatibility. | Iain Sandoe | 8 | -22/+176 |
2021-12-06 | RISC-V: jal cannot refer to a default visibility symbol for shared object. | Nelson Chu | 2 | -7/+14 |
2021-11-30 | libgcc: vxcrtstuff.c: add a few undefs | Rasmus Villemoes | 1 | -0/+8 |
2021-11-27 | Fix typo in t-dimode | John David Anglin | 1 | -1/+1 |
2021-11-19 | Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556]. | Iain Sandoe | 8 | -463/+61 |
2021-11-19 | libgcc, emutls: Allow building weak definitions of the emutls functions. | Iain Sandoe | 1 | -0/+13 |
2021-11-11 | libgcc: Fix backtrace fallback on PowerPC Big-endian | Raphael Moreira Zinsly | 1 | -1/+7 |
2021-11-10 | rs6000, libgcc: Fix up -Wmissing-prototypes warning on rs6000/linux-unwind.h | Jakub Jelinek | 1 | -1/+2 |
2021-11-05 | Darwin, crts: Fix a build warning. | Iain Sandoe | 2 | -0/+3 |
2021-11-05 | Support TI mode and soft float on PA64 | John David Anglin | 4 | -0/+298 |
2021-10-27 | Fix warnings building linux-atomic.c and fptr.c on hppa64-linux | John David Anglin | 2 | -53/+61 |
2021-10-23 | or1k: Update FPU to specify detect tininess before rounding | Stafford Horne | 1 | -1/+1 |
2021-10-14 | libgcc: Add a backchain fallback to _Unwind_Backtrace() on PowerPC | Raphael Moreira Zinsly | 1 | -14/+88 |
2021-10-07 | libgcc: use .init_stack for constructors if available | Ian Lance Taylor | 3 | -4/+21 |
2021-09-28 | libgcc, X86, Darwin: Export cpu_model and indicator. | Iain Sandoe | 1 | -1/+4 |
2021-09-22 | libgcc, X86: Adjust guard for Mach-O code. | Iain Sandoe | 1 | -1/+1 |
2021-09-19 | libgcc, Darwin: Remove unused symlinks. | Iain Sandoe | 1 | -18/+0 |
2021-09-19 | libgcc, X86, Darwin: Handle symbols for HF cases. | Iain Sandoe | 4 | -1/+27 |
2021-09-19 | libgcc, X86: Exclude rules for libgcc2 __{div,mul}hc3. | Iain Sandoe | 1 | -0/+1 |
2021-09-19 | Darwin, crts: Build Darwin10 unwinder shim as a library. | Iain Sandoe | 1 | -0/+6 |
2021-09-13 | Remove m32r{,le}-*-linux* support from GCC | Andrew Pinski | 2 | -53/+0 |
2021-09-08 | Compile __{mul,div}hc3 into libgcc_s.so.1. | liuhongt | 1 | -2/+1 |
2021-09-08 | libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1 | Jakub Jelinek | 1 | -0/+20 |
2021-09-06 | Explicitly add -msse2 to compile HF related libgcc source file. | liuhongt | 4 | -1/+34 |
2021-09-03 | libgcc, soft-float: Fix strong_alias macro use for Darwin. | Iain Sandoe | 1 | -3/+17 |
2021-09-02 | libgcc: Enable hfmode soft-sf/df/xf/tf extensions and truncations. | liuhongt | 5 | -0/+9 |
2021-08-31 | libgcc: Add missing runtime exception notices | Richard Sandiford | 4 | -2/+19 |
2021-08-26 | rs6000: inline ldouble __gcc_qsub | David Edelsohn | 1 | -4/+10 |
2021-08-26 | cygming-crtend.c: fix build warnings | Jonathan Yong | 1 | -0/+6 |
2021-08-24 | arm: add erratum mitigation to __gnu_cmse_nonsecure_call [PR102035] | Richard Earnshaw | 1 | -0/+5 |
2021-08-15 | or1k: Use cmodel=large when building crtstuff | Stafford Horne | 1 | -0/+2 |