From c2d5b263b37327186c401415ed552bba94f4fb73 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 30 Jan 2013 20:26:14 +0100 Subject: [PATCH] backends/ * arm_corenote.c (vfp_items): Remove zero COUNT initializer. Signed-off-by: Jan Kratochvil --- backends/ChangeLog | 4 ++++ backends/arm_corenote.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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', }, }; -- 2.47.2