From 0303d647f437ecc6204c821a5f35c4cd518cc62d Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Mon, 10 Jul 2017 09:29:18 +0100 Subject: [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 * configure.srv (srv_amd64_linux_xmlfiles): Remove i386/amd64-XXX-linux from it. --- 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 -- cgit v1.1