diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-02 05:18:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-02 05:18:27 +0000 |
commit | ae55807561cc4c213d1ff8439b831a4bec28b2e2 (patch) | |
tree | 2f458b450903e087e04e1a2d2948814f16ccb9f4 /sim/testsuite/d10v-elf/Makefile.in | |
parent | 8b9c29f5cbe612e040212ddb899abf7a673ade35 (diff) | |
download | gdb-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.in | 4 |
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 \ |