public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Carl Love <carll@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] Add PowerPC support to gdb.cp/call-method-register.cc
Date: Wed, 13 Jul 2022 15:25:26 +0000 (GMT)	[thread overview]
Message-ID: <20220713152527.04ACE384F01E@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=485caa08c024a1bc7e096819080c1e8214d5b960

commit 485caa08c024a1bc7e096819080c1e8214d5b960
Author: Carl Love <cel@us.ibm.com>
Date:   Wed Jul 13 15:24:17 2022 +0000

    Add PowerPC support to gdb.cp/call-method-register.cc
    
    This patch adds the needed define ASM_REG for PowerPC.
    
    The patch was run on a Power 10 system.  The gdb Summary for the run lists
    2 expected passes, no unexpected failures or untested testcases.
    
    Please let me know if this patch is acceptable for mainline.
    
                             Carl Love

Diff:
---
 gdb/testsuite/gdb.cp/call-method-register.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gdb/testsuite/gdb.cp/call-method-register.cc b/gdb/testsuite/gdb.cp/call-method-register.cc
index 06e9e53f988..d60fee03701 100644
--- a/gdb/testsuite/gdb.cp/call-method-register.cc
+++ b/gdb/testsuite/gdb.cp/call-method-register.cc
@@ -19,6 +19,8 @@
 # define ASM_REG "rax"
 #elif defined __i386__
 # define ASM_REG "eax"
+#elif defined __powerpc64__
+# define ASM_REG "r9"
 #else
 # error "port me"
 #endif


                 reply	other threads:[~2022-07-13 15:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220713152527.04ACE384F01E@sourceware.org \
    --to=carll@sourceware.org \
    --cc=gdb-cvs@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).