Add missing file; adjust Makefile etc.
authorPer Bothner <per@bothner.com>
Sat, 17 Sep 1994 01:00:09 +0000 (01:00 +0000)
committerPer Bothner <per@bothner.com>
Sat, 17 Sep 1994 01:00:09 +0000 (01:00 +0000)
gdb/testsuite/gdb.chill/.Sanitize
gdb/testsuite/gdb.chill/ChangeLog
gdb/testsuite/gdb.chill/Makefile.in
gdb/testsuite/gdb.chill/pr-5646-grt.ch [new file with mode: 0644]
gdb/testsuite/gdb.chill/pr-5646.ch

index 5ef889a..9c9f7f8 100644 (file)
@@ -38,6 +38,7 @@ pr-5020.exp
 pr-5022.ch
 pr-5022.exp
 pr-5646.ch
+pr-5646-grt.ch
 pr-5646.exp
 result.ch
 result.exp
index 7abbcd7..27d09d9 100644 (file)
@@ -1,6 +1,6 @@
 Fri Sep 16 16:55:03 1994  Per Bothner  (bothner@kalessin.cygnus.com)
 
-       * pr-5646.ch, pr-5646.exp, Makefile.in:  New testcase.
+       * pr-5646.ch, pr-5646-grt.ch, pr-5646.exp, Makefile.in: New testcase.
 
 Tue Sep  6 13:21:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
 
index 94d33d1..5308e31 100644 (file)
@@ -108,6 +108,7 @@ EXECUTABLES = chillvars.exe result.exe \
 # To force pr-4975-grt to be compiled before pr-4975, so the
 # latter can use the former's grant file.
 pr-4975.o: pr-4975-grt.o
+pr-5646.o: pr-5646-grt.o
 
 all:   $(EXECUTABLES)
 
diff --git a/gdb/testsuite/gdb.chill/pr-5646-grt.ch b/gdb/testsuite/gdb.chill/pr-5646-grt.ch
new file mode 100644 (file)
index 0000000..b7a9002
--- /dev/null
@@ -0,0 +1,5 @@
+x: MODULE
+NEWMODE a_set = SET (a, b, c, d);
+NEWMODE a_ps = POWERSET a_set;
+GRANT a_ps;
+END;
index 186fbb7..8c14cb8 100644 (file)
@@ -1,6 +1,6 @@
 y: MODULE
 
-<> USE_SEIZE_FILE "x.grt" <>
+<> USE_SEIZE_FILE "pr-5646-grt.grt" <>
 SEIZE a_ps;
 
 p: PROC ();