summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:23:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:23:15 +0000
commit7990ddd2061bf88d7f493ab99b2421b7a31ed9fa (patch)
tree05233c6a1579622ed83ea88cbffaf837cd97d0af
parent2002-06-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7990ddd2061bf88d7f493ab99b2421b7a31ed9fa.tar.bz2
2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to the shared gdb stub glue thus adding a directory at the top shared level. * shared/gdbstub: New directory. * configure.ac: Modified to reflect above.
-rw-r--r--c/src/lib/libbsp/ChangeLog8
-rw-r--r--c/src/lib/libbsp/configure.ac1
2 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog
index 9333e7a1d3..a6130593d1 100644
--- a/c/src/lib/libbsp/ChangeLog
+++ b/c/src/lib/libbsp/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-25 Joel Sherrill <joel@OARcorp.com>
+
+ * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
+ support to the shared gdb stub glue thus adding a directory at the
+ top shared level.
+ * shared/gdbstub: New directory.
+ * configure.ac: Modified to reflect above.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libbsp/configure.ac b/c/src/lib/libbsp/configure.ac
index cc343f5ebf..16009654ce 100644
--- a/c/src/lib/libbsp/configure.ac
+++ b/c/src/lib/libbsp/configure.ac
@@ -42,6 +42,7 @@ RTEMS_PROJECT_ROOT
AC_CONFIG_FILES([Makefile
shmdr/Makefile
shared/Makefile
+shared/gdbstub/Makefile
shared/include/Makefile
include/Makefile
include/rtems/Makefile