diff options
Diffstat (limited to 'gold/sparc.cc')
-rw-r--r-- | gold/sparc.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/sparc.cc b/gold/sparc.cc index 57659cc..cbe95b8 100644 --- a/gold/sparc.cc +++ b/gold/sparc.cc @@ -217,7 +217,7 @@ class Target_sparc : public Sized_target<size, big_endian> const elfcpp::Ehdr<size, big_endian>& ehdr); void - do_adjust_elf_header(unsigned char* view, int len) const; + do_adjust_elf_header(unsigned char* view, int len); private: @@ -4339,7 +4339,7 @@ template<int size, bool big_endian> void Target_sparc<size, big_endian>::do_adjust_elf_header( unsigned char* view, - int len) const + int len) { elfcpp::Ehdr_write<size, big_endian> oehdr(view); |