about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arc/ld.abilist
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-091-0/+3
| | | | | | | | | | | | | The relationship between the thread pointer and the rseq area is made explicit. The constant offset can be used by JIT compilers to optimize rseq access (e.g., for really fast sched_getcpu). Extensibility is provided through __rseq_size and __rseq_flags. (In the future, the kernel could request a different rseq size via the auxiliary vector.) Co-Authored-By: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
* ARC: ABI listsVineet Gupta2020-07-101-0/+5
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>