2003-09-12 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / ld / emultempl / netbsd.em
1 LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse
2
3 cat >>e${EMULATION_NAME}.c <<EOF
4 static void
5 gldnetbsd_before_parse (void)
6 {
7 gld${EMULATION_NAME}_before_parse ();
8 link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
9 }
10 EOF