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