public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFC v2][0/9] Target FP: Refactor floating-point handling
@ 2017-10-25 16:16 Ulrich Weigand
  2017-11-06 15:07 ` [pushed] " Ulrich Weigand
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Weigand @ 2017-10-25 16:16 UTC (permalink / raw)
  To: gdb-patches

[RFC v2][0/9] Target FP: Refactor floating-point handling

This is the current version of patches 9-18 of this series:
https://sourceware.org/ml/gdb-patches/2017-09/msg00100.html

Patches 1-8 have already been merged in one form or another.

This series implements the refactoring of floating-point handling
by introducing files target-float.{c,h} and moving all operations
currently done in doublest.{c,h} and dfp.{c,h} there, changed to
operate on target-format byte buffers instead of DOUBLEST.

Once this refactoring is complete, the only remaining use of DOUBLEST
will be in target-float.c, where it can then be replaced by MPFR.
(This will be done by follow-up patches.)

Note that this patch series is not expected to cause any change
in behavior; it should be purely refactoring.  (The one slight
exception is the Ada fixed-point handling patch.  This one has
already been reviewed by Joel Brobecker.)

Any comments welcome!

Bye,
Ulrich

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pushed] Re: [RFC v2][0/9] Target FP: Refactor floating-point handling
  2017-10-25 16:16 [RFC v2][0/9] Target FP: Refactor floating-point handling Ulrich Weigand
@ 2017-11-06 15:07 ` Ulrich Weigand
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Weigand @ 2017-11-06 15:07 UTC (permalink / raw)
  To: Ulrich Weigand; +Cc: gdb-patches

> This series implements the refactoring of floating-point handling
> by introducing files target-float.{c,h} and moving all operations
> currently done in doublest.{c,h} and dfp.{c,h} there, changed to
> operate on target-format byte buffers instead of DOUBLEST.
> 
> Once this refactoring is complete, the only remaining use of DOUBLEST
> will be in target-float.c, where it can then be replaced by MPFR.
> (This will be done by follow-up patches.)
> 
> Note that this patch series is not expected to cause any change
> in behavior; it should be purely refactoring.  (The one slight
> exception is the Ada fixed-point handling patch.  This one has
> already been reviewed by Joel Brobecker.)

I've now pushed this series in.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-06 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25 16:16 [RFC v2][0/9] Target FP: Refactor floating-point handling Ulrich Weigand
2017-11-06 15:07 ` [pushed] " Ulrich Weigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).