mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
|
* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
#ifndef PPC_VECTOR_FILE_BASE
|
#ifndef PPC_VECTOR_FILE_BASE
|
||||||
#error "PPC_VECTOR_FILE_BASE is not defined."
|
#error "PPC_VECTOR_FILE_BASE is not defined."
|
||||||
|
|||||||
Reference in New Issue
Block a user