binutils-gdb/gdb/features
Pedro Alves 6ac1c0821e [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.
2013-05-29 09:18:48 +00:00
..
i386 Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
rs6000 Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
Makefile [AArch64] Remove all traces of aarch64-without-fpu.xml. 2013-05-29 09:18:48 +00:00
aarch64-core.xml Add basic support for AArch64. 2013-02-04 12:48:37 +00:00
aarch64-fpu.xml Add basic support for AArch64. 2013-02-04 12:48:37 +00:00
aarch64.c Add basic support for AArch64. 2013-02-04 12:48:37 +00:00
aarch64.xml Add basic support for AArch64. 2013-02-04 12:48:37 +00:00
arm-core.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-fpa.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-m-profile.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-vfpv2.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-vfpv3.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-with-iwmmxt.c gdb/ 2012-07-27 20:23:05 +00:00
arm-with-iwmmxt.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-with-m-fpa-layout.c gdb/ 2012-07-27 20:23:05 +00:00
arm-with-m-fpa-layout.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-with-m-vfp-d16.c gdb/ 2012-07-27 20:23:05 +00:00
arm-with-m-vfp-d16.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-with-m.c gdb/ 2012-07-27 20:23:05 +00:00
arm-with-m.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-with-neon.c gdb/ 2012-07-27 20:23:05 +00:00
arm-with-neon.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-with-vfpv2.c gdb/ 2012-07-27 20:23:05 +00:00
arm-with-vfpv2.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
arm-with-vfpv3.c gdb/ 2012-07-27 20:23:05 +00:00
arm-with-vfpv3.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
btrace.dtd Define the xml document style for transferring branch trace data. 2013-03-11 08:28:58 +00:00
feature_to_c.sh Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdb-target.dtd Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdbserver-regs.xsl * features/Makefile, features/arm-with-iwmmxt.xml, 2007-02-08 21:39:04 +00:00
library-list-aix.dtd AIX: Change XML to use library-list-aix instead of library-list. 2013-05-07 09:50:49 +00:00
library-list-svr4.dtd Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
library-list.dtd Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
m68k-core.xml 2009-11-17 Nathan Sidwell <nathan@codesourcery.com> 2009-11-17 18:06:47 +00:00
mips-cp0.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips-cpu.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips-dsp-linux.c gdb/ 2012-07-27 20:23:05 +00:00
mips-dsp-linux.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips-dsp.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips-fpu.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips-linux.c gdb/ 2012-07-27 20:23:05 +00:00
mips-linux.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips64-cp0.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips64-cpu.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips64-dsp-linux.c gdb/ 2012-07-27 20:23:05 +00:00
mips64-dsp-linux.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips64-dsp.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips64-fpu.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
mips64-linux.c gdb/ 2012-07-27 20:23:05 +00:00
mips64-linux.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
nios2-cpu.xml 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> 2013-05-07 01:09:29 +00:00
nios2-linux.c 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> 2013-05-07 01:09:29 +00:00
nios2-linux.xml 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> 2013-05-07 01:09:29 +00:00
nios2.c 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> 2013-05-07 01:09:29 +00:00
nios2.xml 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> 2013-05-07 01:09:29 +00:00
number-regs.xsl * features/Makefile, features/arm-with-iwmmxt.xml, 2007-02-08 21:39:04 +00:00
osdata.dtd Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-acr.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-core32.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-core64.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-fpr.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-linux32.c gdb/ 2012-07-27 20:23:05 +00:00
s390-linux32.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-linux32v1.c gdb/ 2012-07-27 20:23:05 +00:00
s390-linux32v1.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-linux32v2.c gdb/ 2012-07-27 20:23:05 +00:00
s390-linux32v2.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-linux64.c gdb/ 2012-07-27 20:23:05 +00:00
s390-linux64.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-linux64v1.c gdb/ 2012-07-27 20:23:05 +00:00
s390-linux64v1.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390-linux64v2.c gdb/ 2012-07-27 20:23:05 +00:00
s390-linux64v2.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390x-core64.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390x-linux64.c gdb/ 2012-07-27 20:23:05 +00:00
s390x-linux64.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390x-linux64v1.c gdb/ 2012-07-27 20:23:05 +00:00
s390x-linux64v1.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
s390x-linux64v2.c gdb/ 2012-07-27 20:23:05 +00:00
s390x-linux64v2.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
sort-regs.xsl * features/Makefile: Generate regformats for mips-linux and 2007-06-13 18:50:38 +00:00
threads.dtd Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-c6xp.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-c62x-linux.c gdb/ 2012-07-27 20:23:05 +00:00
tic6x-c62x-linux.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-c62x.c gdb/ 2012-07-27 20:23:05 +00:00
tic6x-c62x.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-c64x-linux.c gdb/ 2012-07-27 20:23:05 +00:00
tic6x-c64x-linux.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-c64x.c gdb/ 2012-07-27 20:23:05 +00:00
tic6x-c64x.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-c64xp-linux.c gdb/ 2012-07-27 20:23:05 +00:00
tic6x-c64xp-linux.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-c64xp.c gdb/ 2012-07-27 20:23:05 +00:00
tic6x-c64xp.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-core.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
tic6x-gp.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
traceframe-info.dtd Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
xinclude.dtd Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
xscale-iwmmxt.xml Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00