aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2024-10-11 13:07:18 +0100
committerAndrew Burgess <aburgess@redhat.com>2024-10-11 13:22:31 +0100
commit5bc1b13676bc5eeefc50d25379991f5f9255eb80 (patch)
tree2674e3c26d693060fd4b76d05ed5efd489bb806e
parenta9ed7a0814fc70feaad485576d043a983b6f8695 (diff)
downloadbinutils-5bc1b13676bc5eeefc50d25379991f5f9255eb80.zip
binutils-5bc1b13676bc5eeefc50d25379991f5f9255eb80.tar.gz
binutils-5bc1b13676bc5eeefc50d25379991f5f9255eb80.tar.bz2
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.
-rw-r--r--gdbserver/linux-aarch32-low.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdbserver/linux-aarch32-low.h b/gdbserver/linux-aarch32-low.h
index a33159b..b684a5d 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 */