diff options
author | Nick Clifton <nickc@redhat.com> | 2007-04-24 12:08:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-04-24 12:08:39 +0000 |
commit | 1a0a850df64ce80209bb834ea1a37529a251a6c4 (patch) | |
tree | 54e843b380f45de50714c72676b764ce32228419 /binutils/srconv.c | |
parent | 312aaa3cfecbfd9f73e3f8f41096e3ad8162e978 (diff) | |
download | gdb-1a0a850df64ce80209bb834ea1a37529a251a6c4.zip gdb-1a0a850df64ce80209bb834ea1a37529a251a6c4.tar.gz gdb-1a0a850df64ce80209bb834ea1a37529a251a6c4.tar.bz2 |
* srconv.c (walk_tree_type_1): Initialise dpt.dunno.
Diffstat (limited to 'binutils/srconv.c')
-rw-r--r-- | binutils/srconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |