From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2014 invoked by alias); 2 Jul 2009 00:30:04 -0000 Received: (qmail 1945 invoked by uid 22791); 2 Jul 2009 00:30:02 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_20,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jul 2009 00:29:56 +0000 Received: from zps19.corp.google.com (zps19.corp.google.com [172.25.146.19]) by smtp-out.google.com with ESMTP id n620TpnX024241; Thu, 2 Jul 2009 01:29:52 +0100 Received: from wa-out-1112.google.com (wahk34.prod.google.com [10.114.237.34]) by zps19.corp.google.com with ESMTP id n620TnnO031978; Wed, 1 Jul 2009 17:29:49 -0700 Received: by wa-out-1112.google.com with SMTP id k34so260032wah.19 for ; Wed, 01 Jul 2009 17:29:49 -0700 (PDT) Received: by 10.114.169.20 with SMTP id r20mr15974481wae.222.1246494589092; Wed, 01 Jul 2009 17:29:49 -0700 (PDT) Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) by mx.google.com with ESMTPS id m31sm3029710wag.66.2009.07.01.17.29.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Jul 2009 17:29:48 -0700 (PDT) To: Tom Tromey Cc: Jakub Jelinek , gcc-patches@gcc.gnu.org, Binutils Development , gdb-patches@sourceware.org Subject: Re: Patch: merge src and gcc copies of dwarf2.h References: <20090630195100.GT3101@sunsite.ms.mff.cuni.cz> From: Ian Lance Taylor Date: Thu, 02 Jul 2009 00:30:00 -0000 In-Reply-To: (Tom Tromey's message of "Wed\, 01 Jul 2009 15\:56\:22 -0600") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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: 2009-07/txt/msg00050.txt.bz2 Tom Tromey writes: > 2009-07-01 Tom Tromey > > * unwind-dw2-fde-darwin.c: Include dwarf2.h. > * config/mmix/mmix.c: Include dwarf2.h. > * config/rs6000/darwin-fallback.c: Include dwarf2.h. > * config/xtensa/unwind-dw2-xtensa.c: Include dwarf2.h. > * config/sh/sh.c: Include dwarf2.h. > * config/i386/i386.c: Include dwarf2.h. > * Makefile.in (DWARF2_H): Remove 'elf'. > * except.c: Include dwarf2.h. > * unwind-dw2.c: Include dwarf2.h. > * dwarf2out.c: Include dwarf2.h. > * unwind-dw2-fde-glibc.c: Include dwarf2.h. > * unwind-dw2-fde.c: Include dwarf2.h. > * dwarf2asm.c: Include dwarf2.h. > > 2009-07-01 Tom Tromey > > * raise-gcc.c: Include dwarf2h (unconditionally). > > 2009-07-01 Tom Tromey > > * elf/dwarf2.h: Remove, renaming to... > * dwarf2.h: ... this. I'm not sure I really understand what the problem is. After all, we already share files in the include directory between gcc and src. But if this seems like the right patch to make, it's OK. Thanks. Ian