]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR binutils/12523
authorAlan Modra <amodra@gmail.com>
Tue, 1 Mar 2011 00:02:38 +0000 (00:02 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 1 Mar 2011 00:02:38 +0000 (00:02 +0000)
* readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.

binutils/ChangeLog
binutils/readelf.c

index 2b9865ca3f00b73ff8dbde8b67c73b0d3e92a75b..13ef346c8824d3d3ed0cafd880caf8d895757d6a 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-01  Alan Modra  <amodra@gmail.com>
 
        Backport from mainline
index 98a39560077ab368269239677b1a28f9cfcd3d77..a31dd3cf435ebaeb7ce3bd9213ef0bcc0f54a706 100644 (file)
@@ -12287,6 +12287,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)