From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13745 invoked by alias); 11 Oct 2011 22:55:35 -0000 Received: (qmail 13733 invoked by uid 22791); 11 Oct 2011 22:55:35 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TVD_SUBJ_NUM_OBFU_MINFP X-Spam-Check-By: sourceware.org Received: from shards.monkeyblade.net (HELO shards.monkeyblade.net) (198.137.202.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 22:55:21 +0000 Received: from localhost (cpe-66-65-61-233.nyc.res.rr.com [66.65.61.233]) (authenticated bits=0) by shards.monkeyblade.net (8.14.4/8.14.4) with ESMTP id p9BMtH2V006157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Oct 2011 15:55:19 -0700 Date: Tue, 11 Oct 2011 22:55:00 -0000 Message-Id: <20111011.185517.2020323061809487779.davem@davemloft.net> To: saugustine@google.com CC: gdb-patches@sourceware.org Subject: build broken by dwarf2read.c changes From: David Miller Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00334.txt.bz2 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'