projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ld/
[external/binutils.git]
/
ld
/
emulparams
/
vsta.sh
1
SCRIPT_NAME=aout
2
OUTPUT_FORMAT="a.out-i386"
3
TEXT_START_ADDR=0x1020
4
TARGET_PAGE_SIZE=0x1000
5
SEGMENT_SIZE=0x400000
6
case ${LD_FLAG} in
7
n|N) TEXT_START_ADDR=0 ;;
8
esac
9
ARCH=i386
10