Add NT_WIN32PSTATUS to list of recognised core notes

This commit is contained in:
Nick Clifton 2000-01-10 18:52:23 +00:00
parent 879b0f76a9
commit 7bea2f730c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-01-10 Nick Clifton <nickc@cygnus.com>
* readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
* windres.c (long_options): Add --use-temp-file and

View File

@ -6940,6 +6940,7 @@ get_note_type (e_type)
case NT_PSINFO: return _("NT_PSINFO (psinfo structure)");
case NT_LWPSTATUS: return _("NT_LWPSTATUS (lwpstatus_t structure)");
case NT_LWPSINFO: return _("NT_LWPSINFO (lwpsinfo_t structure)");
case NT_WIN32PSTATUS: return _("NT_WIN32PSTATUS (win32_pstatus strcuture)");
default:
sprintf (buff, _("Unknown note type: (0x%08x)"), e_type);
return buff;