This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[AArch64] Define LP64 BE linker name.


Hi,

This patch defines the AArch64 LP64 BE linker name in LD.

       * emulparams/aarch64linuxb.sh (ELF_INTERPRETER_NAME): Define.

/Marcus
diff --git a/ld/emulparams/aarch64linuxb.sh b/ld/emulparams/aarch64linuxb.sh
index 2bdf602..7523205 100644
--- a/ld/emulparams/aarch64linuxb.sh
+++ b/ld/emulparams/aarch64linuxb.sh
@@ -1,2 +1,3 @@
 . ${srcdir}/emulparams/aarch64linux.sh
 OUTPUT_FORMAT="elf64-bigaarch64"
+ELF_INTERPRETER_NAME=\"/lib/ld-linux-aarch64_be.so.1\"
-- 
1.7.9.5

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]