gdb/riscv: Use legacy register numbers in default target description
[deliverable/binutils-gdb.git] / gdb / features / arc-arcompact.c
index 79b6889172a9933319ef23a2391306fa8df78277..f81f0a26ba2dd4efaa5d5f353eee8f1eeffc4096 100644 (file)
@@ -52,7 +52,6 @@ initialize_tdesc_arc_arcompact (void)
 
   feature = tdesc_create_feature (result, "org.gnu.gdb.arc.aux-minimal");
   tdesc_type_with_fields *type_with_fields;
-  tdesc_type *field_type;
   type_with_fields = tdesc_create_flags (feature, "status32_type", 4);
   tdesc_add_flag (type_with_fields, 0, "H");
   tdesc_add_bitfield (type_with_fields, "E", 1, 2);
This page took 0.024778 seconds and 4 git commands to generate.