From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 974 invoked by alias); 25 Oct 2004 23:10:15 -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 956 invoked from network); 25 Oct 2004 23:10:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 25 Oct 2004 23:10:14 -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.11) with ESMTP id i9PNA8Q7019177 for ; Mon, 25 Oct 2004 19:10:14 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9PNA8r09539; Mon, 25 Oct 2004 19:10:08 -0400 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D72DC1294B5; Mon, 25 Oct 2004 19:08:58 -0400 (EDT) Message-ID: <417D8786.1020200@gnu.org> Date: Mon, 25 Oct 2004 23:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: fix formatting of 'p' packet register number References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00422.txt.bz2 Jim Blandy wrote: > 2004-10-07 Jim Blandy > > * remote.c (fetch_register_using_p): Construct 'p' packet in a > manner independent of the host byte order. Ok. Andrew