summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:08:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:08:08 +0000
commit173fd7cff799e4c167936e47cf654772eaee117f (patch)
treef64c8cb96c02b81d442c9c6c89a8b22c41a42499 /c/src/lib/libcpu
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-173fd7cff799e4c167936e47cf654772eaee117f.tar.bz2
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>. * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/sparc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/sparc/reg_win/window.S2
-rw-r--r--c/src/lib/libcpu/sparc/syscall/syscall.S2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/sparc/ChangeLog b/c/src/lib/libcpu/sparc/ChangeLog
index 8e1fefa939..12fbfc3f5f 100644
--- a/c/src/lib/libcpu/sparc/ChangeLog
+++ b/c/src/lib/libcpu/sparc/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>.
+ * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
+
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
diff --git a/c/src/lib/libcpu/sparc/reg_win/window.S b/c/src/lib/libcpu/sparc/reg_win/window.S
index c21e73ebb4..4af985a826 100644
--- a/c/src/lib/libcpu/sparc/reg_win/window.S
+++ b/c/src/lib/libcpu/sparc/reg_win/window.S
@@ -23,7 +23,7 @@
* $Id$
*/
-#include <asm.h>
+#include <rtems/asm.h>
.seg "text"
/*
diff --git a/c/src/lib/libcpu/sparc/syscall/syscall.S b/c/src/lib/libcpu/sparc/syscall/syscall.S
index fe9b512d81..5beccfab63 100644
--- a/c/src/lib/libcpu/sparc/syscall/syscall.S
+++ b/c/src/lib/libcpu/sparc/syscall/syscall.S
@@ -16,7 +16,7 @@
*
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include "syscall.h"
.seg "text"