projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add support for RISC-V architecture.
[deliverable/binutils-gdb.git]
/
ld
/
emulparams
/
i386bsd.sh
1
SCRIPT_NAME
=
aout
2
OUTPUT_FORMAT
=
"a.out-i386-bsd"
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
This page took
0.047095 seconds
and
4
git commands to generate.