* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / mismatch.exp
1 # Test architecture mismatch errors.
2 #
3 # GAS issues two lines of error text for each mismatch:
4 #
5 # mm-lite.s:7: Error: Architecture mismatch on "divscc".
6 # mm-lite.s:7: (Requires sparclite; requested architecture is v8.)
7 #
8 # The suggested regexp argument to dg-error is "mismatch|<arch>".
9
10 if [istarget sparc*-*-*] {
11
12 load_lib gas-dg.exp
13
14 dg-init
15
16 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/mism-*.s]] "" ""
17
18 dg-finish
19
20 }
This page took 0.029216 seconds and 4 git commands to generate.