forked from Imagelibrary/binutils-gdb
2000-07-19 H.J. Lu <hjl@gnu.org>
* readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB to DF_1_NODEFLIB.
This commit is contained in:
@@ -3463,10 +3463,10 @@ process_dynamic_segment (file)
|
||||
printf (" INTERPOSE");
|
||||
val ^= DF_1_INTERPOSE;
|
||||
}
|
||||
if (val & DF_1_NODEPLIB)
|
||||
if (val & DF_1_NODEFLIB)
|
||||
{
|
||||
printf (" NODEPLIB");
|
||||
val ^= DF_1_NODEPLIB;
|
||||
printf (" NODEFLIB");
|
||||
val ^= DF_1_NODEFLIB;
|
||||
}
|
||||
if (val & DF_1_NODUMP)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user