bfd:
[deliverable/binutils-gdb.git] / ld / emultempl / netbsd.em
... / ...
CommitLineData
1LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse
2
3cat >>e${EMULATION_NAME}.c <<EOF
4static void
5gld${EMULATION_NAME}_before_parse (void);
6
7static void
8gldnetbsd_before_parse (void)
9{
10 gld${EMULATION_NAME}_before_parse ();
11 link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
12}
13EOF
This page took 0.022605 seconds and 4 git commands to generate.