Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / i386go32.sh
1 SCRIPT_NAME=i386go32
2 OUTPUT_FORMAT="coff-go32"
3 TEXT_START_ADDR=0x10a8
4 TARGET_PAGE_SIZE=0x1000
5 case ${LD_FLAG} in
6 n|N) TEXT_START_ADDR=0 ;;
7 esac
8 SEGMENT_SIZE=0x200
9 ARCH=i386
10
This page took 0.033402 seconds and 4 git commands to generate.