Index: gdb/gdbserver/lynx-low.h |
diff --git a/gdb/gdbserver/lynx-low.h b/gdb/gdbserver/lynx-low.h |
index 136ec2a8e8cf6eebf70bcab2104ce2ff8ac484e3..47deaab82e1e39d87624510295b7e8a7677a4035 100644 |
--- a/gdb/gdbserver/lynx-low.h |
+++ b/gdb/gdbserver/lynx-low.h |
@@ -1,4 +1,4 @@ |
-/* Copyright (C) 2010-2012 Free Software Foundation, Inc. |
+/* Copyright (C) 2010-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -18,6 +18,7 @@ |
#include "server.h" |
struct regcache; |
+struct target_desc; |
/* Some information relative to a given register set. */ |
@@ -50,3 +51,6 @@ struct lynx_target_ops |
extern struct lynx_target_ops the_low_target; |
+/* The inferior's target description. This is a global because the |
+ LynxOS ports support neither bi-arch nor multi-process. */ |
+extern const struct target_desc *lynx_tdesc; |