From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8113 invoked by alias); 7 Apr 2016 15:50: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 6886 invoked by uid 89); 7 Apr 2016 15:50: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-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 Apr 2016 15:49:56 +0000 Received: by mail-wm0-f41.google.com with SMTP id n3so110613117wmn.0 for ; Thu, 07 Apr 2016 08:49: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=MtO+8+Y7wk9HEihhTpIgho7McukLDniR38WkOCZ1SY8=; b=DdFOcDuNOx/BdAB+5cvqQ9Bn6eeysD1sqV2V6Xekd6kGiqKEBnTU2K3X5OpK2xUX2f 9OzEnrUwcbqNY/RyY/aJWJ+ucUSNaN8ykCompnUkYWAfCfFd4l845yb+Zmdx0qom7+C/ 0deRt71shUByxmkfduRNbpfIf3nHtl7xoKPx4J91eFOR5JCR5qXQ6NENDgntljBp7I5X alhz0RReCp5HRg+L3+Pru5yfQLwOOVl25dVgp8QqF53d/FsPjSuIqfDry2us8ze4IqNr fmp47YLq58rSO2CY8kvEZToXAzBT1uf7wQL0xc8wHpi22fpkklOgCpB89zzsk0vfWYTO npYg== X-Gm-Message-State: AD7BkJInabVB9zXwhTnSvvJ+o7JmgBbjwG7FZAK/YhnjjF70rCdY/wBb2sE/V0lJ+v23zQ== X-Received: by 10.28.109.129 with SMTP id b1mr17751022wmi.36.1460044193227; Thu, 07 Apr 2016 08:49:53 -0700 (PDT) Received: from localhost (host81-140-212-51.range81-140.btcentralplus.com. [81.140.212.51]) by smtp.gmail.com with ESMTPSA id a16sm2136213wme.22.2016.04.07.08.49.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Apr 2016 08:49:52 -0700 (PDT) Date: Thu, 07 Apr 2016 15:50:00 -0000 From: Andrew Burgess To: Claudiu Zissulescu Cc: Alan Modra , "binutils@sourceware.org" Subject: [PUSHED] Re: [PATCH] ld/arc: Fix linker for big-endian arc targets Message-ID: <20160407154937.GQ25615@embecosm.com> References: <1459442059-12298-1-git-send-email-andrew.burgess@embecosm.com> <5703C510.3070109@redhat.com> <20160407140659.GL18129@bubble.grove.modra.org> <20160407152205.GP25615@embecosm.com> <098ECE41A0A6114BB2A07F1EC238DE896617D7B4@DE02WEMBXB.internal.synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <098ECE41A0A6114BB2A07F1EC238DE896617D7B4@DE02WEMBXB.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/msg00136.txt.bz2 * Claudiu Zissulescu [2016-04-07 15:32:46 +0000]: > Probably it is ok to commit it as it may break builds for other > people, and the solution is very simple. Pushed as an "obvious" fix. If there's disagreement later it can be backed out. Thanks, Andrew