From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28978 invoked by alias); 15 Mar 2006 23:00:52 -0000 Received: (qmail 28970 invoked by uid 22791); 15 Mar 2006 23:00:51 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Mar 2006 23:00:50 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k2FN0lnM018548 for ; Thu, 16 Mar 2006 00:00:47 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k2FN0lvf011700 for ; Thu, 16 Mar 2006 00:00:47 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k2FN0lDS017750; Thu, 16 Mar 2006 00:00:47 +0100 (CET) Date: Wed, 15 Mar 2006 23:45:00 -0000 Message-Id: <200603152300.k2FN0lDS017750@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org In-reply-to: <20060315224432.GA25757@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 15 Mar 2006 17:44:32 -0500) Subject: Re: [commit] 128-bit long double for mips64-linux References: <20060315164507.GA16396@nevyn.them.org> <200603152239.k2FMdrRI012844@elgar.sibelius.xs4all.nl> <20060315224432.GA25757@nevyn.them.org> 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/msg00209.txt.bz2 > Date: Wed, 15 Mar 2006 17:44:32 -0500 > From: Daniel Jacobowitz > > 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. No problem. Thanks for fixing it. Mark