Skip to content

Commit

Permalink
aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6
Browse files Browse the repository at this point in the history
        * 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>
  • Loading branch information
Marcus Shawcroft committed Dec 4, 2012
1 parent ba835e1 commit a915e17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ports/ChangeLog.aarch64
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 3 additions & 1 deletion ports/sysdeps/unix/sysv/linux/aarch64/ldconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 },

0 comments on commit a915e17

Please sign in to comment.