From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17679 invoked by alias); 11 Oct 2011 23:08:04 -0000 Received: (qmail 17668 invoked by uid 22791); 11 Oct 2011 23:08:03 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 23:07:50 +0000 Received: from wpaz21.hot.corp.google.com (wpaz21.hot.corp.google.com [172.24.198.85]) by smtp-out.google.com with ESMTP id p9BN7hSQ000660 for ; Tue, 11 Oct 2011 16:07:43 -0700 Received: from qyk7 (qyk7.prod.google.com [10.241.83.135]) by wpaz21.hot.corp.google.com with ESMTP id p9BN6A7u024396 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 11 Oct 2011 16:07:41 -0700 Received: by qyk7 with SMTP id 7so190488qyk.8 for ; Tue, 11 Oct 2011 16:07:41 -0700 (PDT) Received: by 10.101.148.40 with SMTP id a40mr4966747ano.2.1318374461825; Tue, 11 Oct 2011 16:07:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.148.40 with SMTP id a40mr4966743ano.2.1318374461634; Tue, 11 Oct 2011 16:07:41 -0700 (PDT) Received: by 10.100.225.14 with HTTP; Tue, 11 Oct 2011 16:07:41 -0700 (PDT) In-Reply-To: <20111011.185517.2020323061809487779.davem@davemloft.net> References: <20111011.185517.2020323061809487779.davem@davemloft.net> Date: Tue, 11 Oct 2011 23:08:00 -0000 Message-ID: Subject: Re: build broken by dwarf2read.c changes From: Sterling Augustine To: David Miller Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-10/txt/msg00335.txt.bz2 On Tue, Oct 11, 2011 at 3:55 PM, David Miller wrote: > > The recent commit which claims to rearrange conditional logic > in partial_die_parent_scope() does a lot of other things to > dwarf2read.c > > In particular, it removes completely the function > dwarf2_per_cu_ref_addr_size() which breaks the build. > > libgdb.a(dwarf2loc.o): In function `dwarf2_loc_desc_needs_frame': > /home/davem/src/GIT/GDB/build-sparc-linux/gdb/../../gdb/gdb/dwarf2loc.c:2279: undefined reference to `dwarf2_per_cu_ref_addr_size' > libgdb.a(dwarf2loc.o): In function `dwarf2_evaluate_loc_desc_full': > /home/davem/src/GIT/GDB/build-sparc-linux/gdb/../../gdb/gdb/dwarf2loc.c:1979: undefined reference to `dwarf2_per_cu_ref_addr_size' I'm looking.