repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
emulparams
/
i386mach.sh
blob
dc446021e2c61a1cd85a236f51c492f2869ec25d
1
SCRIPT_NAME
=
aout
2
OUTPUT_FORMAT
=
"a.out-mach3"
3
TEXT_START_ADDR
=
0x10020
4
case
${LD_FLAG}
in
5
n|N
)
TEXT_START_ADDR
=
0x10000
;;
6
esac
7
SEGMENT_SIZE
=
0x1000
8
PAD_TEXT
=
t
9
ARCH
=
i386