summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/a29k/.cvsignore6
-rw-r--r--cpukit/score/cpu/a29k/ChangeLog6
-rw-r--r--cpukit/score/cpu/arm/.cvsignore6
-rw-r--r--cpukit/score/cpu/arm/ChangeLog6
-rw-r--r--cpukit/score/cpu/c4x/.cvsignore6
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog6
-rw-r--r--cpukit/score/cpu/h8300/.cvsignore6
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog6
-rw-r--r--cpukit/score/cpu/hppa1.1/.cvsignore6
-rw-r--r--cpukit/score/cpu/hppa1.1/ChangeLog6
-rw-r--r--cpukit/score/cpu/i386/.cvsignore6
-rw-r--r--cpukit/score/cpu/i386/ChangeLog6
-rw-r--r--cpukit/score/cpu/i960/.cvsignore6
-rw-r--r--cpukit/score/cpu/i960/ChangeLog6
-rw-r--r--cpukit/score/cpu/m68k/.cvsignore6
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog6
-rw-r--r--cpukit/score/cpu/mips/.cvsignore6
-rw-r--r--cpukit/score/cpu/mips/ChangeLog6
-rw-r--r--cpukit/score/cpu/mips64orion/.cvsignore6
-rw-r--r--cpukit/score/cpu/mips64orion/ChangeLog6
-rw-r--r--cpukit/score/cpu/no_cpu/.cvsignore6
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog6
-rw-r--r--cpukit/score/cpu/or32/.cvsignore6
-rw-r--r--cpukit/score/cpu/or32/ChangeLog6
-rw-r--r--cpukit/score/cpu/powerpc/.cvsignore6
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog6
-rw-r--r--cpukit/score/cpu/sh/.cvsignore6
-rw-r--r--cpukit/score/cpu/sh/ChangeLog6
-rw-r--r--cpukit/score/cpu/sparc/.cvsignore6
-rw-r--r--cpukit/score/cpu/sparc/ChangeLog6
-rw-r--r--cpukit/score/cpu/unix/.cvsignore6
-rw-r--r--cpukit/score/cpu/unix/ChangeLog6
32 files changed, 144 insertions, 48 deletions
diff --git a/cpukit/score/cpu/a29k/.cvsignore b/cpukit/score/cpu/a29k/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/a29k/.cvsignore
+++ b/cpukit/score/cpu/a29k/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/a29k/ChangeLog b/cpukit/score/cpu/a29k/ChangeLog
index 044d096116..a0e18f3271 100644
--- a/cpukit/score/cpu/a29k/ChangeLog
+++ b/cpukit/score/cpu/a29k/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/arm/.cvsignore b/cpukit/score/cpu/arm/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/arm/.cvsignore
+++ b/cpukit/score/cpu/arm/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog
index 19a4b591c8..bbf3b07b07 100644
--- a/cpukit/score/cpu/arm/ChangeLog
+++ b/cpukit/score/cpu/arm/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>
* rtems/score/cpu.h: Fix u16 and u32 swap routines.
diff --git a/cpukit/score/cpu/c4x/.cvsignore b/cpukit/score/cpu/c4x/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/c4x/.cvsignore
+++ b/cpukit/score/cpu/c4x/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 72f0edaae8..4fcc41d22d 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/h8300/.cvsignore b/cpukit/score/cpu/h8300/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/h8300/.cvsignore
+++ b/cpukit/score/cpu/h8300/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index 1c236df0f8..344fbd576b 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/hppa1.1/.cvsignore b/cpukit/score/cpu/hppa1.1/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/hppa1.1/.cvsignore
+++ b/cpukit/score/cpu/hppa1.1/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/hppa1.1/ChangeLog b/cpukit/score/cpu/hppa1.1/ChangeLog
index 54a785647d..ca56c2971b 100644
--- a/cpukit/score/cpu/hppa1.1/ChangeLog
+++ b/cpukit/score/cpu/hppa1.1/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/i386/.cvsignore b/cpukit/score/cpu/i386/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/i386/.cvsignore
+++ b/cpukit/score/cpu/i386/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index 96d3c6fc05..cc236e03ba 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/i960/.cvsignore b/cpukit/score/cpu/i960/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/i960/.cvsignore
+++ b/cpukit/score/cpu/i960/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/i960/ChangeLog b/cpukit/score/cpu/i960/ChangeLog
index 7bfa9cf61c..9d817de38c 100644
--- a/cpukit/score/cpu/i960/ChangeLog
+++ b/cpukit/score/cpu/i960/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/m68k/.cvsignore b/cpukit/score/cpu/m68k/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/m68k/.cvsignore
+++ b/cpukit/score/cpu/m68k/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index 43fbbd20f1..3d1b446df7 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-08-26 Eric Norum <eric.norum@usask.ca>
* cpu_asm.S: More PR267 tinkering which eliminates some conditional
diff --git a/cpukit/score/cpu/mips/.cvsignore b/cpukit/score/cpu/mips/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/mips/.cvsignore
+++ b/cpukit/score/cpu/mips/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index 0c0cabe843..0369d76eef 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-08-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
* cpu_asm.S: Clarified some comments, removed code that forced
diff --git a/cpukit/score/cpu/mips64orion/.cvsignore b/cpukit/score/cpu/mips64orion/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/mips64orion/.cvsignore
+++ b/cpukit/score/cpu/mips64orion/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/mips64orion/ChangeLog b/cpukit/score/cpu/mips64orion/ChangeLog
index 296743fb2e..ca60ffa247 100644
--- a/cpukit/score/cpu/mips64orion/ChangeLog
+++ b/cpukit/score/cpu/mips64orion/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/no_cpu/.cvsignore b/cpukit/score/cpu/no_cpu/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/no_cpu/.cvsignore
+++ b/cpukit/score/cpu/no_cpu/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index aefefbb5ec..9e96a89b59 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/or32/.cvsignore b/cpukit/score/cpu/or32/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/or32/.cvsignore
+++ b/cpukit/score/cpu/or32/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog
index 6820b64bca..1d60349cb5 100644
--- a/cpukit/score/cpu/or32/ChangeLog
+++ b/cpukit/score/cpu/or32/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-09-14 Ivan Guzvinec <ivang@opencores.org>
* rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
diff --git a/cpukit/score/cpu/powerpc/.cvsignore b/cpukit/score/cpu/powerpc/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/powerpc/.cvsignore
+++ b/cpukit/score/cpu/powerpc/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index 720f81026f..fd0b10f98d 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/sh/.cvsignore b/cpukit/score/cpu/sh/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/sh/.cvsignore
+++ b/cpukit/score/cpu/sh/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog
index b906d75aad..baa2234331 100644
--- a/cpukit/score/cpu/sh/ChangeLog
+++ b/cpukit/score/cpu/sh/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
diff --git a/cpukit/score/cpu/sparc/.cvsignore b/cpukit/score/cpu/sparc/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/cpukit/score/cpu/sparc/.cvsignore
+++ b/cpukit/score/cpu/sparc/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog
index 38c108567c..8e7bcb03cd 100644
--- a/cpukit/score/cpu/sparc/ChangeLog
+++ b/cpukit/score/cpu/sparc/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu.c: Move pointer into #ifdef to avoid compiler warning.
diff --git a/cpukit/score/cpu/unix/.cvsignore b/cpukit/score/cpu/unix/.cvsignore
index 62edb16be0..3c31f5894d 100644
--- a/cpukit/score/cpu/unix/.cvsignore
+++ b/cpukit/score/cpu/unix/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,6 +8,8 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
stamp-h.in
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index 637a3970e5..a41fbec0f8 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.