Commit Graph

5 Commits

Author SHA1 Message Date
Richard van Dijk
fbef2f7b09
Merge ed49c56b2a into 6f3701d081 2025-02-19 22:09:59 +00:00
Rich Felker
6486b2b2a2 add patch for gcc sh/fdpic bug 114641 2024-05-06 12:05:08 -04:00
Rich Felker
678797f062 fix fdpic regressions in gcc 10 and later
these were added when arm fdpic support was upstreamed in gcc. one patch
was just entirely wrong (broke arm init/fini arrays, gcc pr#114158) and
the other put arm-specific unwind logic in place for all fdpic targets
and broke building of the unwinder code.
2024-03-13 18:13:07 -04:00
Richard van Dijk
8d34906685 patches for building gcc on Apple Silicon
Sourced from:
* gcc-mirror/gcc@53a9065 darwin-aarch64-config (for gcc-6.5.0 .. gcc-10.3.0)
* gcc-mirror/gcc@834c874 darwin-aarch64-self-host-driver (for gcc-6.5.0 .. gcc-10.3.0)
* gcc-mirror/gcc@590febb darwin-align-pch_address_space-to-16k (for gcc-6.5.0 .. gcc-9.2.0)
2022-01-23 22:15:24 +01:00
Szabolcs Nagy
620d5d1564 add gcc-10.3.0 hash and patches 2021-09-08 20:59:41 +00:00