From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30818 invoked by alias); 17 Aug 2009 13:11:14 -0000 Received: (qmail 30810 invoked by uid 22791); 17 Aug 2009 13:11: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-vbr11.xs4all.nl (HELO smtp-vbr11.xs4all.nl) (194.109.24.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Aug 2009 13:11:05 +0000 Received: from webmail.xs4all.nl (dovemail14.xs4all.nl [194.109.26.16]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id n7HDB0IK040438; Mon, 17 Aug 2009 15:11:01 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 192.87.1.22 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Mon, 17 Aug 2009 15:11:02 +0200 Message-ID: <314537ca8682d08b793e0cbebd12fbb6.squirrel@webmail.xs4all.nl> In-Reply-To: <4A888E2B.1030601@vmware.com> References: <4A888E2B.1030601@vmware.com> Date: Mon, 17 Aug 2009 14:21:00 -0000 Subject: Re: [RFA] amd64-linux-tdep: use SVR4 method for skip_trampoline_code From: "Mark Kettenis" To: "Michael Snyder" Cc: "gdb-patches@sourceware.org" User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/msg00233.txt.bz2 > 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.