Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: Jerome Guitton <guitton@act-europe.fr>,
	Kevin Buettner <kevinb@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] powerpc - extract a float return value
Date: Sat, 24 Apr 2004 00:03:00 -0000	[thread overview]
Message-ID: <408944C6.8010601@gnu.org> (raw)
In-Reply-To: <20040423143821.GA27351@act-europe.fr>


> OK, thanks. Tested on the ppc-elf simulator, on a x86-linux host.
> No regression.

FYI, ppc-elf doesn't use rs6000_extract_return_value:

   if (sysv_abi && wordsize == 8)
     set_gdbarch_return_value (gdbarch, ppc64_sysv_abi_return_value);
   else if (sysv_abi && wordsize == 4)
     set_gdbarch_return_value (gdbarch, ppc_sysv_abi_return_value);
   else
     {
       set_gdbarch_deprecated_extract_return_value (gdbarch, 
rs6000_extract_return_value);
       set_gdbarch_deprecated_store_return_value (gdbarch, 
rs6000_store_return_value);
     }

so those test results are not relevant :-(

Kevin,

This AIX code is long overdue for an update, now is the time to do it. 
Even if it means accepting just hand test results.

Andrew



  parent reply	other threads:[~2004-04-24  0:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-20 18:03 Jerome Guitton
2004-04-21 17:54 ` Kevin Buettner
2004-04-21 19:40   ` Andrew Cagney
2004-04-23 14:38   ` Jerome Guitton
2004-04-23 16:03     ` Kevin Buettner
2004-04-23 16:23       ` Jerome Guitton
2004-04-24  0:03     ` Andrew Cagney [this message]
2004-04-23 16:39       ` Jerome Guitton
2004-04-23 19:14         ` Joel Brobecker
2004-04-24  0:03         ` Andrew Cagney

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=408944C6.8010601@gnu.org \
    --to=cagney@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=guitton@act-europe.fr \
    --cc=kevinb@redhat.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