Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr20253-3.s
1 .text
2 .type foo,%gnu_indirect_function
3 foo:
4 ret
5 .globl _start
6 _start:
7 ret
8 .globl __start
9 __start:
10 .data
11 .long foo - .
This page took 0.030753 seconds and 4 git commands to generate.