Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386_vxworks.sh
index 8bce8f722c0b63ef4162e9602ecf084cea4803df..306e8d3ee662ea1cce04554d99eedfa7e4e17909 100644 (file)
@@ -1,14 +1,14 @@
 SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-i386-vxworks"
+NO_RELA_RELOCS=yes
 TEXT_START_ADDR=0x08048000
-MAXPAGESIZE=0x1000
-COMMONPAGESIZE=0x1000
-NONPAGED_TEXT_START_ADDR=0x08048000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
+COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH=i386
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
 NO_SMALL_DATA=yes
 . ${srcdir}/emulparams/vxworks.sh
+. ${srcdir}/emulparams/extern_protected_data.sh
This page took 0.023896 seconds and 4 git commands to generate.