Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Wu Zhou <woodzltc@cn.ibm.com>
To: Wu Zhou <woodzltc@cn.ibm.com>, gdb-patches@sourceware.org
Subject: Re: [RFC] decimal float point patch based on libdecnumber: gdb      	patch
Date: Tue, 05 Sep 2006 02:34:00 -0000	[thread overview]
Message-ID: <44FCE239.3060904@cn.ibm.com> (raw)
In-Reply-To: <20060903164410.GA7408@nevyn.them.org>

Daniel Jacobowitz wrote:
>> But variables/constants of _Decimal32, _Decimal64 and _Decimal128 (which 
>> are the DFP extension to c language types) in the memory are stored in 
>> little-endian on x86, and big-endian on ppc64.  So the byte swapping is 
>> needed on x86.
> 
> OK, that makes sense: note that this is needed precisely when
> converting from a target decimal float to a host decimal128.  That
> is a better time to do the conversion.

Yes.  It should be a better time.

>> So one option is for us to keep the byte swapping code in gdb, and when the 
>> byte order in libdecnumber is changed to host byte order, we can easily 
>> delete them.
> 
> This, however, is not correct.  Libdecnumber will presumably change to
> use host endianness.  GDB will fetch numbers in target endianness.
> If you're using a native i386 debugger, then you won't need to swap;
> but if you're using an i386 <-> powerpc debugger, then you will.  The
> swap will need to be in the same place, just with a different
> condition.

Yes. Swapping is still needed in cross debugging. I will give some more thought to this, to see if I 
can work out a solution in the near future.

> I would recommend that you always store the bytes in struct value in
> target endianness.  Then, have two functions which convert between a
> "struct value" and a "decimal128".  Then it should be clear which one
> has which representation.
> 
> Then, for instance, you can use decimal128 in typed_val_decfloat, and
> in the argument of value_from_decfloat.  And that function can be
> responsible for the exchange.  Similarly, in print_decimal_floating,
> you have bytes in target endianness; you can convert them to a "struct
> value", which will have the same bytes, and convert the value to a
> decimal128 which you can print.
> 
> The only part of that which is tricky is converting the bytes back to
> a struct value.  You could write a new function, value_from_bytes,
> to do that; just like value_from_longest.
> 
Thanks for these valuable suggestion.

Regards
- Wu Zhou


  reply	other threads:[~2006-09-05  2:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-21 16:08 Wu Zhou
2006-08-21 18:30 ` Daniel Jacobowitz
2006-08-21 18:34   ` Wu Zhou
2006-08-22  1:31     ` Daniel Jacobowitz
2006-09-03  8:53       ` Wu Zhou
2006-09-03 16:44         ` Daniel Jacobowitz
2006-09-05  2:34           ` Wu Zhou [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-08-01  9:55 Wu Zhou
2006-08-01 10:51 ` Wu Zhou
2006-08-08 18:16   ` Daniel Jacobowitz
2006-07-23  5:48 Wu Zhou
2006-07-23 14:02 ` Daniel Jacobowitz
2006-06-21 21:03 [RFC] decimal float point patch based on libdecnumber: testcase Wu Zhou
2006-06-21 23:36 ` [RFC] decimal float point patch based on libdecnumber: gdb patch Wu Zhou
2006-06-22  3:27   ` Eli Zaretskii
2006-06-22 14:18     ` Wu Zhou
2006-07-12 20:39   ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44FCE239.3060904@cn.ibm.com \
    --to=woodzltc@cn.ibm.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox