ld: Add _bfd_elf_link_hide_sym_by_version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr21038c.d
index 33ff4ed8532c3a7241cf57dc409ad650d147d89f..b249067f2f676eab6a778b14d1064f046b4f3747 100644 (file)
@@ -1,6 +1,6 @@
-#name: PR ld/21038 (.plt.got and .plt.bnd)
+#name: PR ld/21038 (.plt.got and .plt.sec)
 #as: --64
-#ld: -z bndplt -melf_x86_64 -shared -z relro --ld-generated-unwind-info
+#ld: -z bndplt -melf_x86_64 -shared -z relro --ld-generated-unwind-info --hash-style=sysv -z max-page-size=0x200000 -z noseparate-code
 #objdump: -dw -Wf
 
 .*: +file format .*
@@ -40,7 +40,7 @@ Contents of the .eh_frame section:
   DW_CFA_nop
   DW_CFA_nop
 
-0+58 0000000000000014 0000005c FDE cie=00000000 pc=0000000000000288..0000000000000290
+0+58 0000000000000014 0000005c FDE cie=00000000 pc=0000000000000280..0000000000000288
   DW_CFA_nop
   DW_CFA_nop
   DW_CFA_nop
@@ -49,11 +49,7 @@ Contents of the .eh_frame section:
   DW_CFA_nop
   DW_CFA_nop
 
-0+70 0000000000000014 00000074 FDE cie=00000000 pc=0000000000000280..0000000000000288
-  DW_CFA_nop
-  DW_CFA_nop
-  DW_CFA_nop
-  DW_CFA_nop
+0+70 0000000000000010 00000074 FDE cie=00000000 pc=0000000000000288..0000000000000290
   DW_CFA_nop
   DW_CFA_nop
   DW_CFA_nop
@@ -71,11 +67,11 @@ Disassembly of section .plt:
 
 Disassembly of section .plt.got:
 
-0+280 <.plt.got>:
+0+280 <func1@plt>:
  +[a-f0-9]+:   f2 ff 25 71 0d 20 00    bnd jmpq \*0x200d71\(%rip\)        # 200ff8 <func1>
  +[a-f0-9]+:   90                      nop
 
-Disassembly of section .plt.bnd:
+Disassembly of section .plt.sec:
 
 0+288 <func2@plt>:
  +[a-f0-9]+:   f2 ff 25 89 0d 20 00    bnd jmpq \*0x200d89\(%rip\)        # 201018 <func2>
@@ -84,7 +80,7 @@ Disassembly of section .plt.bnd:
 Disassembly of section .text:
 
 0+290 <foo>:
- +[a-f0-9]+:   e8 eb ff ff ff          callq  280 <.plt.got>
+ +[a-f0-9]+:   e8 eb ff ff ff          callq  280 <func1@plt>
  +[a-f0-9]+:   e8 ee ff ff ff          callq  288 <func2@plt>
  +[a-f0-9]+:   48 8b 05 57 0d 20 00    mov    0x200d57\(%rip\),%rax        # 200ff8 <func1>
 #pass
This page took 0.057543 seconds and 4 git commands to generate.