]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-srec/srec.exp
* archures.c: Add some more MSP430 machine numbers.
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-srec / srec.exp
index 001fb2e1655950350850980b7be02c2dbd769d55..4a433d1f3e7253beca4073003e93a53a04d4b511 100644 (file)
@@ -1,7 +1,6 @@
 # Test linking directly to S-records.
 # By Ian Lance Taylor, Cygnus Support.
-#   Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2011, 2012
-#   Free Software Foundation, Inc.
+#   Copyright 1999-2013 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -269,6 +268,11 @@ proc run_srec_test { test objs } {
        set flags "$flags -no-relax"
     }
 
+    # MSP430 targets always relax.
+    if [istarget msp430*-*-*] {
+       setup_xfail "msp430*-*-*"
+    }
+
     # Epiphany needs some help too
     if [istarget epiphany*-*-*] {
        set flags "$flags --defsym _start=00000060"