From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16379 invoked by alias); 28 Feb 2011 16:41:47 -0000 Received: (qmail 16365 invoked by uid 22791); 28 Feb 2011 16:41:46 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Feb 2011 16:41:41 +0000 Received: (qmail 17435 invoked from network); 28 Feb 2011 16:41:39 -0000 Received: from unknown (HELO tp.orcam.me.uk) (macro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Feb 2011 16:41:39 -0000 Date: Mon, 28 Feb 2011 16:41:00 -0000 From: "Maciej W. Rozycki" To: Richard Sandiford 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 In-Reply-To: <87vd07owfe.fsf@firetop.home> Message-ID: References: <87y6fa9u3t.fsf@firetop.home> <876302kqvu.fsf@firetop.home> <8739pb1qs5.fsf@firetop.home> <7C6479EB2BF52547AC332FD6034646DA8495CBDC@exchdb01.mips.com> <87vd07owfe.fsf@firetop.home> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) 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/msg00409.txt.bz2 On Sat, 26 Feb 2011, Richard Sandiford wrote: > > 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. And I've integrated this one too, thanks. I'll go through your new comments in one run once you're done with the review. Thanks for your effort. Maciej