From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6857 invoked by alias); 26 Apr 2006 14:38:40 -0000 Received: (qmail 6841 invoked by uid 22791); 26 Apr 2006 14:38:39 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Apr 2006 14:38:38 +0000 Received: (qmail 31397 invoked from network); 26 Apr 2006 14:38:36 -0000 Received: from unknown (HELO 81-178-240-244.dsl.pipex.com) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Apr 2006 14:38:36 -0000 From: Paul Brook To: binutils@sourceware.org Subject: Re: [PATCH, ARM] Fix Neon floating-point constant encoding & support floating-point syntax Date: Thu, 27 Apr 2006 00:35:00 -0000 User-Agent: KMail/1.9.1 Cc: Julian Brown References: <444BE24D.1010405@codesourcery.com> <444E5DC6.70404@redhat.com> <444EC119.2030802@codesourcery.com> In-Reply-To: <444EC119.2030802@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604261538.35524.paul@codesourcery.com> 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-04/txt/msg00383.txt.bz2 On Wednesday 26 April 2006 01:38, Julian Brown wrote: > Nick Clifton wrote: > > Approved for mainline. > > Thanks! I've got a slightly-improved version of this patch thanks to > offline discussion with Paul Brook though, which uses a generic function > to help with the printing of float immediates. It relies on this > (applied) fix: > > http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00925.html > > The only differences are in arm-dis.c, and a small cleanup in > is_quarter_float. Sorry for the hassle (the difference is probably small > enough to count as obvious), but is this still OK to apply on mainline? > (And also on the CSL branch?). Ok for csl branch. Paul