aboutsummaryrefslogtreecommitdiff
path: root/lib/libgloss.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-04-13 00:54:11 +0000
committerBen Elliston <bje@gnu.org>2006-04-13 00:54:11 +0000
commit974f31928753a191275425a979b303a9acab0489 (patch)
tree9edd58fc254d0f962c3448fe70b0a92b558a6020 /lib/libgloss.exp
parentd29a2499fad390ec9b7c8a9f09aa783d45212fe9 (diff)
* lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
lib/framework.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
Diffstat (limited to 'lib/libgloss.exp')
-rw-r--r--lib/libgloss.exp8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libgloss.exp b/lib/libgloss.exp
index 9f02520..6ff36b6 100644
--- a/lib/libgloss.exp
+++ b/lib/libgloss.exp
@@ -21,7 +21,6 @@
# this contains a list of gcc options and their respective directories.
-#
# Find the pieces of libgloss for testing the GNU development tools
# needed to link a set of object files into an executable.
# This usually means setting the -L and -B paths correctly.
@@ -97,12 +96,11 @@ proc libgloss_link_flags { args } {
}
# There aren't any, but we'll be orthogonal here.
-
+#
proc libgloss_include_flags { args } {
return ""
}
-#
# Find the newlib libraries in the current source tree.
#
proc newlib_link_flags { args } {
@@ -386,12 +384,10 @@ proc libstdc++_link_flags { args } {
return "$flags"
}
-#
# Get the list of directories and -m options for gcc. This is kinda bogus that
# generic testing software needs support for gcc hardwired in, but to make
# testing the GNU tools work right, there didn't seem to be any other way.
#
-
proc get_multilibs { args } {
global target_alias
global board
@@ -911,7 +907,7 @@ proc winsup_include_flags { args } {
verbose "No winsup support for this target"
}
-#
+
# Find the winsup libraries in the current source tree.
#
proc winsup_link_flags { args } {