arc/opcodes: Use flag operand class to handle multiple flag matches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / microblaze / relax_size2.s
1 .org 0
2 .section .text
3 func:
4 nop
5 label:
6 .size func, . - func
7 func2:
8 braid label2
9 nop
10 label2:
11 .size func2, . - func2
This page took 0.029242 seconds and 4 git commands to generate.