diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/gc-relocs-312.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-relocs-312.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/gc-relocs-312.s b/ld/testsuite/ld-aarch64/gc-relocs-312.s new file mode 100644 index 0000000..7a2f370 --- /dev/null +++ b/ld/testsuite/ld-aarch64/gc-relocs-312.s @@ -0,0 +1,7 @@ +#R_AARCH64_GOT_LD_PREL19 + .comm sym312_notused,4 +.text +_test_gc_rel312: + nop + ldr x3, [x2, #:got_lo12:sym312_notused] + |