Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / emulparams / i386go32.sh
index 592e3c937c928c2111bddcbc50479d9d227e911d..104209fcec77be58f113b74f50115907bfd587df 100644 (file)
@@ -1,8 +1,10 @@
 SCRIPT_NAME=i386go32
-OUTPUT_FORMAT="coff-i386"
+OUTPUT_FORMAT="coff-go32"
 TEXT_START_ADDR=0x10a8
-PAGE_SIZE=0x1000
-SEGMENT_SIZE=0x1000
-NONPAGED_TEXT_START_ADDR=0x0
+TARGET_PAGE_SIZE=0x1000
+case ${LD_FLAG} in
+    n|N)       TEXT_START_ADDR=0 ;;
+esac
+SEGMENT_SIZE=0x200
 ARCH=i386
 
This page took 0.022917 seconds and 4 git commands to generate.