diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-10-07 10:24:12 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-10-07 10:29:13 +0100 |
commit | 1d0e042a8321cca82cce521afd276a8494385ae3 (patch) | |
tree | 99bfb5a36b87a63df86f553ef2a68e88102708da /gdb/testsuite | |
parent | 68dadef54c216f7ec75c27d74193897b18c5f9ab (diff) | |
download | gdb-1d0e042a8321cca82cce521afd276a8494385ae3.zip gdb-1d0e042a8321cca82cce521afd276a8494385ae3.tar.gz 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')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.xml/tdesc-regs.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 74091ee..9c7df29 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-10-07 Yao Qi <yao.qi@linaro.org> + + * gdb.xml/tdesc-regs.exp: Set regdir to "arm/". + 2016-10-07 Markus Metzger <markus.t.metzger@intel.com> * gdb.python/python.exp: Test decode_line("*0"). 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-*-*" { |