From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104855 invoked by alias); 21 Apr 2017 10:14:38 -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 104824 invoked by uid 89); 21 Apr 2017 10:14:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=recall, lab X-HELO: mail-io0-f175.google.com Received: from mail-io0-f175.google.com (HELO mail-io0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Apr 2017 10:14:35 +0000 Received: by mail-io0-f175.google.com with SMTP id k87so113288492ioi.0 for ; Fri, 21 Apr 2017 03:14:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=DufAEpF5wKlrqa6xCf+fK1Whw0RQDpFYKTHMo1RnKc8=; b=VdLZaOcAlHzVh1wRHI0dGi/9e8RGTAh98OJlNzqp7hZjiodCP5NxuQUmH43tTsYJLo c0+Gh/hSoiFrNegfiw/VYNQarQhdmFeVhiVpZxVgfNmBzDeMMxfbQSrz9xjH6/tbURKc NHBWpSpIAXv2jiVAw4zj9kXgCPirsFab+iNuMsa356UqRM5ydBIxe6/9+hfT9d9e1Dhl z35+QOF0FpzOUnjFT5sBF7Vflf4y/911GepGM6lZ4ip0WQLMgfUkP+TBd1Q3F4SE3K8s F/2qsCD75Z6s6OiZHRVXO6g5nafglcOWMQBNR6AHuAdJo9O7ko4zLUuEMwg8rsv0vQRF +xlQ== X-Gm-Message-State: AN3rC/4kzxiriIT0fhWjO1h7BwJZlJknr0BJjZXKInqyuvykAA2G5a9h FzDH1I4Y1yZnry83 X-Received: by 10.99.101.67 with SMTP id z64mr11717484pgb.78.1492769674716; Fri, 21 Apr 2017 03:14:34 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-71-80.tyqh2.lon.bigpond.net.au. [58.160.71.80]) by smtp.gmail.com with ESMTPSA id d83sm15290926pfe.40.2017.04.21.03.14.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Apr 2017 03:14:34 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 9337DC4D0E; Fri, 21 Apr 2017 19:44:29 +0930 (ACST) Date: Fri, 21 Apr 2017 10:14:00 -0000 From: Alan Modra To: "Maciej W. Rozycki" Cc: binutils@sourceware.org, James Cowgill Subject: Re: [PING][PATCH] PR ld/21334: Always assign dynsym indices even in static binaries Message-ID: <20170421101429.GE24006@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.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00184.txt.bz2 On Thu, Apr 20, 2017 at 05:02:46PM +0100, Maciej W. Rozycki wrote: > Can I ask for > to be > reviewed? I don't even recall seeing the patch, sorry.. I suggest instead that you renumber dynsyms for mips when !dynamic_sections_created inside a mips elf_backend_init_index_section. That way the great majority of targets that do not need this for static executables will not incur two extra passes over the symbol table. -- Alan Modra Australia Development Lab, IBM