2009-10-30 Doug Kwan <dougkwan@google.com>

* arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
This commit is contained in:
Doug Kwan 2009-10-31 03:06:59 +00:00
parent e9bbb53879
commit ebd95253ac
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-10-30 Doug Kwan <dougkwan@google.com>
* arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
2009-10-30 Doug Kwan <dougkwan@google.com>
* arm.cc (Stub_addend_reader): New struct template definition

View File

@ -1042,8 +1042,7 @@ struct Stub_addend_reader
unsigned int /* r_type */,
const unsigned char* /* view */,
const typename Reloc_types<sh_type,
32, big_endian>::Reloc& /* reloc */) const
{ gold_unreachable(); }
32, big_endian>::Reloc& /* reloc */) const;
};
// Specialized Stub_addend_reader for SHT_REL type relocation sections.
@ -1071,7 +1070,8 @@ struct Stub_addend_reader<elfcpp::SHT_RELA, big_endian>
unsigned int,
const unsigned char*,
const typename Reloc_types<elfcpp::SHT_RELA, 32,
big_endian>::Reloc& reloc) const;
big_endian>::Reloc& reloc) const
{ return reloc.get_r_addend(); }
};
// Utilities for manipulating integers of up to 32-bits