[AArch64][PATCH 2/2] Support ARMv8.2 DC CVAP instruction.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / reloc-insn.s
index 1d13900c30f28ab867898c4037e75b42d2094250..47c59d2aae1fa36a36e1944bd2f3cd498a0e6a30 100644 (file)
@@ -178,11 +178,16 @@ func:
        prfm    pstl1keep, [x7, #:lo12:ldata+4100]
 
        // BFD_RELOC_AARCH64_GOT_LD_PREL19
-       ldr     x0, :got_prel19:cdata
+       ldr     x0, :got:cdata
        ldrb    w1, [x0]
        
        ret
        
+       // BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15
+       ldr     x28, [x13, #:gotpage_lo15:dummy]
+       // BFD_RELOC_AARCH64_LD64_GOTOFF_LO15
+       ldr     x0, [x0, #:gotoff_lo15:dummy]
+
 llit:  .word   0xdeadf00d
        
 lab:   
This page took 0.023664 seconds and 4 git commands to generate.