From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 7 Jan 2001 14:37:40 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Backslashes in debug info Message-ID: <3A587F34.6499.C01999@localhost> In-reply-to: <8011-Sun07Jan2001203800+0200-eliz@is.elta.co.il> References: <3A586855 DOT 22721 DOT 66BDCF AT localhost> (snowball3 AT bigfoot DOT com) 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 > I guess I'm confused by the name "BFD assembler". From your > description, it sounds like it's simply an improved assembler, but > instead of developing the old code, it was rewritten from scratch, > more or less? Is that right? From what I've read in the logs, gas/doc/internals.texi, etc. there was the original a.out assembler which was then improved to become the non-bfd assembler. The bfd version came along and then eventually there was some sort of merger (for example gas/config/obj-coffbfd.c was merged with gas/config/obj-coff.c using BFD_ASSEMBLER to separate the equivalent code). Mark