forked from Imagelibrary/rtems
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
|
||||||
|
<rtems/score/ppc.h>.
|
||||||
|
|
||||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
|
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
* Reset_entry.
|
* Reset_entry.
|
||||||
|
|||||||
Reference in New Issue
Block a user