summaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
authorivmai <ivmai>2011-05-19 07:50:49 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:59 +0400
commitc6786d784e3bf88f6a73b1ac93be7452857c7813 (patch)
tree4532f2e702cffa0ccf987d49daa4a74c04482a3b /tests/test.c
parent8fc448ef91a65f2108e594c6936745807f9925dd (diff)
downloadbdwgc-c6786d784e3bf88f6a73b1ac93be7452857c7813.tar.gz
2011-05-19 Ivan Maidanski <ivmai@mail.ru> (really Jie Liu)
* include/private/gcconfig.h (end, InitStackBottom): Declare extern variable for RTEMS. * include/private/gcconfig.h (DATASTART, DATAEND, STACKBOTTOM): Update (for RTEMS). * include/private/gcconfig.h (DATAEND): Fix a typo in the macro name (for RTEMS). * tests/test.c (CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER): Replace with CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER (for RTEMS).
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.c b/tests/test.c
index b844b63c..e7826c2b 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -1393,7 +1393,7 @@ void GC_CALLBACK warn_proc(char *msg, GC_word p)
WINMAIN_LPTSTR cmd, int n)
#elif defined(RTEMS)
# include <bsp.h>
-# define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+# define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
# define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
# define CONFIGURE_RTEMS_INIT_TASKS_TABLE
# define CONFIGURE_MAXIMUM_TASKS 1