aboutsummaryrefslogtreecommitdiff
path: root/glibc/sysdeps/riscv/nptl/libc-lowlevellock.c
AgeCommit message (Collapse)AuthorFilesLines
2024-08-27Bump glibc from 2.39 to 2.40Christoph Müllner1-0/+0
Test results (with --enable-multilib): ``` ========= Summary of gcc testsuite ========= | # of unexpected case / # of unique unexpected case | gcc | g++ | gfortran | rv32imac/ ilp32/ medlow | 0 / 0 | 0 / 0 | 0 / 0 | rv32imafdc/ ilp32d/ medlow | 0 / 0 | 0 / 0 | 0 / 0 | rv64imac/ lp64/ medlow | 0 / 0 | 0 / 0 | 0 / 0 | rv64imafdc/ lp64d/ medlow | 0 / 0 | 0 / 0 | 0 / 0 | ``` Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2024-02-29glibc: Bump version from 2.38 to 2.39Christoph Müllner1-0/+0
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2023-10-13Bump glibc to 2.38Christoph Müllner1-0/+0
This commit bumps glibc from 2.37 to 2.38. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2023-02-19Bump glibc to 2.37Christoph Müllner1-0/+0
glibc 2.37 has been released on February 1st, 2023. We still use 2.33 in this repo. Let's make a huge step forward to the latest upstream release. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2022-02-24Update glibc and newlib pathsFlorian Hofhammer1-0/+0
Both the glibc and newlib submodules are already pointing to the upstream repositories where development happens. Since they are therefore not referring to RISC-V specific forks, this patch unifies the directory naming by only prepending the "riscv-" prefix to submodules that point to repositories in the riscv-collab Github organization. Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
2016-07-11Move to submodules for GCC, glibcPalmer Dabbelt1-8/+0
2015-01-09glibc: work around libpthread static linking problemAndrew Waterman1-0/+8
This is a kludge, but statically linking against libpthread is useful, even if not well supported by glibc.