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/origin/users/qiyao/target-desc-4] [GDBserver] Shorten srv_amd64_linux_xmlfiles


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

commit 0303d647f437ecc6204c821a5f35c4cd518cc62d
Author: Yao Qi <yao.qi@linaro.org>
Date:   Mon Jul 10 09:29:18 2017 +0100

    [GDBserver] Shorten srv_amd64_linux_xmlfiles
    
    GDBserver now is able to generate target descriptions from features, so
    don't need to remember these target description files.
    
    Note that it should be i386/amd64-avx-avx512-linux.xml instead of
    i386/amd64-avx-avx512.xml in $srv_amd64_linux_xmlfiles.  This patch
    removes it anyway.
    
    gdb/gdbserver:
    
    2017-07-10  Yao Qi  <yao.qi@linaro.org>
    
    	* configure.srv (srv_amd64_linux_xmlfiles): Remove
    	i386/amd64-XXX-linux from it.

Diff:
---
 gdb/gdbserver/configure.srv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index aca11c6..a2c5afe 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -43,7 +43,7 @@ srv_i386_64bit_xmlfiles="i386/64bit-core.xml i386/64bit-segments.xml i386/64bit-
 srv_i386_xmlfiles="i386/i386.xml $srv_i386_32bit_xmlfiles"
 srv_amd64_xmlfiles="i386/amd64.xml $srv_i386_64bit_xmlfiles"
 srv_i386_linux_xmlfiles="i386/32bit-linux.xml $srv_i386_32bit_xmlfiles"
-srv_amd64_linux_xmlfiles="i386/amd64-linux.xml i386/amd64-avx-linux.xml i386/amd64-avx-avx512.xml i386/amd64-avx-mpx-avx512-pku-linux.xml i386/64bit-linux.xml i386/amd64-mpx-linux.xml i386/amd64-avx-mpx-linux.xml i386/x32-linux.xml i386/x32-avx-linux.xml i386/x32-avx-avx512-linux.xml $srv_i386_64bit_xmlfiles"
+srv_amd64_linux_xmlfiles="i386/64bit-linux.xml $srv_i386_64bit_xmlfiles"
 
 
 # Linux object files.  This is so we don't have to repeat


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