diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-02 00:27:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-02 00:27:27 +0000 |
commit | 51b057f27b7da5dcbb57b118e24ed03f0f8f5034 (patch) | |
tree | c14ee726e62cdf190624719d04770c0618fe43ef /sim/testsuite/d10v-elf/Makefile.in | |
parent | 3c6d5393c4705b748e27aef0e358164da1f8f252 (diff) | |
download | gdb-51b057f27b7da5dcbb57b118e24ed03f0f8f5034.zip gdb-51b057f27b7da5dcbb57b118e24ed03f0f8f5034.tar.gz gdb-51b057f27b7da5dcbb57b118e24ed03f0f8f5034.tar.bz2 |
For sub2w, compute carry according to negated addition rules.
Test.
Diffstat (limited to 'sim/testsuite/d10v-elf/Makefile.in')
-rw-r--r-- | sim/testsuite/d10v-elf/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in index dab5b66..33e22ef 100644 --- a/sim/testsuite/d10v-elf/Makefile.in +++ b/sim/testsuite/d10v-elf/Makefile.in @@ -40,7 +40,10 @@ RPATH_ENVVAR = @RPATH_ENVVAR@ TESTS = \ exit47.ko \ hello.hi \ - t-rachi.ok + t-rachi.ok \ + t-rep.ok \ + t-subi.ok \ + t-sub2w.ok AS_FOR_TARGET = `\ if [ -x ../../../gas/as-new ]; then \ |