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

* 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.
This commit is contained in:
Joel Sherrill
2002-07-04 16:22:54 +00:00
parent b977ea9d16
commit 37cd592b0f
10 changed files with 20 additions and 232 deletions
+2 -2
View File
@@ -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)/%)