gas run_dump_test rename stderr and error-output
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / asm-errors-3.s
1 .cpu ARCHS
2 .L1:
3 bl.d @foo
4 st 1,[@a]
5 bl.d @foo
6 st @a,[r1]
7 bl.d @foo
8 breq r0,r1,@.L1
9 bl.d @foo
10 bl @foo
11 bl.d @foo
12 bbit0 r0,r1,@.L1
13 bl.d @foo
14 ei_s 1
This page took 0.02968 seconds and 4 git commands to generate.