From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Eli Zaretskii , gdb@sources.redhat.com Subject: Re: DOS/Windows-specific code: sh-tdep.c and sh3-rom.c Date: Tue, 08 May 2001 23:55:00 -0000 Message-id: <1010509065524.ZM22274@ocotillo.lan> References: <20010503211502.21716.qmail@web6401.mail.yahoo.com> <3AF1DAA0.3060702@cygnus.com> <200105071609.TAA24129@is.elta.co.il> <200105081154.OAA06321@is.elta.co.il> X-SW-Source: 2001-05/msg00169.html On May 8, 2:54pm, Eli Zaretskii wrote: > * sh3-rom.c:_initialize_sh3_rom() > > #ifdef _WINDOWS > /* On windows we can talk through the parallel port too. */ > "Debug on a Hitachi eval board running the SH-3 rom monitor.\n" > "Specify the serial device it is connected to (e.g. com2).\n" > "If you want to use the parallel port to download to it, specify that\n" > "as the second argument. (e.g. lpt1)"; > #else > "Debug on a Hitachi eval board running the SH-3 rom monitor.\n\ > Specify the serial device it is connected to (e.g. /dev/ttya)."; > #endif > > It should be good enough to have a single string here which would tell > that parallel port is only available on Windows. Perhaps, but it seems to me that the examples provided in the different help texts are actually useful. I'm not sure what to suggest in order to remove the _WINDOWS ifdef from this one. Kevin