Add Makefile.in entry for "Add NetBSD/aarch64 gdbserver support"
authorKamil Rytarowski <n54@gmx.com>
Wed, 7 Oct 2020 17:38:46 +0000 (19:38 +0200)
committerKamil Rytarowski <n54@gmx.com>
Wed, 7 Oct 2020 17:38:46 +0000 (19:38 +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/Makefile.in

index d77a1d0ab2c4228f3704cd0e419c3e20754b1481..fc68f0683248ca35755dd6dfd1a88bdac67ce278 100644 (file)
@@ -194,6 +194,7 @@ SFILES = \
        $(srcdir)/linux-x86-low.cc \
        $(srcdir)/linux-xtensa-low.cc \
        $(srcdir)/mem-break.cc \
+       $(srcdir)/netbsd-aarch64-low.cc \
        $(srcdir)/netbsd-amd64-low.cc \
        $(srcdir)/netbsd-i386-low.cc \
        $(srcdir)/netbsd-low.cc \
This page took 0.026746 seconds and 4 git commands to generate.