Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / reloc-insn.s
index d6e6aa6b39089978a97844f74baab4be3acc1e23..99ca9659de0901b5a055db408147b3375cb62f28 100644 (file)
@@ -176,6 +176,10 @@ func:
 
        // BFD_RELOC_AARCH64_LDST64_LO12
        prfm    pstl1keep, [x7, #:lo12:ldata+4100]
+
+       // BFD_RELOC_AARCH64_GOT_LD_PREL19
+       ldr     x0, :got:cdata
+       ldrb    w1, [x0]
        
        ret
        
@@ -201,3 +205,5 @@ ldata:      .xword  0x1122334455667788
 .set u64, 0xfedcba9876543210
 .set bit1,0xf000000000000000
 .set bit2,~0xf
+
+.comm  cdata,1,8
This page took 0.023563 seconds and 4 git commands to generate.