2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
	sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
	collection. This changed the name of a few previously public but
	undocumented services and added a some new services.
	* sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
	sp43/system.h: New files.
This commit is contained in:
Joel Sherrill
2008-01-29 21:53:04 +00:00
parent 65450c148f
commit 6e31513261
13 changed files with 417 additions and 11 deletions

View File

@@ -192,6 +192,6 @@ rtems_task Init(
break;
}
puts( "*** END OF TEST SP41 ***" );
puts( "*** END OF TEST 41 ***" );
rtems_test_exit( 0 );
}