From ccc13be4b933cfa891ed262ad82f65034d9cb5f8 Mon Sep 17 00:00:00 2001 From: law Date: Wed, 11 Sep 2002 19:19:11 +0000 Subject: [PATCH] * elf32-h8300.c (elf32_h8_relax_section): Fix typo. --- bfd/elf32-h8300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c index 48e2960998..c1c77ec0b4 100644 --- a/bfd/elf32-h8300.c +++ b/bfd/elf32-h8300.c @@ -765,7 +765,7 @@ elf32_h8_relax_section (abfd, sec, link_info, again) Elf_Internal_Sym *isym; asection *sym_sec; - isym = isymbuf + ELF64_R_SYM (irel->r_info); + isym = isymbuf + ELF32_R_SYM (irel->r_info); sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); symval = (isym->st_value + sym_sec->output_section->vma -- 2.11.0