Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/gdb don't do anything for NetBSD
details: https://anonhg.NetBSD.org/src/rev/71f415da20c2
branches: trunk
changeset: 358564:71f415da20c2
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 08 04:00:00 2018 +0000
description:
don't do anything for NetBSD
diffstat:
external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 5b0784a80b1e -r 71f415da20c2 external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c Mon Jan 08 03:07:16 2018 +0000
+++ b/external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c Mon Jan 08 04:00:00 2018 +0000
@@ -209,8 +209,10 @@
void
_initialize_alphabsd_nat (void)
{
+#ifndef __NetBSD__
struct target_ops *t;
t = alphabsd_target ();
add_target (t);
+#endif
}
Home |
Main Index |
Thread Index |
Old Index