aboutsummaryrefslogtreecommitdiff
path: root/gold/i386.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/i386.cc')
-rw-r--r--gold/i386.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/gold/i386.cc b/gold/i386.cc
index 3715e5e..7946cf7 100644
--- a/gold/i386.cc
+++ b/gold/i386.cc
@@ -743,11 +743,10 @@ class Target_i386 : public Sized_target<32, false>
public gold::Default_classify_reloc<elfcpp::SHT_REL, 32, false>
{
public:
- typedef typename Reloc_types<elfcpp::SHT_REL, 32, false>::Reloc
- Reltype;
+ typedef Reloc_types<elfcpp::SHT_REL, 32, false>::Reloc Reltype;
// Return the explicit addend of the relocation (return 0 for SHT_REL).
- static typename elfcpp::Elf_types<32>::Elf_Swxword
+ static elfcpp::Elf_types<32>::Elf_Swxword
get_r_addend(const Reltype*)
{ return 0; }