mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
* Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
* nto-x86-low.c: Include server.h
This commit is contained in:
parent
6e354e5ec2
commit
a8ae7dc0fb
@ -1,3 +1,8 @@
|
||||
2010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
|
||||
|
||||
* 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 <muller@ics.u-strasbg.fr>
|
||||
|
||||
* win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user