x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / call2.s
CommitLineData
02a86693
L
1 .text
2 .type foo, @function
3foo:
4 ret
5 .globl _start
6 .type _start, @function
7_start:
8 call *foo@GOT
This page took 0.191725 seconds and 4 git commands to generate.