From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8596 invoked by alias); 11 Oct 2013 21:24:09 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 8583 invoked by uid 89); 11 Oct 2013 21:24:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f173.google.com Received: from mail-ie0-f173.google.com (HELO mail-ie0-f173.google.com) (209.85.223.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 11 Oct 2013 21:24:07 +0000 Received: by mail-ie0-f173.google.com with SMTP id u16so1902220iet.18 for ; Fri, 11 Oct 2013 14:24:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=U5Mr47bOhT9bi/SYFgZoMBR6pW1+47+9gq+f0u4qd20=; b=Us6qTdqRaeJHDmMPCUR8CjjS8XrZQUaJ2tV/s/kHbdxdQVy62MOf+AUzupFgxxGUiE dBTuPXBR/YBtRPtrnf7ZiZU+vRtnMdlg1Tt8jOWu5YAmoILszb4pjx6dugkN6JAWfCrI biYc/AQ+s8nfd+Vyfh1dhY50sopM+34U6qTmFj8NQtgysBzjgoHrY2IVl4I2zuRrW0JX zVe0FRIsGHnZii0a2DjuEpcoYo1XOZEYZsce7S9pVGuaHJHrBhvV782s8KevWRMgrTIW HMWlFXdE+hrNMyffvvD0F62tOOGp4xiVdLxM1X2Xof4qx/SR+xZpS5ml3E1noiLy2s2X Gs1Q== X-Gm-Message-State: ALoCoQlLLLPjtX35z1g4pBdlfzTMT7WF8Po5XbBcFDIdFUiamu8s8RnoH8iUGTX3iFPKlgBWGS0oqYkkaRavqmEiadvLq6N+Zv4BZIHBesy0OjfoyMewXlM1Gdj4Tu9d/P74j0/99DrO4/qns0mn9eIcf7KFuDXfRaFjKbr0Vto579feG7k+nRUO2T53lsiQ/EdXBxW3XciOsaotAgR0y2iN33ksLl4njg== X-Received: by 10.50.132.7 with SMTP id oq7mr4516563igb.12.1381526645819; Fri, 11 Oct 2013 14:24:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.11.68 with HTTP; Fri, 11 Oct 2013 14:23:45 -0700 (PDT) In-Reply-To: References: From: Roland McGrath Date: Fri, 11 Oct 2013 21:24:00 -0000 Message-ID: Subject: Re: [PATCH] gold: remove unused private members To: Cary Coutant Cc: "binutils@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-10/txt/msg00182.txt.bz2 On Fri, Oct 11, 2013 at 2:03 PM, Cary Coutant wrote: >> gold/ >> * i386.cc (Target_i386): Remove unused member dynbss_. > > This appears to be unused in all the other target-specific files as > well. I believe it was replaced by Copy_relocs::dynbss_. While you're > cleaning it up, please remove it from arm.cc, powerpc.cc, sparc.cc, > tilegc.cc, and x86_64.cc. Indeed. I didn't notice the others because they do not use private:. Done and committed. Thanks, Roland