diff options
author | Ben Elliston <bje@gnu.org> | 2005-12-23 23:22:35 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2005-12-23 23:22:35 +0000 |
commit | 1e1634771be73a06568fc0bb84dde7b7f947fc3b (patch) | |
tree | d635c7f312436477ead4d9ed6179399bb8699af7 /lib/dejagnu.exp | |
parent | d309b637215975d9c56f55cb64aee7b328a12206 (diff) | |
download | dejagnu-1e1634771be73a06568fc0bb84dde7b7f947fc3b.zip dejagnu-1e1634771be73a06568fc0bb84dde7b7f947fc3b.tar.gz dejagnu-1e1634771be73a06568fc0bb84dde7b7f947fc3b.tar.bz2 |
* lib/remote.exp: Tidy.
* lib/targetdb.exp: Likewise.
* lib/target.exp (prune_warnings): Improve comments.
* lib/dejagnu.exp: Likewise.
* lib/utils.exp: Likewise.
Diffstat (limited to 'lib/dejagnu.exp')
-rwxr-xr-x | lib/dejagnu.exp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp index 759c1df..6809f0e 100755 --- a/lib/dejagnu.exp +++ b/lib/dejagnu.exp @@ -17,9 +17,9 @@ # along with DejaGnu; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. -# This file was written by Rob Savoye. (rob@welcomehome.org) +# This file was written by Rob Savoye (rob@welcomehome.org). -# a hairy pattern to recognize text +# A hairy pattern to recognize text. set text "\[- A-Za-z0-9\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*]" set SIZE size @@ -27,7 +27,7 @@ if { [which $SIZE] == 0 } { perror "Can't find $SIZE." } -# Get the size of the various section in an object file +# Get the size of the various section in OBJECT. proc exe_size {object} { global SIZE @@ -69,6 +69,7 @@ proc exe_size {object} { # Returns: # A "" (empty) string if everything worked, or the # output if there was a problem. +# proc host_compile {compline} { global INCLUDES global LIBS |