2001-11-26 Joel Sherrill <joel@OARcorp.com>

* vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
This commit is contained in:
Joel Sherrill
2001-11-27 01:16:06 +00:00
parent 9f7f6fb381
commit b26cb1c669
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-11-26 Joel Sherrill <joel@OARcorp.com>
* vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add @exceptions@ to SUBDIRS. * Makefile.am: Add @exceptions@ to SUBDIRS.

View File

@@ -31,6 +31,7 @@
* will usually be 0x0000 or 0x0100. * will usually be 0x0000 or 0x0100.
*/ */
#include <bsp.h>
#include "asm.h" #include "asm.h"
#ifndef PPC_VECTOR_FILE_BASE #ifndef PPC_VECTOR_FILE_BASE