Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / aarch64linux.sh
index 4a0fca9f1553d934cdd418bcf8d33f041a25a955..9867b33b6faf094c60f75ab79ef00ed6002f6ca1 100644 (file)
@@ -3,6 +3,7 @@ MACHINE=
 NOP=0
 
 SCRIPT_NAME=elf
+ELFSIZE=64
 OUTPUT_FORMAT="elf64-littleaarch64"
 BIG_OUTPUT_FORMAT="elf64-bigaarch64"
 LITTLE_OUTPUT_FORMAT="elf64-littleaarch64"
@@ -44,3 +45,5 @@ case "$target" in
     esac
     ;;
 esac
+
+ELF_INTERPRETER_NAME=\"/lib/ld-linux-aarch64.so.1\"
This page took 0.023495 seconds and 4 git commands to generate.