From 0f3ab7df60c781a80fc3a42efdfa98b5c7929293 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Jul 2010 14:07:26 +0000 Subject: [PATCH] 2010-07-07 Joel Sherrill PR 1606/cpukit * psxfatal_support/init.c: Remove INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated. --- testsuites/psxtests/ChangeLog | 6 ++++++ testsuites/psxtests/psxfatal_support/init.c | 17 ++--------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 76930fb2ba..98927c1425 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,9 @@ +2010-07-07 Joel Sherrill + + PR 1606/cpukit + * psxfatal_support/init.c: Remove + INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated. + 2010-07-07 Sebastian Huber * psxfatal_support/init.c: Print end of test message in case of diff --git a/testsuites/psxtests/psxfatal_support/init.c b/testsuites/psxtests/psxfatal_support/init.c index 23973591a4..48b00f5bf6 100644 --- a/testsuites/psxtests/psxfatal_support/init.c +++ b/testsuites/psxtests/psxfatal_support/init.c @@ -1,17 +1,5 @@ -/* POSIX_Init - * - * This routine is the initialization task for this test program. - * It is a user initialization task and has the responsibility for creating - * and starting the tasks that make up the test. If the time of day - * clock is required for the test, it should also be set to a known - * value by this function. - * - * Input parameters: - * argument - task argument - * - * Output parameters: NONE - * - * COPYRIGHT (c) 1989-2009. +/* + * COPYRIGHT (c) 1989-2010. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -70,7 +58,6 @@ char *Errors_Rtems[] = { char *Errors_Core[] = { "INTERNAL_ERROR_NO_CONFIGURATION_TABLE", "INTERNAL_ERROR_NO_CPU_TABLE", - "INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS", "INTERNAL_ERROR_TOO_LITTLE_WORKSPACE", "INTERNAL_ERROR_WORKSPACE_ALLOCATION", "INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL",