From: Jan Kratochvil Date: Wed, 30 Jan 2013 19:26:14 +0000 (+0100) Subject: backends/ X-Git-Tag: elfutils-0.156~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d5b263b37327186c401415ed552bba94f4fb73;p=thirdparty%2Felfutils.git backends/ * arm_corenote.c (vfp_items): Remove zero COUNT initializer. Signed-off-by: Jan Kratochvil --- diff --git a/backends/ChangeLog b/backends/ChangeLog index cca71130e..2319faf31 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2013-01-30 Jan Kratochvil + + * arm_corenote.c (vfp_items): Remove zero COUNT initializer. + 2012-10-12 Jan Kratochvil * linux-core-note.c (prstatus_items): Rename groups of sigpend and diff --git a/backends/arm_corenote.c b/backends/arm_corenote.c index d52794424..c5d8d887a 100644 --- a/backends/arm_corenote.c +++ b/backends/arm_corenote.c @@ -84,7 +84,7 @@ static const Ebl_Core_Item vfp_items[] = { .name = "fpscr", .group = "register", .offset = 0, - .count = 0, .type = ELF_T_WORD, .format = 'x', + .type = ELF_T_WORD, .format = 'x', }, };