From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25267 invoked by alias); 19 Apr 2004 05:59:14 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25249 invoked from network); 19 Apr 2004 05:59:13 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 19 Apr 2004 05:59:13 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1BFRnb-0007qt-Mg; Mon, 19 Apr 2004 01:58:32 -0400 Date: Mon, 19 Apr 2004 05:59:00 -0000 Message-Id: From: Eli Zaretskii To: Brian Ford CC: gdb-patches@sources.redhat.com In-reply-to: (message from Brian Ford on Sun, 18 Apr 2004 21:06:37 -0500 (CDT)) Subject: Re: ix86 PE/COFF DWARF register numbering (was Re: [PATCH] i386_stab_reg_to_regnum (4 <-> 5, ebp <-> esp)) Reply-to: Eli Zaretskii References: <8011-Fri02Apr2004094123+0300-eliz@gnu.org> <2719-Fri02Apr2004213907+0300-eliz@gnu.org> <2914-Sun18Apr2004194339+0300-eliz@gnu.org> X-SW-Source: 2004-04/txt/msg00413.txt.bz2 > Date: Sun, 18 Apr 2004 21:06:37 -0500 (CDT) > From: Brian Ford > > And note that for DWARF 2, [DJGPP] uses the svr4 map, just like every > other ix86 target that I know of (except the current PE proposal). This was done at Mark Kettenis's suggestion, back in 2001, as you will see in the thread I cited a few days ago. In the DJGPP project, we simply took that suggestion and implemented it in GCC when DWARF-2 support for DJGPP was first added to GCC.