From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14893 invoked by alias); 15 Jul 2004 19:26:25 -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 14855 invoked from network); 15 Jul 2004 19:26:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 15 Jul 2004 19:26:24 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6FJQOe1026911 for ; Thu, 15 Jul 2004 15:26:24 -0400 Received: from zenia.home.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6FJQMa23751; Thu, 15 Jul 2004 15:26:23 -0400 To: gdb-patches@sources.redhat.com Subject: RFA: correct PowerPC 602 SPR register name From: Jim Blandy Date: Thu, 15 Jul 2004 19:26:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-07/txt/msg00188.txt.bz2 2004-07-15 Jim Blandy * rs6000-tdep.c (registers_602): Correct register name: "esassr" should be "esasrr" ("ESA Save and Restore Register"). Index: gdb/rs6000-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v retrieving revision 1.219 diff -c -p -r1.219 rs6000-tdep.c *** gdb/rs6000-tdep.c 15 Jul 2004 08:02:36 -0000 1.219 --- gdb/rs6000-tdep.c 15 Jul 2004 19:25:05 -0000 *************** static const struct reg registers_602[] *** 2249,2255 **** PPC_SEGMENT_REGS, PPC_OEA_SPRS, /* 119 */ R(hid0), R(hid1), R(iabr), R0, ! /* 123 */ R0, R(tcr), R(ibr), R(esassr), /* 127 */ R(sebr), R(ser), R(sp), R(lt) }; --- 2249,2255 ---- PPC_SEGMENT_REGS, PPC_OEA_SPRS, /* 119 */ R(hid0), R(hid1), R(iabr), R0, ! /* 123 */ R0, R(tcr), R(ibr), R(esasrr), /* 127 */ R(sebr), R(ser), R(sp), R(lt) };