From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21374 invoked by alias); 15 Mar 2006 22:44:39 -0000 Received: (qmail 21366 invoked by uid 22791); 15 Mar 2006 22:44:39 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 15 Mar 2006 22:44:34 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FJejI-0006il-FE; Wed, 15 Mar 2006 17:44:32 -0500 Date: Wed, 15 Mar 2006 23:04:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [commit] 128-bit long double for mips64-linux Message-ID: <20060315224432.GA25757@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gdb-patches@sourceware.org References: <20060315164507.GA16396@nevyn.them.org> <200603152239.k2FMdrRI012844@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603152239.k2FMdrRI012844@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00207.txt.bz2 On Wed, Mar 15, 2006 at 11:39:53PM +0100, Mark Kettenis wrote: > What's up with the mips-tdep.c change? Your ChangeLog doesn't mention > it, but it seems you committed it. Oops! Here's what happened: > > 2006-03-15 Daniel Jacobowitz > > > > * mips-linux-tdep.c: Include "floatformat.h". > > (mips_linux_init_abi): Use 128-bit long double for N32 and N64. Insert "* mips-tdep.c " at the beginning of the next line: > > (mips_n32n64_return_value): Support 128-bit long double. > > (print_gp_register_row): Don't print spaces before ignored > > or floating point registers. Real sorry about that, I've fixed the ChangeLog. That caused bizarre stray whitespace to appear in the output of "info reg" on MIPS. I also missed this: * Makefile.in (mips-linux-tdep.o): Update. Too many changelog entries in one day, I guess. -- Daniel Jacobowitz CodeSourcery