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