tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-25-x86.s
1 .text
2 .globl foo
3 .type foo,%gnu_indirect_function
4 foo:
5 ret
6 .globl _start
7 _start:
8 call foo@PLT
9 .globl __start
10 __start:
11 .global _main
12 _main:
13 .data
14 .dc.a foo
This page took 0.037478 seconds and 4 git commands to generate.