[PATCH 23/29] [AARCH64] Add ILP32 ld.so to the known interpreter names.

Will Newton will.newton@linaro.org
Tue Nov 18 14:26:00 GMT 2014


On 27 October 2014 07:59, Andrew Pinski <apinski@cavium.com> wrote:
> This patch adds ILP32 ld.so names to the known interpreter names.
>
> * sysdeps/unix/sysv/linux/aarch64/ldconfig.h (SYSDEP_KNOWN_INTERPRETER_NAMES):
> Add ilp32 ld.so names.
> ---
>  sysdeps/unix/sysv/linux/aarch64/ldconfig.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)

Looks ok to me.

> diff --git a/sysdeps/unix/sysv/linux/aarch64/ldconfig.h b/sysdeps/unix/sysv/linux/aarch64/ldconfig.h
> index b0e6b6a..a70eafc 100644
> --- a/sysdeps/unix/sysv/linux/aarch64/ldconfig.h
> +++ b/sysdeps/unix/sysv/linux/aarch64/ldconfig.h
> @@ -21,6 +21,8 @@
>  #define SYSDEP_KNOWN_INTERPRETER_NAMES \
>    { "/lib/ld-linux-aarch64.so.1", FLAG_ELF_LIBC6 }, \
>    { "/lib/ld-linux-aarch64_be.so.1", FLAG_ELF_LIBC6 }, \
> +  { "/lib/ld-linux-aarch64_ilp32.so.1", FLAG_ELF_LIBC6 }, \
> +  { "/lib/ld-linux-aarch64_be_ilp32.so.1", FLAG_ELF_LIBC6 }, \
>    { "/lib/ld-linux.so.3", FLAG_ELF_LIBC6 }, \
>    { "/lib/ld-linux-armhf.so.3", FLAG_ELF_LIBC6 },
>  #define SYSDEP_KNOWN_LIBRARY_NAMES \
> --
> 1.7.2.5
>



-- 
Will Newton
Toolchain Working Group, Linaro



More information about the Libc-alpha mailing list