Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-4.s
blob0197256e490c6382e35ddb186db7b35d4cce1f68
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