diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 8 | ||||
-rw-r--r-- | binutils/readelf.c | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4fbc522..858df65 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2021-09-07 Luis Machado <luis.machado@linaro.org> + + Revert: [AArch64] MTE corefile support + + 2021-05-21 Luis Machado <luis.machado@linaro.org> + + * readelf.c (get_note_type): Handle NT_MEMTAG note types. + 2021-08-11 Nick Clifton <nickc@redhat.com> * po/pt.po: Updated Portuguese translation. diff --git a/binutils/readelf.c b/binutils/readelf.c index 4d33768..4a6fcff 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -18878,8 +18878,6 @@ get_note_type (Filedata * filedata, unsigned e_type) return _("NT_SIGINFO (siginfo_t data)"); case NT_FILE: return _("NT_FILE (mapped files)"); - case NT_MEMTAG: - return _("NT_MEMTAG (memory tags)"); default: break; } |