summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-17 21:10:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-17 21:10:25 +0000
commit42b1fe6ed779606811e61d6a0758f317e6a53427 (patch)
treef931154c1979ecf9b8a1287b33316e31e3ea5347 /testsuites
parent2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-42b1fe6ed779606811e61d6a0758f317e6a53427.tar.bz2
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* minimum/init.c: Disable confdefs.h debug.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/minimum/init.c7
2 files changed, 10 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 9a1768909b..3cc0570417 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,9 @@
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * minimum/init.c: Disable confdefs.h debug.
+
+2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* iostream/system.h: Init task was close to blowing stack on PowerPC.
* minimum/init.c: Disable Classic API Notepads.
diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c
index ff71335633..162fd6ffae 100644
--- a/testsuites/samples/minimum/init.c
+++ b/testsuites/samples/minimum/init.c
@@ -75,7 +75,7 @@ rtems_task Init(
* per Task Control Block. If you aren't using these and are tight
* on RAM, this is an option.
*/
-#define CONFIGURE_DISABLE_CLASSIC_NOTEPADS
+#define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
/*
* In this application, the initialization task performs the system
@@ -85,6 +85,11 @@ rtems_task Init(
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
/*
+ * If you are debugging confdefs.h, define this
+ */
+/* #define CONFIGURE_CONFDEFS_DEBUG */
+
+/*
* Instantiate the configuration tables.
*/
#define CONFIGURE_INIT