From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24148 invoked by alias); 5 Oct 2004 20:09:29 -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 24140 invoked from network); 5 Oct 2004 20:09:28 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 5 Oct 2004 20:09:28 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i95K9S1q004074 for ; Tue, 5 Oct 2004 16:09:28 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i95K9Rr25259 for ; Tue, 5 Oct 2004 16:09:27 -0400 Received: from localhost.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i95K9QPh022306 for ; Tue, 5 Oct 2004 16:09:27 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 578C91A468B; Tue, 5 Oct 2004 10:11:08 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16738.43900.254246.104272@localhost.redhat.com> Date: Tue, 05 Oct 2004 20:09:00 -0000 To: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: SH 2a - Part 3: Bank register handling In-Reply-To: <20040909124516.GA7886@cygbert.vinschen.de> References: <20040909124516.GA7886@cygbert.vinschen.de> X-SW-Source: 2004-10/txt/msg00094.txt.bz2 Corinna Vinschen writes: > Hi, > > this is SH 2a patch 2. It handles the "bank" pseudo register so ^^^^ 3 > that reading and writing is performed on the correct register set > inside of the register banks. > OK