From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5794 invoked by alias); 23 Nov 2005 08:46:43 -0000 Received: (qmail 5786 invoked by uid 22791); 23 Nov 2005 08:46:42 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-04.spheriq.net (HELO fra-del-04.spheriq.net) (195.46.51.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Nov 2005 08:46:40 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-04.spheriq.net with ESMTP id jAN8kbdW000422 for ; Wed, 23 Nov 2005 08:46:37 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-03.spheriq.net with ESMTP id jAN8ka6s007491 for ; Wed, 23 Nov 2005 08:46:36 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id jAN8kV0i007241 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 23 Nov 2005 08:46:35 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A75A2DA51; Wed, 23 Nov 2005 08:46:14 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 40C5847381; Wed, 23 Nov 2005 08:49:14 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id EE1EA759C1; Wed, 23 Nov 2005 08:49:13 +0000 (UTC) Received: from mail2.gnb.st.com (mail2.gnb.st.com [164.129.119.59]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4F38A4721E; Wed, 23 Nov 2005 08:49:12 +0000 (GMT) Received: from st.com (gnx2364.gnb.st.com [164.129.122.218]) by mail2.gnb.st.com (MOS 3.5.8-GR) with ESMTP id CFU37187 (AUTH lyon); Wed, 23 Nov 2005 09:46:08 +0100 (CET) Message-ID: <43842C4F.8070405@st.com> Date: Wed, 23 Nov 2005 15:59:00 -0000 From: Christophe LYON User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] add offset support to DWARF2_FRAME_REG_CFA References: <4382E5B0.3030702@st.com> <200511221859.jAMIxvQv003229@elgar.sibelius.xs4all.nl> In-Reply-To: <200511221859.jAMIxvQv003229@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.1.07 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00429.txt.bz2 Mark Kettenis wrote: >>Date: Tue, 22 Nov 2005 10:32:32 +0100 >>From: Christophe LYON >> >>Hi all, >> >>Following a discussion we had back in july, I would like to submit the >>following small patch. It enables to describe that SP = CFA + offset, >>rather than only SP = CFA. > > > Hmm, I can't really remember the discussion. Do you have a pointer > into the list archives for me? > Of course. It starts here: http://sources.redhat.com/ml/gdb/2005-07/msg00113.html Christophe.