From 2c0f748a4e1282019ab1449ba024a1c59dacfb82 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Jul 2007 21:30:04 +0000 Subject: 2007-07-06 Joel Sherrill * nsecs/init.c: Change name to avoid any hint of the timer driver. --- testsuites/samples/ChangeLog | 4 ++++ testsuites/samples/nsecs/init.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 3d3416d7ea..f4ab1146af 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2007-07-06 Joel Sherrill + + * nsecs/init.c: Change name to avoid any hint of the timer driver. + 2007-06-22 Joel Sherrill * nsecs/init.c: Do not make this test depend on the benchmark timer diff --git a/testsuites/samples/nsecs/init.c b/testsuites/samples/nsecs/init.c index 7c9a8261a0..0f858348b9 100644 --- a/testsuites/samples/nsecs/init.c +++ b/testsuites/samples/nsecs/init.c @@ -42,7 +42,7 @@ void subtract_em( } /* body below .. hoping it isn't inlined */ -void Empty_function(); +void dummy_function_empty_body_to_force_call(); rtems_task Init( rtems_task_argument argument @@ -116,7 +116,7 @@ rtems_task Init( int j, max = (index * 10000); rtems_clock_get_uptime( &start ); for (j=0 ; j /* put here hoping it won't get inlined */ -void Empty_function() {} +void dummy_function_empty_body_to_force_call() {} -- cgit v1.2.3