diff options
author | Nick Clifton <nickc@redhat.com> | 2024-11-07 14:53:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-11-07 14:53:26 +0000 |
commit | aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be (patch) | |
tree | ea0e95833af30a4f65ea718367f7b9cd7c4807e1 /gdb | |
parent | c26f8fbe794cf2fb4c4a1fdefeae32137d2bd303 (diff) | |
download | gdb-aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be.zip gdb-aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be.tar.gz gdb-aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be.tar.bz2 |
Deprecate the ARM simulator.
The ARM simulator is no longer able to simulator modern ARM cores, so it
is being deprecated. Once this change has been active for a while - and
assuming that no problems have been found - the ARm simulator codebase
will be removed.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 8d85a59..62df71b 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -766,7 +766,6 @@ gdb_target_obs="${cpu_obs} ${os_obs} ${gdb_target_obs}" case "${targ}" in aarch64*-*-*) gdb_sim=aarch64 ;; -arm*-*-*) gdb_sim=arm ;; avr*-*-*) gdb_sim=avr ;; bfin-*-*) gdb_sim=bfin ;; bpf-*-*) gdb_sim=bpf ;; |