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