From d34979a72deae0f720ce1bedef34e7899937da97 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 19 Mar 1994 20:02:54 +0000 Subject: [PATCH] * config/m68k/{cisco.mt,tm-cisco.h}: New files. --- gdb/config/m68k/tm-cisco.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4