* srconv.c (walk_tree_type_1): Initialise dpt.dunno.
authorNick Clifton <nickc@redhat.com>
Tue, 24 Apr 2007 12:08:39 +0000 (12:08 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 24 Apr 2007 12:08:39 +0000 (12:08 +0000)
binutils/ChangeLog
binutils/srconv.c

index e186ac7..f08eb9e 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-24  Nick Clifton  <nickc@redhat.com>
+
+       * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
+
 2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
            Phil Edwards  <phil@codesourcery.com>
 
index ef1b8c7..8403339 100644 (file)
@@ -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);