From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22862 invoked by alias); 1 Aug 2006 15:01:11 -0000 Received: (qmail 22848 invoked by uid 22791); 1 Aug 2006 15:01:11 -0000 X-Spam-Check-By: sourceware.org Received: from potter.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 01 Aug 2006 15:01:09 +0000 Received: (qmail 6059 invoked by uid 1010); 1 Aug 2006 15:01:08 -0000 From: Richard Sandiford To: Thiemo Seufer Mail-Followup-To: Thiemo Seufer ,binutils@sourceware.org, richard@codesourcery.com Cc: binutils@sourceware.org Subject: Re: [PATCH] MIPS gas: Simplify MIPS16 jump relocation handling References: <20060731172544.GL15011@networkno.de> Date: Tue, 01 Aug 2006 15:01:00 -0000 In-Reply-To: <20060731172544.GL15011@networkno.de> (Thiemo Seufer's message of "Mon, 31 Jul 2006 18:25:44 +0100") Message-ID: <874pww1owd.fsf@talisman.home> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (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-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00005.txt.bz2 Thiemo Seufer writes: > I applied the appended patch, it simplifies handling of > BFD_RELOC_MIPS16_JMP relocations. Thanks Thiemo, for this patch and the earlier one. It's nice to see the reloc code getting simpler. ;) Richard