diff options
Diffstat (limited to 'gdb/config/m68k/tm-vx68.h')
-rw-r--r-- | gdb/config/m68k/tm-vx68.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/m68k/tm-vx68.h b/gdb/config/m68k/tm-vx68.h index 8ce67a1..07b8027 100644 --- a/gdb/config/m68k/tm-vx68.h +++ b/gdb/config/m68k/tm-vx68.h @@ -1,4 +1,4 @@ -/* Target machine description for VxWorks 68k's, for GDB, the GNU debugger. +/* Target machine description for VxWorks m68k's, for GDB, the GNU debugger. Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. Contributed by Cygnus Support. @@ -27,7 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* We have more complex, useful breakpoints on the target. */ #define DECR_PC_AFTER_BREAK 0 -#include "m68k/tm-68k.h" +#include "m68k/tm-m68k.h" /* We are guaranteed to have a zero frame pointer at bottom of stack, too. */ #undef FRAME_CHAIN |