mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
[GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/
gdb/gdbserver: 2017-10-17 Yao Qi <yao.qi@linaro.org> * configure.srv: Rename arm-linux.o with arch/arm-linux.o. Rename arm-get-next-pcs.o with arch/arm-get-next-pcs.o.
This commit is contained in:
parent
7eb4e0f956
commit
e675d1703f
@ -1,3 +1,8 @@
|
||||
2017-10-17 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* configure.srv: Rename arm-linux.o with arch/arm-linux.o.
|
||||
Rename arm-get-next-pcs.o with arch/arm-get-next-pcs.o.
|
||||
|
||||
2017-10-17 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* configure.srv: Rename arm.o with arch/arm.o.
|
||||
|
@ -74,8 +74,8 @@ case "${target}" in
|
||||
srv_tgtobj="$srv_linux_obj linux-arm-low.o"
|
||||
srv_tgtobj="$srv_tgtobj linux-aarch32-low.o"
|
||||
srv_tgtobj="${srv_tgtobj} arch/arm.o"
|
||||
srv_tgtobj="${srv_tgtobj} arm-linux.o"
|
||||
srv_tgtobj="${srv_tgtobj} arm-get-next-pcs.o"
|
||||
srv_tgtobj="${srv_tgtobj} arch/arm-linux.o"
|
||||
srv_tgtobj="${srv_tgtobj} arch/arm-get-next-pcs.o"
|
||||
srv_xmlfiles="arm/arm-with-iwmmxt.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-with-vfpv2.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-with-vfpv3.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user