hppaelf_create_output_section_statements is valid for the NetBSD hppa

vector.

ld(1) no longer core dumps on valid shared libraries.
This commit is contained in:
skrll 2005-01-19 12:49:30 +00:00
parent cbbe63f8de
commit a57de08708
1 changed files with 2 additions and 0 deletions

View File

@ -67,9 +67,11 @@ static void
hppaelf_create_output_section_statements (void)
{
extern const bfd_target bfd_elf32_hppa_linux_vec;
extern const bfd_target bfd_elf32_hppa_nbsd_vec;
extern const bfd_target bfd_elf32_hppa_vec;
if (link_info.hash->creator != &bfd_elf32_hppa_linux_vec
&& link_info.hash->creator != &bfd_elf32_hppa_nbsd_vec
&& link_info.hash->creator != &bfd_elf32_hppa_vec)
return;