From: Mike Frysinger via Gdb-patches <gdb-patches@sourceware.org>
To: gdb-patches@sourceware.org
Subject: [PATCH 2/4] gdb: aarch64: enable sim integration
Date: Thu, 19 Aug 2021 17:23:37 -0400 [thread overview]
Message-ID: <20210819212339.15857-2-vapier@gentoo.org> (raw)
In-Reply-To: <20210819212339.15857-1-vapier@gentoo.org>
The sim side is already ready to go for aarch64, so wire it up.
---
gdb/configure.tgt | 1 +
1 file changed, 1 insertion(+)
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index b5259dfbc762..55ae7541b619 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -738,6 +738,7 @@ gdb_target_obs="${cpu_obs} ${os_obs} ${gdb_target_obs}"
# in sync with that file.
case "${targ}" in
+aarch64*-*-*) gdb_sim=aarch64 ;;
arm*-*-*) gdb_sim=arm ;;
avr*-*-*) gdb_sim=avr ;;
bfin-*-*) gdb_sim=bfin ;;
--
2.31.1
next prev parent reply other threads:[~2021-08-19 21:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-19 21:23 [PATCH 1/4] gdb: sim: consolidate configure settings Mike Frysinger via Gdb-patches
2021-08-19 21:23 ` Mike Frysinger via Gdb-patches [this message]
2021-09-07 14:39 ` [PATCH 2/4] gdb: aarch64: enable sim integration Simon Marchi via Gdb-patches
2021-08-19 21:23 ` [PATCH 3/4] gdb: cris: " Mike Frysinger via Gdb-patches
2021-09-07 14:40 ` Simon Marchi via Gdb-patches
2021-09-08 2:33 ` Mike Frysinger via Gdb-patches
2021-08-19 21:23 ` [PATCH 4/4] sim: update configure target list Mike Frysinger via Gdb-patches
2021-09-04 1:12 ` [PATCH 1/4] gdb: sim: consolidate configure settings Mike Frysinger via Gdb-patches
2021-09-07 14:39 ` Simon Marchi via Gdb-patches
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=20210819212339.15857-2-vapier@gentoo.org \
--to=gdb-patches@sourceware.org \
--cc=vapier@gentoo.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