This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Update the path arm-*.xml files for aarch64


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c1d0b70ae517512a77eed778c6dd7d8a941962fc

commit c1d0b70ae517512a77eed778c6dd7d8a941962fc
Author: Yao Qi <yao.qi@linaro.org>
Date:   Wed Oct 5 10:00:24 2016 +0100

    Update the path arm-*.xml files for aarch64
    
    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.

Diff:
---
 gdb/gdbserver/ChangeLog     | 4 ++++
 gdb/gdbserver/configure.srv | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index c530808..f0e8c29 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -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>
 
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index e8712e6..3267599 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]