aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.xml
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2016-10-07 10:24:12 +0100
committerYao Qi <yao.qi@linaro.org>2016-10-07 10:29:13 +0100
commit1d0e042a8321cca82cce521afd276a8494385ae3 (patch)
tree99bfb5a36b87a63df86f553ef2a68e88102708da /gdb/testsuite/gdb.xml
parent68dadef54c216f7ec75c27d74193897b18c5f9ab (diff)
downloadfsf-binutils-gdb-1d0e042a8321cca82cce521afd276a8494385ae3.zip
fsf-binutils-gdb-1d0e042a8321cca82cce521afd276a8494385ae3.tar.gz
fsf-binutils-gdb-1d0e042a8321cca82cce521afd276a8494385ae3.tar.bz2
Set regdir in tdesc-regs.exp or arm
0a69eedb (Clean up the XML files for ARM) moves arm-*.xml files to arm/ directory, so need update gdb.xml/tdesc-regs.exp accordingly. gdb/testsuite: 2016-10-07 Yao Qi <yao.qi@linaro.org> * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
Diffstat (limited to 'gdb/testsuite/gdb.xml')
-rw-r--r--gdb/testsuite/gdb.xml/tdesc-regs.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.xml/tdesc-regs.exp b/gdb/testsuite/gdb.xml/tdesc-regs.exp
index 8e0e1c9..ae3c4b5 100644
--- a/gdb/testsuite/gdb.xml/tdesc-regs.exp
+++ b/gdb/testsuite/gdb.xml/tdesc-regs.exp
@@ -35,6 +35,7 @@ switch -glob -- [istarget] {
set core-regs {arc-v2.xml}
}
"arm*-*-*" {
+ set regdir "arm/"
set core-regs {arm-core.xml}
}
"*m68k-*-*" {