summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-19 13:25:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-19 13:25:19 +0000
commit2c03029651768549f0461ed9b234d9d51c2fb134 (patch)
treed75d4f151a93613e356545effdcbeddb61aca6d3
parent2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2c03029651768549f0461ed9b234d9d51c2fb134.tar.bz2
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* asm.h: Use cpuopts.h instead of targopts.h.
-rw-r--r--c/src/exec/score/cpu/a29k/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/a29k/asm.h4
-rw-r--r--c/src/exec/score/cpu/mips64orion/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/mips64orion/asm.h4
-rw-r--r--cpukit/score/cpu/a29k/ChangeLog4
-rw-r--r--cpukit/score/cpu/a29k/asm.h4
-rw-r--r--cpukit/score/cpu/mips64orion/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips64orion/asm.h4
8 files changed, 20 insertions, 12 deletions
diff --git a/c/src/exec/score/cpu/a29k/ChangeLog b/c/src/exec/score/cpu/a29k/ChangeLog
index d96fb282a8..b38d4f285d 100644
--- a/c/src/exec/score/cpu/a29k/ChangeLog
+++ b/c/src/exec/score/cpu/a29k/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * asm.h: Use cpuopts.h instead of targopts.h.
+
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
diff --git a/c/src/exec/score/cpu/a29k/asm.h b/c/src/exec/score/cpu/a29k/asm.h
index 5622b124ce..51e77ec194 100644
--- a/c/src/exec/score/cpu/a29k/asm.h
+++ b/c/src/exec/score/cpu/a29k/asm.h
@@ -35,7 +35,7 @@
#ifndef ASM
#define ASM
#endif
-#include <rtems/score/targopts.h>
+#include <rtems/score/cpuopts.h>
#include <rtems/score/asm.h>
/*
@@ -99,5 +99,3 @@
#endif
/* end of include file */
-
-
diff --git a/c/src/exec/score/cpu/mips64orion/ChangeLog b/c/src/exec/score/cpu/mips64orion/ChangeLog
index bf8abed3bf..9649e7b8d9 100644
--- a/c/src/exec/score/cpu/mips64orion/ChangeLog
+++ b/c/src/exec/score/cpu/mips64orion/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * asm.h: Use cpuopts.h instead of targopts.h.
+
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
diff --git a/c/src/exec/score/cpu/mips64orion/asm.h b/c/src/exec/score/cpu/mips64orion/asm.h
index edabbe8fcc..747f2d2358 100644
--- a/c/src/exec/score/cpu/mips64orion/asm.h
+++ b/c/src/exec/score/cpu/mips64orion/asm.h
@@ -34,7 +34,7 @@
#ifndef ASM
#define ASM
#endif
-#include <rtems/score/targopts.h>
+#include <rtems/score/cpuopts.h>
#include <rtems/score/mips64orion.h>
/*
@@ -98,5 +98,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/a29k/ChangeLog b/cpukit/score/cpu/a29k/ChangeLog
index d96fb282a8..b38d4f285d 100644
--- a/cpukit/score/cpu/a29k/ChangeLog
+++ b/cpukit/score/cpu/a29k/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * asm.h: Use cpuopts.h instead of targopts.h.
+
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
diff --git a/cpukit/score/cpu/a29k/asm.h b/cpukit/score/cpu/a29k/asm.h
index 5622b124ce..51e77ec194 100644
--- a/cpukit/score/cpu/a29k/asm.h
+++ b/cpukit/score/cpu/a29k/asm.h
@@ -35,7 +35,7 @@
#ifndef ASM
#define ASM
#endif
-#include <rtems/score/targopts.h>
+#include <rtems/score/cpuopts.h>
#include <rtems/score/asm.h>
/*
@@ -99,5 +99,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/mips64orion/ChangeLog b/cpukit/score/cpu/mips64orion/ChangeLog
index bf8abed3bf..9649e7b8d9 100644
--- a/cpukit/score/cpu/mips64orion/ChangeLog
+++ b/cpukit/score/cpu/mips64orion/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * asm.h: Use cpuopts.h instead of targopts.h.
+
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
diff --git a/cpukit/score/cpu/mips64orion/asm.h b/cpukit/score/cpu/mips64orion/asm.h
index edabbe8fcc..747f2d2358 100644
--- a/cpukit/score/cpu/mips64orion/asm.h
+++ b/cpukit/score/cpu/mips64orion/asm.h
@@ -34,7 +34,7 @@
#ifndef ASM
#define ASM
#endif
-#include <rtems/score/targopts.h>
+#include <rtems/score/cpuopts.h>
#include <rtems/score/mips64orion.h>
/*
@@ -98,5 +98,3 @@
#endif
/* end of include file */
-
-