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/0c3f967519b9
branches: trunk
changeset: 828865:0c3f967519b9
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 ff0504e3e36d -r 0c3f967519b9 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