From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16164 invoked by alias); 10 Jul 2009 14:40:42 -0000 Received: (qmail 16009 invoked by uid 22791); 10 Jul 2009 14:40:40 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f228.google.com (HELO mail-ew0-f228.google.com) (209.85.219.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Jul 2009 14:40:32 +0000 Received: by ewy28 with SMTP id 28so941928ewy.24 for ; Fri, 10 Jul 2009 07:40:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.70.205 with SMTP id p55mr614497wed.55.1247236828618; Fri, 10 Jul 2009 07:40:28 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Jul 2009 14:40:00 -0000 Message-ID: <6dc9ffc80907100740j3ba8add6p11645087ef694b4f@mail.gmail.com> Subject: Re: RFA: re-merge dwarf2.h with src From: "H.J. Lu" To: tromey@redhat.com, Binutils , GDB Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00068.txt.bz2 On Thu, Jul 9, 2009 at 12:46 PM, Tom Tromey wrote: > There was a recent commit to the src copy of dwarf2.h. > This patch pulls it over to the gcc repository. > > Ok? > > Tom > > 2009-07-09 =A0Jakub Jelinek =A0 > > =A0 =A0 =A0 =A0* dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_= value > =A0 =A0 =A0 =A0and DW_OP_stack_value. Do we need both dwarf2.h and elf/dwarf2.h? Shouldn't we remove elf/dwarf2h or just include ../dwarf2.h? --=20 H.J.