From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11162 invoked by alias); 24 Jun 2004 18:12:38 -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 11155 invoked from network); 24 Jun 2004 18:12:37 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Jun 2004 18:12:37 -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 i5OICae3020726 for ; Thu, 24 Jun 2004 14:12:37 -0400 Received: from localhost.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 i5OICY006285; Thu, 24 Jun 2004 14:12:35 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 39FC82B9D; Thu, 24 Jun 2004 14:12:23 -0400 (EDT) Message-ID: <40DB1987.9020502@gnu.org> Date: Thu, 24 Jun 2004 18:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Steven Johnson Cc: Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: Small problem with Remote Protocol register fetching. References: <40CEB176.1040904@neurizon.net> <40CF4569.3000404@redhat.com> <40CF972A.1080403@neurizon.net> <40D08DFC.6030607@gnu.org> <40D0CE14.8060607@neurizon.net> In-Reply-To: <40D0CE14.8060607@neurizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00515.txt.bz2 > Yes, the target was changed before the original post. yo! > It just pointed out a minor inconsistency, tis all. One that should be easy to remove either way. Yes, leaves us with two things: - fix the doco so that it is explicit about lowercase - needed for backward compatibility. - change GDB so it doesn't go so awol when it encounters ucase On the second, I just wonder about "Enn", at present its detected as an upper case "e" and a length of three. Andrew