Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / i386linux.sh
index e153b65194d1a190ddb06d1cfad4bc599b3df20b..7b7463a11281dc041c79aaca7ee3b66aa35c906e 100644 (file)
@@ -1,7 +1,9 @@
-EMULATION_NAME=i386linux
 SCRIPT_NAME=aout
 OUTPUT_FORMAT="a.out-i386-linux"
-PAGE_SIZE=0x1000
-TEXT_START_ADDR=0
-NONPAGED_TEXT_START_ADDR=0x1000
+TARGET_PAGE_SIZE=0x1000
+TEXT_START_ADDR=0x1020
+case ${LD_FLAG} in
+    n|N)       TEXT_START_ADDR=0 ;;
+esac
 ARCH=i386
+TEMPLATE_NAME=linux
This page took 0.02372 seconds and 4 git commands to generate.