From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7374 invoked by alias); 2 Dec 2002 06:16:49 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7364 invoked from network); 2 Dec 2002 06:16:47 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 2 Dec 2002 06:16:47 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA29646; Mon, 2 Dec 2002 08:16:18 +0200 (IST) Date: Sun, 01 Dec 2002 22:16:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Daniel Jacobowitz cc: James Sampson , Andrew Cagney , GDB Archive Subject: Re: Porting GDB - Where to start? In-Reply-To: <20021201211835.GA12876@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-12/txt/msg00008.txt.bz2 On Sun, 1 Dec 2002, Daniel Jacobowitz wrote: > > In CCS you have the option to use COFF or DWARF. I was planning on using COFF, > > because I have noticed some C54x COFF file thingies in the BFD, which could be > > usable :-D. Do you know if they are?. > > If those are the two switches that's pretty bizarre. COFF is a file > format, DWARF a debug info format. Not 100% accurate, AFAIK: there's also COFF debug info format. > You probably want DWARF (DWARF-2) which implies ELF format files. DWARF-2 is also supported with COFF binary format. DJGPP uses that combination.