From c2ab3f09a11c42df9aa5783cb426eeb38c87fdb1 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Tue, 5 Dec 2000 17:50:28 +0000 Subject: 2000-12-05 Elena Zannoni * 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. --- gdb/config/sh/tm-sh.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gdb/config/sh') 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 */ }; -- cgit v1.1