Fix mistakes made about interpretation of ELF ABI spec

This commit is contained in:
Nick Clifton 2000-01-11 17:53:33 +00:00
parent 0d06e24ba7
commit 2d0e6f43d3
4 changed files with 29 additions and 6 deletions

View file

@ -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";