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:
Ralf Corsepius
2004-01-28 21:57:19 +00:00
parent 4e445522f4
commit 041d209aad
4 changed files with 11 additions and 0 deletions

View File

@@ -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,

View File

@@ -1,3 +1,4 @@
#include <bspopts.h>
#include "../startup/swi.h"
/* ANSI concatenation macros. */

View File

@@ -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

View File

@@ -14,6 +14,8 @@
#include <reent.h>
#include "swi.h"
#include <bspopts.h>
int armulator_stdin;
int armulator_stdout;
int armulator_stderr;