aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/or1k
AgeCommit message (Expand)AuthorFilesLines
2024-04-19login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer1-0/+3
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-0/+1
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2-2/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers26-26/+26
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-1/+1
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy1-3/+19
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2-5/+0
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-4/+0
2022-02-02or1k: Define PI_STATIC_AND_HIDDENStafford Horne2-0/+9
2022-01-05or1k: Build InfrastructureStafford Horne4-0/+43
2022-01-05or1k: Linux ABIStafford Horne1-0/+36
2022-01-05or1k: math soft float supportStafford Horne7-0/+1333
2022-01-05or1k: Atomics and Locking primitivesStafford Horne1-0/+71
2022-01-05or1k: Thread Local Storage supportStafford Horne4-0/+279
2022-01-05or1k: startup and dynamic linking codeStafford Horne7-0/+666
2022-01-05or1k: ABI ImplementationStafford Horne12-0/+419