MIPS/GAS: Sanitize `.option picX' pseudo-op
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / branch-warn-3.s
1 ; Test warning for expansion of branches.
2
3 ; { dg-do assemble { target cris-*-* } }
4 ; { dg-options "-N" }
5
6 .text
7 start:
8 nop
9 .space 32768,0
10 ba start ; { dg-warning "32-bit conditional branch generated" }
11 nop
This page took 0.032456 seconds and 4 git commands to generate.