From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16515 invoked by alias); 17 Aug 2009 18:24:15 -0000 Received: (qmail 16501 invoked by uid 22791); 17 Aug 2009 18:24:13 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Aug 2009 18:24:07 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 51F1B53003; Mon, 17 Aug 2009 11:24:06 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 46EF2C9A2C; Mon, 17 Aug 2009 11:24:06 -0700 (PDT) Message-ID: <4A899F86.20000@vmware.com> Date: Mon, 17 Aug 2009 18:24:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Mark Kettenis CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] amd64-linux-tdep: use SVR4 method for skip_trampoline_code References: <4A888E2B.1030601@vmware.com> <314537ca8682d08b793e0cbebd12fbb6.squirrel@webmail.xs4all.nl> In-Reply-To: <314537ca8682d08b793e0cbebd12fbb6.squirrel@webmail.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-08/txt/msg00249.txt.bz2 Mark Kettenis wrote: >> Hi Folks, >> >> This small change is required for reverse-step/next on amd64 linux, >> and causes no regressions in the testsuite. >> >> OK to check in? > > Fine with me as well. Thanks Mark. Committed. And welcome back! ;-)