From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16740 invoked by alias); 15 Dec 2004 17:35:34 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 7442 invoked from network); 15 Dec 2004 17:27:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 15 Dec 2004 17:27:15 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBFHRFZc020402 for ; Wed, 15 Dec 2004 12:27:15 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBFHREr02970; Wed, 15 Dec 2004 12:27:15 -0500 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id iBFHRD4a014929; Wed, 15 Dec 2004 12:27:13 -0500 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.13.1/8.13.1) with ESMTP id iBFHRDgX021818; Wed, 15 Dec 2004 09:27:13 -0800 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.13.1/8.13.1/Submit) id iBFHRDOv021817; Wed, 15 Dec 2004 09:27:13 -0800 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Wed, 15 Dec 2004 17:35:00 -0000 From: Richard Henderson To: Jan Beulich Cc: binutils@sources.redhat.com Subject: Re: .cfi_startproc simple Message-ID: <20041215172712.GA21811@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2004-12/txt/msg00173.txt.bz2 On Wed, Dec 15, 2004 at 05:07:12PM +0100, Jan Beulich wrote: > * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so > '.cfi_startproc simple' doesn't inherit the old value. Ok. r~