From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5513 invoked by alias); 20 Apr 2010 17:16:06 -0000 Received: (qmail 5496 invoked by uid 22791); 20 Apr 2010 17:16:04 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hub3.qnx.com (HELO hub3.qnx.com) (209.226.137.86) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Apr 2010 17:15:59 +0000 Received: by hub3.qnx.com (Postfix, from userid 32767) id BAC6B6C51B9; Tue, 20 Apr 2010 13:15:53 -0400 (EDT) Received: from Nebula.ott.qnx.com (nebula.ott.qnx.com [10.42.3.30]) by hub3.qnx.com (Postfix) with SMTP id F13306C51AE for ; Tue, 20 Apr 2010 13:15:51 -0400 (EDT) Received: from [10.42.98.11] ([10.42.98.11]) by Nebula.ott.qnx.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 20 Apr 2010 13:15:51 -0400 Subject: [patch] nto gdbserver From: Aleksandar Ristovski To: gdb-patches@sourceware.org Content-Type: multipart/mixed; boundary="=-rs35pwQ0I4EKsm8HNyBi" Date: Tue, 20 Apr 2010 17:16:00 -0000 Message-ID: <1271783750.26875.6.camel@qnxws7629> Mime-Version: 1.0 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00615.txt.bz2 --=-rs35pwQ0I4EKsm8HNyBi Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 281 (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 * nto-x86-low.c: Include server.h --=-rs35pwQ0I4EKsm8HNyBi Content-Disposition: attachment; filename="nto-x86-low.c-20100419.patch" Content-Type: text/x-patch; name="nto-x86-low.c-20100419.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 547 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 . */ - +#include "server.h" #include "nto-low.h" #include "regdef.h" #include "regcache.h" --=-rs35pwQ0I4EKsm8HNyBi--