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:
parent
cbbe63f8de
commit
a57de08708
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue