From 37cd592b0fa2ffa777093db0c10c57ea2cd8665b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Jul 2002 16:22:54 +0000 Subject: 2002-07-04 Joel Sherrill * Jump table for single entry point removed. * include/rtems/directives.h, src/entrytable.c: Removed. * include/Makefile.am, src/Makefile.am, src/exinit.c: Modified to reflect above. --- cpukit/sapi/ChangeLog | 7 +++++++ cpukit/sapi/include/Makefile.am | 4 ++-- cpukit/sapi/src/Makefile.am | 2 +- cpukit/sapi/src/exinit.c | 1 - 4 files changed, 10 insertions(+), 4 deletions(-) (limited to 'cpukit') diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog index 615ff4d32c..17075f75a3 100644 --- a/cpukit/sapi/ChangeLog +++ b/cpukit/sapi/ChangeLog @@ -1,3 +1,10 @@ +2002-07-04 Joel Sherrill + + * Jump table for single entry point removed. + * include/rtems/directives.h, src/entrytable.c: Removed. + * include/Makefile.am, src/Makefile.am, src/exinit.c: Modified to + reflect above. + 2002-07-01 Joel Sherrill * Mega patch merge to change the format of the object IDs to diff --git a/cpukit/sapi/include/Makefile.am b/cpukit/sapi/include/Makefile.am index 00eb710cea..b41bb64295 100644 --- a/cpukit/sapi/include/Makefile.am +++ b/cpukit/sapi/include/Makefile.am @@ -18,8 +18,8 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) \ include_rtemsdir = $(includedir)/rtems -include_rtems_HEADERS = rtems/config.h rtems/directives.h rtems/extension.h \ - rtems/fatal.h rtems/init.h rtems/io.h rtems/mptables.h rtems/sptables.h +include_rtems_HEADERS = rtems/config.h rtems/extension.h rtems/fatal.h \ + rtems/init.h rtems/io.h rtems/mptables.h rtems/sptables.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%) diff --git a/cpukit/sapi/src/Makefile.am b/cpukit/sapi/src/Makefile.am index f3dc578524..a2fc897c85 100644 --- a/cpukit/sapi/src/Makefile.am +++ b/cpukit/sapi/src/Makefile.am @@ -5,7 +5,7 @@ EXTENSION_FILES = extension.c extensioncreate.c extensiondelete.c \ extensionident.c -C_FILES = debug.c entrytable.c $(EXTENSION_FILES) fatal.c exinit.c io.c \ +C_FILES = debug.c $(EXTENSION_FILES) fatal.c exinit.c io.c \ itronapi.c posixapi.c rtemsapi.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c index 2bc61afb09..8206e174c2 100644 --- a/cpukit/sapi/src/exinit.c +++ b/cpukit/sapi/src/exinit.c @@ -44,7 +44,6 @@ #include #include -#include #include -- cgit v1.2.3