Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-4a.d
1 #source: pr20244-4.s
2 #as: --32
3 #ld: -m elf_i386
4 #objdump: -dw
5 #notarget: i?86-*-nacl* x86_64-*-nacl*
6
7 .*: +file format .*
8
9 Disassembly of section .text:
10
11 0+804807c <_start>:
12 +[a-f0-9]+: 8b 05 8c 90 04 08 mov 0x804908c,%eax
13 +[a-f0-9]+: c3 ret
14
15 0+8048083 <ifunc>:
16 +[a-f0-9]+: b8 ef be ad 0b mov \$0xbadbeef,%eax
17 +[a-f0-9]+: c3 ret
18 #pass
This page took 0.032996 seconds and 4 git commands to generate.