diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-12-05 17:50:28 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-12-05 17:50:28 +0000 |
commit | c2ab3f09a11c42df9aa5783cb426eeb38c87fdb1 (patch) | |
tree | a618bb9ae3bf7d070fc66588f71d9b4a531e41a0 /gdb/config/sh | |
parent | e49a569c10c744e822a610735928f1e975ecade7 (diff) | |
download | gdb-c2ab3f09a11c42df9aa5783cb426eeb38c87fdb1.zip gdb-c2ab3f09a11c42df9aa5783cb426eeb38c87fdb1.tar.gz 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/sh')
-rw-r--r-- | gdb/config/sh/tm-sh.h | 8 |
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 */ }; |