From 1e6479d4d794f6f93e2c6801f9ee1163433f46d6 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Fri, 6 Jun 1997 21:47:12 +0000 Subject: Modified Files: ChangeLog sh-tdep.c config/sh/tm-sh.h * config/sh/tm-sh.h: add define for FPSCR_REGNUM * sh-tdep.c (sh_show_regs): print out all registers for the current processor --- gdb/config/sh/tm-sh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/config') diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 0fe3b5e..0a3c083 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -149,6 +149,7 @@ extern CORE_ADDR sh_skip_prologue (); #define MACL_REGNUM 21 #define SR_REGNUM 22 #define FPUL_REGNUM 23 +#define FPSCR_REGNUM 24 #define FP0_REGNUM 25 #define FP15_REGNUM 40 #define SSR_REGNUM 41 -- cgit v1.1