aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/Makefile.in
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2020-10-07 19:38:46 +0200
committerKamil Rytarowski <n54@gmx.com>2020-10-07 19:38:46 +0200
commit8b558efe7a219b10b41810d6b17028a6e511b6c4 (patch)
treee14fa7399c1d80df480fe00b716b1585b56a16d6 /gdbserver/Makefile.in
parentbbe90b5def81d1904b79ecbead3f83ac5a72b2ae (diff)
downloadfsf-binutils-gdb-8b558efe7a219b10b41810d6b17028a6e511b6c4.zip
fsf-binutils-gdb-8b558efe7a219b10b41810d6b17028a6e511b6c4.tar.gz
fsf-binutils-gdb-8b558efe7a219b10b41810d6b17028a6e511b6c4.tar.bz2
Add Makefile.in entry 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/Makefile.in')
-rw-r--r--gdbserver/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in
index d77a1d0..fc68f06 100644
--- a/gdbserver/Makefile.in
+++ b/gdbserver/Makefile.in
@@ -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 \