Use LD_PATHMAX+1 to account for trailing '\0'.
[binutils-gdb.git] / ld / emultempl / netbsd.em
1 LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse
2 cat >>e${EMULATION_NAME}.c <<EOF
3 static void
4 gldnetbsd_before_parse ()
5 {
6 gld${EMULATION_NAME}_before_parse ();
7 link_info.common_skip_ar_aymbols = bfd_link_common_skip_text;
8 }
9 EOF