about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/riscv/rv32/libanl.abilist
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-021-4/+1
| | | | | | | | | | The symbols gai_cancel, gai_error, gai_suspend, getaddrinfo_a, __gai_suspend_time64 were moved using scripts/move-symbol-to-libc.py. For Hurd (which remains !PTHREAD_IN_LIBC), a few #define redirects had to be added because several pthread functions are not available under __. (Linux uses __ prefixes for most hidden aliases, and has to in some cases to avoid linknamespace issues.)
* RISC-V: Add 32-bit ABI listsAlistair Francis2020-08-271-0/+4
Use the update-abi Make target to generate the abilist for RV32. Reviewed-by: Maciej W. Rozycki <macro@wdc.com>