From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10817 invoked by alias); 20 Oct 2013 19:27:02 -0000 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 Received: (qmail 10797 invoked by uid 89); 20 Oct 2013 19:27:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: glazunov.sibelius.xs4all.nl Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 20 Oct 2013 19:27:00 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id r9KJQmte014241; Sun, 20 Oct 2013 21:26:48 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id r9KJQlD4017034; Sun, 20 Oct 2013 21:26:47 +0200 (CEST) Date: Sun, 20 Oct 2013 19:27:00 -0000 Message-Id: <201310201926.r9KJQlD4017034@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: jose.marchesi@oracle.com, tromey@redhat.com, gdb-patches@sourceware.org In-reply-to: <20131017055736.GC3302@adacore.com> (message from Joel Brobecker on Thu, 17 Oct 2013 09:57:36 +0400) Subject: Re: [PATCH] [SPARC64] Figure out where a longjmp will land References: <87y563k71b.fsf@oracle.com> <87d2nffr53.fsf@fleche.redhat.com> <87txgrjupm.fsf@oracle.com> <20131017055736.GC3302@adacore.com> X-SW-Source: 2013-10/txt/msg00611.txt.bz2 > Date: Thu, 17 Oct 2013 09:57:36 +0400 > From: Joel Brobecker > > > 2013-10-08 Jose E. Marchesi > > > > * sparc-tdep.c (sparc_is_annulled_branch_insn): New function. > > * sparc-tdep.h: And its prototype. > > > > * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New > > function. > > (sparc64_linux_init_abi): Register the get_longjmp_target hook. > > This looks reasonable to me, with a minor correction requested below. > But Sparc patches normally get reviewed by MarkK, so can you give it > another week before checking the final version in? (remember that > when you check something in that is different from the patch already > posted, an updated patch should be sent to the list, for the record). Well, for the Linux-specific bits it is a good idea to make sure that David S. Miller sees the changes as well.