btrace, test: fix multi-line btrace tests
[deliverable/binutils-gdb.git] / gold / target.cc
index cc508c5b3ac57377a961813bfb46e9396c227cd4..cad3c95f0f58b7a974729bdf3a5fc2a798b930ec 100644 (file)
@@ -1,6 +1,6 @@
 // target.cc -- target support for gold.
 
-// Copyright 2009, 2010, 2011 Free Software Foundation, Inc.
+// Copyright 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
 // Written by Doug Kwan <dougkwan@google.com>.
 
 // This file is part of gold.
@@ -219,7 +219,7 @@ Target::do_plt_fde_location(const Output_data* plt, unsigned char*,
 template<int size, bool big_endian>
 void
 Sized_target<size, big_endian>::do_adjust_elf_header(unsigned char* view,
-                                                    int len) const
+                                                    int len)
 {
   elfcpp::ELFOSABI osabi = this->osabi();
   if (osabi != elfcpp::ELFOSABI_NONE)
This page took 0.024888 seconds and 4 git commands to generate.