* sim-sh.h: Add new sh2a banked registers.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Sep 2004 09:03:42 +0000 (09:03 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Sep 2004 09:03:42 +0000 (09:03 +0000)
include/gdb/ChangeLog
include/gdb/sim-sh.h

index 41fc44be43c33740e00f782b732c46f7eebad15f..06c02af58adf18e9e5b773d24bcfc3775582b620 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-08  Michael Snyder  <msnyder@redhat.com>
+
+       Commited by Corinna Vinschen <vinschen@redhat.com>
+       * sim-sh.h: Add new sh2a banked registers.
+
 2004-08-04  Andrew Cagney  <cagney@gnu.org>
 
        * sim-ppc.h: Add extern "C" wrapper.
index ec0d6276b4b038f82d688e942ec4e61b875318cc..a40eff6311c748c9e95a59e598b526deb5744490 100644 (file)
@@ -1,5 +1,5 @@
 /* This file defines the interface between the sh simulator and gdb.
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -129,8 +129,17 @@ enum
   SIM_SH_R4_BANK_REGNUM,
   SIM_SH_R5_BANK_REGNUM,
   SIM_SH_R6_BANK_REGNUM,
-  SIM_SH_R7_BANK_REGNUM
-  /* 100..127: room for expansion.  */
+  SIM_SH_R7_BANK_REGNUM,
+  /* 109..127: room for expansion.  */
+  SIM_SH_TBR_REGNUM,
+  SIM_SH_IBNR_REGNUM,
+  SIM_SH_IBCR_REGNUM,
+  SIM_SH_BANK_REGNUM,
+  SIM_SH_BANK_MACL_REGNUM,
+  SIM_SH_BANK_GBR_REGNUM,
+  SIM_SH_BANK_PR_REGNUM,
+  SIM_SH_BANK_IVN_REGNUM,
+  SIM_SH_BANK_MACH_REGNUM
 };
 
 enum
This page took 0.024694 seconds and 4 git commands to generate.