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/target.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/target.exp')
-rw-r--r-- | lib/target.exp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/target.exp b/lib/target.exp index 866f6e5..2fc1c31 100644 --- a/lib/target.exp +++ b/lib/target.exp @@ -122,7 +122,10 @@ proc pop_host { } { } # -# Remove extraneous warnings we don't care about +# Remove extraneous warnings from TEXT. +# +# An example is: +# ld.so: warning: /usr/lib/libc.so.1.8.1 has older revision than expected 9 # proc prune_warnings { text } { global host_triplet |