aboutsummaryrefslogtreecommitdiff
path: root/gdb/features/arm-with-vfpv2.c
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2012-04-25 18:36:05 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2012-04-25 18:36:05 +0000
commit4e2f8df673369ac03d523aa2ff1ecd11fbf9cb22 (patch)
tree396eea8c306314cd7af6745f6d2ccbfc1a801949 /gdb/features/arm-with-vfpv2.c
parent2e30cb575a1d2b1eb8f776356ed59b0722a943d1 (diff)
downloadgdb-4e2f8df673369ac03d523aa2ff1ecd11fbf9cb22.zip
gdb-4e2f8df673369ac03d523aa2ff1ecd11fbf9cb22.tar.gz
gdb-4e2f8df673369ac03d523aa2ff1ecd11fbf9cb22.tar.bz2
2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
* features/arm-with-iwmmxt.c: Regenerate. * features/arm-with-m-fpa-layout.c: Likewise. * features/arm-with-m.c: Likewise. * features/arm-with-neon.c: Likewise. * features/arm-with-vfpv2.c: Likewise. * features/arm-with-vfpv3.c: Likewise. * features/mips-dsp-linux.c: Likewise. * features/mips-linux.c: Likewise. * features/mips64-dsp-linux.c: Likewise. * features/mips64-linux.c: Likewise. * features/s390-linux32.c: Likewise. * features/s390-linux32v1.c: Likewise. * features/s390-linux32v2.c: Likewise. * features/s390-linux64.c: Likewise. * features/s390-linux64v1.c: Likewise. * features/s390-linux64v2.c: Likewise. * features/s390x-linux64.c: Likewise. * features/s390x-linux64v1.c: Likewise. * features/s390x-linux64v2.c: Likewise. * features/tic6x-c62x-linux.c: Likewise. * features/tic6x-c62x.c: Likewise. * features/tic6x-c64x-linux.c: Likewise. * features/tic6x-c64x.c: Likewise. * features/tic6x-c64xp-linux.c: Likewise. * features/tic6x-c64xp.c: Likewise. * target-descriptions.c: Only generate `field_type' and `type' variables when needed.
Diffstat (limited to 'gdb/features/arm-with-vfpv2.c')
-rw-r--r--gdb/features/arm-with-vfpv2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/features/arm-with-vfpv2.c b/gdb/features/arm-with-vfpv2.c
index ad872f8..7b014cd 100644
--- a/gdb/features/arm-with-vfpv2.c
+++ b/gdb/features/arm-with-vfpv2.c
@@ -10,7 +10,6 @@ initialize_tdesc_arm_with_vfpv2 (void)
{
struct target_desc *result = allocate_target_description ();
struct tdesc_feature *feature;
- struct tdesc_type *field_type, *type;
feature = tdesc_create_feature (result, "org.gnu.gdb.arm.core");
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");