From 156dc1d36c07f6acc4c0a7c0866a99396bfed28f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Sep 2008 19:31:13 +0000 Subject: 2008-09-17 Joel Sherrill * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED. --- testsuites/libtests/ChangeLog | 5 +++++ testsuites/libtests/stackchk/system.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'testsuites/libtests') 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 + + * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate + CONFIGURE_STACK_CHECKER_ENABLED. + 2008-09-06 Ralf Corsépius * 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 -- cgit v1.2.3