summaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-05-24 07:36:12 +0000
committerNick Clifton <nickc@redhat.com>2006-05-24 07:36:12 +0000
commita40184dc9a53617c118bfffea026f0d9db93315a (patch)
treeb4d195ae2f224e0090b9edbef39950d50d379883 /bfd/elfcode.h
parent5f19a1e4fb11207c6992c0bd24b9ecdb9c6b40f6 (diff)
downloadbinutils-redhat-a40184dc9a53617c118bfffea026f0d9db93315a.tar.gz
Add support for AVR6 family
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index b7832954bd..a285a13308 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -1364,6 +1364,7 @@ elf_slurp_reloc_table_from_section (bfd *abfd,
else
{
asymbol **ps;
+
ps = symbols + ELF_R_SYM (rela.r_info) - 1;
relent->sym_ptr_ptr = ps;