From aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 7 Nov 2024 14:53:26 +0000 Subject: 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. --- gdb/configure.tgt | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb') 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 ;; -- cgit v1.1