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/".
This commit is contained in:
Yao Qi 2016-10-07 10:24:12 +01:00
parent 68dadef54c
commit 1d0e042a83
2 changed files with 5 additions and 0 deletions

View File

@ -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").

View File

@ -35,6 +35,7 @@ switch -glob -- [istarget] {
set core-regs {arc-v2.xml}
}
"arm*-*-*" {
set regdir "arm/"
set core-regs {arm-core.xml}
}
"*m68k-*-*" {