mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
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:
parent
68dadef54c
commit
1d0e042a83
@ -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").
|
||||
|
@ -35,6 +35,7 @@ switch -glob -- [istarget] {
|
||||
set core-regs {arc-v2.xml}
|
||||
}
|
||||
"arm*-*-*" {
|
||||
set regdir "arm/"
|
||||
set core-regs {arm-core.xml}
|
||||
}
|
||||
"*m68k-*-*" {
|
||||
|
Loading…
Reference in New Issue
Block a user