2009-10-09 Doug Kwan <dougkwan@google.com>
[deliverable/binutils-gdb.git] / gold / layout.h
index 88561258c03535ecb33dcf1e082f88ecbfda6042..675c65813b8bd0b4aa9b91ddaf9f2ba3acc7c2b6 100644 (file)
@@ -602,6 +602,11 @@ class Layout
       this->script_output_section_data_list_.push_back(posd);
   }
 
+  // Return section list.
+  const Section_list&
+  section_list() const
+  { return this->section_list_; }
+
  private:
   Layout(const Layout&);
   Layout& operator=(const Layout&);
This page took 0.024576 seconds and 4 git commands to generate.