* gas/cris: Match output having $ register prefix. Deal with
[binutils.git] / gas / testsuite / gas / cris / range-err-2.s
blobd9e4837c35413a7fd9cabeabf936c0426fcfdb81
1 ; Test error cases for constant ranges.
3 ; { dg-do assemble { target cris-*-* } }
5 .text
6 .syntax no_register_prefix
7 start:
8 moveq external_symbol,r0 ; { dg-error "Semantics error" }
9 addq external_symbol,r0 ; { dg-error "Semantics error" }
10 break external_symbol ; { dg-error "Semantics error" }