* arm_corenote.c (vfp_items): Remove zero COUNT initializer.
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
+2013-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * arm_corenote.c (vfp_items): Remove zero COUNT initializer.
+
2012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
* linux-core-note.c (prstatus_items): Rename groups of sigpend and
{
.name = "fpscr", .group = "register",
.offset = 0,
- .count = 0, .type = ELF_T_WORD, .format = 'x',
+ .type = ELF_T_WORD, .format = 'x',
},
};