disasm: split dump_insns
[deliverable/binutils-gdb.git] / ld / emulparams / elf32vax.sh
index 42e846f22e2bf6068d05fabe566cfd385dc1d5d2..9ddc754c663715766b15ae895b79b72eef9d5c4b 100644 (file)
@@ -1,8 +1,11 @@
 SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-vax"
+NO_REL_RELOCS=yes
 TEXT_START_ADDR=0x10000
+case ${LD_FLAG} in
+    n|N)       TEXT_START_ADDR=0x1000 ;;
+esac
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
-NONPAGED_TEXT_START_ADDR=0x1000
 ARCH=vax
 MACHINE=
 NOP=0x0101
This page took 0.024 seconds and 4 git commands to generate.