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 078b74d8b6b751259ddec4869bea8c10b8fb05c0..a75641c0446435facfcea4b513ed2343e16b66ef 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 32e0cf00144c73cb115a7d5289d93f70058e53c4..2156b78258e26f02e4982ce42245aa39ce5b630c 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)
This page took 0.03197 seconds and 4 git commands to generate.