* libiberty.h (expandargv): New function.
[binutils.git] / ld / emultempl / netbsd.em
blob43715e404621e2af6bd1a8570768c666ddc8a248
1 LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse
3 cat >>e${EMULATION_NAME}.c <<EOF
4 static void
5 gld${EMULATION_NAME}_before_parse (void);
7 static void
8 gldnetbsd_before_parse (void)
10   gld${EMULATION_NAME}_before_parse ();
11   link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
13 EOF