diff options
author | 2021-12-30 17:08:36 +0000 | |
---|---|---|
committer | 2022-05-17 10:14:03 +0100 | |
commit | 1da064c015dce624cb19fcdc0bace7af2bd8caec (patch) | |
tree | d7da68d75f2cf23f909c0d97e0cbe8ea53946464 /elf/multiload.c | |
parent | linux: Add a getauxval test [BZ #23293] (diff) | |
download | glibc-1da064c015dce624cb19fcdc0bace7af2bd8caec.tar.xz glibc-1da064c015dce624cb19fcdc0bace7af2bd8caec.zip |
aarch64: Move ld.so _start to separate file and drop _dl_skip_args
A separate asm file is easier to maintain than a macro that expands to
inline asm.
The RTLD_START macro is only needed now because _dl_start is local in
rtld.c, but _start has to call it, if _dl_start was made hidden then it
could be empty.
_dl_skip_args is no longer needed.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'elf/multiload.c')
0 files changed, 0 insertions, 0 deletions