Module Name: src
Committed By: skrll
Date: Thu Aug 20 21:34:03 UTC 2009
Modified Files:
src/sys/arch/alpha/alpha: debug.s
Log Message:
Don't try and symbol set debug_stack_top from the common symbol
debug_stack_bottom. It's bogus and disallowed in new binutils.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/alpha/alpha/debug.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/alpha/alpha/debug.s
diff -u src/sys/arch/alpha/alpha/debug.s:1.11 src/sys/arch/alpha/alpha/debug.s:1.12
--- src/sys/arch/alpha/alpha/debug.s:1.11 Mon Apr 28 20:23:10 2008
+++ src/sys/arch/alpha/alpha/debug.s Thu Aug 20 21:34:03 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: debug.s,v 1.11 2008/04/28 20:23:10 martin Exp $ */
+/* $NetBSD: debug.s,v 1.12 2009/08/20 21:34:03 skrll Exp $ */
/*-
* Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-__KERNEL_RCSID(6, "$NetBSD: debug.s,v 1.11 2008/04/28 20:23:10 martin Exp $")
+__KERNEL_RCSID(6, "$NetBSD: debug.s,v 1.12 2009/08/20 21:34:03 skrll Exp $")
#include "opt_multiprocessor.h"
#include "opt_kgdb.h"
@@ -47,7 +47,8 @@
*/
#define DEBUG_STACK_SIZE 8192
BSS(debug_stack_bottom, DEBUG_STACK_SIZE)
-ABS(debug_stack_top, debug_stack_bottom + DEBUG_STACK_SIZE)
+
+#define debug_stack_top (debug_stack_bottom + DEBUG_STACK_SIZE)
/*
* alpha_debug: