daily update
[deliverable/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
This page took 0.029698 seconds and 4 git commands to generate.