diff options
Diffstat (limited to 'gdb/config/sh/tm-sh.h')
-rw-r--r-- | gdb/config/sh/tm-sh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 5817c0b..34495e7 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -27,6 +27,7 @@ struct gdbarch_tdep { int FPUL_REGNUM; /* sh3e, sh4 */ int FPSCR_REGNUM; /* sh3e, sh4 */ + int SR_REGNUM; /* sh-dsp, sh3, sh3-dsp, sh3e, sh4 */ int DSR_REGNUM; /* sh-dsp, sh3-dsp */ int FP_LAST_REGNUM; /* sh3e, sh4 */ int A0G_REGNUM; /* sh-dsp, sh3-dsp */ @@ -61,8 +62,7 @@ enum GBR_REGNUM = 18, VBR_REGNUM = 19, MACH_REGNUM = 20, - MACL_REGNUM = 21, - SR_REGNUM = 22 + MACL_REGNUM = 21 }; /* Define DO_REGISTERS_INFO() to do machine-specific formatting |