summaryrefslogtreecommitdiff
path: root/gdb/features/Makefile
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-05-29 09:18:47 +0000
committerPedro Alves <palves@redhat.com>2013-05-29 09:18:47 +0000
commitae0abbcfaffe5460d26641ccd19dd7ee022a81f4 (patch)
treeefde28da18d28d4a4ef629a1329ac68010dfeffc /gdb/features/Makefile
parentb8aa5d2d87720b19aff29ab5210bb7a4fb0f89c3 (diff)
downloadgdb-ae0abbcfaffe5460d26641ccd19dd7ee022a81f4.tar.gz
[AArch64] Remove all traces of aarch64-without-fpu.xml.
The aarch64-without-fpu description is unused. Linux requires an FPU, so the AArch64 native port always returns the with-fpu variant: static const struct target_desc * aarch64_linux_read_description (struct target_ops *ops) { initialize_tdesc_aarch64 (); return tdesc_aarch64; } When the target doesn't report a target description at all, we fallback to a register set with an FPU: aarch64_gdbarch_init () ... if (!tdesc_has_registers (tdesc)) tdesc = tdesc_aarch64; This just removes the dead description. Tested by building on x86_64 Fedora 17 with --enable=targets=all. gdb/ 2013-05-29 Pedro Alves <palves@redhat.com> * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c". (_initialize_aarch64_tdep): Don't call initialize_tdesc_aarch64_without_fpu. * features/Makefile (WHICH): Remove reference to aarch64-without-fpu. * features/aarch64-without-fpu.c: Delete file. * regformats/aarch64-without-fpu.dat: Delete file.
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r--gdb/features/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index e3a07e7130b..aee57d24a92 100644
--- a/gdb/features/Makefile
+++ b/gdb/features/Makefile
@@ -30,7 +30,7 @@
# in the GDB repository. To generate C files:
# make GDB=/path/to/gdb XMLTOC="xml files" cfiles
-WHICH = aarch64 aarch64-without-fpu \
+WHICH = aarch64 \
arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \
arm-with-m arm-with-m-fpa-layout arm-with-m-vfp-d16 \
i386/i386 i386/i386-linux \