From: Yao Qi <qiyaoltc@gmail.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 2/2] Add aarch64-linux in supports_get_siginfo_type
Date: Mon, 22 Jun 2015 11:03:00 -0000 [thread overview]
Message-ID: <1434971017-22494-2-git-send-email-yao.qi@linaro.org> (raw)
In-Reply-To: <1434971017-22494-1-git-send-email-yao.qi@linaro.org>
gdbarch method get_siginfo_type is implemented on aaarch64-linux, so
supports_get_siginfo_type should return 1 on aaarch64-linux.
gdb/testsuite:
2015-06-22 Yao Qi <yao.qi@linaro.org>
* lib/gdb.exp (supports_get_siginfo_type): Add aarch64-linux.
---
gdb/testsuite/lib/gdb.exp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index d3ed56f..47221cb 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -2002,7 +2002,8 @@ gdb_caching_proc support_complex_tests {
proc supports_get_siginfo_type {} {
if { [istarget "i?86-*-linux*"]
|| [istarget "x86_64-*-linux*"]
- || [istarget "arm*-*-linux*"] } {
+ || [istarget "arm*-*-linux*"]
+ || [istarget "aarch64*-*-linux*"] } {
return 1
} else {
return 0
--
1.9.1
next prev parent reply other threads:[~2015-06-22 11:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-22 11:03 [PATCH 1/2] New proc supports_get_siginfo_type Yao Qi
2015-06-22 11:03 ` Yao Qi [this message]
2015-06-24 10:45 ` [PATCH 2/2] Add aarch64-linux in supports_get_siginfo_type Pedro Alves
2015-06-24 13:31 ` Yao Qi
2015-06-24 13:39 ` Pedro Alves
2015-06-24 10:32 ` [PATCH 1/2] New proc supports_get_siginfo_type Pedro Alves
2015-06-24 13:57 ` Yao Qi
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=1434971017-22494-2-git-send-email-yao.qi@linaro.org \
--to=qiyaoltc@gmail.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