blob: 4ad564b242d91a6a00cd2fae049102f2ffe4c078 [file] [log] [blame]
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