aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-13 21:37:00 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-13 21:37:00 +0000
commite510ad536bbd09d4c1987a7e87c9c37189cd9b38 (patch)
tree9d4db928f21ba4eb837346f803a03092087742e6
parentd4d9c3a6a7fbba11d67dab675b720ddc31a15096 (diff)
Add the pre-processed input files ctl.big and ctl.lit (for big and little
endian, of course). Adjust the Makefile to run the program with the correct inputs and command line options. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@11396 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--External/SPEC/CINT95/124.m88ksim/Makefile7
-rw-r--r--External/SPEC/CINT95/124.m88ksim/ctl.big8
-rw-r--r--External/SPEC/CINT95/124.m88ksim/ctl.lit8
3 files changed, 22 insertions, 1 deletions
diff --git a/External/SPEC/CINT95/124.m88ksim/Makefile b/External/SPEC/CINT95/124.m88ksim/Makefile
index 0b852c8c..d0639961 100644
--- a/External/SPEC/CINT95/124.m88ksim/Makefile
+++ b/External/SPEC/CINT95/124.m88ksim/Makefile
@@ -1,5 +1,10 @@
LEVEL = ../../../../../..
-STDIN_FILENAME := ctl.raw
+RUN_OPTIONS = -c
+ifeq ($(ARCH),Sparc)
+STDIN_FILENAME := ctl.big
+else
+STDIN_FILENAME := ctl.lit
+endif
STDOUT_FILENAME := test.out
Source := addd.c \
diff --git a/External/SPEC/CINT95/124.m88ksim/ctl.big b/External/SPEC/CINT95/124.m88ksim/ctl.big
new file mode 100644
index 00000000..c141c417
--- /dev/null
+++ b/External/SPEC/CINT95/124.m88ksim/ctl.big
@@ -0,0 +1,8 @@
+lo dhry.big
+cacheoff
+br _exit
+g
+g
+sd
+q
+
diff --git a/External/SPEC/CINT95/124.m88ksim/ctl.lit b/External/SPEC/CINT95/124.m88ksim/ctl.lit
new file mode 100644
index 00000000..b806c7bf
--- /dev/null
+++ b/External/SPEC/CINT95/124.m88ksim/ctl.lit
@@ -0,0 +1,8 @@
+lo dhry.lit
+cacheoff
+br _exit
+g
+g
+sd
+q
+