[AArch64] Define LP64 LE loader name.

This commit is contained in:
Marcus Shawcroft 2014-01-20 18:18:52 +00:00
parent 9ea4267d62
commit 30feb35816
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
* emulparams/aarch64linux.sh (ELF_INTERPRETER_NAME): Define.
2014-01-20 Alan Modra <amodra@gmail.com>
* ldlang.h (struct lang_definedness_hash_entry): Add by_object and

View file

@ -45,3 +45,5 @@ case "$target" in
esac
;;
esac
ELF_INTERPRETER_NAME=\"/lib/ld-linux-aarch64.so.1\"