From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13264 invoked by alias); 6 Jan 2004 18:10:11 -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 13232 invoked from network); 6 Jan 2004 18:10:10 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 6 Jan 2004 18:10:10 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw2.watson.ibm.com (8.11.7-20030924/8.11.4) with ESMTP id i06I9w262860; Tue, 6 Jan 2004 13:09:58 -0500 Received: from makai.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7) with ESMTP id i06I9vF84814; Tue, 6 Jan 2004 13:09:58 -0500 Received: from makai.watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id i06I9vT26150; Tue, 6 Jan 2004 13:09:57 -0500 Message-Id: <200401061809.i06I9vT26150@makai.watson.ibm.com> To: Geoff Keating cc: amodra@bigpond.net.au, gcc-patches@gcc.gnu.org, cagney@gnu.org, kettenis@chello.nl, gdb-patches@sources.redhat.com, Ulrich.Weigand@de.ibm.com Subject: Re: Incorrect DWARF-2 register numbers on PPC64? In-Reply-To: Message from Geoff Keating of "Tue, 06 Jan 2004 10:07:30 PST." <200401061807.i06I7Uu7015387@desire.geoffk.org> References: <200312182258.hBIMwgT25422@makai.watson.ibm.com> <200312201527.hBKFRHgI000712@elgar.kettenis.dyndns.org> <3FF5A069.1040306@gnu.org> <200401022317.i02NHQBR001191@desire.geoffk.org> <20040106152710.GB2533@bubble.modra.org> <200401061807.i06I7Uu7015387@desire.geoffk.org> Date: Tue, 06 Jan 2004 18:10:00 -0000 From: David Edelsohn X-SW-Source: 2004-01/txt/msg00141.txt.bz2 >>>>> Geoff Keating writes: Geoff> Why is DBX_REGISTER_NUMBER in sysv4.h instead of rs6000.h? Because only Dwarf2 register numbering is being fixed to conform to the ABI mapping. The register numbering for Stabs is correct. David