From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5727 invoked by alias); 25 Mar 2011 10:10:04 -0000 Received: (qmail 5712 invoked by uid 22791); 25 Mar 2011 10:10:03 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Mar 2011 10:09:59 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2PA9xuu005517 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 25 Mar 2011 06:09:59 -0400 Received: from [10.3.113.84] (ovpn-113-84.phx2.redhat.com [10.3.113.84]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p2PA9wqw011187; Fri, 25 Mar 2011 06:09:58 -0400 Subject: Re: Remove deprecated DW_FORM_sig8 define From: Mark Wielaard To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: References: <1300980636.4889.57.camel@springer.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 25 Mar 2011 15:15:00 -0000 Message-ID: <1301047797.3255.0.camel@springer.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg01092.txt.bz2 On Thu, 2011-03-24 at 14:34 -0600, Tom Tromey wrote: > The dwarf2.h change needs approval from gcc-patches first. > If it is ok'd, and you need me to commit it, let me know. The gcc dwarf2.h change was approved and pushed to the gcc repo. Thanks, Mark