From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15297 invoked by alias); 24 Aug 2010 11:28:39 -0000 Received: (qmail 15287 invoked by uid 22791); 24 Aug 2010 11:28:38 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Aug 2010 11:28:31 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o7OBR5fO004026; Tue, 24 Aug 2010 13:27:05 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o7OBR38E024928; Tue, 24 Aug 2010 13:27:03 +0200 (CEST) Date: Tue, 24 Aug 2010 11:28:00 -0000 Message-Id: <201008241127.o7OBR38E024928@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: yao@codesourcery.com CC: gdb-patches@sourceware.org In-reply-to: <20100824063854.GA29794@codesourcery.com> (message from Yao Qi on Mon, 23 Aug 2010 23:38:54 -0700) Subject: Re: [Patch,ARM] Next pc of sigreturn/rt_sigreturn syscall References: <20100824063854.GA29794@codesourcery.com> 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-08/txt/msg00408.txt.bz2 > Date: Mon, 23 Aug 2010 23:38:54 -0700 > From: Yao Qi > > Hi, > This patch is to calculate correct address of 'next pc' of syscall > sigreturn and rt_sigreturn. You're polluting the genric arm code with Linux-specific stuff. Please don't do that. If something like this is needed, it should be added to code in arm-linux-tdep.c.