2002-07-04 Joel Sherrill <joel@OARcorp.com>

* Jump table for single entry point removed.
	* spsize/size.c:  Modified to reflect above.
This commit is contained in:
Joel Sherrill
2002-07-04 16:23:52 +00:00
parent 37cd592b0f
commit c3bb68a1bf
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2002-07-04 Joel Sherrill <joel@OARcorp.com>
* Jump table for single entry point removed.
* spsize/size.c: Modified to reflect above.
2002-07-01 Joel Sherrill <joel@OARcorp.com>
* sp29/init.c: Corrected definitions for task stack usage.

View File

@@ -15,7 +15,6 @@
#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/directives.h>
#include <rtems/score/apiext.h>
#include <rtems/score/copyrt.h>
#include <rtems/rtems/clock.h>
@@ -467,7 +466,6 @@ initialized +=
/*sptables.h*/ (sizeof _Initialization_Default_multiprocessing_table) +
(strlen(_RTEMS_version)+1) +
(sizeof _Entry_points) +
/*tod.h*/ (sizeof _TOD_Days_per_month) +