summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:13 +0000
commit156dc1d36c07f6acc4c0a7c0866a99396bfed28f (patch)
tree84f646631ba99bdc136509946fb2b22ad7ea0c63 /testsuites/libtests
parent2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-156dc1d36c07f6acc4c0a7c0866a99396bfed28f.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ChangeLog5
-rw-r--r--testsuites/libtests/stackchk/system.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 8121728353..38d33262d9 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
+ CONFIGURE_STACK_CHECKER_ENABLED.
+
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* malloctest/init.c: Convert to "bool".
diff --git a/testsuites/libtests/stackchk/system.h b/testsuites/libtests/stackchk/system.h
index 6a76ac2eef..dde3ca7d26 100644
--- a/testsuites/libtests/stackchk/system.h
+++ b/testsuites/libtests/stackchk/system.h
@@ -41,7 +41,7 @@ void blow_stack( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define STACK_CHECKER_ON
+#define CONFIGURE_STACK_CHECKER_ENABLED
#include <rtems/confdefs.h>