public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
Date: Mon,  6 Jun 2022 18:57:02 +0000 (GMT)	[thread overview]
Message-ID: <20220606185702.DF41D3856DE0@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8521001731d6539382fa875f1cac9864c466ef27

commit 8521001731d6539382fa875f1cac9864c466ef27
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Jun 6 14:41:24 2022 -0300

    scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
    
    It was added in commit 603e5c8ba7257483c162cabb06eb6f79096429b6.
    This caused the elf/tst-glibcelf consistency check to fail.
    
    Reviewed-by: Florian Weimer <fweimer@redhat.com>

Diff:
---
 scripts/glibcelf.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/glibcelf.py b/scripts/glibcelf.py
index 07bef94043..47f95d07ba 100644
--- a/scripts/glibcelf.py
+++ b/scripts/glibcelf.py
@@ -523,6 +523,10 @@ class Pt(_OpenIntEnum):
     PT_SUNWBSS = 0x6ffffffa
     PT_SUNWSTACK = 0x6ffffffb
 
+class PtAARCH64(enum.Enum):
+    """Supplemental PT_* constants for EM_AARCH64."""
+    PT_AARCH64_MEMTAG_MTE = 0x70000002
+
 class PtARM(enum.Enum):
     """Supplemental PT_* constants for EM_ARM."""
     PT_ARM_EXIDX = 0x70000001


                 reply	other threads:[~2022-06-06 18:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220606185702.DF41D3856DE0@sourceware.org \
    --to=azanella@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).