aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2000-12-05 17:50:28 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2000-12-05 17:50:28 +0000
commitc2ab3f09a11c42df9aa5783cb426eeb38c87fdb1 (patch)
treea618bb9ae3bf7d070fc66588f71d9b4a531e41a0 /gdb/config
parente49a569c10c744e822a610735928f1e975ecade7 (diff)
downloadfsf-binutils-gdb-c2ab3f09a11c42df9aa5783cb426eeb38c87fdb1.zip
fsf-binutils-gdb-c2ab3f09a11c42df9aa5783cb426eeb38c87fdb1.tar.gz
fsf-binutils-gdb-c2ab3f09a11c42df9aa5783cb426eeb38c87fdb1.tar.bz2
2000-12-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* config/sh/tm-sh.h (struct gdbarch_tdep): Get rid of DR{2,4,6,8,10,12}_REGNUM, FV{4,8}_REGNUM, they are not used anywhere. * sh-tdep.c (sh_gdbarch_init): Don't initialize DR{2,4,6,8,10,12}_REGNUM, FV{4,8}_REGNUM.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/sh/tm-sh.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h
index 16e0619..af7a928 100644
--- a/gdb/config/sh/tm-sh.h
+++ b/gdb/config/sh/tm-sh.h
@@ -45,16 +45,8 @@ struct gdbarch_tdep
int RS_REGNUM; /* sh-dsp, sh3-dsp */
int RE_REGNUM; /* sh-dsp, sh3-dsp */
int DR0_REGNUM; /* sh4 */
- int DR2_REGNUM; /* sh4 */
- int DR4_REGNUM; /* sh4 */
- int DR6_REGNUM; /* sh4 */
- int DR8_REGNUM; /* sh4 */
- int DR10_REGNUM; /* sh4 */
- int DR12_REGNUM; /* sh4 */
int DR14_REGNUM; /* sh4 */
int FV0_REGNUM; /* sh4 */
- int FV4_REGNUM; /* sh4 */
- int FV8_REGNUM; /* sh4 */
int FV12_REGNUM; /* sh4 */
};