gas: Fix some x86_64 testcases for Solaris not using R_X86_64_PLT32 [PR25732]
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / solaris / x86-64-branch-2.d
1 #as: -J
2 #objdump: -dwr
3 #source: ../x86-64-branch-2.s
4 #name: x86-64 branch 2
5
6 .*: +file format .*
7
8 Disassembly of section .text:
9
10 0+ <bar-0xb>:
11 [ ]*[a-f0-9]+: 66 e9 00 00 jmpw 4 <bar-0x7> 2: R_X86_64_PC16 foo-0x2
12 [ ]*[a-f0-9]+: 66 48 e9 00 00 00 00 data16 jmpq b <bar> 7: R_X86_64_PC32 foo-0x4
13
14 0+b <bar>:
15 [ ]*[a-f0-9]+: 89 c3 mov %eax,%ebx
16 [ ]*[a-f0-9]+: 66 e8 00 00 callw 11 <bar\+0x6> f: R_X86_64_PC16 foo-0x2
17 [ ]*[a-f0-9]+: 66 48 e8 00 00 00 00 data16 callq 18 <bar\+0xd> 14: R_X86_64_PC32 foo-0x4
18 [ ]*[a-f0-9]+: 66 c3 retw *
19 [ ]*[a-f0-9]+: 66 c2 08 00 retw \$0x8
20 #pass
This page took 0.043931 seconds and 4 git commands to generate.