aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2020-10-07 14:47:27 +0200
committerKamil Rytarowski <n54@gmx.com>2020-10-07 14:47:27 +0200
commit9529c852664bbfc64f3ccda6abd81fc1aced6f16 (patch)
tree80283eaf894cabc7cb33f1ce3795f65fc061a528 /gdbserver
parent8e1d09292902cff8325b08a64fa5a918c7f9aa4f (diff)
downloadbinutils-9529c852664bbfc64f3ccda6abd81fc1aced6f16.zip
binutils-9529c852664bbfc64f3ccda6abd81fc1aced6f16.tar.gz
binutils-9529c852664bbfc64f3ccda6abd81fc1aced6f16.tar.bz2
Add ChangeLog for "Add NetBSD/aarch64 gdbserver support"
The support is on par with NetBSD/amd64, thus GPR works, single step and software breakpoint are operational, and the SVR4 r_debug integration is functional. gdbserver/ChangeLog: * netbsd-aarch64-low.cc: Add. * Makefile.in (SFILES): Register "netbsd-aarch64-low.c". * configure.srv: Add aarch64*-*-netbsd*.
Diffstat (limited to 'gdbserver')
-rw-r--r--gdbserver/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index d4e8e52..1571719 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -1,3 +1,9 @@
+2020-10-07 Kamil Rytarowski <n54@gmx.com>
+
+ * netbsd-aarch64-low.cc: Add.
+ * Makefile.in (SFILES): Register "netbsd-aarch64-low.c".
+ * configure.srv: Add aarch64*-*-netbsd*.
+
2020-10-06 Shahab Vahedi <shahab@synopsys.com>
* regcache.cc (register_data): Remove unused "fetch" argument.