Parse a SECTIONS clause in a linker script.

This commit is contained in:
Ian Lance Taylor
2008-01-23 01:31:13 +00:00
parent 64f926997f
commit 494e05f440
16 changed files with 2214 additions and 283 deletions

View File

@ -32,8 +32,9 @@ namespace gold
// The different types of debugging we support. These are bitflags.
const int DEBUG_TASK = 1;
const int DEBUG_SCRIPT = 2;
const int DEBUG_ALL = DEBUG_TASK;
const int DEBUG_ALL = DEBUG_TASK | DEBUG_SCRIPT;
// Print a debug message if TYPE is enabled. This is a macro so that
// we only evaluate the arguments if necessary.