aboutsummaryrefslogtreecommitdiff
path: root/packages/glibc/2.31
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-112-426/+116
| | | | | | | | 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
|
* Update ARC patch to glibc 2.31Alexey Neyman2020-02-261-168/+863
| | | | | | Build-tested only. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add glibc 2.31Alexey Neyman2020-02-264-0/+7664
Signed-off-by: Alexey Neyman <stilor@att.net>