aboutsummaryrefslogtreecommitdiff
path: root/gold/i386.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-27 22:38:18 +0000
committerIan Lance Taylor <iant@google.com>2008-02-27 22:38:18 +0000
commit7019cd256559b48bc642fcb8ff9a4ea9e98bced7 (patch)
treec88847678e9c212b482d4a30beccdd74abdd90c6 /gold/i386.cc
parent20b4711e0556d73b7a16250447ee5ca505b834db (diff)
downloadfsf-binutils-gdb-7019cd256559b48bc642fcb8ff9a4ea9e98bced7.zip
fsf-binutils-gdb-7019cd256559b48bc642fcb8ff9a4ea9e98bced7.tar.gz
fsf-binutils-gdb-7019cd256559b48bc642fcb8ff9a4ea9e98bced7.tar.bz2
Implement -q/--emit-relocs.
Diffstat (limited to 'gold/i386.cc')
-rw-r--r--gold/i386.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/i386.cc b/gold/i386.cc
index 0655f13..6b805bd 100644
--- a/gold/i386.cc
+++ b/gold/i386.cc
@@ -2297,7 +2297,7 @@ Target_i386::scan_relocatable_relocs(const General_options& options,
typedef gold::Default_scan_relocatable_relocs<elfcpp::SHT_REL,
Relocatable_size_for_reloc> Scan_relocatable_relocs;
- gold::scan_relocatable_relocs<32, false, Target_i386, elfcpp::SHT_REL,
+ gold::scan_relocatable_relocs<32, false, elfcpp::SHT_REL,
Scan_relocatable_relocs>(
options,
symtab,
@@ -2332,7 +2332,7 @@ Target_i386::relocate_for_relocatable(
{
gold_assert(sh_type == elfcpp::SHT_REL);
- gold::relocate_for_relocatable<32, false, Target_i386, elfcpp::SHT_REL>(
+ gold::relocate_for_relocatable<32, false, elfcpp::SHT_REL>(
relinfo,
prelocs,
reloc_count,