2013-09-16 Jiong Wang <jiwang@tilera.com>

gdbserver/ChangeLog

        * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
	linux-tile-low.o to srv_tgtobj.
This commit is contained in:
Jiong Wang
2013-09-17 13:56:54 +00:00
parent e3f9e85275
commit 9243dd0e80
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2013-09-16 Jiong Wang <jiwang@tilera.com>
* configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
linux-tile-low.o to srv_tgtobj.
2013-09-16 Will Newton <will.newton@linaro.org>
* linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero

View File

@@ -340,7 +340,7 @@ case "${target}" in
;;
tilegx-*-linux*) srv_regobj=reg-tilegx.o
srv_regobj="${srv_regobj} reg-tilegx32.o"
srv_tgtobj="$srv_linux_obj linux-osdata.o"
srv_tgtobj="$srv_linux_obj linux-tile-low.o"
srv_linux_regsets=yes
srv_linux_thread_db=yes
;;