Power10 VSX 32-byte storage access
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / pcrelopt.s
index 715a52b5f7ba0f959886f533cb17092279247504..4b41436cc3a4864bd6bcfacfd024db86682e8591 100644 (file)
@@ -127,5 +127,21 @@ _start:
        pld 7,sym@got@pcrel
        lbz 6,0(7)
 
+       pld 9,sym@got@pcrel
+               .reloc .-8,R_PPC64_PCREL_OPT,0f-(.-8)
+0:     lxvp 62,0(9)
+
+       pld 9,sym@got@pcrel
+               .reloc .-8,R_PPC64_PCREL_OPT,0f-(.-8)
+0:     lxvp 0,0(9)
+
+       pld 9,sym@got@pcrel
+               .reloc .-8,R_PPC64_PCREL_OPT,0f-(.-8)
+0:     stxvp 62,0(9)
+
+       pld 9,sym@got@pcrel
+               .reloc .-8,R_PPC64_PCREL_OPT,0f-(.-8)
+0:     stxvp 0,0(9)
+
        .data
 sym:   .space 32
This page took 0.024729 seconds and 4 git commands to generate.