From ee58dd1ec5cfc8a91c5100c3f90bd81d4e1e10e4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 May 2005 10:29:16 +0000 Subject: Replace linux-gnu with linux-* to allow for versions of Linux which do not use glibc. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/sh/basic.exp | 2 +- gas/testsuite/gas/vax/vax.exp | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'gas/testsuite') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d49061a..fe18db2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2005-05-05 Mike Frysinger + + * gas/sh/basic.exp: Replace linux-gnu with linux-* to allow for + versions of Linux which do not use glibc. + * gas/vax/vax.exp: Likewise. + 2005-05-05 Paul Brook * lib/gas-defs.exp (regexp_diff): Pass test if last line is "#...". diff --git a/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp index f16e48b..13a9052 100644 --- a/gas/testsuite/gas/sh/basic.exp +++ b/gas/testsuite/gas/sh/basic.exp @@ -20,7 +20,7 @@ # Written by Cygnus Support. -if [istarget "sh*-*-linux-gnu"] { +if [istarget "sh*-*-linux-*"] { global ASFLAGS set ASFLAGS "$ASFLAGS -big" } diff --git a/gas/testsuite/gas/vax/vax.exp b/gas/testsuite/gas/vax/vax.exp index d1b9986..bfe9f8a 100644 --- a/gas/testsuite/gas/vax/vax.exp +++ b/gas/testsuite/gas/vax/vax.exp @@ -8,7 +8,7 @@ proc do_quad {} { set x2 0 set x3 0 set file "quad.s" - if { [istarget vax-*-*elf*] || [istarget vax-*-linux-gnu*] } then { + if { [istarget vax-*-*elf*] || [istarget vax-*-linux-*] } then { set file "quad_elf.s" } gas_start $file "-al" @@ -31,7 +31,7 @@ if [istarget vax-*-* ] then { run_dump_test "flonum" - if { [istarget vax-*-*elf*] || [istarget vax-*-linux-gnu*] } then { + if { [istarget vax-*-*elf*] || [istarget vax-*-linux-*] } then { run_dump_test "elf-rel" } } -- cgit v1.1