From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53098 invoked by alias); 15 Apr 2016 11:12:20 -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 53048 invoked by uid 89); 15 Apr 2016 11:12:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=opinions X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Apr 2016 11:12:09 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Websense Email with ESMTPS id 5031DC3AA67C1; Fri, 15 Apr 2016 12:12:04 +0100 (IST) Received: from hhmail02.hh.imgtec.org ([fe80::5400:d33e:81a4:f775]) by HHMAIL01.hh.imgtec.org ([fe80::710b:f219:72bc:e0b3%26]) with mapi id 14.03.0266.001; Fri, 15 Apr 2016 12:12:07 +0100 From: Matthew Fortune To: Alan Modra , Hans-Peter Nilsson CC: "binutils@sourceware.org" Subject: RE: [PATCH] Add new NOCROSSREFSTO linker script command Date: Fri, 15 Apr 2016 11:12:00 -0000 Message-ID: <6D39441BF12EF246A7ABCE6654B023537E3D6082@hhmail02.hh.imgtec.org> References: <6D39441BF12EF246A7ABCE6654B023537E3D4B60@hhmail02.hh.imgtec.org> <20160414223011.GB27620@bubble.grove.modra.org> In-Reply-To: <20160414223011.GB27620@bubble.grove.modra.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00229.txt.bz2 Alan Modra writes: > On Thu, Apr 14, 2016 at 02:08:26PM +0000, Matthew Fortune wrote: > > This patch introduces a new linker script command NOCROSSREFSTO. >=20 > You have my vote for the feature. The patch looks good. H-P suggested adding an underscore to make the command NOCROSSREFS_TO: https://sourceware.org/ml/binutils/2016-04/msg00221.html I have no objection if this seems clearer. If there are no other opinions I'll update to add an underscore. Thanks, Matthew