Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / i386moss.sh
index dd214cfacd09e89d273d0c1a42e2239d6146dc69..095d85ab92151f9c5a2fa81ad806e0b537c55c4a 100644 (file)
@@ -1,9 +1,10 @@
 SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-i386"
+NO_RELA_RELOCS=yes
 TEXT_START_ADDR=0x00002000
-MAXPAGESIZE=0x1000
-NONPAGED_TEXT_START_ADDR=0x00002000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 ARCH=i386
-NOP=0x9090
+MACHINE=
+NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
This page took 0.026292 seconds and 4 git commands to generate.