From e5b6bf463bad27bccb57b78c365522bdf058eccb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Jun 2008 20:56:17 +0000 Subject: 2008-06-06 Joel Sherrill * samples/hello/config.h, sptests/spname01/config.h: These needed CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER. --- c/src/ada-tests/ChangeLog | 5 +++++ c/src/ada-tests/samples/hello/config.h | 4 +++- c/src/ada-tests/sptests/spname01/config.h | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'c/src/ada-tests') diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog index e7ec5ccb65..a26b7810f9 100644 --- a/c/src/ada-tests/ChangeLog +++ b/c/src/ada-tests/ChangeLog @@ -1,3 +1,8 @@ +2008-06-06 Joel Sherrill + + * samples/hello/config.h, sptests/spname01/config.h: These needed + CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER. + 2008-03-11 Joel Sherrill * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads, diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h index b4536dd4a9..30202ec34b 100644 --- a/c/src/ada-tests/samples/hello/config.h +++ b/c/src/ada-tests/samples/hello/config.h @@ -2,7 +2,7 @@ * * This include file defines the Configuration Table for this test. * - * COPYRIGHT (c) 1989-2007. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may in @@ -17,6 +17,8 @@ #define CONFIGURE_APPLICATION +/* NOTICE: the clock driver is explicitly disabled */ +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_POSIX_INIT_THREAD_TABLE diff --git a/c/src/ada-tests/sptests/spname01/config.h b/c/src/ada-tests/sptests/spname01/config.h index b4536dd4a9..30202ec34b 100644 --- a/c/src/ada-tests/sptests/spname01/config.h +++ b/c/src/ada-tests/sptests/spname01/config.h @@ -2,7 +2,7 @@ * * This include file defines the Configuration Table for this test. * - * COPYRIGHT (c) 1989-2007. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may in @@ -17,6 +17,8 @@ #define CONFIGURE_APPLICATION +/* NOTICE: the clock driver is explicitly disabled */ +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_POSIX_INIT_THREAD_TABLE -- cgit v1.2.3