mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-09 00:45:29 +08:00
Fix mistakes made about interpretation of ELF ABI spec
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2000-01-11 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* readelf.c (get_dynamic_type): Remove DT_ENCODING.
|
||||
|
||||
2000-01-10 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
|
||||
|
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user