summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/binutils/readelf.c')
-rw-r--r--contrib/binutils/binutils/readelf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/binutils/binutils/readelf.c b/contrib/binutils/binutils/readelf.c
index aafd8d4..09f4062 100644
--- a/contrib/binutils/binutils/readelf.c
+++ b/contrib/binutils/binutils/readelf.c
@@ -9159,6 +9159,8 @@ get_freebsd_note_type (unsigned e_type)
return _("NT_PROCSTAT_PSSTRINGS (ps_strings data)");
case NT_PROCSTAT_AUXV:
return _("NT_PROCSTAT_AUXV (auxv data)");
+ case NT_X86_XSTATE:
+ return _("NT_X86_XSTATE (x86 XSAVE extended state)");
default:
return get_note_type(e_type);
}
OpenPOWER on IntegriCloud