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]

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


> 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


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