From 171be7e7b7ad49e73e19c91c114b54fbb197adeb Mon Sep 17 00:00:00 2001 From: Jan-Benedict Glaw Date: Mon, 14 Oct 2013 12:53:40 +0000 Subject: 2013-10-14 Jan-Benedict Glaw * readelf.c (decode_arm_unwind): Don't initialize `addr'. --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/readelf.c') diff --git a/binutils/readelf.c b/binutils/readelf.c index 32e0cf0014..2156b78258 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) -- cgit v1.2.1