From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19852 invoked by alias); 12 Mar 2010 14:30:43 -0000 Received: (qmail 19838 invoked by uid 22791); 12 Mar 2010 14:30:41 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Mar 2010 14:30:36 +0000 Received: by wwe15 with SMTP id 15so945048wwe.0 for ; Fri, 12 Mar 2010 06:30:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.88.139 with SMTP id a11mr1130926wef.74.1268404234031; Fri, 12 Mar 2010 06:30:34 -0800 (PST) In-Reply-To: <83k4ti0wlb.fsf@gnu.org> References: <20100303205313.GA25695@intel.com> <20100312060636.GA10447@intel.com> <83k4ti0wlb.fsf@gnu.org> Date: Fri, 12 Mar 2010 14:30:00 -0000 Message-ID: <6dc9ffc81003120630y1a9c0t979cafe6552913bf@mail.gmail.com> Subject: Re: PATCH: Restore "sp" and support "ah", "bh", "ch", "dh" in amd64 From: "H.J. Lu" To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00448.txt.bz2 On Fri, Mar 12, 2010 at 12:32 AM, Eli Zaretskii wrote: >> Date: Thu, 11 Mar 2010 22:06:36 -0800 >> From: "H.J. Lu" >> >> =A0 =A0 =A0 * i386-tdep.c (i386_word_names): Replace "sp" with "". > > This needs at least a patch for the manual, saying that $sp is still > the generic stack pointer, not the 16-bit version of ESP. > Where should it go? --=20 H.J.