forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user