From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14290 invoked by alias); 8 Jun 2006 10:07:40 -0000 Received: (qmail 14280 invoked by uid 22791); 8 Jun 2006 10:07:39 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Jun 2006 10:07:34 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k58A7W7q004844; Thu, 8 Jun 2006 06:07:32 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k58A7V1c032200; Thu, 8 Jun 2006 06:07:32 -0400 Received: from [10.32.68.5] (vpn-68-5.surrey.redhat.com [10.32.68.5]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k58A7VRh004407; Thu, 8 Jun 2006 11:07:31 +0100 Message-ID: <4487F6E3.20909@redhat.com> Date: Thu, 08 Jun 2006 14:40:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Julian Brown CC: binutils@sources.redhat.com, Mark Shinwell , Paul Brook Subject: Re: [PATCH, ARM] Re-use VFP encoding functions for VLDR/VSTR References: <448436E9.5020409@codesourcery.com> In-Reply-To: <448436E9.5020409@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-06/txt/msg00100.txt.bz2 Hi Julian, > * config/tc-arm.c (do_vfp_nsyn_ldr_str): Remove, fold into... > (do_neon_ldr_str): Always defer to VFP encoding routines, which > handle relocs properly. Approved for mainline. Cheers Nick