From 609e058219d516a9e6230267d70d5dc2d41e935d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 26 Sep 2009 15:51:32 +0000 Subject: 2009-09-26 Joel Sherrill * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of deprecated rtems_extension. --- testsuites/psxtests/ChangeLog | 5 +++++ testsuites/psxtests/psxfatal_support/init.c | 4 ++-- testsuites/psxtests/psxfatal_support/system.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index a5b89b287b..6427fd58cf 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,8 @@ +2009-09-26 Joel Sherrill + + * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of + deprecated rtems_extension. + 2009-09-21 Joel Sherrill * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative diff --git a/testsuites/psxtests/psxfatal_support/init.c b/testsuites/psxtests/psxfatal_support/init.c index b0e817c2bb..7b8cdc8583 100644 --- a/testsuites/psxtests/psxfatal_support/init.c +++ b/testsuites/psxtests/psxfatal_support/init.c @@ -11,7 +11,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-2008. + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -119,7 +119,7 @@ void Put_Source( uint32_t source ) } -rtems_extension Fatal_extension( +void Fatal_extension( uint32_t source, bool is_internal, uint32_t error diff --git a/testsuites/psxtests/psxfatal_support/system.h b/testsuites/psxtests/psxfatal_support/system.h index d5b6366e0a..4974a7eea0 100644 --- a/testsuites/psxtests/psxfatal_support/system.h +++ b/testsuites/psxtests/psxfatal_support/system.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -26,7 +26,7 @@ void *POSIX_Init( void *argument ); -rtems_extension Fatal_extension( +void Fatal_extension( uint32_t source, bool is_internal, uint32_t error -- cgit v1.2.3