]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/sparc-solaris/gas.exp
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / sparc-solaris / gas.exp
CommitLineData
6bf74aa6
KR
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#
7if [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}