tizen 2.4 release
[external/binutils.git] / gas / testsuite / gas / nios2 / warn_nobreak.s
1 .set nobreak , 2 # This should not cause warning for ba, bt to be turned off
2 add ba, r2, r2
3 add bt, r2, r2
4 .set nobreak     # this should turn the warnings off
5 add ba, r3, r4
6 add bt, r3, r4
7 .set break, 3     # this should not turn the warnings on
8 add ba, r3, r4
9 add bt, r3, r4
10 .set break      # this should turn the warnings on
11 add ba, r3, r4
12 add bt, r3, r4