From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32061 invoked by alias); 29 May 2002 01:05:47 -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 32025 invoked from network); 29 May 2002 01:05:44 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 29 May 2002 01:05:44 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 71A5D3CE5; Tue, 28 May 2002 18:26:29 -0400 (EDT) Message-ID: <3CF40415.90605@cygnus.com> Date: Tue, 28 May 2002 18:05:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc2) Gecko/20020518 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb@sources.redhat.com Subject: Re: Towards truly multi-arching the i386 References: <200205122204.g4CM4HU27541@elgar.kettenis.dyndns.org> <3CDF328E.5000100@cygnus.com> <200205260140.g4Q1eIc01015@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00311.txt.bz2 > > Mark > > > > Supported targets > > ----------------- > > > > i386-*-aout* > > i386-*-coff* > > i386-*-elf* > These three should be identical. > > Not quite. i386-*-elf* uses a register numbering scheme for stabs > (stabs-in-ELF to be precise) that differs from traditional stabs used > for a.out and COFF. Ah! So BFD could be built differently but GDB would be identical - like the sh*-* target. M'kay, Andrew