forked from Imagelibrary/rtems
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/start.S, startup/libcfunc.c, startup/syscalls.c: Include bspopts.h for ARM_RDI_MONITOR.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/start.S, startup/libcfunc.c, startup/syscalls.c:
|
||||
Include bspopts.h for ARM_RDI_MONITOR.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include <bspopts.h>
|
||||
#include "../startup/swi.h"
|
||||
|
||||
/* ANSI concatenation macros. */
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
Note: These functions are in a seperate file so that OS providers can
|
||||
overrride the system call stubs (defined in syscalls.c) without having
|
||||
to provide libc funcitons as well. */
|
||||
|
||||
#include <bspopts.h>
|
||||
|
||||
#include "swi.h"
|
||||
|
||||
#ifdef ARM_RDI_MONITOR
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
#include <reent.h>
|
||||
#include "swi.h"
|
||||
|
||||
#include <bspopts.h>
|
||||
|
||||
int armulator_stdin;
|
||||
int armulator_stdout;
|
||||
int armulator_stderr;
|
||||
|
||||
Reference in New Issue
Block a user