Fix mistakes made about interpretation of ELF ABI spec
This commit is contained in:
parent
0d06e24ba7
commit
2d0e6f43d3
4 changed files with 29 additions and 6 deletions
|
@ -1059,7 +1059,7 @@ get_dynamic_type (type)
|
|||
case DT_FINI_ARRAYSZ: return "FINI_ARRAYSZ";
|
||||
case DT_RUNPATH: return "RUNPATH";
|
||||
case DT_FLAGS: return "FLAGS";
|
||||
case DT_ENCODING: return "ENCODING";
|
||||
|
||||
case DT_PREINIT_ARRAY: return "PREINIT_ARRAY";
|
||||
case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue