mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 21:54:10 +08:00
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:
@@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
||||
2002-07-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Mega patch merge to change the format of the object IDs to
|
||||
|
||||
@@ -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)/%)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
#include <rtems/score/watchdog.h>
|
||||
#include <rtems/score/wkspace.h>
|
||||
|
||||
#include <rtems/directives.h>
|
||||
#include <rtems/sptables.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user