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: [rfc] Remove deprecated_extract/store_floating


Mark Kettenis wrote:
> > Date: Thu, 14 May 2009 13:32:57 +0200 (CEST)
> > From: "Ulrich Weigand" <uweigand@de.ibm.com>
> > 
> > Hello,
> > 
> > this patch removes the old deprecated_extract_floating and
> > deprecated_store_floating routines.  There was one remaining use
> > in sh64-tdep.c, which seems an oversight and is trivially replacable
> > by extract_typed_floating.
> > 
> > In addition, the patch inlines the extract_floating_by_length and
> > store_floating_by_length into their callers, which leads to some
> > simplification of the doublest.c code.
> > 
> > Tested on powerpc64-linux with no regression.
> > I'm planning on committing this patch in a couple of days.
> 
> Looks good to me.

Thanks for the review!

I've checked the patch in now.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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