From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8656 invoked by alias); 10 Jan 2017 11:10:36 -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 8531 invoked by uid 89); 10 Jan 2017 11:10:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=HX-Envelope-From:sk:andrew., nps, Hx-languages-length:663 X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jan 2017 11:10:25 +0000 Received: by mail-wm0-f42.google.com with SMTP id c206so68216698wme.0 for ; Tue, 10 Jan 2017 03:10:25 -0800 (PST) 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=LUCeKeSRV23Al9XlycmXfQ5CxhW+k/Z3+69mhiNXa5M=; b=nyQ8HMu/ZVlxbvHVXsVBInJ8n8a0vYn1Oux4+EIIbEVH/E6fSfu9fwqb+cOe9EvZQ6 ypjaIfF2DBR4exDoKuOohVfQ1OdAx8AdsFLhcNbtjB9VZwaurpJuxKoUDI3IDXobgEgk RM4M6yk3v1eCOFcutYnuMPtGmTnKHmD9r6p1siFcWmPfvb8EqhxNLG/vtHB4kMEfJgg6 jtc1LV3IHHCu4B4p94KTcfgQKhCuc4g1D2Jku7TkNroZA75JfrEBqtTWYuIrySPncb1q i4frIwuyuY8riTMRtZftRntDday55qhTe5n3NuIpU70EIQJkECfIE24Ci3xWMaOqvXKM 7qeg== X-Gm-Message-State: AIkVDXKVfxiFBxPXfSQxRDfm5TOv0LHQhKlT0n2fi90VcOnSWNP06oG18PKw1qS2NFfY9A== X-Received: by 10.223.172.245 with SMTP id o108mr1844396wrc.39.1484046623720; Tue, 10 Jan 2017 03:10:23 -0800 (PST) Received: from localhost (host81-140-212-35.range81-140.btcentralplus.com. [81.140.212.35]) by smtp.gmail.com with ESMTPSA id y4sm2688740wjp.0.2017.01.10.03.10.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jan 2017 03:10:22 -0800 (PST) Date: Tue, 10 Jan 2017 11:10:00 -0000 From: Andrew Burgess To: Nick Clifton Cc: Graham Markall , binutils@sourceware.org, noamca@mellanox.com, guybe@mellanox.com, claudiu.zissulescu@synopsys.com, cupertino.miranda@synopsys.com, anton.kolesov@synopsys.com, alexey.brodkin@synopsys.com, vineet.gupta1@synopsys.com Subject: Re: [PATCH v2] [ARC] Add new linker emulation for nps Message-ID: <20170110111010.GJ26941@embecosm.com> References: <1481306322-18618-1-git-send-email-graham.markall@embecosm.com> <1481308085-6747-1-git-send-email-graham.markall@embecosm.com> <1f4f9d3a-1ac7-9df7-eb8f-d68e40482a13@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1f4f9d3a-1ac7-9df7-eb8f-d68e40482a13@redhat.com> X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.6.1 (2016-04-27) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00134.txt.bz2 * Nick Clifton [2017-01-03 17:25:36 +0000]: > Hi Graham, > > > ld/ChangeLog: > > > > * Makefile.am: Add earclinux_nps.c target and add to > > ALL_EMULATION_SOURCES. > > * Makefile.in: Likewise, regenerated. > > * configure.tgt: Add arclinux_nps as an extra emulation for > > arc*-*-elf* and arc*-*-linux*. > > * emulparams/arc-nps.sh: New file. > > * emulparams/arclinux_nps.sh: New file. > > * testsuite/ld-arc/arclinux-nps.d, > > * testsuite/ld-arc/arclinux-nps.s: New test. > > Approved - please apply. Thanks for the review. I've pushed this patch on Grahams behalf. Thanks, Andrew