From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1679 invoked by alias); 10 Sep 2008 23:40:59 -0000 Received: (qmail 1668 invoked by uid 22791); 10 Sep 2008 23:40:58 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 Sep 2008 23:40:08 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 40D3510197; Wed, 10 Sep 2008 23:40:06 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 1226910195; Wed, 10 Sep 2008 23:40:06 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KdZI4-0001XV-TH; Wed, 10 Sep 2008 19:40:04 -0400 Date: Wed, 10 Sep 2008 23:40:00 -0000 From: Daniel Jacobowitz To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [RFA] dwarf2read.c:comp_unit_head cleanup Message-ID: <20080910234004.GA5773@caradoc.them.org> Mail-Followup-To: Doug Evans , gdb-patches@sourceware.org References: <20080910232817.D00141C789E@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080910232817.D00141C789E@localhost> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2008-09/txt/msg00229.txt.bz2 On Wed, Sep 10, 2008 at 04:28:17PM -0700, Doug Evans wrote: > Hi. This cleans up comp_unit_head. > [useful as part of my DW_FORM_sig8 work, > http://wiki.dwarfstd.org/index.php?title=COMDAT_Type_Sections] > > Ok to check in? > > 2008-09-10 Doug Evans > > * dwarf2read.c (comp_unit_head): Rename first_die_ptr to > first_die_offset. All uses updated. > Delete unused members cu_head_ptr, next. > Mov members base_known, base_address to ... > (dwarf2_cu) ... here. All uses updated. OK, thanks. -- Daniel Jacobowitz CodeSourcery