From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17496 invoked by alias); 21 Apr 2004 16:38:54 -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 17467 invoked from network); 21 Apr 2004 16:38:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Apr 2004 16:38:51 -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 i3LGcoFe026942 for ; Wed, 21 Apr 2004 12:38:50 -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 i3LGcmp00960; Wed, 21 Apr 2004 12:38:49 -0400 To: gdb-patches@sources.redhat.com Subject: PATCH: doc fixes for PPC register sets From: Jim Blandy Date: Wed, 21 Apr 2004 16:38: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-04/txt/msg00491.txt.bz2 2004-04-21 Jim Blandy * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes. Index: gdb/rs6000-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v retrieving revision 1.191 diff -c -r1.191 rs6000-tdep.c *** gdb/rs6000-tdep.c 1 Apr 2004 21:00:59 -0000 1.191 --- gdb/rs6000-tdep.c 21 Apr 2004 16:36:17 -0000 *************** *** 1998,2004 **** { /* gpr0-gpr31, fpr0-fpr31 */ COMMON_UISA_REGS, ! /* ctr, xre, lr, cr */ PPC_UISA_SPRS, /* sr0-sr15 */ PPC_SEGMENT_REGS, --- 1998,2004 ---- { /* gpr0-gpr31, fpr0-fpr31 */ COMMON_UISA_REGS, ! /* cr, lr, ctr, xer, fpscr */ PPC_UISA_SPRS, /* sr0-sr15 */ PPC_SEGMENT_REGS, *************** *** 2019,2025 **** R8(acc), R(spefscr), /* NOTE: Add new registers here the end of the raw register list and just before the first pseudo register. */ ! /* 39...70 */ PPC_GPRS_PSEUDO_REGS }; --- 2019,2025 ---- R8(acc), R(spefscr), /* NOTE: Add new registers here the end of the raw register list and just before the first pseudo register. */ ! /* 41...72 */ PPC_GPRS_PSEUDO_REGS };