]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf.c
Recognize aarch64 PT_GETREGS and PT_GETFPREGS notes on NetBSD
[thirdparty/binutils-gdb.git] / bfd / elf.c
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)