PR binutils/12523
authorAlan Modra <amodra@gmail.com>
Tue, 1 Mar 2011 00:02:32 +0000 (00:02 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 1 Mar 2011 00:02:32 +0000 (00:02 +0000)
* readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.

binutils/ChangeLog
binutils/readelf.c

index 7d0b89d208968abfdf956d45ef5bbc849b372d64..76749d9718c1b59ae8903f8dbf4ae70e9b6ae219 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-01  Akos Pasztory  <akos.pasztory@gmail.com>
+
+       PR binutils/12523
+       * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
+
 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
 
        * debug.c (debug_start_source): Use filename_(n)cmp.
index d17537aa52ae53549fde411e3a2206eb344871f5..fedf771cd5568979433a0dc4548120f18819c922 100644 (file)
@@ -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)