From: Jan-Benedict Glaw Date: Mon, 14 Oct 2013 12:53:40 +0000 (+0000) Subject: 2013-10-14 Jan-Benedict Glaw X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37e14bc332f216ec1653473ad1172d0e8f28c4eb;p=binutils-gdb.git 2013-10-14 Jan-Benedict Glaw * readelf.c (decode_arm_unwind): Don't initialize `addr'. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 078b74d8b6b..a75641c0446 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2013-10-14 Jan-Benedict Glaw + + * readelf.c (decode_arm_unwind): Don't initialize `addr'. + 2013-10-14 Nick Clifton * readelf.c (decode_arm_unwind): Initialise addr structure. diff --git a/binutils/readelf.c b/binutils/readelf.c index 32e0cf00144..2156b78258e 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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)