]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
[GDBserver][AArch64] Remove references to aarch64-without-fpu.xml.
authorPedro Alves <palves@redhat.com>
Tue, 28 May 2013 10:41:17 +0000 (10:41 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 28 May 2013 10:41:17 +0000 (10:41 +0000)
commit9b25f2d30c0ae6d59e4841da468d651d689d5d57
tree5ff19ea58dca4b481fe909840d683050a5d05e85
parent89d2a2a39e924e48033edc1d04e55b5cc10dbe21
[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.
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/configure.srv
gdb/gdbserver/linux-aarch64-low.c