]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: d10v: link in missing testsuite
authorMike Frysinger <vapier@gentoo.org>
Mon, 30 Mar 2015 05:06:57 +0000 (01:06 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 30 Mar 2015 05:06:57 +0000 (01:06 -0400)
Looks like historical restructuring in this dir lost the d10v-elf subdir
and no one noticed in the meantime.  Re-add it to the testsuite.

There are some failures, but better some tests get run than none at all.

sim/testsuite/ChangeLog
sim/testsuite/configure
sim/testsuite/configure.ac

index 55ef16951ee7fcbb348e4196bfd10469e34243bc..6bae4e5a9a1e7a3c8f9d3644353577eca2278de7 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-30  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Add d10v-*-elf.
+       * configure: Regenerate.
+
 2015-03-29  Mike Frysinger  <vapier@gentoo.org>
 
        * lib/sim-defs.exp (run_sim_test): Declare seen_output as 0.  When
index fdba43d2862d7e84ca5122e46fb07da4148c3a3d..c5980fe08b904602bb428a1e998a4634436e45d6 100755 (executable)
@@ -614,7 +614,8 @@ enable_option_checking
       ac_precious_vars='build_alias
 host_alias
 target_alias'
-ac_subdirs_all='frv-elf
+ac_subdirs_all='d10v-elf
+frv-elf
 m32r-elf
 mips64el-elf'
 
@@ -1792,10 +1793,14 @@ test -n "$target_alias" &&
 
 # Configure sub-directory for appropriate targets
 case ${target} in
-    frv-*-elf )
+    d10v-*-elf )
+
 
+subdirs="$subdirs d10v-elf"
 
-subdirs="$subdirs frv-elf"
+       ;;
+    frv-*-elf )
+       subdirs="$subdirs frv-elf"
 
        ;;
     m32r-*-elf )
index ba17a3362ae09cae38f5b40c3c3c78529a212e74..b61fce05d78d29da11211d7a275c96bf60f3d13b 100644 (file)
@@ -14,6 +14,9 @@ AC_CANONICAL_SYSTEM
 
 # Configure sub-directory for appropriate targets
 case ${target} in
+    d10v-*-elf )
+       AC_CONFIG_SUBDIRS(d10v-elf)
+       ;;
     frv-*-elf )
        AC_CONFIG_SUBDIRS(frv-elf)
        ;;