summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sparc-solaris/gas.exp
blob: 63af6917e986c13da9114a2ae4a817402d0bc5d5 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Solaris-2 on SPARC tests
#
# The two compilers, cc and gcc, generate quite different debugging
# records.  Verify that we can accept both.
#
if [istarget sparc-*-solaris2*] then {
    gas_test "sol-cc.s"  "" $stdoptlist "SPARC Solaris cc -g"
    gas_test "sol-gcc.s" "" $stdoptlist "SPARC Solaris gcc -g"
}