This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] 128-bit long double for mips64-linux


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  <dan@codesourcery.com>
> > 
> > 	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]