From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21683 invoked by alias); 17 Nov 2011 18:58:52 -0000 Received: (qmail 21675 invoked by uid 22791); 17 Nov 2011 18:58:52 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_FX 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; Thu, 17 Nov 2011 18:58:39 +0000 Received: by wyi11 with SMTP id 11so2937486wyi.0 for ; Thu, 17 Nov 2011 10:58:37 -0800 (PST) Received: by 10.227.59.204 with SMTP id m12mr28454878wbh.14.1321556317842; Thu, 17 Nov 2011 10:58:37 -0800 (PST) Received: from localhost (rsandifo.gotadsl.co.uk. [82.133.89.107]) by mx.google.com with ESMTPS id c2sm16137030wbo.3.2011.11.17.10.58.35 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Nov 2011 10:58:36 -0800 (PST) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,, rdsandiford@googlemail.com Cc: Subject: Re: [PATCH] MIPS/BFD: Add microMIPS instruction access helpers References: Date: Thu, 17 Nov 2011 18:58:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Tue, 25 Oct 2011 00:48:21 +0100") Message-ID: <87bosay3s5.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-11/txt/msg00169.txt.bz2 "Maciej W. Rozycki" writes: > 2011-10-25 Maciej W. Rozycki > > bfd/ > * elfxx-mips.c (LA25_LUI_MICROMIPS_1, LA25_LUI_MICROMIPS_2): > Remove macros, folding them into... > (LA25_LUI_MICROMIPS): ... this new macro. > (LA25_J_MICROMIPS_1, LA25_J_MICROMIPS_2): Likewise into... > (LA25_J_MICROMIPS): ... this new macro. > (LA25_ADDIU_MICROMIPS_1, LA25_ADDIU_MICROMIPS_2): Likewise > into... > (LA25_ADDIU_MICROMIPS): ... this new macro. > (bfd_put_micromips_32, bfd_get_micromips_32): New functions. > (mips_elf_create_la25_stub): Use them. > (check_br32_dslot, check_br32, check_relocated_bzc): Likewise. > (_bfd_mips_elf_relax_section): Likewise. OK, thanks. Richard