2009-10-09 Doug Kwan <dougkwan@google.com>
[deliverable/binutils-gdb.git] / gold / object.cc
index b8d9eb84f82612414fc589c32a41c028dfd5dd3d..e09a71fca244034a34075e915e99adeb430183e9 100644 (file)
@@ -359,7 +359,7 @@ Sized_relobj<size, big_endian>::~Sized_relobj()
 
 template<int size, bool big_endian>
 void
-Sized_relobj<size, big_endian>::setup()
+Sized_relobj<size, big_endian>::do_setup()
 {
   const unsigned int shnum = this->elf_file_.shnum();
   this->set_shnum(shnum);
This page took 0.023521 seconds and 4 git commands to generate.