From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11544 invoked by alias); 22 Nov 2005 19:00:07 -0000 Received: (qmail 11272 invoked by uid 22791); 22 Nov 2005 19:00:05 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 19:00:01 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jAMIxwI1016845; Tue, 22 Nov 2005 19:59:58 +0100 (CET) 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 jAMIxw05019345; Tue, 22 Nov 2005 19:59:58 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jAMIxvQv003229; Tue, 22 Nov 2005 19:59:57 +0100 (CET) Date: Tue, 22 Nov 2005 19:32:00 -0000 Message-Id: <200511221859.jAMIxvQv003229@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: christophe.lyon@st.com CC: gdb-patches@sources.redhat.com In-reply-to: <4382E5B0.3030702@st.com> (message from Christophe LYON on Tue, 22 Nov 2005 10:32:32 +0100) Subject: Re: [RFC] add offset support to DWARF2_FRAME_REG_CFA References: <4382E5B0.3030702@st.com> 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/msg00415.txt.bz2 > 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? Mark