From: Per Bothner Date: Sat, 17 Sep 1994 01:00:09 +0000 (+0000) Subject: Add missing file; adjust Makefile etc. X-Git-Tag: gdb-4_18~13495 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87846d8a698c18045a2367227978ccab4eba524e;p=platform%2Fupstream%2Fbinutils.git Add missing file; adjust Makefile etc. --- 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 ();