From patchwork Fri Feb 12 16:58:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 10840 Received: (qmail 59170 invoked by alias); 12 Feb 2016 16:59:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 59154 invoked by uid 89); 12 Feb 2016 16:58:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=watchpoint, Legal X-HELO: mx1.redhat.com From: Mark Wielaard To: libc-alpha@sourceware.org Cc: Mark Wielaard Subject: [PATCH] elf.h: Add NT_ARM_SYSTEM_CALL constant. Date: Fri, 12 Feb 2016 17:58:44 +0100 Message-Id: <1455296324-9114-1-git-send-email-mjw@redhat.com> Linux kernel 3.18 added the NT_ARM_SYSTEM_CALL regset for aarch64. * elf/elf.h: Add NT_ARM_SYSTEM_CALL. diff --git a/elf/elf.h b/elf/elf.h index 15f5a75..9cd5e7d 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -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. */