From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: uweigand@de.ibm.com
Cc: yao@codesourcery.com, gdb-patches@sourceware.org,
thomas@codesourcery.com, gdb@sourceware.org
Subject: Re: Memory corruption for host double format different from target double format
Date: Fri, 10 Aug 2012 14:32:00 -0000 [thread overview]
Message-ID: <201208101431.q7AEVlMM027471@glazunov.sibelius.xs4all.nl> (raw)
In-Reply-To: <201208101256.q7ACukE5013146@d06av02.portsmouth.uk.ibm.com> (uweigand@de.ibm.com)
> Date: Fri, 10 Aug 2012 14:56:46 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
>
> Yao Qi wrote:
> > On Friday, August 10, 2012 11:32:53 AM Thomas Schwinge wrote:
> > > That is, if set_gdbarch_double_format has not been called, it will
> > > default to floatformats_ieee_double -- even though set_gdbarch_double_bit
> > > may have been called setting it unequal to the 64-bit double format.
> > > Hmm, and gdbarch.c:verify_gdbarch has the following comment on top of it:
> > > Ensure that all values in a GDBARCH are reasonable. ;-)
> >
> > Looks like some checking like this is missing?
> >
> > gdbarch->float_format->totalsize <= gdbarch->float_bit
> > gdbarch->double_format->totalsize <= gdbarch->double_bit
>
> In fact, I'd prefer to make gdbarch_double_format etc. *mandatory*
> and gdbarch_double_bit etc. optional, defaulting to the format size.
> (Currently, _bit is mandatory and _format is optional.)
>
> This would mean that nearly all calls to set_gdbarch_double_bit
> could go away, with the exception of special cases like "long double"
> on i386 ...
Initializing _bit based on _format by default makes sense, but I don't
think this is easy to implement given the way how the gdbarch.c code
is generated.
Making _format mandatory doesn't make sense to me though. I'd say
that ieee_single and ieee_double are perfectly reasonable defaults for
float_format and double_format.
> [ I guess we could also hunt down and remove the final few places
> that still create a TYPE_CODE_FLT with no format set; then the
> floatflormat_from_length routine could go away completely. ]
I don't think that's possible. Many (all?) debug formats only
encode the size of floating-point variables.
next prev parent reply other threads:[~2012-08-10 14:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87r4rgrkss.fsf@schwinge.name>
2012-08-10 9:33 ` Thomas Schwinge
2012-08-10 10:37 ` Yao Qi
2012-08-10 12:57 ` Ulrich Weigand
2012-08-10 14:32 ` Mark Kettenis [this message]
2012-08-29 15:37 ` Thomas Schwinge
2012-08-30 15:38 ` Thomas Schwinge
2012-09-07 8:20 ` Thomas Schwinge
2012-09-07 9:16 ` Mark Kettenis
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=201208101431.q7AEVlMM027471@glazunov.sibelius.xs4all.nl \
--to=mark.kettenis@xs4all.nl \
--cc=gdb-patches@sourceware.org \
--cc=gdb@sourceware.org \
--cc=thomas@codesourcery.com \
--cc=uweigand@de.ibm.com \
--cc=yao@codesourcery.com \
/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