Don't write to inferior_ptid in go32-nat.c
[deliverable/binutils-gdb.git] / ld / emulparams / elf64alpha.sh
index 093c8dfd8e1b7550b32e458bea985a9eb4468f56..1c7d2062259df349acdb647b51bdf794acce605b 100644 (file)
@@ -1,19 +1,25 @@
 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=0x10000
-COMMONPAGESIZE=0x2000
-NONPAGED_TEXT_START_ADDR="0x120000000"
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
+COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH=alpha
 MACHINE=
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
-DATA_PLT=
-# Note that the number is always big-endian, thus we have to 
+
+# Yes, we want duplicate .plt sections.  The linker chooses the
+# appropriate one magically in alpha_after_open.
+PLT=".plt          ${RELOCATING-0} : SPECIAL { *(.plt) }"
+DATA_PLT=yes
+TEXT_PLT=yes
+
+# Note that the number is always big-endian, thus we have to
 # reverse the digit string.
 NOP=0x0000fe2f1f04ff47         # unop; nop
 
This page took 0.027781 seconds and 4 git commands to generate.