diff options
author | Luis Machado <luis.machado@linaro.org> | 2021-05-12 11:03:17 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-12 11:03:17 +0100 |
commit | f0bbe8bab84e9b9dc5367a5fe1d0b8d233bf213c (patch) | |
tree | dcfeb37fbaf520b7460f9156e9fc2998f4c624d4 /bfd/ChangeLog | |
parent | d51344c909926db84227f54718271e77b4adb714 (diff) | |
download | gdb-f0bbe8bab84e9b9dc5367a5fe1d0b8d233bf213c.zip gdb-f0bbe8bab84e9b9dc5367a5fe1d0b8d233bf213c.tar.gz gdb-f0bbe8bab84e9b9dc5367a5fe1d0b8d233bf213c.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <luis.machado@linaro.org> + + * 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 <amodra@gmail.com> PR 27844 |