mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6
* sysdeps/unix/sysv/linux/aarch64/ldconfig.h: Add entries for /lib/ld-linux.so.3 and /lib/ld-linux-armhf.so.3. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
This commit is contained in:
parent
ba835e1074
commit
a915e17fe7
@ -1,3 +1,8 @@
|
||||
2012-12-04 Steve McIntyre <steve.mcintyre@linaro.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/aarch64/ldconfig.h: Add entries
|
||||
for /lib/ld-linux.so.3 and /lib/ld-linux-armhf.so.3.
|
||||
|
||||
2012-12-04 Steve McIntyre <steve.mcintyre@linaro.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/aarch64/readelflib.c: New file.
|
||||
|
@ -19,7 +19,9 @@
|
||||
#include <sysdeps/generic/ldconfig.h>
|
||||
|
||||
#define SYSDEP_KNOWN_INTERPRETER_NAMES \
|
||||
{ "/lib/ld-linux-aarch64.so.1", FLAG_ELF_LIBC6 },
|
||||
{ "/lib/ld-linux-aarch64.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 \
|
||||
{ "libc.so.6", FLAG_ELF_LIBC6 }, \
|
||||
{ "libm.so.6", FLAG_ELF_LIBC6 },
|
||||
|
Loading…
Reference in New Issue
Block a user