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] Detecting and printing 128-bit long double values for PPC


On Sat, Apr 28, 2007 at 02:38:24AM -0300, Luis Machado wrote:
> Hi,
> 
> Follows attached the patch for detecting and printing 128-bit long
> double values on GDB for PPC. 
> 
> This patch was originally written by Pete Carr some time ago. Since its
> discussion didn't go much further, i've refreshed it to cleanly apply on
> HEAD. The original message with the patch can be found here:
> (http://sourceware.org/ml/gdb-patches/2006-07/msg00098.html)
> 
> I've modified some bits and pieces suggested by  Mark Kettenis and
> Daniel Jacobowitz on these mailing list entries.
> 
> http://sourceware.org/ml/gdb-patches/2006-07/msg00103.html
> http://sourceware.org/ml/gdb-patches/2006-07/msg00107.html

Unfortunately most of Mark's comments are still unaddressed.  The
formatting doesn't follow the GNU coding standards, and the real
issue with this patch is that there are a lot of systems out in the
world that use 64-bit long double still.

I mentioned last week on gdb@ and binutils@ that I think we need a way
to mark the ABI used by PowerPC binaries.  That would easily cover
this also.  I'll be thinking about it more next week.

-- 
Daniel Jacobowitz
CodeSourcery


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