mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2003-05-28 Alan Modra <amodra@bigpond.net.au>
* elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus undefined_symbol call.
This commit is contained in:
parent
1489836332
commit
0236e03ee7
@ -1,3 +1,8 @@
|
||||
2003-05-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
|
||||
undefined_symbol call.
|
||||
|
||||
2003-05-27 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
|
||||
|
@ -3666,16 +3666,11 @@ elf32_hppa_relocate_section (output_bfd, info, input_bfd, input_section,
|
||||
}
|
||||
else if (h->elf.root.type == bfd_link_hash_undefweak)
|
||||
;
|
||||
else if (info->shared && !info->no_undefined
|
||||
else if (info->shared
|
||||
&& !info->no_undefined
|
||||
&& ELF_ST_VISIBILITY (h->elf.other) == STV_DEFAULT
|
||||
&& h->elf.type != STT_PARISC_MILLI)
|
||||
{
|
||||
if (!((*info->callbacks->undefined_symbol)
|
||||
(info, h->elf.root.root.string, input_bfd,
|
||||
input_section, rel->r_offset, FALSE)))
|
||||
return FALSE;
|
||||
warned_undef = TRUE;
|
||||
}
|
||||
;
|
||||
else
|
||||
{
|
||||
if (!((*info->callbacks->undefined_symbol)
|
||||
|
Loading…
Reference in New Issue
Block a user