x86: Properly handle PLT expression in directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19609-1c.d
1 #source: pr19609-1.s
2 #as: --32 -mrelax-relocations=yes
3 #ld: -shared -melf_i386
4 #objdump: -dw
5
6 .*: +file format .*
7
8
9 Disassembly of section .text:
10
11 [a-f0-9]+ <_start>:
12 [ ]*[a-f0-9]+: 3b 82 fc ff ff ff cmp -0x4\(%edx\),%eax
13 [ ]*[a-f0-9]+: 3b 8a fc ff ff ff cmp -0x4\(%edx\),%ecx
14 [ ]*[a-f0-9]+: 8b 82 fc ff ff ff mov -0x4\(%edx\),%eax
15 [ ]*[a-f0-9]+: 8b 8a fc ff ff ff mov -0x4\(%edx\),%ecx
16 [ ]*[a-f0-9]+: 85 82 fc ff ff ff test %eax,-0x4\(%edx\)
17 [ ]*[a-f0-9]+: 85 8a fc ff ff ff test %ecx,-0x4\(%edx\)
This page took 0.036218 seconds and 4 git commands to generate.