aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-12-02 05:18:27 +0000
committerAndrew Cagney <cagney@redhat.com>1997-12-02 05:18:27 +0000
commitae55807561cc4c213d1ff8439b831a4bec28b2e2 (patch)
tree2f458b450903e087e04e1a2d2948814f16ccb9f4 /sim/testsuite/d10v-elf/Makefile.in
parent8b9c29f5cbe612e040212ddb899abf7a673ade35 (diff)
downloadgdb-ae55807561cc4c213d1ff8439b831a4bec28b2e2.zip
gdb-ae55807561cc4c213d1ff8439b831a4bec28b2e2.tar.gz
gdb-ae55807561cc4c213d1ff8439b831a4bec28b2e2.tar.bz2
For MACU add unsigned multiply to accumulator.
Test.
Diffstat (limited to 'sim/testsuite/d10v-elf/Makefile.in')
-rw-r--r--sim/testsuite/d10v-elf/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in
index 33e22ef..d7fc130 100644
--- a/sim/testsuite/d10v-elf/Makefile.in
+++ b/sim/testsuite/d10v-elf/Makefile.in
@@ -43,7 +43,9 @@ TESTS = \
t-rachi.ok \
t-rep.ok \
t-subi.ok \
- t-sub2w.ok
+ t-sub2w.ok \
+ t-mvtac.ok \
+ t-mac.ok
AS_FOR_TARGET = `\
if [ -x ../../../gas/as-new ]; then \