* gas/elf/warn-2.s: Add other types of NOP insn.
[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.139682 seconds and 4 git commands to generate.