From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 7 Jan 2001 12:02:34 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: Backslashes in debug info Message-ID: <3A585ADA.250.321507@localhost> In-reply-to: References: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > As you can see, truncation happens only with coff, and only with > the one from bnu210. So it's definitely an as problem; my guess > is that my as is/isn't a BFD assembler and bnu210's isn't/is. Yours isn't BFD while the one in bnu210 is. It turns out that the BFD version of as requires a #define to store long filenames (> 14 chars) while the non- BFD version supports it without need of a #define. Mark