mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 00:56:27 +00:00
* elf64-ppc.c (adjust_opd_syms): Fix merge error.
This commit is contained in:
parent
06da1e8e7b
commit
4f800a42be
@ -1,5 +1,7 @@
|
||||
2004-08-09 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf64-ppc.c (adjust_opd_syms): Fix merge error.
|
||||
|
||||
* elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
|
||||
(func_desc_adjust): Don't set have_undefweak.
|
||||
(ppc64_elf_func_desc_adjust): Don't add an extr nop to sfpr.
|
||||
|
@ -4936,7 +4936,6 @@ adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
|
||||
opd_adjust = get_opd_info (sym_sec);
|
||||
if (opd_adjust != NULL)
|
||||
{
|
||||
eh->elf.root.u.def.value += opd_adjust[eh->elf.root.u.def.value / 24];
|
||||
long adjust = opd_adjust[eh->elf.root.u.def.value / 24];
|
||||
if (adjust == -1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user