6ac1c0821e
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. |
||
---|---|---|
.. | ||
i386 | ||
rs6000 | ||
aarch64.dat | ||
arm-with-iwmmxt.dat | ||
arm-with-neon.dat | ||
arm-with-vfpv2.dat | ||
arm-with-vfpv3.dat | ||
mips-dsp-linux.dat | ||
mips-linux.dat | ||
mips64-dsp-linux.dat | ||
mips64-linux.dat | ||
nios2-linux.dat | ||
reg-arm.dat | ||
reg-bfin.dat | ||
reg-cf.dat | ||
reg-cris.dat | ||
reg-crisv32.dat | ||
reg-ia64.dat | ||
reg-m32r.dat | ||
reg-m68k.dat | ||
reg-sh.dat | ||
reg-sparc64.dat | ||
reg-spu.dat | ||
reg-tilegx.dat | ||
reg-tilegx32.dat | ||
reg-xtensa.dat | ||
regdat.sh | ||
regdef.h | ||
s390-linux32.dat | ||
s390-linux32v1.dat | ||
s390-linux32v2.dat | ||
s390-linux64.dat | ||
s390-linux64v1.dat | ||
s390-linux64v2.dat | ||
s390x-linux64.dat | ||
s390x-linux64v1.dat | ||
s390x-linux64v2.dat | ||
tic6x-c62x-linux.dat | ||
tic6x-c62x.dat | ||
tic6x-c64x-linux.dat | ||
tic6x-c64x.dat | ||
tic6x-c64xp-linux.dat | ||
tic6x-c64xp.dat |