gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / ifunc-1.s
CommitLineData
ad04f5ce
L
1.globl __GI_foo
2 .set __GI_foo, foo
3 .text
4.globl foo
5 .type foo, %function
6foo:
7 .byte 0x0
8 .size foo, .-foo
9 .type foo, %gnu_indirect_function
This page took 0.497662 seconds and 4 git commands to generate.