diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr20830a.d')
-rw-r--r-- | ld/testsuite/ld-x86-64/pr20830a.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-x86-64/pr20830a.d b/ld/testsuite/ld-x86-64/pr20830a.d index caa4fe8..3122ba7 100644 --- a/ld/testsuite/ld-x86-64/pr20830a.d +++ b/ld/testsuite/ld-x86-64/pr20830a.d @@ -56,13 +56,13 @@ Disassembly of section .plt: Disassembly of section .plt.got: -0+230 <.plt.got>: +0+230 <func@plt>: +[a-f0-9]+: ff 25 c2 0d 20 00 jmpq \*0x200dc2\(%rip\) # 200ff8 <func> +[a-f0-9]+: 66 90 xchg %ax,%ax Disassembly of section .text: 0+238 <foo>: - +[a-f0-9]+: e8 f3 ff ff ff callq 230 <.plt.got> + +[a-f0-9]+: e8 f3 ff ff ff callq 230 <func@plt> +[a-f0-9]+: 48 8b 05 b4 0d 20 00 mov 0x200db4\(%rip\),%rax # 200ff8 <func> #pass |