aboutsummaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-01 14:57:22 +0000
committerTom Tromey <tromey@redhat.com>2012-11-01 14:57:22 +0000
commitff826ef3e28e9934318fe17d3c09c4af2f4c799d (patch)
tree35624d26e2822d074a9baf7ca48316545461f23b /include/elf/common.h
parent07e15f8731141387bd65b35ad47f91c3899fadd1 (diff)
downloadgdb-ff826ef3e28e9934318fe17d3c09c4af2f4c799d.zip
gdb-ff826ef3e28e9934318fe17d3c09c4af2f4c799d.tar.gz
gdb-ff826ef3e28e9934318fe17d3c09c4af2f4c799d.tar.bz2
binutils
* readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM. include/common/elf * common.h (NT_386_TLS, NT_386_IOPERM): New defines.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index be228cd..244e27f 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -529,6 +529,10 @@
/* note name must be "LINUX". */
#define NT_PPC_VSX 0x102 /* PowerPC VSX registers */
/* note name must be "LINUX". */
+#define NT_386_TLS 0x200 /* x86 TLS information */
+ /* note name must be "LINUX". */
+#define NT_386_IOPERM 0x201 /* x86 io permissions */
+ /* note name must be "LINUX". */
#define NT_X86_XSTATE 0x202 /* x86 XSAVE extended state */
/* note name must be "LINUX". */
#define NT_S390_HIGH_GPRS 0x300 /* S/390 upper halves of GPRs */