public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
@ 2022-06-06 18:57 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2022-06-06 18:57 UTC (permalink / raw)
  To: glibc-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-06 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 18:57 [glibc] scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant Adhemerval Zanella

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).