From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12483 invoked by alias); 21 Apr 2005 22:09:53 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12321 invoked from network); 21 Apr 2005 22:09:38 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 21 Apr 2005 22:09:38 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j3LM9ZJV010365; Fri, 22 Apr 2005 00:09:35 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j3LM9Z29009254; Fri, 22 Apr 2005 00:09:35 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j3LM9Z2a010525; Fri, 22 Apr 2005 00:09:35 +0200 (CEST) Date: Thu, 21 Apr 2005 22:09:00 -0000 Message-Id: <200504212209.j3LM9Z2a010525@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: davem@davemloft.net CC: gdb-patches@sources.redhat.com In-reply-to: <20050421144901.6fa89749.davem@davemloft.net> Subject: Re: [PATCH] Add sparc64-linux sigtramp support References: <20050420204427.20d670e6.davem@davemloft.net> <200504211923.j3LJNHo6010891@elgar.sibelius.xs4all.nl> <20050421122250.6108168c.davem@davemloft.net> <200504212120.j3LLKB42010991@elgar.sibelius.xs4all.nl> <20050421144901.6fa89749.davem@davemloft.net> X-SW-Source: 2005-04/txt/msg00270.txt.bz2 Date: Thu, 21 Apr 2005 14:49:01 -0700 From: "David S. Miller" The temporary workaround I did last night was to make the sparc dwarf2 CIF unwinder init_reg() routine just mark G0 as UNDEFINED. I don't know if that's what we'd like to do long term, or if GCC should output something for this register. Hmm, I think it is better to mark it as SAME_VALUE; %g0 will always be %g0. No compiler will ever be able to change that ;-). I'm going to get some sleep now. If you'll commit that tramp_frame diff, I'm going to do some more work on this tomorrow ;-). Mark