aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-05-28 10:41:17 +0000
committerPedro Alves <palves@redhat.com>2013-05-28 10:41:17 +0000
commit9b25f2d30c0ae6d59e4841da468d651d689d5d57 (patch)
tree5ff19ea58dca4b481fe909840d683050a5d05e85 /gdb/gdbserver/linux-aarch64-low.c
parent89d2a2a39e924e48033edc1d04e55b5cc10dbe21 (diff)
downloadgdb-9b25f2d30c0ae6d59e4841da468d651d689d5d57.zip
gdb-9b25f2d30c0ae6d59e4841da468d651d689d5d57.tar.gz
gdb-9b25f2d30c0ae6d59e4841da468d651d689d5d57.tar.bz2
[GDBserver][AArch64] Remove references to aarch64-without-fpu.xml.
The GDBserver Aarch64 port includes the aarch64-without-fpu description in the build, but doesn't actually use it anywhere. As Linux always requires an FPU, just remove the dead code. gdb/gdbserver/ 2013-05-28 Pedro Alves <palves@redhat.com> * Makefile.in (clean): Remove reference to aarch64-without-fpu.c. (aarch64-without-fpu.c): Delete rule. * configure.srv (aarch64*-*-linux*): Remove references to aarch64-without-fpu.o and aarch64-without-fpu.xml. * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove declaration.
Diffstat (limited to 'gdb/gdbserver/linux-aarch64-low.c')
-rw-r--r--gdb/gdbserver/linux-aarch64-low.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/gdbserver/linux-aarch64-low.c b/gdb/gdbserver/linux-aarch64-low.c
index 9dcfc55..cdf9cfd 100644
--- a/gdb/gdbserver/linux-aarch64-low.c
+++ b/gdb/gdbserver/linux-aarch64-low.c
@@ -33,9 +33,6 @@
/* Defined in auto-generated files. */
void init_registers_aarch64 (void);
-/* Defined in auto-generated files. */
-void init_registers_aarch64_without_fpu (void);
-
#ifdef HAVE_SYS_REG_H
#include <sys/reg.h>
#endif