ld/testsuite/
authorThomas Schwinge <tschwinge@gnu.org>
Thu, 28 Oct 2010 09:10:08 +0000 (09:10 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Thu, 28 Oct 2010 09:10:08 +0000 (09:10 +0000)
* 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.

gas/testsuite/ChangeLog
gas/testsuite/gas/iq2000/load-hazards.exp
gas/testsuite/gas/iq2000/yield.exp
gas/testsuite/gas/mt/errors.exp
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/script.exp

index 4517d52..9e12d93 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-28  Thomas Schwinge  <thomas@schwinge.name>
+
+       * gas/iq2000/load-hazards.exp: Sort all filename globs.
+       * gas/iq2000/yield.exp: Likewise.
+       * gas/mt/errors.exp: Likewise.
+
 2010-10-28  Alan Modra  <amodra@gmail.com>
 
        * gas/elf/elf.exp (groupautob): Don't run on xtensa.
index 654c96a..1e8657e 100644 (file)
@@ -29,7 +29,7 @@ proc iq2000_warning_test { file testname {warnpattern ""} } {
 }
 
 if [istarget iq2000*-*-*] {
-    foreach file [glob -nocomplain -- $srcdir/$subdir/hazard*.s] {
+    foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/hazard*.s]] {
        set file [file tail $file]
        switch -- $file {
            "hazard0.s" {
index c68095f..30fae38 100644 (file)
@@ -28,7 +28,7 @@ proc iq2000_error_test { file testname {pattern ""} } {
 }
 
 if [istarget iq2000*-*-*] {
-    foreach file [glob -nocomplain -- $srcdir/$subdir/yield*.s] {
+    foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/yield*.s]] {
        set file [file tail $file]
        iq2000_error_test $file \
                "assembler emits yield instruction in delay slot error for $file" \
index 30d217f..7b94bdb 100644 (file)
@@ -28,7 +28,7 @@ proc mrisc1_error_test { file testname {warnpattern ""} } {
 }
 
 if [istarget mt-*-*] {
-    foreach file [glob -nocomplain -- $srcdir/$subdir/bad*.s] {
+    foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/bad*.s]] {
        set file [file tail $file]
        switch -- $file {
            "badreg.s" {
index 2676bfb..c6771a6 100644 (file)
@@ -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.
index 66c62f5..2e69922 100644 (file)
@@ -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"] {