summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/sparc')
-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"