From 5115b233c73da4be7fd524c032a1a0154de5e833 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 1 Mar 2011 00:02:32 +0000 Subject: PR binutils/12523 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH. --- binutils/readelf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'binutils/readelf.c') diff --git a/binutils/readelf.c b/binutils/readelf.c index d17537a..fedf771 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -12377,6 +12377,7 @@ process_object (char * file_name, FILE * file) for (i = ARRAY_SIZE (dynamic_info); i--;) dynamic_info[i] = 0; + dynamic_info_DT_GNU_HASH = 0; /* Process the file. */ if (show_name) -- cgit v1.1