move ada_val_print_array down within other ada_val_print* functions
[deliverable/binutils-gdb.git] / gold / sparc.cc
index 57659cc8ae48bd98ab38ce940a4a154337f551ee..cbe95b8606f1c83dc6eebc7fbc590eebd29c4116 100644 (file)
@@ -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);
 
This page took 0.024204 seconds and 4 git commands to generate.