From: Andrew Burgess Date: Fri, 11 Oct 2024 12:07:18 +0000 (+0100) Subject: gdbserver: remove declaration of init_registers_arm_with_neon X-Git-Tag: gdb-16-branchpoint~677 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bc1b13676bc5eeefc50d25379991f5f9255eb80;p=thirdparty%2Fbinutils-gdb.git gdbserver: remove declaration of init_registers_arm_with_neon The last use of init_registers_arm_with_neon was removed in this commit: commit 7cc17433020a62935e4d91053251fe900d83c7f0 Date: Fri Jul 19 15:04:48 2019 +0100 Arm: Use read_description funcs in gdbserver But the declaration was left around. Remove the declaration now. --- diff --git a/gdbserver/linux-aarch32-low.h b/gdbserver/linux-aarch32-low.h index a33159b940f..b684a5dc7ae 100644 --- a/gdbserver/linux-aarch32-low.h +++ b/gdbserver/linux-aarch32-low.h @@ -33,7 +33,6 @@ int arm_breakpoint_at (CORE_ADDR where); void initialize_low_arch_aarch32 (void); -void init_registers_arm_with_neon (void); int arm_is_thumb_mode (void); #endif /* GDBSERVER_LINUX_AARCH32_LOW_H */