From patchwork Mon Jun 13 10:38:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Benson X-Patchwork-Id: 13012 Received: (qmail 55677 invoked by alias); 13 Jun 2016 10:40:57 -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 55572 invoked by uid 89); 13 Jun 2016 10:40:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com From: Gary Benson To: libc-alpha@sourceware.org Subject: [RFC v2][PATCH 01/27] Add NT_GNU_INFINITY to elf.h Date: Mon, 13 Jun 2016 11:38:05 +0100 Message-Id: <1465814311-31470-2-git-send-email-gbenson@redhat.com> In-Reply-To: <1465814311-31470-1-git-send-email-gbenson@redhat.com> References: <1465814311-31470-1-git-send-email-gbenson@redhat.com> This commit adds a new note type NT_GNU_INFINITY to elf.h. --- elf/elf.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/elf/elf.h b/elf/elf.h index 15f5a75..cceda8a 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -1123,6 +1123,9 @@ typedef struct /* Version note generated by GNU gold containing a version string. */ #define NT_GNU_GOLD_VERSION 4 +/* Debugger interface note. */ +#define NT_GNU_INFINITY 5 + /* Move records. */ typedef struct