summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:20 +0000
commit8e11831f7060e070a3a39f5c6e520fdac1ef1a00 (patch)
treebe8e569d6a99d6652a9fe6a5c8be4fda9429d8c2 /c
parent * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>. (diff)
downloadrtems-8e11831f7060e070a3a39f5c6e520fdac1ef1a00.tar.bz2
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
* flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S2
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
index b22c9407b7..37b4961e22 100644
--- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
+ * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
+
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
diff --git a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S
index 2d37090a4f..b2a3d16666 100644
--- a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S
@@ -32,7 +32,7 @@
* $Id$
*/
-#include "asm.h"
+#include <rtems/asm.h>
/*
* The helas403 ELF link scripts support three special sections:
diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
index aa6f98578b..55d437b1ce 100644
--- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
@@ -32,7 +32,7 @@
* $Id$
*/
-#include "asm.h"
+#include <rtems/asm.h>
#include <rtems/score/ppc.h>
/*----------------------------------------------------------------------------