mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-09 10:42:48 +00:00
PR 293
* elf32-hppa.c (elf32_hppa_hide_symbol): Use init_refcount to zero the plt field.
This commit is contained in:
parent
45d313cd66
commit
a005f94ee3
@ -1,3 +1,9 @@
|
||||
2004-08-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR 293
|
||||
* elf32-hppa.c (elf32_hppa_hide_symbol): Use init_refcount to
|
||||
zero the plt field.
|
||||
|
||||
2004-08-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* bfd.c (_bfd_default_error_handler): Handle %A and %B.
|
||||
|
@ -1623,7 +1623,7 @@ elf32_hppa_hide_symbol (struct bfd_link_info *info,
|
||||
if (! ((struct elf32_hppa_link_hash_entry *) h)->plabel)
|
||||
{
|
||||
h->elf_link_hash_flags &= ~ELF_LINK_HASH_NEEDS_PLT;
|
||||
h->plt.offset = (bfd_vma) -1;
|
||||
h->plt = elf_hash_table (info)->init_refcount;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user