From a8ae7dc0fb885e983d813eec04a6a4d67e454baf Mon Sep 17 00:00:00 2001 From: Aleksandar Ristovski Date: Wed, 21 Apr 2010 13:42:56 +0000 Subject: [PATCH] * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists. * nto-x86-low.c: Include server.h --- gdb/gdbserver/ChangeLog | 5 +++++ gdb/gdbserver/Makefile.in | 5 +++++ gdb/gdbserver/nto-x86-low.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 04f706d..2181efb 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2010-04-21 Aleksandar Ristovski + + * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists. + * nto-x86-low.c: Include server.h + 2010-04-20 Pierre Muller * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 6bd3d66..5e6c4c9 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -274,6 +274,8 @@ server_h = $(srcdir)/server.h $(regcache_h) config.h $(srcdir)/target.h \ 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_low_h) $(server_h) \ $(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) diff --git a/gdb/gdbserver/nto-x86-low.c b/gdb/gdbserver/nto-x86-low.c index a7f8f67..5d73ff4 100644 --- a/gdb/gdbserver/nto-x86-low.c +++ b/gdb/gdbserver/nto-x86-low.c @@ -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" -- 2.7.4