mirror of git://sourceware.org/git/glibc.git
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>
|
2012-12-04 Steve McIntyre <steve.mcintyre@linaro.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/aarch64/readelflib.c: New file.
|
* sysdeps/unix/sysv/linux/aarch64/readelflib.c: New file.
|
||||||
|
|
|
@ -19,7 +19,9 @@
|
||||||
#include <sysdeps/generic/ldconfig.h>
|
#include <sysdeps/generic/ldconfig.h>
|
||||||
|
|
||||||
#define SYSDEP_KNOWN_INTERPRETER_NAMES \
|
#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 \
|
#define SYSDEP_KNOWN_LIBRARY_NAMES \
|
||||||
{ "libc.so.6", FLAG_ELF_LIBC6 }, \
|
{ "libc.so.6", FLAG_ELF_LIBC6 }, \
|
||||||
{ "libm.so.6", FLAG_ELF_LIBC6 },
|
{ "libm.so.6", FLAG_ELF_LIBC6 },
|
||||||
|
|
Loading…
Reference in New Issue