Module Name: src
Committed By: christos
Date: Mon Jan 8 04:00:00 UTC 2018
Modified Files:
src/external/gpl3/gdb/dist/gdb: alpha-bsd-nat.c
Log Message:
don't do anything for NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c:1.3 src/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c:1.4
--- src/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c:1.3 Sun Jan 7 22:07:16 2018
+++ src/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c Sun Jan 7 23:00:00 2018
@@ -209,8 +209,10 @@ void _initialize_alphabsd_nat (void);
void
_initialize_alphabsd_nat (void)
{
+#ifndef __NetBSD__
struct target_ops *t;
t = alphabsd_target ();
add_target (t);
+#endif
}