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.
	* gdbstub: New directory.
	* Makefile.am: Modified to reflect above.
This commit is contained in:
Joel Sherrill
2002-06-27 21:09:31 +00:00
parent a8d953f1ae
commit f3eff09796
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
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.
* gdbstub: New directory.
* Makefile.am: Modified to reflect above.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_OPTIONS.

View File

@@ -3,6 +3,9 @@
##
SUBDIRS = gdbstub
EXTRA_DIST = m68kpretaskinghook.c setvec.c start.S
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am