diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2010-10-28 09:10:08 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2010-10-28 09:10:08 +0000 |
commit | 4287f8de9769cdab8470a35e3fadce3be05753b3 (patch) | |
tree | 6fa41e42328c52347fb4dd0fa3e782e2d5edfac3 /ld/testsuite | |
parent | 24b01a7495f590723b50c933cc409cebf2408b4d (diff) | |
download | gdb-4287f8de9769cdab8470a35e3fadce3be05753b3.zip gdb-4287f8de9769cdab8470a35e3fadce3be05753b3.tar.gz gdb-4287f8de9769cdab8470a35e3fadce3be05753b3.tar.bz2 |
ld/testsuite/
* ld-scripts/script.exp: Sort all filename globs.
gas/testsuite/
* gas/iq2000/load-hazards.exp: Sort all filename globs.
* gas/iq2000/yield.exp: Likewise.
* gas/mt/errors.exp: Likewise.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/script.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 2676bfb..c6771a6 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Thomas Schwinge <thomas@schwinge.name> + + * ld-scripts/script.exp: Sort all filename globs. + 2010-10-28 Alan Modra <amodra@gmail.com> * ld-plugin/plugin.exp (libs): Remove $LIBS. diff --git a/ld/testsuite/ld-scripts/script.exp b/ld/testsuite/ld-scripts/script.exp index 66c62f5..2e69922 100644 --- a/ld/testsuite/ld-scripts/script.exp +++ b/ld/testsuite/ld-scripts/script.exp @@ -1,6 +1,6 @@ # Test basic linker script functionality # By Ian Lance Taylor, Cygnus Support -# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 +# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2010 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. @@ -127,7 +127,7 @@ if ![ld_simple_link $ld tmpdir/script "$flags -T $srcdir/$subdir/memory.t tmpdir check_script } -set test_script_list [glob $srcdir/$subdir/region-alias-*.t] +set test_script_list [lsort [glob $srcdir/$subdir/region-alias-*.t]] foreach test_script $test_script_list { if ![ld_simple_link $ld tmpdir/script "$flags -T $test_script tmpdir/script.o"] { |