* 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 e186ac7696b6d628f4df39619c926b525a7d7da6..f08eb9eb151a320226e146491db1a6a629781b69 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 ef1b8c7c80a95ed982c0dc4510e2451c0e96266b..840333963fb9b19335e5ce99fc3bc07aed6a6515 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);