From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16159 invoked by alias); 14 Jun 2004 11:10:27 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 16151 invoked from network); 14 Jun 2004 11:10:26 -0000 Received: from unknown (HELO shockwave.systems.pipex.net) (62.241.160.9) by sourceware.org with SMTP; 14 Jun 2004 11:10:26 -0000 Received: from nowt.org (81-178-225-237.dsl.pipex.com [81.178.225.237]) by shockwave.systems.pipex.net (Postfix) with ESMTP id E5F201C0025E for ; Mon, 14 Jun 2004 12:10:25 +0100 (BST) Received: from wren.home (wren.home [192.168.1.7]) by nowt.org (Postfix) with ESMTP id 13B8EAC92 for ; Mon, 14 Jun 2004 12:10:25 +0100 (BST) From: Paul Brook Organization: CodeSourcery To: "gcc-patches@gcc.gnu.org" Subject: Patch ping Date: Mon, 14 Jun 2004 13:11:00 -0000 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406141210.23634.paul@codesourcery.com> X-SW-Source: 2004-06/txt/msg00991.txt.bz2 The following patch seems to have slipped past without comment. Create DWARF3 cie frame entries: http://gcc.gnu.org/ml/gcc-patches/2004-05/msg00845.html The infrastructure to support this change (ie. unwinder and debugger) should now be in place. Paul