about summary refs log tree commit diff
path: root/libc-abis
Commit message (Collapse)AuthorAgeFilesLines
* riscv: support GNU indirect functionVincent Chen2021-01-101-0/+1
| | | | Enable riscv glibc to support GNU indirect function
* libc-abis: Define ABSOLUTE ABI [BZ #19818][BZ #23307]Maciej W. Rozycki2018-07-051-0/+2
| | | | | | | | | | | | | | | | | | | | Define a new ABSOLUTE ABI for static linker's use with EI_ABIVERSION where correct absolute (SHN_ABS) symbol run-time load semantics is required. This way it can be ensured at static link time that a program or DSO will not suffer from previous semantics where absolute symbols were relocated by the base address, or symbols whose `st_value' is zero silently ignored leading to a confusing "undefined symbol" error message at load time, and instead "ELF file ABI version invalid" is printed with old dynamic loaders, making it clear that there is an ABI version incompatibility. [BZ #19818] [BZ #23307] * libc-abis (ABSOLUTE): New ABI. * sysdeps/unix/sysv/linux/mips/libc-abis (ABSOLUTE): New ABI. * NEWS: Mention the new ABI. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
* A few more archs have IFUNC support.Ulrich Drepper2010-03-171-0/+4
|
* Missing files for libc ABI handling.Ulrich Drepper2010-03-161-0/+44