f7c33884fa
are extracted from archives.
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse
|
|
cat >>e${EMULATION_NAME}.c <<EOF
|
|
static void
|
|
gldnetbsd_before_parse ()
|
|
{
|
|
gld${EMULATION_NAME}_before_parse ();
|
|
link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
|
|
}
|
|
EOF
|