From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22413 invoked by alias); 19 Apr 2016 18:32:07 -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 22400 invoked by uid 89); 19 Apr 2016 18:32:06 -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,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 19 Apr 2016 18:31:56 +0000 Received: by mail-wm0-f48.google.com with SMTP id n3so44601557wmn.0 for ; Tue, 19 Apr 2016 11:31:56 -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=w1iIiBzdrAEtcQWGD0m88CmVsC4MlUDSMXGzD7FoOfY=; b=cXCV3lJopA6bOgaK6Q4oOp9NEy5O84DvIooWI+1MxUNFR+oNrKBjnr4LNKULlq72O4 fB++eY7TWviG/pT+E/tOxgMmoABNhktJQuU2pQhJOuRhlmdrKEWvLTEdidntgmzEt1xT 6CYyyQz4bbLiN1jUafZ2/cWo7FcIhNGbRw7h2XDhOjpT7BAJf/fci26yF75MCp8yS0TS mS/AzDyIZBq0ZS+bfDbvDIZRzn27BwHCqsUpiIS2Yu2Hv9waQmbakvhsJPieNyIs5CgW EqY7TVrJQZv0CLYppUkXhqGD3/eNmHuIKoWtTSrfKRDJ7V31EWWsiMUbRkZSVQxyuw1o mzMw== X-Gm-Message-State: AOPr4FXUPo5cSlXi/c4+yMfOdgztQhoyJuQD911p06x8g1uTLv+aQATVwE5BpZ/l2BedtA== X-Received: by 10.194.5.36 with SMTP id p4mr4529615wjp.167.1461090713296; Tue, 19 Apr 2016 11:31:53 -0700 (PDT) Received: from localhost (host86-155-190-186.range86-155.btcentralplus.com. [86.155.190.186]) by smtp.gmail.com with ESMTPSA id b135sm5642110wmb.10.2016.04.19.11.31.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Apr 2016 11:31:52 -0700 (PDT) Date: Tue, 19 Apr 2016 18:32:00 -0000 From: Andrew Burgess To: Claudiu Zissulescu Cc: "binutils@sourceware.org" , Nick Clifton Subject: Re: New ARC linker testsuite failure Message-ID: <20160419183137.GF6589@embecosm.com> References: <87bn5bwaij.fsf@redhat.com> <098ECE41A0A6114BB2A07F1EC238DE89661870E3@de02wembxa.internal.synopsys.com> <20160419164608.GE6589@embecosm.com> <098ECE41A0A6114BB2A07F1EC238DE89661888FF@de02wembxa.internal.synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <098ECE41A0A6114BB2A07F1EC238DE89661888FF@de02wembxa.internal.synopsys.com> X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00310.txt.bz2 * Claudiu Zissulescu [2016-04-19 16:57:03 +0000]: > > include/ChangeLog: > > > > * elf/arc-reloc.def (ARC_NPS_CMEM16): Add ME modifier to > > formula. > > It is alright. Do you have a test which flexes a bit this newly > introduced relocation also in GAS? Yes, nps400-3.{d,s} is the assembler test. Is that what you had in mind? Thanks, Andrew