Recognize aarch64 PT_GETREGS and PT_GETFPREGS notes on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Fri, 13 Mar 2020 13:16:35 +0000 (14:16 +0100)
committerKamil Rytarowski <n54@gmx.com>
Fri, 13 Mar 2020 13:16:35 +0000 (14:16 +0100)
* elf.c (elfcore_grok_netbsd_note): Add support for aarch64.

bfd/ChangeLog
bfd/elf.c

index f5ad233ffa1e0a6992e99764a5bae6e199cd9ffe..70774e5cfc888b76f656b00258c816885ad16002 100644 (file)
@@ -1,3 +1,7 @@
+2020-03-13  Kamil Rytarowski  <n54@gmx.com>
+
+       * elf.c (elfcore_grok_netbsd_note): Add support for aarch64.
+
 2020-03-13  Christian Eggers  <ceggers@gmx.de>
 
        * bfd.c (bfd_record_phdr): New local "opb".  Fix assignment of
index 2d0001b46395ef3ad4a206628a1532e5b188cb29..1926ecc80375bc31ec7a5943d2f19fd44f668a23 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -10768,6 +10768,7 @@ elfcore_grok_netbsd_note (bfd *abfd, Elf_Internal_Note *note)
       /* On the Alpha, SPARC (32-bit and 64-bit), PT_GETREGS == mach+0 and
         PT_GETFPREGS == mach+2.  */
 
+    case bfd_arch_aarch64:
     case bfd_arch_alpha:
     case bfd_arch_sparc:
       switch (note->type)