Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@is.elta.co.il>
To: Mark Kettenis <kettenis@wins.uva.nl>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] Fix returning floating points values for x86
Date: Thu, 12 Jul 2001 00:00:00 -0000	[thread overview]
Message-ID: <Pine.SUN.3.91.1010712100050.17050C-100000@is> (raw)
In-Reply-To: <200107112028.f6BKSOS26755@delius.kettenis.local>

On Wed, 11 Jul 2001, Mark Kettenis wrote:

> The problem the patch solves is returning from a
> function with the GDB `return' command, or more specifically returning
> from a function that has a floating point return value.

You mean, the "return EXPRESSION" command, where EXPRESSION is an FP
expression, right?

> If we suppose that the FPU starts out in a freshly initialized state,
> with all registers empty and TOP set to 0, this means that we'll
> always end up with storing return values in the hardware register 7,
> i.e. with TOP set to 7.  So it makes sense to reset the FPU to that
> state in i386_store_return_value.  What value we choose for TOP is in
> principle irrelevant since FP0_REGNO always refers to %st(0).  But we
> must mark the right register as valid (and all others as empty) in the
> tag word, and here the value of TOP does matter.  If we don't mark the
> right register as valid, the caller of the function won't be able to
> pop the return value from the stack, and if we don't mark the other
> registers as empty we might trigger an unwanted stack overflow.

Okay, I think I understand now: you are simulating the state of the
FPU at function return point.  Perhaps this should be added to the
comments.

Thanks.


      reply	other threads:[~2001-07-12  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-11  1:49 Mark Kettenis
2001-07-11  9:13 ` Eli Zaretskii
2001-07-11 13:28   ` Mark Kettenis
2001-07-12  0:00     ` Eli Zaretskii [this message]

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=Pine.SUN.3.91.1010712100050.17050C-100000@is \
    --to=eliz@is.elta.co.il \
    --cc=gdb-patches@sources.redhat.com \
    --cc=kettenis@wins.uva.nl \
    /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