sim: allow memory maps to default to mapped files
[deliverable/binutils-gdb.git] / ld / emulparams / vsta.sh
CommitLineData
252b5132
RH
1SCRIPT_NAME=aout
2OUTPUT_FORMAT="a.out-i386"
3TEXT_START_ADDR=0x1020
4TARGET_PAGE_SIZE=0x1000
5SEGMENT_SIZE=0x400000
88bba78d
AM
6case ${LD_FLAG} in
7 n|N) TEXT_START_ADDR=0 ;;
8esac
252b5132
RH
9ARCH=i386
10
This page took 0.455213 seconds and 4 git commands to generate.