x86: Change PLT32 reloc against section to PC32
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr26263.d
1 #source: ../ld-x86-64/pr26263.s
2 #as: --32
3 #ld: -shared -melf_i386
4 #objdump: -dw
5
6 .*: +file format .*
7
8
9 Disassembly of section .text:
10
11 0+1000 <printk>:
12 +[a-f0-9]+: c3 ret
13
14 Disassembly of section .init.text:
15
16 0+1001 <foo>:
17 +[a-f0-9]+: e8 fa ff ff ff call 1000 <printk>
18 +[a-f0-9]+: e8 f5 ff ff ff call 1000 <printk>
19 #pass
This page took 0.031109 seconds and 4 git commands to generate.