diff options
Diffstat (limited to 'gold/i386.cc')
-rw-r--r-- | gold/i386.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/i386.cc b/gold/i386.cc index 8cc7244..e0809a4 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -491,6 +491,7 @@ class Target_i386 : public Sized_target<32, false> void do_calls_non_split(Relobj* object, unsigned int shndx, section_offset_type fnoffset, section_size_type fnsize, + const unsigned char* prelocs, size_t reloc_count, unsigned char* view, section_size_type view_size, std::string* from, std::string* to) const; @@ -3881,6 +3882,8 @@ void Target_i386::do_calls_non_split(Relobj* object, unsigned int shndx, section_offset_type fnoffset, section_size_type fnsize, + const unsigned char*, + size_t, unsigned char* view, section_size_type view_size, std::string* from, |