2013-10-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Mon, 14 Oct 2013 12:53:40 +0000 (12:53 +0000)
committerJan-Benedict Glaw <jbglaw@lug-owl.de>
Mon, 14 Oct 2013 12:53:40 +0000 (12:53 +0000)
* readelf.c (decode_arm_unwind): Don't initialize `addr'.

binutils/ChangeLog
binutils/readelf.c

index 078b74d..a75641c 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * readelf.c (decode_arm_unwind): Don't initialize `addr'.
+
 2013-10-14  Nick Clifton  <nickc@redhat.com>
 
        * readelf.c (decode_arm_unwind): Initialise addr structure.
index 32e0cf0..2156b78 100644 (file)
@@ -7170,7 +7170,7 @@ decode_arm_unwind (struct arm_unw_aux_info *  aux,
 {
   int per_index;
   unsigned int more_words = 0;
-  struct absaddr addr = { 0 };
+  struct absaddr addr;
   bfd_vma sym_name = (bfd_vma) -1;
 
   if (remaining == 0)