Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / emulparams / i386aout.sh
index dc9e5546145a1948ee0a90911182c4adf303fd7f..d682e7cba874333eb5647f0e1070810e950c7eb8 100644 (file)
@@ -2,5 +2,7 @@ SCRIPT_NAME=aout
 OUTPUT_FORMAT="a.out-i386"
 TARGET_PAGE_SIZE=0x1000
 TEXT_START_ADDR=0
-NONPAGED_TEXT_START_ADDR=0x1000
+case ${LD_FLAG} in
+    n|N)       TEXT_START_ADDR=0x1000 ;;
+esac
 ARCH=i386
This page took 0.026332 seconds and 4 git commands to generate.