summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-29 12:59:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-29 12:59:18 +0000
commitd3b09bf4e6d9ad56ec4ab02ae04abeb018c32aad (patch)
tree9917550f449f442046025b6d1ff121c01402bba3 /cpukit/score/cpu
parent2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-d3b09bf4e6d9ad56ec4ab02ae04abeb018c32aad.tar.bz2
2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: RTEMS_TOP([../../../..]).
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/arm/ChangeLog4
-rw-r--r--cpukit/score/cpu/arm/configure.ac2
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog4
-rw-r--r--cpukit/score/cpu/c4x/configure.ac2
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog4
-rw-r--r--cpukit/score/cpu/h8300/configure.ac2
-rw-r--r--cpukit/score/cpu/i386/ChangeLog4
-rw-r--r--cpukit/score/cpu/i386/configure.ac2
-rw-r--r--cpukit/score/cpu/i960/ChangeLog4
-rw-r--r--cpukit/score/cpu/i960/configure.ac2
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog4
-rw-r--r--cpukit/score/cpu/m68k/configure.ac2
-rw-r--r--cpukit/score/cpu/mips/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips/configure.ac2
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog4
-rw-r--r--cpukit/score/cpu/no_cpu/configure.ac2
-rw-r--r--cpukit/score/cpu/or32/ChangeLog4
-rw-r--r--cpukit/score/cpu/or32/configure.ac2
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog4
-rw-r--r--cpukit/score/cpu/powerpc/configure.ac2
-rw-r--r--cpukit/score/cpu/sh/ChangeLog4
-rw-r--r--cpukit/score/cpu/sh/configure.ac2
-rw-r--r--cpukit/score/cpu/sparc/ChangeLog4
-rw-r--r--cpukit/score/cpu/sparc/configure.ac2
-rw-r--r--cpukit/score/cpu/unix/ChangeLog4
-rw-r--r--cpukit/score/cpu/unix/configure.ac2
26 files changed, 65 insertions, 13 deletions
diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog
index bb26221634..39182a3857 100644
--- a/cpukit/score/cpu/arm/ChangeLog
+++ b/cpukit/score/cpu/arm/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/arm/configure.ac b/cpukit/score/cpu/arm/configure.ac
index 85a43922ba..870ca9e616 100644
--- a/cpukit/score/cpu/arm/configure.ac
+++ b/cpukit/score/cpu/arm/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-arm],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 50d5e0ce67..b352bea391 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/c4x/configure.ac b/cpukit/score/cpu/c4x/configure.ac
index 3dde1f3c87..480b68e0a5 100644
--- a/cpukit/score/cpu/c4x/configure.ac
+++ b/cpukit/score/cpu/c4x/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-c4x],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index 7fcb62a108..a04a7759d0 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/h8300/configure.ac b/cpukit/score/cpu/h8300/configure.ac
index 052a63e703..c637d966e5 100644
--- a/cpukit/score/cpu/h8300/configure.ac
+++ b/cpukit/score/cpu/h8300/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-h8300],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index a80d111c09..ec2176fb26 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 565/rtems
diff --git a/cpukit/score/cpu/i386/configure.ac b/cpukit/score/cpu/i386/configure.ac
index 408baa775f..1b8af928dd 100644
--- a/cpukit/score/cpu/i386/configure.ac
+++ b/cpukit/score/cpu/i386/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-i386],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/i960/ChangeLog b/cpukit/score/cpu/i960/ChangeLog
index 887eb83af7..c2ac4c280c 100644
--- a/cpukit/score/cpu/i960/ChangeLog
+++ b/cpukit/score/cpu/i960/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/i960/configure.ac b/cpukit/score/cpu/i960/configure.ac
index 6c1023a5c2..fd5bb6c602 100644
--- a/cpukit/score/cpu/i960/configure.ac
+++ b/cpukit/score/cpu/i960/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-i960],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index f2094d1eaa..d2d164afa9 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 561/rtems
diff --git a/cpukit/score/cpu/m68k/configure.ac b/cpukit/score/cpu/m68k/configure.ac
index 6af26149dc..1d4d57fd34 100644
--- a/cpukit/score/cpu/m68k/configure.ac
+++ b/cpukit/score/cpu/m68k/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-m68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index a03d47a008..df578dc0a2 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/mips/configure.ac b/cpukit/score/cpu/mips/configure.ac
index 7fdf4e6506..8fe318c16a 100644
--- a/cpukit/score/cpu/mips/configure.ac
+++ b/cpukit/score/cpu/mips/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-mips],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index 9c2a7d24bc..d533be20a5 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/no_cpu/configure.ac b/cpukit/score/cpu/no_cpu/configure.ac
index 193c70d97e..f624ace054 100644
--- a/cpukit/score/cpu/no_cpu/configure.ac
+++ b/cpukit/score/cpu/no_cpu/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-no_cpu],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.c])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog
index 512d9ea601..e0713995d7 100644
--- a/cpukit/score/cpu/or32/ChangeLog
+++ b/cpukit/score/cpu/or32/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/or32/configure.ac b/cpukit/score/cpu/or32/configure.ac
index a0f383aa3b..0062cb254d 100644
--- a/cpukit/score/cpu/or32/configure.ac
+++ b/cpukit/score/cpu/or32/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-or32],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.c])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index 0fc3353504..e9bf1b2952 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/powerpc/configure.ac b/cpukit/score/cpu/powerpc/configure.ac
index 0d493d11c4..637ffcf262 100644
--- a/cpukit/score/cpu/powerpc/configure.ac
+++ b/cpukit/score/cpu/powerpc/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-powerpc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([asm.h])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog
index 888ba829a1..9079c7da50 100644
--- a/cpukit/score/cpu/sh/ChangeLog
+++ b/cpukit/score/cpu/sh/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/sh/configure.ac b/cpukit/score/cpu/sh/configure.ac
index e724ffa41e..7ff5a10981 100644
--- a/cpukit/score/cpu/sh/configure.ac
+++ b/cpukit/score/cpu/sh/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([asm.h])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog
index f0b277a9c6..82882c1c69 100644
--- a/cpukit/score/cpu/sparc/ChangeLog
+++ b/cpukit/score/cpu/sparc/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-02-26 Andreas Karlsson <andreas.karlsson@space.se>
* cpu_asm.S: Close window while restoring interrupted task state which
diff --git a/cpukit/score/cpu/sparc/configure.ac b/cpukit/score/cpu/sparc/configure.ac
index 9295bde184..69147e6c7f 100644
--- a/cpukit/score/cpu/sparc/configure.ac
+++ b/cpukit/score/cpu/sparc/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-sparc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index b4dc94238b..5bd201514f 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: RTEMS_TOP([../../../..]).
+
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Move RTEMS_TOP one subdir down.
diff --git a/cpukit/score/cpu/unix/configure.ac b/cpukit/score/cpu/unix/configure.ac
index 7c35e9ab0c..547509189d 100644
--- a/cpukit/score/cpu/unix/configure.ac
+++ b/cpukit/score/cpu/unix/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT([rtems-cpukit-score-cpu-unix],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu.c])
-RTEMS_TOP([../../..])
+RTEMS_TOP([../../../..])
RTEMS_CANONICAL_TARGET_CPU