Set regdir in tdesc-regs.exp or arm
authorYao Qi <yao.qi@linaro.org>
Fri, 7 Oct 2016 09:24:12 +0000 (10:24 +0100)
committerYao Qi <yao.qi@linaro.org>
Fri, 7 Oct 2016 09:29:13 +0000 (10:29 +0100)
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/".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.xml/tdesc-regs.exp

index 74091ee..9c7df29 100644 (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").
index 8e0e1c9..ae3c4b5 100644 (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-*-*" {