From: Per Bothner Date: Sat, 17 Sep 1994 01:00:09 +0000 (+0000) Subject: Add missing file; adjust Makefile etc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87846d8a698c18045a2367227978ccab4eba524e;p=binutils-gdb.git Add missing file; adjust Makefile etc. --- diff --git a/gdb/testsuite/gdb.chill/.Sanitize b/gdb/testsuite/gdb.chill/.Sanitize index 5ef889aede4..9c9f7f8a6ef 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 7abbcd7e2c2..27d09d9f7fd 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 94d33d19dc8..5308e31c8c1 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 00000000000..b7a90023585 --- /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 186fbb72c1e..8c14cb86b4f 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 ();