projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004d9ca
)
* elf32-h8300.c (elf32_h8_relax_section): Fix typo.
author
Jeff Law
<law@redhat.com>
Wed, 11 Sep 2002 19:19:11 +0000
(19:19 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 11 Sep 2002 19:19:11 +0000
(19:19 +0000)
bfd/elf32-h8300.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-h8300.c
b/bfd/elf32-h8300.c
index
48e2960
..
c1c77ec
100644
(file)
--- 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 + ELF
64
_R_SYM (irel->r_info);
+ isym = isymbuf + ELF
32
_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