Index: gdb/gdbserver/nto-low.h |
diff --git a/gdb/gdbserver/nto-low.h b/gdb/gdbserver/nto-low.h |
index cb2fb25ef8da96b8a59f5d5c2c1aa55efa9e3fde..1cc8f22d88fbaaba056d84acf8d1e8f8defa0e7d 100644 |
--- a/gdb/gdbserver/nto-low.h |
+++ b/gdb/gdbserver/nto-low.h |
@@ -1,5 +1,5 @@ |
/* Internal interfaces for the QNX Neutrino specific target code for gdbserver. |
- Copyright (C) 2009-2012 Free Software Foundation, Inc. |
+ Copyright (C) 2009-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -19,6 +19,8 @@ |
#ifndef NTO_LOW_H |
#define NTO_LOW_H |
+struct target_desc; |
+ |
enum regset_type |
{ |
NTO_REG_GENERAL, |
@@ -40,5 +42,9 @@ struct nto_target_ops |
extern struct nto_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 *nto_tdesc; |
+ |
#endif |