Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/bfd aarch64 does not have PT_STEP so ...
details:   https://anonhg.NetBSD.org/src/rev/f85757ffe096
branches:  trunk
changeset: 363142:f85757ffe096
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 12 23:18:28 2018 +0000
description:
aarch64 does not have PT_STEP so we start from 0.
diffstat:
 external/gpl3/gdb/dist/bfd/elf.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 50219682d008 -r f85757ffe096 external/gpl3/gdb/dist/bfd/elf.c
--- a/external/gpl3/gdb/dist/bfd/elf.c  Thu Jul 12 21:42:53 2018 +0000
+++ b/external/gpl3/gdb/dist/bfd/elf.c  Thu Jul 12 23:18:28 2018 +0000
@@ -10041,6 +10041,7 @@
       /* 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)
Home |
Main Index |
Thread Index |
Old Index