diff options
author | Stu Grossman <grossman@cygnus> | 1995-06-14 20:31:58 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-06-14 20:31:58 +0000 |
commit | 73033da70461b107f7d53aea94a85c4803155d42 (patch) | |
tree | f7c38d73cd2d73571d33e120d39aa4cfc3f5277f /gdb/config | |
parent | 765e60a947ca5f615e6c1e7307e7cce2b8d0d695 (diff) | |
download | gdb-73033da70461b107f7d53aea94a85c4803155d42.zip gdb-73033da70461b107f7d53aea94a85c4803155d42.tar.gz gdb-73033da70461b107f7d53aea94a85c4803155d42.tar.bz2 |
Copyright update in tm-est.h, and minor formatting cleanup.
Add remote-est.o to TDEPFILES in monitor.mt.
Diffstat (limited to 'gdb/config')
-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 |