aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arc
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert44-44/+44
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-38/+51
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov1-1/+1
2023-02-17ARC:fpu: add extra capability check before use of sqrt and fma builtinsPavel Kozlov2-4/+24
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers44-44/+44
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi1-4/+4
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-2/+1
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-2/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-0/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-1/+1
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy1-1/+18
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-21/+0
2022-05-30arc: Remove _dl_skip_args usageAdhemerval Zanella1-15/+2
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy1-4/+0
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2-3/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert45-45/+45
2021-12-28malloc: Remove memusage.hAdhemerval Zanella1-21/+0
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella1-12/+0
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella1-2/+0
2021-12-17Remove ununsed tcb-offsetAdhemerval Zanella2-33/+0
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-6/+0
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer1-9/+1
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer1-3/+0
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-6/+4
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-7/+11
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev1-1/+0
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-47/+0
2021-07-21ARC: elf: make type safeVineet Gupta1-13/+10
2021-07-21ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearingVineet Gupta1-8/+7
2021-04-14ARC: Update ulpsVineet Gupta2-25/+29
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-4/+3
2021-01-17ARC: nofpu: Regenerate ulpsVineet Gupta1-5/+6
2021-01-08ARC: Regenerate ulpsVineet Gupta1-4/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert48-48/+48
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+0
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-0/+3
2020-07-10ARC: Build InfrastructureVineet Gupta7-0/+276
2020-07-10ARC: ABI listsVineet Gupta4-0/+1414
2020-07-10ARC: Linux ABIVineet Gupta1-0/+32
2020-07-10ARC: hardware floating point supportVineet Gupta20-0/+711
2020-07-10ARC: math soft float supportVineet Gupta5-0/+203
2020-07-10ARC: Atomics and Locking primitivesVineet Gupta1-0/+69
2020-07-10ARC: Thread Local Storage supportVineet Gupta5-0/+240
2020-07-10ARC: startup and dynamic linking codeVineet Gupta7-0/+591
2020-07-10ARC: ABI ImplementationVineet Gupta17-0/+547