mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
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.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user