diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-02 06:37:09 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-02 06:37:09 +0000 |
commit | 9420287ed25a0cc7ef77fcc95ccab3f13d4614e3 (patch) | |
tree | 5d79b9a18fecd4bad2d176e47e153fa34abf9b98 /sim/testsuite/d10v-elf/Makefile.in | |
parent | e8b925f1fd9364cb0b6ba485afe2ccdda86f271f (diff) | |
download | gdb-9420287ed25a0cc7ef77fcc95ccab3f13d4614e3.zip gdb-9420287ed25a0cc7ef77fcc95ccab3f13d4614e3.tar.gz gdb-9420287ed25a0cc7ef77fcc95ccab3f13d4614e3.tar.bz2 |
For "mulxu", store unsigned product in ACC.
Test.
Diffstat (limited to 'sim/testsuite/d10v-elf/Makefile.in')
-rw-r--r-- | sim/testsuite/d10v-elf/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in index d7fc130..d358327 100644 --- a/sim/testsuite/d10v-elf/Makefile.in +++ b/sim/testsuite/d10v-elf/Makefile.in @@ -40,12 +40,14 @@ RPATH_ENVVAR = @RPATH_ENVVAR@ TESTS = \ exit47.ko \ hello.hi \ + t-mac.ok \ + t-mvtac.ok \ + t-mulxu.ok \ t-rachi.ok \ t-rep.ok \ - t-subi.ok \ t-sub2w.ok \ - t-mvtac.ok \ - t-mac.ok + t-subi.ok \ +# AS_FOR_TARGET = `\ if [ -x ../../../gas/as-new ]; then \ |