gdb: Convert language la_get_compile_instance field to a method
[deliverable/binutils-gdb.git] / ld / emulparams / elf64alpha.sh
index a42e75d0358c28322948720cae11be1204bd2f27..1c7d2062259df349acdb647b51bdf794acce605b 100644 (file)
@@ -1,9 +1,10 @@
 ENTRY=_start
 SCRIPT_NAME=elf
 ELFSIZE=64
-TEMPLATE_NAME=elf32
+TEMPLATE_NAME=elf
 EXTRA_EM_FILE=alphaelf
 OUTPUT_FORMAT="elf64-alpha"
+NO_REL_RELOCS=yes
 TEXT_START_ADDR="0x120000000"
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
@@ -18,7 +19,7 @@ PLT=".plt          ${RELOCATING-0} : SPECIAL { *(.plt) }"
 DATA_PLT=yes
 TEXT_PLT=yes
 
-# Note that the number is always big-endian, thus we have to 
+# Note that the number is always big-endian, thus we have to
 # reverse the digit string.
 NOP=0x0000fe2f1f04ff47         # unop; nop
 
This page took 0.025375 seconds and 4 git commands to generate.