summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-23 14:37:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-23 14:37:08 +0000
commit9f0356568ce28976d57c3b8e6120835093992491 (patch)
tree90442785194709378f66c1d22aff4b3c5581ac4b /c/src/lib/libbsp/shared/ChangeLog
parentCleanup ChangeLog. (diff)
downloadrtems-9f0356568ce28976d57c3b8e6120835093992491.tar.bz2
2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: Merge-in gdbstub/ChangeLog. * gdbstub/ChangeLog: Remove.
Diffstat (limited to 'c/src/lib/libbsp/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index a182fba253..fe4302db4a 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * ChangeLog: Merge-in gdbstub/ChangeLog.
+ * gdbstub/ChangeLog: Remove.
+
2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>
PR 501/rtems_misc
@@ -51,11 +56,21 @@
* ide_ctrl.c: New file.
+2002-07-01 Joel Sherrill <joel@OARcorp.com>
+
+ * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
+ now that it is a two dimensional array based upon API and class.
+
2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
the shared gdb stub glue necessitating a move up.
* Makefile.am: Reflect new gdbstub directory.
+ * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
+ the shared gdb stub glue necessitating a move up.
+ * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
+ * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
+ m68k/shared/gdbstub.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>