aarch64 does not have PT_STEP so we start from 0.
This commit is contained in:
parent
fea80e9693
commit
b2c71d2ddb
1
external/gpl3/gdb/dist/bfd/elf.c
vendored
1
external/gpl3/gdb/dist/bfd/elf.c
vendored
@ -10041,6 +10041,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)
|
||||
|
Loading…
Reference in New Issue
Block a user