Module Name: src
Committed By: christos
Date: Thu Jul 12 23:18:28 UTC 2018
Modified Files:
src/external/gpl3/gdb/dist/bfd: elf.c
Log Message:
aarch64 does not have PT_STEP so we start from 0.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/bfd/elf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/bfd/elf.c
diff -u src/external/gpl3/gdb/dist/bfd/elf.c:1.9 src/external/gpl3/gdb/dist/bfd/elf.c:1.10
--- src/external/gpl3/gdb/dist/bfd/elf.c:1.9 Tue Nov 28 17:04:52 2017
+++ src/external/gpl3/gdb/dist/bfd/elf.c Thu Jul 12 19:18:28 2018
@@ -10041,6 +10041,7 @@ elfcore_grok_netbsd_note (bfd *abfd, Elf
/* 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)