From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24616 invoked by alias); 12 Jul 2004 22:18:19 -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 24609 invoked from network); 12 Jul 2004 22:18:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Jul 2004 22:18:18 -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 i6CMIIe1016732 for ; Mon, 12 Jul 2004 18:18:18 -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 i6CMIH023257; Mon, 12 Jul 2004 18:18:17 -0400 To: gdb-patches@sources.redhat.com Subject: RFA: PowerPC: add constant for number of segment registers From: Jim Blandy Date: Mon, 12 Jul 2004 22:18: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/msg00126.txt.bz2 Grinding fine today. 2004-07-12 Jim Blandy * ppc-tdep.h (ppc_num_srs): New enum constant. diff -crp -x '*~' -x '.#*' -x CVS src.02/gdb/ppc-tdep.h src.03/gdb/ppc-tdep.h *** gdb/ppc-tdep.h 2004-07-12 17:00:45.000000000 -0500 --- gdb/ppc-tdep.h 2004-07-12 17:11:41.000000000 -0500 *************** enum *** 179,184 **** --- 179,185 ---- { ppc_num_gprs = 32, /* 32 general-purpose registers */ ppc_num_fprs = 32, /* 32 floating-point registers */ + ppc_num_srs = 16, /* 16 segment registers */ ppc_num_vrs = 32 /* 32 Altivec vector registers */ };