From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: Eli Zaretskii Cc: ezannoni@cygnus.com, gdb@sources.redhat.com, ac131313@cygnus.com Subject: Re: DOS/Windows-specific code: sh-tdep.c and sh3-rom.c Date: Tue, 08 May 2001 11:40:00 -0000 Message-id: <15096.15766.201158.501284@kwikemart.cygnus.com> References: <20010503211502.21716.qmail@web6401.mail.yahoo.com> <3AF1DAA0.3060702@cygnus.com> <200105071609.TAA24129@is.elta.co.il> <200105081154.OAA06321@is.elta.co.il> <15096.1886.347283.421684@kwikemart.cygnus.com> <9791-Tue08May2001211809+0300-eliz@is.elta.co.il> X-SW-Source: 2001-05/msg00146.html Eli Zaretskii writes: > > From: Elena Zannoni > > Date: Tue, 8 May 2001 10:49:02 -0400 > > > > Eli Zaretskii writes: > > > > > > * sh-tdep.c: > > > > > > #if 0 > > > #ifdef _WIN32_WCE > > > char **sh_register_names = sh3_reg_names; > > > #else > > > char **sh_register_names = sh_generic_reg_names; > > > #endif > > > #endif > > > > > > It seems we could simply remove this, since it's disabled anyway. > > > > > > > Ah, yes. Chris wrote that, and I disabled it when I multiarched the > > sh. Maybe it can be done now in a different way. > > Do I understand correctly that this can be removed? > Don't know. I see it comes from config/mips/wince.mt, config/arm/wince.mt, and config/sh/wince.mt The arm and mips definitions seem superfluous, because its only use is in sh-tdep.c, so I would eliminate those, it should have no effect. Am not sure if the sh wince target (or any of the wince targets) is still alive. Elena