Permit scripts to refer to the addresses of output sections which were

not created.
This commit is contained in:
Ian Lance Taylor
2008-02-29 00:04:06 +00:00
parent 46132b50a2
commit 8f2eb564dd
4 changed files with 153 additions and 7 deletions

View 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