diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:52:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:52:23 +0000 |
commit | 7bea2f730c47a5b0bf69bd60b88dcffc9d442d6a (patch) | |
tree | bd016cd9c889756280fe0b4eb6f1bce93b373297 /binutils/readelf.c | |
parent | 879b0f76a9dbabfdb5e8d5775bb11dee00416849 (diff) | |
download | gdb-7bea2f730c47a5b0bf69bd60b88dcffc9d442d6a.zip gdb-7bea2f730c47a5b0bf69bd60b88dcffc9d442d6a.tar.gz gdb-7bea2f730c47a5b0bf69bd60b88dcffc9d442d6a.tar.bz2 |
Add NT_WIN32PSTATUS to list of recognised core notes
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index b1b7f3e..0c8feb5 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; |