arc/opcodes: Use flag operand class to handle multiple flag matches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / ifunc-1.s
1 .globl __GI_foo
2 .set __GI_foo, foo
3 .text
4 .globl foo
5 .type foo, %function
6 foo:
7 .byte 0x0
8 .size foo, .-foo
9 .type foo, %gnu_indirect_function
This page took 0.030576 seconds and 4 git commands to generate.