aboutsummaryrefslogtreecommitdiff
path: root/lib/targetdb.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2005-12-23 23:22:35 +0000
committerBen Elliston <bje@gnu.org>2005-12-23 23:22:35 +0000
commit1e1634771be73a06568fc0bb84dde7b7f947fc3b (patch)
treed635c7f312436477ead4d9ed6179399bb8699af7 /lib/targetdb.exp
parentd309b637215975d9c56f55cb64aee7b328a12206 (diff)
downloaddejagnu-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/targetdb.exp')
-rw-r--r--lib/targetdb.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/targetdb.exp b/lib/targetdb.exp
index 12cc0c8..3a72434 100644
--- a/lib/targetdb.exp
+++ b/lib/targetdb.exp
@@ -17,7 +17,6 @@
# along with DejaGnu; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
-#
# Searches in the appropriate place (the board_info array) for the specified
# information.
#
@@ -64,7 +63,6 @@ proc host_info { op args } {
return [eval "board_info host \"$op\" $args"]
}
-#
# Fill in ENTRY with VALUE for the current board being defined.
#
proc set_board_info { entry value } {
@@ -75,7 +73,6 @@ proc set_board_info { entry value } {
}
}
-#
# Fill in ENTRY with VALUE for the current target.
#
proc set_currtarget_info { entry value } {
@@ -88,7 +85,6 @@ proc set_currtarget_info { entry value } {
}
}
-#
# Unset ENTRY for the current board being defined.
#
proc unset_board_info { entry } {
@@ -99,7 +95,6 @@ proc unset_board_info { entry } {
}
}
-#
# Unset ENTRY for the current board being defined.
#
proc unset_currtarget_info { entry } {