aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure.srv
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/configure.srv
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/configure.srv')
-rw-r--r--gdb/gdbserver/configure.srv3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index 9344b17..879d0de 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -43,7 +43,7 @@ srv_amd64_linux_xmlfiles="i386/amd64-linux.xml i386/amd64-avx-linux.xml i386/64b
case "${target}" in
aarch64*-*-linux*)
- srv_regobj="aarch64.o aarch64-without-fpu.o"
+ srv_regobj="aarch64.o"
srv_tgtobj="linux-aarch64-low.o"
srv_tgtobj="${srv_tgtobj} linux-low.o"
srv_tgtobj="${srv_tgtobj} linux-osdata.o"
@@ -52,7 +52,6 @@ case "${target}" in
srv_xmlfiles="aarch64.xml"
srv_xmlfiles="${srv_xmlfiles} aarch64-core.xml"
srv_xmlfiles="${srv_xmlfiles} aarch64-fpu.xml"
- srv_xmlfiles="${srv_xmlfiles} aarch64-without-fpu.xml"
srv_linux_usrregs=yes
srv_linux_regsets=yes
srv_linux_thread_db=yes