forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -838,7 +838,8 @@ class Sized_target : public Target
|
||||
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,
|
||||
@@ -868,7 +869,8 @@ class Sized_target : public Target
|
||||
const unsigned char* /* preloc_in */,
|
||||
size_t /* relnum */,
|
||||
Output_section* /* output_section */,
|
||||
off_t /* offset_in_output_section */,
|
||||
typename elfcpp::Elf_types<size>::Elf_Off
|
||||
/* offset_in_output_section */,
|
||||
unsigned char* /* view */,
|
||||
typename elfcpp::Elf_types<size>::Elf_Addr
|
||||
/* view_address */,
|
||||
|
||||
Reference in New Issue
Block a user