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.
Import from mainline.
+2017-07-18 Hans-Peter Nilsson <hp@bitrange.com>
+
+ Import from mainline:
+ * dwarf.c (display_debug_names): Initialize hash_prev.
+
2017-09-05 Nick Clifton <nickc@redhat.com>
Import from mainline:
printf (_("Used %zu of %lu buckets.\n"), buckets_filled,
(unsigned long) bucket_count);
- uint32_t hash_prev;
+ uint32_t hash_prev = 0;
size_t hash_clash_count = 0;
size_t longest_clash = 0;
size_t this_length = 0;