]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/sh/basic.exp
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / sh / basic.exp
index ffa895216fe0409442b911d5204cc6fe864fc1b7..3bb7931d1f2c438d50ec8ddf745e81bf1c2ec327 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, 2007
+# Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2009
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@
 
 # Written by Cygnus Support.
 
-if [istarget "sh*-*-linux-*"] {
+if {[istarget "sh*-*-linux-*"] || [istarget "sh*l*-*-netbsdelf*"]} then {
     global ASFLAGS
     set ASFLAGS "$ASFLAGS -big"
 }
@@ -169,6 +169,8 @@ if [istarget sh*-*-*] then {
        run_dump_test "reg-prefix"
 
        run_dump_test "too_large"
+
+       run_dump_test "sign-extension"
     }
 }