projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0dcf6
)
gdb: aarch64: enable sim integration
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 19 Aug 2021 20:59:29 +0000
(16:59 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 8 Sep 2021 00:57:11 +0000
(20:57 -0400)
The sim side is already ready to go for aarch64, so wire it up.
gdb/configure.tgt
patch
|
blob
|
history
diff --git
a/gdb/configure.tgt
b/gdb/configure.tgt
index b5259dfbc7625e6bfe88de0694418c2005d6c38a..55ae7541b61980a1e5adf60f340cbe8fff7a89c8 100644
(file)
--- 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 ;;