This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 10/21] ARC: Linux Startup and Dynamic Loading
On Tue, 18 Dec 2018, Vineet Gupta wrote:
> diff --git a/sysdeps/unix/sysv/linux/arc/ldconfig.h b/sysdeps/unix/sysv/linux/arc/ldconfig.h
This header should only be needed if you support multiple ABIs
simultaneously on the same system; note most architectures don't have it.
Maybe it will be relevant when you add support for the hard-float ABI, but
not yet.
> +#define SYSDEP_KNOWN_INTERPRETER_NAMES \
> + { "/lib/ld-linux.so.2", FLAG_ELF_LIBC6 },
That's not the dynamic linker name you're using elsewhere.
--
Joseph S. Myers
joseph@codesourcery.com