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