From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11216 invoked by alias); 7 May 2015 18:00:12 -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 11144 invoked by uid 89); 7 May 2015 18:00:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 07 May 2015 18:00:09 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YqQ5c-0000W4-GF for gdb-patches@sourceware.org; Thu, 07 May 2015 20:00:04 +0200 Received: from f048189224.adsl.alicedsl.de ([78.48.189.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 May 2015 20:00:04 +0200 Received: from 2 by f048189224.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 May 2015 20:00:04 +0200 To: gdb-patches@sourceware.org From: Simon Schubert <2@0x2c.org> Subject: Re: [RFC][PATCH] arm-tdep.c =?utf-8?b?KGFybV9tX2V4Y2VwdGlvbl9jYWNoZSk6?= Handle stack switching to PSP during exception unwind. Date: Thu, 07 May 2015 18:00:00 -0000 Message-ID: References: <1411253227.22117.27.camel@shark.nightingale.homedns.org> <8761geykjg.fsf@codesourcery.com> <54213171.1010703@redhat.com> <87wq8uwmp1.fsf@codesourcery.com> <54216B60.3050409@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00156.txt.bz2 Pedro Alves redhat.com> writes: > On 09/23/2014 01:22 PM, Yao Qi wrote: > > Pedro Alves redhat.com> writes: > > > >> Let's start by fixing this properly, please. Was this ever addressed properly or any improper way? Could somebody propose and implement a new feature for the target description? It seems we're real close. cheers simon