]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/ChangeLog
* dwarf.c (display_debug_names): Initialize hash_prev.
authorHans-Peter Nilsson <hp@bitrange.com>
Tue, 18 Jul 2017 10:14:38 +0000 (12:14 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Tue, 18 Jul 2017 10:14:38 +0000 (12:14 +0200)
commit0a79bef4f206d89214c48454a4302d6b6f8f68c0
tree9f60d6178604db3e46da549648e8c4092798f0ee
parent25bda061bfe001db0b10a99e289293cadad5a0c9
* dwarf.c (display_debug_names): Initialize hash_prev.

gcc-4.3.0 warns that it may be used uninitialized.  It takes a look
and a half at the code to understand that it's false.
binutils/ChangeLog
binutils/dwarf.c