From patchwork Tue Oct 20 14:55:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Benson X-Patchwork-Id: 9247 Received: (qmail 126931 invoked by alias); 20 Oct 2015 14:56:33 -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 126672 invoked by uid 89); 20 Oct 2015 14:56:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com From: Gary Benson To: libc-alpha@sourceware.org Subject: [RFC][PATCH 01/22] Add NT_GNU_INFINITY to elf.h Date: Tue, 20 Oct 2015 15:55:54 +0100 Message-Id: <1445352975-17844-2-git-send-email-gbenson@redhat.com> In-Reply-To: <1445352975-17844-1-git-send-email-gbenson@redhat.com> References: <1445352975-17844-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 fbadda4..df51774 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