From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3016 invoked by alias); 26 Feb 2011 11:41:19 -0000 Received: (qmail 3006 invoked by uid 22791); 26 Feb 2011 11:41:19 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 26 Feb 2011 11:41:14 +0000 Received: by wyi11 with SMTP id 11so2851604wyi.0 for ; Sat, 26 Feb 2011 03:41:12 -0800 (PST) Received: by 10.227.30.34 with SMTP id s34mr530131wbc.203.1298720472227; Sat, 26 Feb 2011 03:41:12 -0800 (PST) Received: from localhost (rsandifo.gotadsl.co.uk [82.133.89.107]) by mx.google.com with ESMTPS id w25sm1418319wbd.23.2011.02.26.03.41.10 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Feb 2011 03:41:11 -0800 (PST) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,"Fu\, Chao-Ying" , "binutils\@sourceware.org" , "Fuhler\, Rich" , "Lau\, David" , "Mills\, Kevin" , "Garbacea\, Ilie" , Catherine Moore , Nathan Sidwell , Joseph Myers , Nathan Froyd , rdsandiford@googlemail.com Cc: "Fu\, Chao-Ying" , "binutils\@sourceware.org" , "Fuhler\, Rich" , "Lau\, David" , "Mills\, Kevin" , "Garbacea\, Ilie" , Catherine Moore , Nathan Sidwell , Joseph Myers , Nathan Froyd Subject: Re: [PATCH] MIPS: microMIPS ASE support References: <87y6fa9u3t.fsf@firetop.home> <876302kqvu.fsf@firetop.home> <8739pb1qs5.fsf@firetop.home> <7C6479EB2BF52547AC332FD6034646DA8495CBDC@exchdb01.mips.com> Date: Sat, 26 Feb 2011 11:41:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Thu, 24 Feb 2011 10:45:40 +0000 (GMT)") Message-ID: <87vd07owfe.fsf@firetop.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2011-02/txt/msg00371.txt.bz2 > 2011-02-24 Maciej W. Rozycki > > gas/ > * config/tc-mips.c (mips_fix_adjustable): On REL targets also > reject PC-relative relocations. > > gas/testsuite/ > * gas/mips/branch-misc-2.d: Adjust for relocation change. > * gas/mips/branch-misc-2pic.d: Likewise. > * gas/mips/branch-misc-4.d: New test for PC-relative relocation > overflow. > * gas/mips/branch-misc-4-64.d: Likewise. > * gas/mips/branch-misc-4.s: Source for the new tests. > * testsuite/gas/mips/mips.exp: Run the new tests. OK, thanks. Richard