Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / sparc-solaris / gas.exp
1 #
2 # Solaris-2 on SPARC tests
3 #
4 # The two compilers, cc and gcc, generate quite different debugging
5 # records.  Verify that we can accept both.
6 #
7 if [istarget sparc-*-solaris2*] then {
8     gas_test "sol-cc.s"  "" $stdoptlist "SPARC Solaris cc -g"
9     gas_test "sol-gcc.s" "" $stdoptlist "SPARC Solaris gcc -g"
10 }