arc/opcodes: Use flag operand class to handle multiple flag matches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / redef.s
CommitLineData
92757bc9
JB
1 .data
2here:
3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
This page took 0.41521 seconds and 4 git commands to generate.