]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdbserver: remove declaration of init_registers_arm_with_neon
authorAndrew Burgess <aburgess@redhat.com>
Fri, 11 Oct 2024 12:07:18 +0000 (13:07 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 11 Oct 2024 12:22:31 +0000 (13:22 +0100)
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.

gdbserver/linux-aarch32-low.h

index a33159b940fa5510dd877e8c95a2e3d8566fb240..b684a5dc7aeb9cc30f6294125600571b056a6a3d 100644 (file)
@@ -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 */