diff options
Diffstat (limited to 'bfd/pe-mips.c')
-rw-r--r-- | bfd/pe-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/pe-mips.c b/bfd/pe-mips.c index d7edc2b..a24034f 100644 --- a/bfd/pe-mips.c +++ b/bfd/pe-mips.c @@ -375,7 +375,7 @@ static reloc_howto_type howto_table[] = coffsym = (obj_symbols (abfd) \ + (cache_ptr->sym_ptr_ptr - symbols)); \ else if (ptr) \ - coffsym = coff_symbol_from (abfd, ptr); \ + coffsym = coff_symbol_from (ptr); \ if (coffsym != NULL \ && coffsym->native->u.syment.n_scnum == 0) \ cache_ptr->addend = - coffsym->native->u.syment.n_value; \ |