From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17130 invoked by alias); 23 May 2005 05:54:34 -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 17119 invoked by uid 22791); 23 May 2005 05:54:30 -0000 Received: from cpe-138-130-119-96.nsw.bigpond.net.au (HELO takamaka.act-europe.fr) (138.130.119.96) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 23 May 2005 05:54:30 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 843AE47956; Mon, 23 May 2005 15:54:27 +1000 (EST) Date: Mon, 23 May 2005 05:54:00 -0000 From: Joel Brobecker To: Ivan Popivanov Cc: Wu Zhou , gdb@sources.redhat.com Subject: Re: AIX support Message-ID: <20050523055427.GT12565@adacore.com> References: <428FA3E2.2050607@gmx.net> <20050523000021.GN12565@adacore.com> <42916B36.8070108@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42916B36.8070108@gmx.net> User-Agent: Mutt/1.4i X-SW-Source: 2005-05/txt/msg00280.txt.bz2 > Aren't the executable file formats different on AIX and Linux? Does GDB > support both? Yes, the executable formats are different. One is COFF based, and the other is ELF. GDB supports both. (I assume by linux you mean ppc-linux) -- Joel