PR binutils/12523
* readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
This commit is contained in:
parent
55e58852b9
commit
5115b233c7
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2011-02-28 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
* debug.c (debug_start_source): Use filename_(n)cmp.
|
* debug.c (debug_start_source): Use filename_(n)cmp.
|
||||||
|
|
|
@ -12377,6 +12377,7 @@ process_object (char * file_name, FILE * file)
|
||||||
|
|
||||||
for (i = ARRAY_SIZE (dynamic_info); i--;)
|
for (i = ARRAY_SIZE (dynamic_info); i--;)
|
||||||
dynamic_info[i] = 0;
|
dynamic_info[i] = 0;
|
||||||
|
dynamic_info_DT_GNU_HASH = 0;
|
||||||
|
|
||||||
/* Process the file. */
|
/* Process the file. */
|
||||||
if (show_name)
|
if (show_name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue