aboutsummaryrefslogtreecommitdiff
path: root/gold/sparc.cc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-11-01 23:27:00 +0000
committerRoland McGrath <roland@gnu.org>2012-11-01 23:27:00 +0000
commit62fe925ad4724f379e9bec4f19408dc71d416042 (patch)
treea38eb108a77b95f8198287b49496b30877edde02 /gold/sparc.cc
parentc06dec1422120f824d5d10a898527c75a48eaf5f (diff)
downloadfsf-binutils-gdb-62fe925ad4724f379e9bec4f19408dc71d416042.zip
fsf-binutils-gdb-62fe925ad4724f379e9bec4f19408dc71d416042.tar.gz
fsf-binutils-gdb-62fe925ad4724f379e9bec4f19408dc71d416042.tar.bz2
gold/
* target.h (Sized_target::relocate_relocs): Use Elf_Off for offset_in_output_section parameter. (Sized_target::relocate_special_relocatable): Likewise. * arm.cc (Target_arm::relocate_relocs): Likewise. (Target_arm::relocate_special_relocatable): Likewise. * i386.cc (Target_i386::relocate_relocs): Likewise. * powerpc.cc (Target_powerpc::relocate_relocs): Likewise. * sparc.cc (Target_sparc::relocate_relocs): Likewise. * target-reloc.h (relocate_relocs): Likewise. * testsuite/testfile.cc (Target_test): Likewise. * tilegx.cc (Target_tilegx::relocate_relocs): Likewise. * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
Diffstat (limited to 'gold/sparc.cc')
-rw-r--r--gold/sparc.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/sparc.cc b/gold/sparc.cc
index 456ee46..6db3b10 100644
--- a/gold/sparc.cc
+++ b/gold/sparc.cc
@@ -138,7 +138,8 @@ class Target_sparc : public Sized_target<size, big_endian>
const unsigned char* prelocs,
size_t reloc_count,
Output_section* output_section,
- off_t offset_in_output_section,
+ typename elfcpp::Elf_types<size>::Elf_Off
+ offset_in_output_section,
const Relocatable_relocs*,
unsigned char* view,
typename elfcpp::Elf_types<size>::Elf_Addr view_address,
@@ -4213,7 +4214,7 @@ Target_sparc<size, big_endian>::relocate_relocs(
const unsigned char* prelocs,
size_t reloc_count,
Output_section* output_section,
- off_t offset_in_output_section,
+ typename elfcpp::Elf_types<size>::Elf_Off offset_in_output_section,
const Relocatable_relocs* rr,
unsigned char* view,
typename elfcpp::Elf_types<size>::Elf_Addr view_address,