*** empty log message ***
[deliverable/binutils-gdb.git] / ld / emultempl / netbsd.em
CommitLineData
f7c33884
NC
1LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse
2cat >>e${EMULATION_NAME}.c <<EOF
3bcf5557
AM
3static void gldnetbsd_before_parse PARAMS ((void));
4
f7c33884
NC
5static void
6gldnetbsd_before_parse ()
7{
8 gld${EMULATION_NAME}_before_parse ();
9 link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
10}
11EOF
This page took 0.109219 seconds and 4 git commands to generate.