From 1a0a850df64ce80209bb834ea1a37529a251a6c4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 24 Apr 2007 12:08:39 +0000 Subject: [PATCH] * srconv.c (walk_tree_type_1): Initialise dpt.dunno. --- binutils/ChangeLog | 4 ++++ binutils/srconv.c | 1 + 2 files changed, 5 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e186ac7..f08eb9e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-04-24 Nick Clifton + + * srconv.c (walk_tree_type_1): Initialise dpt.dunno. + 2007-04-24 Nathan Froyd Phil Edwards diff --git a/binutils/srconv.c b/binutils/srconv.c index ef1b8c7..8403339 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -704,6 +704,7 @@ walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol, { struct IT_dpt dpt; + dpt.dunno = 0; walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1); dpt.neg = 0x1001; sysroff_swap_dpt_out (file, &dpt); -- 2.7.4