Add new field to bfd_link structure and use it to control how common symbols
[deliverable/binutils-gdb.git] / ld / emultempl / netbsd.em
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
This page took 0.031483 seconds and 5 git commands to generate.