This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] nto gdbserver


(I apologize if this message is duplicated)


Hello,

This patch fixes build breakage of gdbserver for Neutrino (QNX).

Thanks,

Aleksandar Ristovski
QNX Software Systems

Change Log:

2010-04-20  Aleksandar Ristovski  <aristovski@qnx.com>
   * nto-x86-low.c: Include server.h




Index: nto-x86-low.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/nto-x86-low.c,v
retrieving revision 1.2
diff -u -p -r1.2 nto-x86-low.c
--- nto-x86-low.c	1 Jan 2010 07:31:49 -0000	1.2
+++ nto-x86-low.c	19 Apr 2010 20:56:17 -0000
@@ -17,7 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-
+#include "server.h"
 #include "nto-low.h"
 #include "regdef.h"
 #include "regcache.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]