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
2002-09-29 H.J. Lu <hjl@gnu.org>
[binutils.git]
/
ld
/
emultempl
/
netbsd.em
blob
4ad564b242d91a6a00cd2fae049102f2ffe4c078
1
LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse
2
cat >>e${EMULATION_NAME}.c <<EOF
3
static void
4
gldnetbsd_before_parse ()
5
{
6
gld${EMULATION_NAME}_before_parse ();
7
link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
8
}
9
EOF