Update the path arm-*.xml files for aarch64
authorYao Qi <yao.qi@linaro.org>
Wed, 5 Oct 2016 09:00:24 +0000 (10:00 +0100)
committerYao Qi <yao.qi@linaro.org>
Wed, 5 Oct 2016 09:00:24 +0000 (10:00 +0100)
0a69eedb (Clean up the XML files for ARM) breaks the GDBserver build
on aarch64 because some arm-*.xml files can't be found.

This patch is to fix the build failure.

gdb/gdbserver:

2016-10-05  Yao Qi  <yao.qi@linaro.org>

* configure.srv: Update the path of arm-*.xml files.

gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv

index c5308088d40d148c3bcba99eef463c64cae214b0..f0e8c29cbfec4067e3e40b6ef14a30d14b74528a 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv: Update the path of arm-*.xml files.
+
 2016-10-05  Terry Guo  <terry.guo@arm.com>
            Yao Qi  <yao.qi@linaro.org>
 
index e8712e6ced4a9165127ce65be1c35a961cfdf611..32675995fa6c2dcb1af059e33f88c5dd053d63a3 100644 (file)
@@ -61,8 +61,8 @@ case "${target}" in
                        srv_xmlfiles="aarch64.xml"
                        srv_xmlfiles="${srv_xmlfiles} aarch64-core.xml"
                        srv_xmlfiles="${srv_xmlfiles} aarch64-fpu.xml"
-                       srv_xmlfiles="${srv_xmlfiles} arm-core.xml arm-vfpv3.xml"
-                       srv_xmlfiles="${srv_xmlfiles} arm-with-neon.xml"
+                       srv_xmlfiles="${srv_xmlfiles} arm/arm-core.xml arm/arm-vfpv3.xml"
+                       srv_xmlfiles="${srv_xmlfiles} arm/arm-with-neon.xml"
                        srv_linux_regsets=yes
                        srv_linux_thread_db=yes
                        ipa_obj="linux-aarch64-ipa.o aarch64-ipa.o"
This page took 0.050813 seconds and 4 git commands to generate.