aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@linaro.org>2021-09-07 10:41:01 -0300
committerLuis Machado <luis.machado@linaro.org>2021-09-07 11:03:20 -0300
commit64dbf74d428e97de737c13f42767dab88493f187 (patch)
tree2bb64afd4234da2a5659e0ef5dfd802f1d240725 /include
parent90f4cc60f1b91746132ad136a9ed538b53d2a83f (diff)
downloadgdb-64dbf74d428e97de737c13f42767dab88493f187.zip
gdb-64dbf74d428e97de737c13f42767dab88493f187.tar.gz
gdb-64dbf74d428e97de737c13f42767dab88493f187.tar.bz2
Revert: [AArch64] MTE corefile support
bfd * elf.c (elfcore_make_memtag_note_section): New function. (elfcore_grok_note): Handle NT_MEMTAG note types. binutils* readelf.c (get_note_type): Handle NT_MEMTAG note types. include * elf/common.h (NT_MEMTAG): New constant. (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog9
-rw-r--r--include/elf/common.h6
2 files changed, 9 insertions, 6 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 11001a3..0e99cf3 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2021-09-07 Luis Machado <luis.machado@linaro.org>
+
+ Revert: [AArch64] MTE corefile support
+
+ 2021-05-21 Luis Machado <luis.machado@linaro.org>
+
+ * elf/common.h (NT_MEMTAG): New constant.
+ (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
+
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.
diff --git a/include/elf/common.h b/include/elf/common.h
index 95ade89..ebfb554 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -694,12 +694,6 @@
/* The range 0xff000000 to 0xffffffff is set aside for notes that don't
originate from any particular operating system. */
#define NT_GDB_TDESC 0xff000000 /* Contains copy of GDB's target description XML. */
-#define NT_MEMTAG 0xff000001 /* Contains a copy of the memory tags. */
-
-/* NT_MEMTAG record types. */
-
-/* ARM-specific NT_MEMTAG types. */
-#define NT_MEMTAG_TYPE_AARCH_MTE 0x400 /* MTE memory tags for AArch64. */
/* Note segments for core files on dir-style procfs systems. */