Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / vsta.sh
... / ...
CommitLineData
1SCRIPT_NAME=aout
2OUTPUT_FORMAT="a.out-i386"
3TEXT_START_ADDR=0x1020
4TARGET_PAGE_SIZE=0x1000
5SEGMENT_SIZE=0x400000
6case ${LD_FLAG} in
7 n|N) TEXT_START_ADDR=0 ;;
8esac
9ARCH=i386
10
This page took 0.022934 seconds and 4 git commands to generate.