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 | |
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')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/srconv.c | 1 |
2 files changed, 5 insertions, 0 deletions
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 <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> 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); |