aboutsummaryrefslogtreecommitdiff
path: root/packages/glibc/2.30
Commit message (Collapse)AuthorAgeFilesLines
* glibc/riscv: Fix incorrect jal with HIDDEN_JUMPTARGETLevi Zim2025-04-221-0/+62
| | | | | | | | | | | | | This fixes BFD assertion fail in elfnn-riscv.c when building glibc 2.29~2.34 with binutils(e.g. version 2.40 used in #2270). Versions older than 2.29 have merge conflicts with this patch so they are not taken care of. (And I don't think anyone will be interested in them as riscv64 support is introduced in 2.27) Close #2270 Signed-off-by: Levi Zim <rsworktech@outlook.com>
* glibc: Add fix for GNU make 4.4 compatibility to more versionsChris Packham2023-01-091-0/+105
| | | | | | | | Backport the upstream fix for GNU make 4.4 compatibility to more versions of glibc. Fixes #1878 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Run patches thru `manage-packages -P`Alexey Neyman2022-02-113-336/+125
| | | | | | | | 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>
* Patch glibc to support building with GCC 10 based toolchainsHans-Christian Noren Egtvedt2020-08-271-0/+166
|
* Upstrean fix for CET-enabled compiler with no --enable-cetAlexey Neyman2020-02-031-0/+80
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* glibc-2.30: Re-add ARC supportAlexey Brodkin2019-09-061-0/+7832
| | | | | | | | | | | So again due to non-technical reasons (lack of public documentation of ARC instruction set which we actively work on but no yet published) we missed upstream 2.30 release. Still the code is there, we regularly run full test-suite and are confident in port's quality and robustness. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* Add glibc 2.30Chris Packham2019-09-053-0/+30
Add the GNU C Library version 2.30. Bring forward the typedef-caddr.patch. Skip the ARC patch for now. https://sourceware.org/ml/libc-alpha/2019-08/msg00029.html Signed-off-by: Chris Packham <judge.packham@gmail.com>