Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / ld / go32.sh
1 EMULATION_NAME=go32
2 SCRIPT_NAME=aout
3 OUTPUT_FORMAT="a.out-i386"
4 TEXT_START_ADDR=0x1020
5 PAGE_SIZE=0x1000
6 SEGMENT_SIZE=0x400000
7 NONPAGED_TEXT_START_ADDR=0x0
8 ARCH=i386
9
This page took 0.029851 seconds and 4 git commands to generate.