From 494e05f4405228561f0af4d424136128ff8830d2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 23 Jan 2008 01:31:13 +0000 Subject: Parse a SECTIONS clause in a linker script. --- gold/debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gold/debug.h') diff --git a/gold/debug.h b/gold/debug.h index c6bfb7a..e37e2f1 100644 --- a/gold/debug.h +++ b/gold/debug.h @@ -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. -- cgit v1.1