]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add ChangeLog for "Add NetBSD/aarch64 gdbserver support"
authorKamil Rytarowski <n54@gmx.com>
Wed, 7 Oct 2020 12:47:27 +0000 (14:47 +0200)
committerKamil Rytarowski <n54@gmx.com>
Wed, 7 Oct 2020 12:47:27 +0000 (14:47 +0200)
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*.

gdbserver/ChangeLog

index d4e8e52c74eeb511927c77d14b86e511b9ff284e..15717197b2c3c2f3a2784c0c94f05671d61a1e10 100644 (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.