From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 703 invoked by alias); 2 Aug 2012 18:50:56 -0000 Received: (qmail 695 invoked by uid 22791); 2 Aug 2012 18:50:56 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_FX X-Spam-Check-By: sourceware.org Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Aug 2012 18:50:16 +0000 Received: by wgbds1 with SMTP id ds1so5266170wgb.0 for ; Thu, 02 Aug 2012 11:50:14 -0700 (PDT) Received: by 10.180.92.9 with SMTP id ci9mr6864550wib.22.1343933414835; Thu, 02 Aug 2012 11:50:14 -0700 (PDT) Received: from localhost ([2.26.188.227]) by mx.google.com with ESMTPS id fr4sm19239283wib.8.2012.08.02.11.50.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Aug 2012 11:50:13 -0700 (PDT) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,, Catherine Moore , rdsandiford@googlemail.com Cc: , Catherine Moore Subject: Re: [PATCH] MIPS/BFD: Update cross-mode jump failure message References: Date: Thu, 02 Aug 2012 18:50:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Thu, 2 Aug 2012 18:13:41 +0100") Message-ID: <876291nn63.fsf@talisman.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (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: 2012-08/txt/msg00040.txt.bz2 "Maciej W. Rozycki" writes: > 2012-08-02 Maciej W. Rozycki > > bfd/ > * elfxx-mips.c (mips_elf_perform_relocation): Update the > cross-mode jump message. > > ld/testsuite/ > * ld-mips-elf/mode-change-error-1.d: Update the error message. OK, thanks. Richard