From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109624 invoked by alias); 5 Apr 2016 01:00:19 -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 109397 invoked by uid 89); 5 Apr 2016 01:00:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*macro X-HELO: mail-pa0-f50.google.com Received: from mail-pa0-f50.google.com (HELO mail-pa0-f50.google.com) (209.85.220.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 05 Apr 2016 01:00:03 +0000 Received: by mail-pa0-f50.google.com with SMTP id zm5so155323556pac.0 for ; Mon, 04 Apr 2016 18:00:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=qIwQq8YcWw6IAMNgPuo0M939+SxgidlgVKbqOr+bcYU=; b=YjtJuOdu1ZapNu/7QKXwKi6nlao0uT8j+9s0uTLZyKhO4tauDDhUuj2BMHhbOsP260 S+cNrygJxbAshz2c3kPeZQzTskd0AySozzTzRGW344rkipac19W/NVorzRarJ9n8iWce UCCUa7CRhAGZz0Ee8zugOv8Mi/VGuu4pEmsjBUpFPkC88jhUF+a54rQD9/P7UHBtU4kl KUgFb1sbi1u7RaTQbcDdEI9nTskC53b5Q1LnaBsPVPvNjf3B3vEBiiP8QxZrhf20eNbK xmiD5WcbHAi6FU7Mt6/BKIBxTKDpyDFB7+YndntgGm1yPLu3j1HpGEyOOz2tv4yfGtr7 poDw== X-Gm-Message-State: AD7BkJK8WGr+OCcGq90lHlrkjmUpVrMYbDXx2wMfbYC6VkJDXa4CfSWzvczV/XDyMDKQrA== X-Received: by 10.66.141.175 with SMTP id rp15mr32926148pab.122.1459818001858; Mon, 04 Apr 2016 18:00:01 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id wy7sm3070914pab.5.2016.04.04.18.00.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Apr 2016 18:00:01 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 03FEAEA0153; Tue, 5 Apr 2016 10:23:47 +0930 (ACST) Date: Tue, 05 Apr 2016 01:00:00 -0000 From: Alan Modra To: "Maciej W. Rozycki" Cc: binutils@sourceware.org, Hans-Peter Nilsson Subject: Re: [PATCH] ELF/LD: Avoid producing hidden and internal dynamic symbols Message-ID: <20160405005347.GC18129@bubble.grove.modra.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00064.txt.bz2 On Mon, Apr 04, 2016 at 05:49:00PM +0100, Maciej W. Rozycki wrote: > bfd/ > PR ld/19908 > * elflink.c (elf_link_add_object_symbols): Always turn hidden > and internal symbols which have a dynamic index into local > ones. > > ld/testsuite/ > PR ld/19908 > * ld-cris/tls-e-20.d: Adjust for hidden symbol handling fix. > * ld-cris/tls-e-20a.d: Likewise. > * ld-cris/tls-e-21.d: Likewise. > * ld-cris/tls-e-23.d: Likewise. > * ld-cris/tls-e-80.d: Likewise. > * ld-cris/tls-gd-3h.d: Likewise. > * ld-cris/tls-leie-19.d: Likewise. > * ld-mips-elf/export-class-ref-lib.sd: New test. > * ld-mips-elf/export-hidden-ref.sd: New test. > * ld-mips-elf/export-internal-ref.sd: New test. > * ld-mips-elf/export-protected-ref.sd: New test. > * ld-mips-elf/export-class-ref-f0.s: New test source. > * ld-mips-elf/export-class-ref-f1.s: New test source. > * ld-mips-elf/export-class-ref-f2.s: New test source. > * ld-mips-elf/mips-elf.exp: Run the new tests. OK. -- Alan Modra Australia Development Lab, IBM