aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/8.5.0
Commit message (Collapse)AuthorAgeFilesLines
* gcc/riscv: Fix incorrect jal with HIDDEN_JUMPTARGETXeonacid2025-04-222-0/+160
| | | | | | | | Similar to #2315, backport commit 45116f3 for gcc 7,8,9. Gcc 7 is the first version to support RISC-V. Signed-off-by: Xeonacid <h.dwwwwww@gmail.com>
* gcc: Bring in upstream fixes for CVE-2023-4039Chris Packham2023-09-177-0/+937
| | | | | | | | | Bring in the fixes for GCC 7 through 13. https://rtx.meta.security/mitigation/2023/09/12/CVE-2023-4039.html https://developer.arm.com/Arm%20Security%20Center/GCC%20Stack%20Protector%20Vulnerability%20AArch64 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Support targeting macOS aarch64 in older GCCsSteven Fackler2023-03-143-0/+141
| | | | | | | | | This adds backports of a couple of patches necessary to support macOS arm64 hosts for gcc. It was ported from https://github.com/richfelker/musl-cross-make/pull/129 with some small fixups to make the patches apply cleanly. Signed-off-by: Steven Fackler <sfackler@gmail.com>
* Run patches thru `manage-packages -P`Alexey Neyman2022-02-117-24/+16
| | | | | | | | This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: Bump maintenance versionsChris Packham2021-07-0525-0/+1644
8.4.0 -> 8.5.0 9.3.0 -> 9.4.0 Signed-off-by: Chris Packham <judge.packham@gmail.com>