Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
elf.h: Add NT_ARM_SYSTEM_CALL constant.
Linux kernel 3.18 added the NT_ARM_SYSTEM_CALL regset for aarch64.

	* elf/elf.h: Add NT_ARM_SYSTEM_CALL.
  • Loading branch information
Mark Wielaard committed Feb 19, 2016
1 parent 7aa5adf commit eab5028
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2016-02-19 Mark Wielaard <mjw@redhat.com>

* elf/elf.h: Add NT_ARM_SYSTEM_CALL.

2016-02-19 Mark Wielaard <mjw@redhat.com>

* elf/elf.h (R_386_GOT32X): New.
Expand Down
1 change: 1 addition & 0 deletions elf/elf.h
Expand Up @@ -667,6 +667,7 @@ typedef struct
#define NT_ARM_TLS 0x401 /* ARM TLS register */
#define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */
#define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */
#define NT_ARM_SYSTEM_CALL 0x404 /* ARM system call number */

/* Legal values for the note segment descriptor types for object files. */

Expand Down

0 comments on commit eab5028

Please sign in to comment.