From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: gdb@sources.redhat.com Subject: Re: DOS/Windows-specific code: exec.c and symfile.c Date: Tue, 08 May 2001 17:58:00 -0000 Message-id: <3AF8962C.6010809@cygnus.com> References: <20010503211502.21716.qmail@web6401.mail.yahoo.com> <3AF1DAA0.3060702@cygnus.com> <200105071609.TAA24129@is.elta.co.il> <200105081143.OAA06186@is.elta.co.il> X-SW-Source: 2001-05/msg00161.html > This snippet wants to find `foo.exe' when `foo' is being specified. > Should we add a #define for executable extensions (defaulting to an > empty string on Unix)? Hmm, the makefile already knows about EXEEXT. Andrew