mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* ld-bootstrap/bootstrap.exp: Fix misplaced comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-12-20 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* ld-bootstrap/bootstrap.exp: Fix misplaced comment.
|
||||||
|
|
||||||
2010-12-20 Alan Modra <amodra@gmail.com>
|
2010-12-20 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR ld/12001
|
PR ld/12001
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Expect script for LD Bootstrap Tests
|
# Expect script for LD Bootstrap Tests
|
||||||
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
|
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
|
||||||
# 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
|
# 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of the GNU Binutils.
|
# This file is part of the GNU Binutils.
|
||||||
#
|
#
|
||||||
@ -77,14 +77,14 @@ foreach flags {"" "strip" "--static" "--traditional-format"
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Plugin support requires linking with a dynamic library which
|
# Plugin support requires linking with a dynamic library which
|
||||||
# means that these
|
# means that these tests will fail.
|
||||||
if { $flags == "--static" && $plugins == "yes" } then {
|
if { $flags == "--static" && $plugins == "yes" } then {
|
||||||
untested $testname
|
untested $testname
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
# If we only have a shared libbfd, we probably can't run the
|
# If we only have a shared libbfd, we probably can't run the
|
||||||
# --static test.will fail.
|
# --static test.
|
||||||
if { $flags == "--static" && ! [string match "*libbfd.a*" $BFDLIB] } then {
|
if { $flags == "--static" && ! [string match "*libbfd.a*" $BFDLIB] } then {
|
||||||
untested $testname
|
untested $testname
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user