From: Jim Kingdon Date: Wed, 30 Mar 1994 16:25:08 +0000 (+0000) Subject: * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2216bfd1b134dafd3f61aa11cc7fff7c4d12a2a;p=binutils-gdb.git * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f0317809702..c897573bc2d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 30 08:24:18 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h. + Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * blockframe.c (find_pc_partial_function): mst_file_text diff --git a/gdb/config/m68k/tm-dpx2.h b/gdb/config/m68k/tm-dpx2.h index 694e05488c8..cff906ae009 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 -#include "m68k/tm-68k.h" +#include "m68k/tm-m68k.h"