diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1998-10-27 14:21:18 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1998-10-27 14:21:18 +0000 |
commit | 479bb22670054c8dcc741846606ec0cec9e932ad (patch) | |
tree | 8d59ef0ff9632c222e7ad1b1ae2e5bc6211c7fc4 /gcc | |
parent | 4195a6bc96b556b625c0a64e5716ef81b94002ee (diff) | |
download | gcc-479bb22670054c8dcc741846606ec0cec9e932ad.zip gcc-479bb22670054c8dcc741846606ec0cec9e932ad.tar.gz gcc-479bb22670054c8dcc741846606ec0cec9e932ad.tar.bz2 |
* lib/old-dejagnu.exp (old-dejagnu): document `Additional sources'
From-SVN: r23368
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/lib/old-dejagnu.exp | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f93acda..5a7c4c4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br> + + * lib/old-dejagnu.exp (old-dejagnu): document `Additional sources' + Thu Oct 22 16:01:44 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * compile/981022-1.c, compile/981022-1.x: New test and driver. diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp index 1b28b5a..fe566e6 100644 --- a/gcc/testsuite/lib/old-dejagnu.exp +++ b/gcc/testsuite/lib/old-dejagnu.exp @@ -196,7 +196,8 @@ proc old-dejagnu { compiler prog cflagsx default_cflags libs } { # is right. If no such Special Options are found, $default_cflags is used. # FIXME: Can there be multiple lines of these? # -# Other keywords: "Build don't link:", "Build don't run:", "Build then link:". +# Other keywords: "Build don't link:", "Build don't run:", "Build then link:", +# "Additional sources: <file>.cc ..." set name "[file tail [file dirname $prog]]/[file tail $prog]" |