From: Aleksandar Ristovski <aristovski@qnx.com>
To: gdb-patches@sourceware.org
Subject: Re: [patch] nto gdbserver
Date: Tue, 20 Apr 2010 20:43:00 -0000 [thread overview]
Message-ID: <1271796209.26875.39.camel@qnxws7629> (raw)
In-Reply-To: <1271795048.26875.32.camel@qnxws7629>
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
New patch attached. I couldn't figure out the ordering of dependency
lists in gdbserver/Makefile.in ... so I just tried it put the lines in
as alphabetic order as possible.
ChangeLog:
* Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
* nto-x86-low.c: Include server.h
Thank you,
--
Aleksandar Ristovski
QNX Software Systems
[-- Attachment #2: nto-gdbserver-20100420.patch --]
[-- Type: text/x-patch, Size: 1599 bytes --]
Index: gdb/gdbserver/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/Makefile.in,v
retrieving revision 1.85
diff -u -p -r1.85 Makefile.in
--- gdb/gdbserver/Makefile.in 9 Apr 2010 03:40:00 -0000 1.85
+++ gdb/gdbserver/Makefile.in 20 Apr 2010 20:32:12 -0000
@@ -274,6 +274,8 @@ server_h = $(srcdir)/server.h $(regcache
linux_low_h = $(srcdir)/linux-low.h
+nto_low_h = $(srcdir)/nto-low.h
+
event-loop.o: event-loop.c $(server_h)
hostio.o: hostio.c $(server_h)
hostio-errno.o: hostio-errno.c $(server_h)
@@ -319,6 +321,9 @@ linux-x86-low.o: linux-x86-low.c $(linux
$(gdb_proc_service_h) $(i386_low_h)
linux-xtensa-low.o: linux-xtensa-low.c xtensa-xtregs.c $(linux_low_h) $(server_h)
+nto-low.o: nto-low.c $(server_h) $(nto_low_h)
+nto-x86-low.o: nto-x86-low.c $(server_h) $(nto_low_h) $(regdef_h) $(regcache_h)
+
win32_low_h = $(srcdir)/win32-low.h
win32-low.o: win32-low.c $(win32_low_h) $(server_h) $(regdef_h) $(regcache_h)
Index: gdb/gdbserver/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
--- gdb/gdbserver/nto-x86-low.c 1 Jan 2010 07:31:49 -0000 1.2
+++ gdb/gdbserver/nto-x86-low.c 20 Apr 2010 20:32:12 -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"
next prev parent reply other threads:[~2010-04-20 20:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-20 17:16 Aleksandar Ristovski
2010-04-20 19:52 ` Pedro Alves
2010-04-20 20:24 ` Aleksandar Ristovski
2010-04-20 20:43 ` Aleksandar Ristovski [this message]
2010-04-20 20:49 ` Pedro Alves
2010-04-21 14:03 ` Aleksandar Ristovski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1271796209.26875.39.camel@qnxws7629 \
--to=aristovski@qnx.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox