summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 12:19:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 12:19:27 +0000
commit8730f45f288a0538217e950714a01d21b09a3b0a (patch)
treee781c056383c4087a4b5811d566e2d6a50233a0a /c/src/lib/libcpu
parent2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8730f45f288a0538217e950714a01d21b09a3b0a.tar.bz2
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/.cvsignore6
-rw-r--r--c/src/lib/libcpu/ChangeLog6
-rw-r--r--c/src/lib/libcpu/a29k/.cvsignore6
-rw-r--r--c/src/lib/libcpu/a29k/ChangeLog6
-rw-r--r--c/src/lib/libcpu/hppa1.1/.cvsignore6
-rw-r--r--c/src/lib/libcpu/hppa1.1/ChangeLog6
-rw-r--r--c/src/lib/libcpu/i386/.cvsignore6
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog6
-rw-r--r--c/src/lib/libcpu/i960/.cvsignore6
-rw-r--r--c/src/lib/libcpu/i960/ChangeLog6
-rw-r--r--c/src/lib/libcpu/m68k/.cvsignore6
-rw-r--r--c/src/lib/libcpu/m68k/ChangeLog6
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/.cvsignore6
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/ChangeLog6
-rw-r--r--c/src/lib/libcpu/mips/.cvsignore6
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog6
-rw-r--r--c/src/lib/libcpu/mips64orion/.cvsignore6
-rw-r--r--c/src/lib/libcpu/mips64orion/ChangeLog6
-rw-r--r--c/src/lib/libcpu/powerpc/.cvsignore6
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog6
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog6
-rw-r--r--c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog6
-rw-r--r--c/src/lib/libcpu/sh/.cvsignore6
-rw-r--r--c/src/lib/libcpu/sh/ChangeLog6
-rw-r--r--c/src/lib/libcpu/sh/sh7032/.cvsignore6
-rw-r--r--c/src/lib/libcpu/sh/sh7032/ChangeLog6
-rw-r--r--c/src/lib/libcpu/sh/sh7045/.cvsignore6
-rw-r--r--c/src/lib/libcpu/sh/sh7045/ChangeLog6
-rw-r--r--c/src/lib/libcpu/sh/sh7750/.cvsignore6
-rw-r--r--c/src/lib/libcpu/sh/sh7750/ChangeLog6
-rw-r--r--c/src/lib/libcpu/sparc/.cvsignore6
-rw-r--r--c/src/lib/libcpu/sparc/ChangeLog6
32 files changed, 147 insertions, 45 deletions
diff --git a/c/src/lib/libcpu/.cvsignore b/c/src/lib/libcpu/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/.cvsignore
+++ b/c/src/lib/libcpu/.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/c/src/lib/libcpu/ChangeLog b/c/src/lib/libcpu/ChangeLog
index 5dca7a3c84..ea22b5b179 100644
--- a/c/src/lib/libcpu/ChangeLog
+++ b/c/src/lib/libcpu/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libcpu/a29k/.cvsignore b/c/src/lib/libcpu/a29k/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/a29k/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/a29k/ChangeLog b/c/src/lib/libcpu/a29k/ChangeLog
index 3dec304920..06add4657a 100644
--- a/c/src/lib/libcpu/a29k/ChangeLog
+++ b/c/src/lib/libcpu/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-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/hppa1.1/.cvsignore b/c/src/lib/libcpu/hppa1.1/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/hppa1.1/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/hppa1.1/ChangeLog b/c/src/lib/libcpu/hppa1.1/ChangeLog
index 45d3632b4a..efe7136e74 100644
--- a/c/src/lib/libcpu/hppa1.1/ChangeLog
+++ b/c/src/lib/libcpu/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-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/i386/.cvsignore b/c/src/lib/libcpu/i386/.cvsignore
index 536e50a6eb..1f0227090f 100644
--- a/c/src/lib/libcpu/i386/.cvsignore
+++ b/c/src/lib/libcpu/i386/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
cache.h
config.cache
config.guess
@@ -11,5 +9,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index 2783715cd3..a0879f4e6c 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/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-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/i960/.cvsignore b/c/src/lib/libcpu/i960/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/i960/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/i960/ChangeLog b/c/src/lib/libcpu/i960/ChangeLog
index b17a36e7a5..aeeedd912c 100644
--- a/c/src/lib/libcpu/i960/ChangeLog
+++ b/c/src/lib/libcpu/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-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* i960ca/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/m68k/.cvsignore b/c/src/lib/libcpu/m68k/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/m68k/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/m68k/ChangeLog b/c/src/lib/libcpu/m68k/ChangeLog
index c5f384fdf2..d86ffb24b4 100644
--- a/c/src/lib/libcpu/m68k/ChangeLog
+++ b/c/src/lib/libcpu/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-21 Joel Sherrill <joel@OARcorp.com>
* configure.ac, shared/misc/Makefile.am: PR217 required that the
diff --git a/c/src/lib/libcpu/m68k/mcf5206/.cvsignore b/c/src/lib/libcpu/m68k/mcf5206/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/.cvsignore
+++ b/c/src/lib/libcpu/m68k/mcf5206/.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/c/src/lib/libcpu/m68k/mcf5206/ChangeLog b/c/src/lib/libcpu/m68k/mcf5206/ChangeLog
index 172d8a752b..420b99cd55 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/ChangeLog
+++ b/c/src/lib/libcpu/m68k/mcf5206/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libcpu/mips/.cvsignore b/c/src/lib/libcpu/mips/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/mips/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog
index 6ddcf37c0c..5836e793af 100644
--- a/c/src/lib/libcpu/mips/ChangeLog
+++ b/c/src/lib/libcpu/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-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
diff --git a/c/src/lib/libcpu/mips64orion/.cvsignore b/c/src/lib/libcpu/mips64orion/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/mips64orion/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/mips64orion/ChangeLog b/c/src/lib/libcpu/mips64orion/ChangeLog
index 93514d749c..998bd897ae 100644
--- a/c/src/lib/libcpu/mips64orion/ChangeLog
+++ b/c/src/lib/libcpu/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-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/powerpc/.cvsignore b/c/src/lib/libcpu/powerpc/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/powerpc/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index afb5605dc2..6b3c2bf9a4 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/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-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate mpc6xx/timer/Makefile from CONFIG_FILES.
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog b/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
index a487951255..3cd28ea5af 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog b/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
index 87ca45792e..5423286ab4 100644
--- a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/old-exceptions/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 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Include declaration of variable i in ifdef USE_SPRG to
diff --git a/c/src/lib/libcpu/sh/.cvsignore b/c/src/lib/libcpu/sh/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/sh/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/sh/ChangeLog b/c/src/lib/libcpu/sh/ChangeLog
index 011d2a485f..44c8612c6e 100644
--- a/c/src/lib/libcpu/sh/ChangeLog
+++ b/c/src/lib/libcpu/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-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libcpu/sh/sh7032/.cvsignore b/c/src/lib/libcpu/sh/sh7032/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/sh/sh7032/.cvsignore
+++ b/c/src/lib/libcpu/sh/sh7032/.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/c/src/lib/libcpu/sh/sh7032/ChangeLog b/c/src/lib/libcpu/sh/sh7032/ChangeLog
index d9d21a2158..dd69456322 100644
--- a/c/src/lib/libcpu/sh/sh7032/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7032/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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/sh/sh7045/.cvsignore b/c/src/lib/libcpu/sh/sh7045/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/sh/sh7045/.cvsignore
+++ b/c/src/lib/libcpu/sh/sh7045/.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/c/src/lib/libcpu/sh/sh7045/ChangeLog b/c/src/lib/libcpu/sh/sh7045/ChangeLog
index 5f216755c9..26776563bc 100644
--- a/c/src/lib/libcpu/sh/sh7045/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7045/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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/sh/sh7750/.cvsignore b/c/src/lib/libcpu/sh/sh7750/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/sh/sh7750/.cvsignore
+++ b/c/src/lib/libcpu/sh/sh7750/.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/c/src/lib/libcpu/sh/sh7750/ChangeLog b/c/src/lib/libcpu/sh/sh7750/ChangeLog
index c01f24243f..354b0193ea 100644
--- a/c/src/lib/libcpu/sh/sh7750/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7750/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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/sparc/.cvsignore b/c/src/lib/libcpu/sparc/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/c/src/lib/libcpu/sparc/.cvsignore
+++ b/c/src/lib/libcpu/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/c/src/lib/libcpu/sparc/ChangeLog b/c/src/lib/libcpu/sparc/ChangeLog
index 2cf9291fd5..9df212aeab 100644
--- a/c/src/lib/libcpu/sparc/ChangeLog
+++ b/c/src/lib/libcpu/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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cache/Makefile.am: Use .$(OBJEXT) instead of .o.