diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/m68k/tm-est.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/m68k/tm-est.h b/gdb/config/m68k/tm-est.h index 4b71aaa..266523b 100644 --- a/gdb/config/m68k/tm-est.h +++ b/gdb/config/m68k/tm-est.h @@ -1,5 +1,5 @@ /* Target machine description for EST-300, for GDB, the GNU debugger. - Copyright 1994 Free Software Foundation, Inc. + Copyright 1994, 1995 Free Software Foundation, Inc. Contributed by Steve Chamberlain @ Cygnus Support. This file is part of GDB. @@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define BELIEVE_PCC_PROMOTION 1 /* We have more complex, useful breakpoints on the target. */ -#define DECR_PC_AFTER_BREAK 0 +#define DECR_PC_AFTER_BREAK 0 #define NUM_REGS 18 |