* ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
[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 gldnetbsd_before_parse PARAMS ((void));
4
5 static void
6 gldnetbsd_before_parse ()
7 {
8 gld${EMULATION_NAME}_before_parse ();
9 link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
10 }
11 EOF
This page took 0.030973 seconds and 5 git commands to generate.