Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-03 | system/gcc: Fix static PIE linking spec | A. Wilcox | 1 | -2/+2 | |
On 32-bit ARM, -Bsymbolic isn't enough. -Bstatic should be correct on all platforms, and should fix static PIE linking on armv7. Ref: #1070 | |||||
2023-01-02 | system/gcc: Finish fixing unwinding in GCC Go rt | A. Wilcox | 1 | -2/+7 | |
We add more functions to the unwind string comparisons, and pull in the symbols for libucontext. Fixes: 0dd86764 ("system/gcc: Ensure gccgo doesn't run off the stack") Refs: #832 | |||||
2022-12-25 | system/gcc: Ensure gccgo doesn't run off the stack | A. Wilcox | 1 | -0/+2 | |
libucontext doesn't clear the stack frame below makecontext. This caused us to end up crashing like Solaris[1]. Fixes: #832 [1]: https://gcc.gnu.org/PR52583#c21 | |||||
2022-12-25 | system/gcc: Make ARMv7 unwind macros functions | A. Wilcox | 1 | -3/+5 | |
This workaround is already needed upstream for FreeBSD. Let's go ahead and use the same workaround for musl. We also ensure they are not declared `inline` so that they are available as library functions. We also have a hack in place for the stage1 Ada driver due to their own hack pulling in the Arm unwind functions directly without linking. Fixes: #866 (and probably more as we continue building packages) | |||||
2022-05-01 | system/gcc: add patch for libgo w/ musl 1.2.3. fixes #539. | Zach van Rijn | 1 | -1/+4 | |
2022-05-01 | system/gcc: allow textrels for 32-bit ppc. fixes #453. | Zach van Rijn | 1 | -0/+1 | |
2022-05-01 | system/gcc: bump { 8.3.0 --> 8.5.0 } | Zach van Rijn | 1 | -8/+4 | |
2020-01-19 | system/gcc: Two late-breaking changes to GCC | A. Wilcox | 1 | -1/+5 | |
1. IBM long double ABI fix in libgcc for static builds 2. time64 support on 32-bit arches in std::chrono (libstdc++) | |||||
2019-12-23 | system/gcc: fix Go on 32-bit machines with 64-bit time_t | A. Wilcox | 1 | -0/+2 | |
2019-07-21 | system/*: initial bashism removal | Max Rees | 1 | -2/+2 | |
2019-06-28 | system/gcc: more Ada | A. Wilcox | 1 | -2/+0 | |
2019-06-28 | system/gcc: look, ma! Ada is in the house! | A. Wilcox | 1 | -4/+8 | |
2019-04-25 | system/gcc: fix more GCC Go bugs | A. Wilcox | 1 | -0/+4 | |
2019-04-19 | system/gcc: fix gomp/itm TLS model | A. Wilcox | 1 | -0/+2 | |
2019-03-08 | system/gcc: well, it needs to be built against new isl anyway | A. Wilcox | 1 | -1/+1 | |
2019-03-07 | system/gcc: use byacc instead of bison | A. Wilcox | 1 | -1/+1 | |
2019-03-06 | system/gcc: Fix ppc32 kernel build; POSIXise builtin snprintf | A. Wilcox | 1 | -1/+6 | |
2019-03-05 | system/gcc: fix 32-bit PowerPC issue | A. Wilcox | 1 | -0/+2 | |
2019-03-04 | system/gcc: GCC 8 introduces --enable-default-ssp, kill patch | A. Wilcox | 1 | -2/+2 | |
2019-03-04 | system/gcc: More Go fixes (build and runtime) | A. Wilcox | 1 | -0/+8 | |
2019-02-28 | system/gcc: bump to 8.3.0 | A. Wilcox | 1 | -143/+31 | |
These patches have been forward-ported to 8: 002_all_default-relro.patch 005_all_default-as-needed.patch 011_all_default-warn-format-security.patch 012_all_default-warn-trampolines.patch We are no longer using fortify-headers, so these patches are no longer needed: 003_all_default-fortify-source.patch 050_all_libiberty-asprintf.patch 053_all_libitm-no-fortify-source.patch These patches no longer appear necessary: 067_all_gcc-poison-system-directories.patch 090_all_pr55930-dependency-tracking.patch 201-cilkrts.patch 203-libgcc_s.patch 207-static-pie.patch These patches have already been applied upstream: 204-linux_libc_has_function.patch 332-gccgo-remove-ustat.patch ada-aarch64-multiarch.patch ada-fixes.patch boehm-gc-musl.patch fix-rs6000-pie.patch gcc-4.8-build-args.patch lra-pentium.patch These patches are no longer necessary because GCJ has been removed: 310-build-gcj-s390x.patch fix-gcj-iconv-musl.patch fix-gcj-musl.patch fix-gcj-stdgnu14-link.patch The rest of the changes are updates from nsz's patchset. | |||||
2019-02-27 | system/gcc: Use https:// for source URLs | Luis Ressel | 1 | -4/+5 | |
2018-11-12 | system/gcc: fix locale in libstdc++ (thanks @smaeul) | A. Wilcox | 1 | -2/+5 | |
2018-06-23 | system/gcc: actually remove ustat properly | A. Wilcox | 1 | -0/+2 | |
2018-06-22 | system/gcc: [PD] add gcc-go, add m68k stuff, etc | A. Wilcox | 1 | -13/+28 | |
2018-05-26 | system/gcc: add Cortex-A53 fixes to GCC (thanks @smaeul) | A. Wilcox | 1 | -1/+1 | |
2018-04-04 | system/gcc: add lra-pentium patch and update locale stuff | A. Wilcox | 1 | -2/+4 | |
2018-03-18 | system/gcc: ensure pmmx is understood as an x86 | A. Wilcox | 1 | -1/+1 | |
2018-02-20 | system/gcc: maintain our own toolchain | A. Wilcox | 1 | -0/+644 | |