Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-4.s
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 mov ifunc@GOT, %eax
6 ret
7 .type ifunc, @gnu_indirect_function
8 ifunc:
9 mov $0xbadbeef, %eax
10 ret
This page took 0.032408 seconds and 4 git commands to generate.