* options.cc: Include "demangle.h".
[deliverable/binutils-gdb.git] / gold / script.h
index ea19cfa617a46a2158c69d4ed23f4052d8cbf15d..26abd463ac416745329cccf66ef7deaad8f8561d 100644 (file)
@@ -338,6 +338,10 @@ class Script_options
   script_sections()
   { return &this->script_sections_; }
 
+  const Script_sections*
+  script_sections() const
+  { return &this->script_sections_; }
+
   // Whether we saw a SECTIONS clause.
   bool
   saw_sections_clause() const
This page took 0.023707 seconds and 4 git commands to generate.