aboutsummaryrefslogtreecommitdiff
path: root/packages/glibc/2.29
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-330/+120
| | | | | | | | 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/+82
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* glibc: arc: Don't interfere with other architecturesChris Packham2019-09-051-8/+8
| | | | | | | | | | | Fixes: #1227 Adjust the ARC patch so that it only sets with_fp_cond when the machine is arc. https://github.com/foss-for-synopsys-dwc-arc-processors/glibc/issues/7 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* glibc: Add ARC supportAlexey Brodkin2019-04-171-0/+7799
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARC port of Glibc was submitted to the mailing list recently [1] but due to late submission it didn't make it in Glibc 2.29 release. Hopefully by the time of next release it will be a part of upstream release but for now we have to use off-the-tree patch. Still it's proven to work internally as well as its test-suite shows brilliant results as might be seen from [1]: ------------------>8------------------- Summary of test results: 24 FAIL 5124 PASS 27 UNSUPPORTED 19 XFAIL ------------------>8------------------- Moreover ARC's Glibc port is known to work in Buildroot, OpenEmbedded and even Automotive Grade Linux distro so we should be good having this patch for Glibc. BTW the patch itself is a copy of the one I use in OE, see [2]. [1] https://sourceware.org/ml/libc-alpha/2018-12/msg00678.html [2] https://github.com/foss-for-synopsys-dwc-arc-processors/meta-synopsys/blob/master/recipes-core/glibc/files/0031-Add-ARC-architecture.patch Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* Another wave of version updatesAlexey Neyman2019-02-133-0/+30
Signed-off-by: Alexey Neyman <stilor@att.net>