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