aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-30 16:25:08 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-30 16:25:08 +0000
commitc2216bfd1b134dafd3f61aa11cc7fff7c4d12a2a (patch)
treece5460668331c366701a6b6b97601ff32ed91b7d /gdb/config/m68k
parent9e837b37a44d2a0e836a68a00104b63b402fbf36 (diff)
downloadgdb-c2216bfd1b134dafd3f61aa11cc7fff7c4d12a2a.zip
gdb-c2216bfd1b134dafd3f61aa11cc7fff7c4d12a2a.tar.gz
gdb-c2216bfd1b134dafd3f61aa11cc7fff7c4d12a2a.tar.bz2
* config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r--gdb/config/m68k/tm-dpx2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/tm-dpx2.h b/gdb/config/m68k/tm-dpx2.h
index 694e054..cff906a 100644
--- a/gdb/config/m68k/tm-dpx2.h
+++ b/gdb/config/m68k/tm-dpx2.h
@@ -27,4 +27,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define FUNCTION_EPILOGUE_SIZE 4
#include <sys/types.h>
-#include "m68k/tm-68k.h"
+#include "m68k/tm-m68k.h"