about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/riscv/rv32/libutil.abilist
Commit message (Collapse)AuthorAgeFilesLines
* login: Move libutil into libcFlorian Weimer2021-06-301-6/+1
| | | | | | | | | | | | | | | | The symbols forkpty, login, login_tty, logout, logwtmp, openpty were moved using scripts/move-symbol-to-libc.py. This is a single commit because most of the symbols are tied together via forkpty, for example. Several changes to use hidden prototypes are needed. This commit also updates pseudoterminal terminology on modified lines. For 390 (31-bit), this commit follows the existing style for the compat symbol version creation. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
* RISC-V: Add 32-bit ABI listsAlistair Francis2020-08-271-0/+6
Use the update-abi Make target to generate the abilist for RV32. Reviewed-by: Maciej W. Rozycki <macro@wdc.com>