From Craig Silverstein: rename option functions for future option

handling rewrite.
This commit is contained in:
Ian Lance Taylor
2008-02-26 21:45:30 +00:00
parent 58abc3ebf6
commit 45aa233bdc
12 changed files with 150 additions and 145 deletions

View File

@ -146,7 +146,7 @@ class Parameters
// Whether we are doing a symbolic link, in which all defined
// symbols are bound locally.
bool
symbolic() const
Bsymbolic() const
{
gold_assert(this->options_valid_);
return this->symbolic_;
@ -165,9 +165,9 @@ class Parameters
return this->detect_odr_violations_;
}
// The general linker optimization level.
// The general linker optimization level (-O).
int
optimization_level() const
optimize() const
{
gold_assert(this->options_valid_);
return this->optimization_level_;