From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29701 invoked by alias); 21 Sep 2009 07:00:34 -0000 Received: (qmail 29692 invoked by uid 22791); 21 Sep 2009 07:00:33 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f199.google.com (HELO mail-pz0-f199.google.com) (209.85.222.199) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Sep 2009 07:00:30 +0000 Received: by pzk37 with SMTP id 37so2174861pzk.25 for ; Mon, 21 Sep 2009 00:00:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.6.11 with SMTP id 11mr285181wff.68.1253516428067; Mon, 21 Sep 2009 00:00:28 -0700 (PDT) In-Reply-To: <200909192056.n8JKuegJ015674@brahms.sibelius.xs4all.nl> References: <200909091352.n89Dq7FG003824@brahms.sibelius.xs4all.nl> <4AB53FF6.4030104@vmware.com> <200909192056.n8JKuegJ015674@brahms.sibelius.xs4all.nl> From: Hui Zhu Date: Mon, 21 Sep 2009 07:00:00 -0000 Message-ID: Subject: Re: [RFA] Make the prec support signal better[4/4] -- amd64-linux To: Mark Kettenis Cc: msnyder@vmware.com, brobecker@adacore.com, 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: 2009-09/txt/msg00654.txt.bz2 > > Sorry, no, the diff isn't right yet. > >> > +#define AMD64_LINUX_redzone =A0 =A0 =A0 =A0128 >> > +#define AMD64_LINUX_xstate 512 >> > +#define AMD64_LINUX_frame_size =A0 =A0 560 > > Please make these all caps. Fixed. > > With that change, this should be fine. > head and 7.0 checked in. Thanks for your help, Mark and Michael. Hui