2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
	deprecated rtems_extension.
This commit is contained in:
Joel Sherrill
2009-09-26 15:51:32 +00:00
parent ce017afb1b
commit 609e058219
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
deprecated rtems_extension.
2009-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxclock/init.c, psxclock/psxclock.scn: Add test case for negative

View File

@@ -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

View File

@@ -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