From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11850 invoked by alias); 1 Jun 2004 16:07:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11841 invoked from network); 1 Jun 2004 16:07:53 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sourceware.org with SMTP; 1 Jun 2004 16:07:53 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 37F831A4498; Tue, 1 Jun 2004 12:00:48 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16572.43056.145488.255553@localhost.redhat.com> Date: Tue, 01 Jun 2004 16:07:00 -0000 To: gdb-patches@sources.redhat.com Subject: Re: [RFA] sh-tdep.c: Fix double handling in LE mode In-Reply-To: <20040325171024.GZ17229@cygbert.vinschen.de> References: <20040325171024.GZ17229@cygbert.vinschen.de> X-SW-Source: 2004-06/txt/msg00014.txt.bz2 Corinna Vinschen writes: > Hi, > > the below pretty trivial patch fixes two FAILs on SH4 and SH4a in > little endian mode. > > Ok, to apply? > > Corinna > > * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store > double values in little endian mode. > ok