diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-19 20:02:54 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-19 20:02:54 +0000 |
commit | d34979a72deae0f720ce1bedef34e7899937da97 (patch) | |
tree | 083ff13351321abfa96e6667f01a0d3c981f66f7 /gdb/config | |
parent | d0bff94e4213f4ec803c0e573f8a9da81fc0751e (diff) | |
download | gdb-d34979a72deae0f720ce1bedef34e7899937da97.zip gdb-d34979a72deae0f720ce1bedef34e7899937da97.tar.gz gdb-d34979a72deae0f720ce1bedef34e7899937da97.tar.bz2 |
* config/m68k/{cisco.mt,tm-cisco.h}: New files.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68k/tm-cisco.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/m68k/tm-cisco.h b/gdb/config/m68k/tm-cisco.h index 33ee54a..bcf6f9b 100644 --- a/gdb/config/m68k/tm-cisco.h +++ b/gdb/config/m68k/tm-cisco.h @@ -47,3 +47,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ This routine returns true on success */ #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) + +/* BFD handles finding the registers in the core file, so they are at + the start of the BFD .reg section. */ +#define REGISTER_U_ADDR(addr,blockend,regno) 0 +#define KERNEL_U_ADDR 0 |