aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-09-17 01:00:09 +0000
committerPer Bothner <per@bothner.com>1994-09-17 01:00:09 +0000
commit87846d8a698c18045a2367227978ccab4eba524e (patch)
treebd352dbd1d6622786d3e1ee7ff99625388bf9e62 /gdb
parent6f52d064e47ea3b527b8110ba3c09e336559a204 (diff)
downloadfsf-binutils-gdb-87846d8a698c18045a2367227978ccab4eba524e.zip
fsf-binutils-gdb-87846d8a698c18045a2367227978ccab4eba524e.tar.gz
fsf-binutils-gdb-87846d8a698c18045a2367227978ccab4eba524e.tar.bz2
Add missing file; adjust Makefile etc.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.chill/.Sanitize1
-rw-r--r--gdb/testsuite/gdb.chill/ChangeLog2
-rw-r--r--gdb/testsuite/gdb.chill/Makefile.in1
-rw-r--r--gdb/testsuite/gdb.chill/pr-5646-grt.ch5
-rw-r--r--gdb/testsuite/gdb.chill/pr-5646.ch2
5 files changed, 9 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/.Sanitize b/gdb/testsuite/gdb.chill/.Sanitize
index 5ef889a..9c9f7f8 100644
--- a/gdb/testsuite/gdb.chill/.Sanitize
+++ b/gdb/testsuite/gdb.chill/.Sanitize
@@ -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
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog
index 7abbcd7..27d09d9 100644
--- a/gdb/testsuite/gdb.chill/ChangeLog
+++ b/gdb/testsuite/gdb.chill/ChangeLog
@@ -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)
diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in
index 94d33d1..5308e31 100644
--- a/gdb/testsuite/gdb.chill/Makefile.in
+++ b/gdb/testsuite/gdb.chill/Makefile.in
@@ -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
index 0000000..b7a9002
--- /dev/null
+++ b/gdb/testsuite/gdb.chill/pr-5646-grt.ch
@@ -0,0 +1,5 @@
+x: MODULE
+NEWMODE a_set = SET (a, b, c, d);
+NEWMODE a_ps = POWERSET a_set;
+GRANT a_ps;
+END;
diff --git a/gdb/testsuite/gdb.chill/pr-5646.ch b/gdb/testsuite/gdb.chill/pr-5646.ch
index 186fbb7..8c14cb8 100644
--- a/gdb/testsuite/gdb.chill/pr-5646.ch
+++ b/gdb/testsuite/gdb.chill/pr-5646.ch
@@ -1,6 +1,6 @@
y: MODULE
-<> USE_SEIZE_FILE "x.grt" <>
+<> USE_SEIZE_FILE "pr-5646-grt.grt" <>
SEIZE a_ps;
p: PROC ();