2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/bspstart.c: Include <rtems/bspIo.h>.
	* vectors/align_h.S: Use <> instead of "" for include files.
This commit is contained in:
Joel Sherrill
2002-04-18 20:55:05 +00:00
parent 1628414b81
commit f844cfcc3f
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Include <rtems/bspIo.h>.
* vectors/align_h.S: Use <> instead of "" for include files.
2001-04-08 Joel Sherrill <joel@OARcorp.com> 2001-04-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame

View File

@@ -21,6 +21,7 @@
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h> #include <rtems/libcsupport.h>
#include <rtems/bspIo.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -43,8 +43,8 @@
* $Id$ * $Id$
*/ */
#include "asm.h" #include <asm.h>
#include "bsp.h" #include <bsp.h>
.set CACHE_SIZE,16 # cache line size of 32 bytes .set CACHE_SIZE,16 # cache line size of 32 bytes
.set CACHE_SIZE_L2,4 # cache line size, log 2 .set CACHE_SIZE_L2,4 # cache line size, log 2