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*.
This commit is contained in:
Kamil Rytarowski 2020-10-07 14:47:27 +02:00
parent 8e1d092929
commit 9529c85266

View File

@ -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.