Add NT_PPC_PKEY from Linux 4.16 to elf.h.

This patch adds the NT_PPC_PKEY macro from Linux 4.16 to elf.h.

Tested for x86_64.

	* elf/elf.h (NT_PPC_PKEY): New macro.
This commit is contained in:
Joseph Myers 2018-04-23 19:41:09 +00:00
parent 18ea73adaa
commit da5e0361d9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2018-04-23 Joseph Myers <joseph@codesourcery.com>
* elf/elf.h (NT_PPC_PKEY): New macro.
2018-04-23 Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net>
[BZ #23094]

View File

@ -780,6 +780,8 @@ typedef struct
Register */
#define NT_PPC_TM_CDSCR 0x10f /* TM checkpointed Data Stream Control
Register */
#define NT_PPC_PKEY 0x110 /* Memory Protection Keys
registers. */
#define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */
#define NT_386_IOPERM 0x201 /* x86 io permission bitmap (1=deny) */
#define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */