Add assembler support for @gotplt
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsdesc.pd
index cd22fd5666c444ab128df57185904b5b8b579bd1..c24403c15cc448a3cac5687c1ecfb07d78121a2a 100644 (file)
@@ -1,7 +1,7 @@
 #source: tlsdesc.s
 #source: tlspic2.s
 #as: --64
-#ld: -shared -melf_x86_64
+#ld: -shared -melf_x86_64 --no-ld-generated-unwind-info
 #objdump: -drj.plt
 #target: x86_64-*-*
 
@@ -9,12 +9,11 @@
 
 Disassembly of section .plt:
 
-0000000000000470 <.*@plt-0x10>:
- 470:  ff 35 e2 0e 20 00       pushq  2100962\(%rip\)        # 201358 <_GLOBAL_OFFSET_TABLE_\+0x8>
- 476:  ff 25 e4 0e 20 00       jmpq   \*2100964\(%rip\)        # 201360 <_GLOBAL_OFFSET_TABLE_\+0x10>
- 47c:  0f 1f 40 00             nopl   0x0\(%rax\)
-0000000000000480 <.*@plt>:
- 480:  ff 35 d2 0e 20 00       pushq  2100946\(%rip\)        # 201358 <_GLOBAL_OFFSET_TABLE_\+0x8>
- 486:  ff 25 bc 0e 20 00       jmpq   \*2100924\(%rip\)        # 201348 <_DYNAMIC\+0x190>
- 48c:  0f 1f 40 00             nopl   0x0\(%rax\)
+[0-9a-f]+ <.plt>:
+ [0-9a-f]+:    ff 35 .. .. 20 00       pushq  .*\(%rip\)        # 201358 <_GLOBAL_OFFSET_TABLE_\+0x8>
+ [0-9a-f]+:    ff 25 .. .. 20 00       jmpq   \*.*\(%rip\)        # 201360 <_GLOBAL_OFFSET_TABLE_\+0x10>
+ [0-9a-f]+:    0f 1f 40 00             nopl   0x0\(%rax\)
+ [0-9a-f]+:    ff 35 .. .. 20 00       pushq  .*\(%rip\)        # 201358 <_GLOBAL_OFFSET_TABLE_\+0x8>
+ [0-9a-f]+:    ff 25 .. .. 20 00       jmpq   \*.*\(%rip\)        # 201348 <_DYNAMIC\+0x190>
+ [0-9a-f]+:    0f 1f 40 00             nopl   0x0\(%rax\)
 
This page took 0.024495 seconds and 4 git commands to generate.