summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/armulator/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:35:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:35:55 +0000
commit1668178f0707df5379afd89620829b3768dced57 (patch)
treea6950a0ce5b3d5d13644e27ca082cdf37049de8e /c/src/lib/libbsp/arm/armulator/ChangeLog
parent2000-12-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1668178f0707df5379afd89620829b3768dced57.tar.bz2
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Removed unused variables ramSpace and _end. Added prototype for initialize_monitor_handles(). * startup/syscalls.c: Added casts and removed unused variables to eliminate warnings.
Diffstat (limited to 'c/src/lib/libbsp/arm/armulator/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/armulator/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/armulator/ChangeLog b/c/src/lib/libbsp/arm/armulator/ChangeLog
index 13eb4fe898..cf95891bb6 100644
--- a/c/src/lib/libbsp/arm/armulator/ChangeLog
+++ b/c/src/lib/libbsp/arm/armulator/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-06 Joel Sherrill <joel@OARcorp.com>
+
+ * startup/bspstart.c: Removed unused variables ramSpace and _end.
+ Added prototype for initialize_monitor_handles().
+ * startup/syscalls.c: Added casts and removed unused variables to
+ eliminate warnings.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.