commit | 77ae76eea9df695b66834b8df2a1060c7dad3eca | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Sun May 10 19:59:24 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Sun May 10 19:59:24 2009 -0700 |
tree | 6dd9dbeabfa777b9085aa15a725442ae0d346414 | |
parent | f6b5a531d80f1d1e0ecd7751c6695be3c3a556ec [diff] [blame] |
converted to C++ Base address of constant table changed, so had to update the "-orig" files.
diff --git a/libacc/test b/libacc/test index eb4f383..b4cef93 100755 --- a/libacc/test +++ b/libacc/test
@@ -1,2 +1,2 @@ #!/bin/sh -gcc acc.c -DTEST -ldl -o tests/acc && tests/acc tests/otcc.c tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig +g++ acc.cpp -DTEST -ldl -o tests/acc && tests/acc tests/otcc.c tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig