Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / emulparams / i386aout.sh
index fa7d265942c4ce939c94a742b8c1661ef0f577dd..d682e7cba874333eb5647f0e1070810e950c7eb8 100644 (file)
@@ -1,7 +1,8 @@
-EMULATION_NAME=i386aout
 SCRIPT_NAME=aout
 OUTPUT_FORMAT="a.out-i386"
-PAGE_SIZE=0x1000
+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.023513 seconds and 4 git commands to generate.