tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-26.s
CommitLineData
ac98f9e2
L
1 .text
2 .type resolve_do_it, %function
3resolve_do_it:
4 .byte 0
5 .size resolve_do_it, .-resolve_do_it
6 .globl do_it
7 .type do_it, %gnu_indirect_function
8 .set do_it,resolve_do_it
This page took 0.117786 seconds and 4 git commands to generate.