From f0bbe8bab84e9b9dc5367a5fe1d0b8d233bf213c Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Wed, 12 May 2021 11:03:17 +0100 Subject: Add MTE register set support for core files * elf-bfd.h (elfcore_write_aarch_mte): New prototype. * elf.c (elfcore_grok_aarch_mte, elfcore_write_aarch_mte): New functions. (elfcore_grok_note): Handle notes of type NT_ARM_TAGGED_ADDR_CTRL. (elfcore_write_register_note): Handle MTE notes. --- bfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bd5d4f7..0e4ccd8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2021-05-12 Luis Machado + + * elf-bfd.h (elfcore_write_aarch_mte): New prototype. + * elf.c (elfcore_grok_aarch_mte, elfcore_write_aarch_mte): New + functions. + (elfcore_grok_note): Handle notes of type NT_ARM_TAGGED_ADDR_CTRL. + (elfcore_write_register_note): Handle MTE notes. + 2021-05-11 Alan Modra PR 27844 -- cgit v1.1