From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14038 invoked by alias); 18 Feb 2011 05:43:03 -0000 Received: (qmail 14021 invoked by uid 22791); 18 Feb 2011 05:43:01 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Fri, 18 Feb 2011 05:42:56 +0000 Received: from kpbe15.cbf.corp.google.com (kpbe15.cbf.corp.google.com [172.25.105.79]) by smtp-out.google.com with ESMTP id p1I5gr3c031360 for ; Thu, 17 Feb 2011 21:42:53 -0800 Received: from qwi2 (qwi2.prod.google.com [10.241.195.2]) by kpbe15.cbf.corp.google.com with ESMTP id p1I5gfCs013805 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 17 Feb 2011 21:42:52 -0800 Received: by qwi2 with SMTP id 2so3128606qwi.20 for ; Thu, 17 Feb 2011 21:42:51 -0800 (PST) Received: by 10.229.89.208 with SMTP id f16mr233564qcm.43.1298007771608; Thu, 17 Feb 2011 21:42:51 -0800 (PST) Received: from coign.google.com ([72.14.228.1]) by mx.google.com with ESMTPS id q12sm1327409qcu.18.2011.02.17.21.42.50 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Feb 2011 21:42:51 -0800 (PST) From: Ian Lance Taylor To: Rafael Avila de Espindola Cc: binutils@sourceware.org Subject: Re: [gold][patch] Don't put symbols dropped by the plugin in the symbol tables References: <4D5D8153.70009@gmail.com> Date: Fri, 18 Feb 2011 05:43:00 -0000 In-Reply-To: <4D5D8153.70009@gmail.com> (Rafael Avila de Espindola's message of "Thu, 17 Feb 2011 15:13:07 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00238.txt.bz2 Rafael Avila de Espindola writes: > 2010-02-17 Rafael =C3=81vila de Esp=C3=ADndola > > * symtab.cc (Symbol::should_add_dynsym_entry) Return false for > plugin only symbols. > (Symbol_table::sized_finalize_symbol) Mark symbol only present > in plugin files as not needed in the symbol table. This is OK. Thanks. Ian