diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/gc-relocs-309.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-relocs-309.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/gc-relocs-309.s b/ld/testsuite/ld-aarch64/gc-relocs-309.s new file mode 100644 index 0000000..06901bf --- /dev/null +++ b/ld/testsuite/ld-aarch64/gc-relocs-309.s @@ -0,0 +1,7 @@ +#R_AARCH64_GOT_LD_PREL19 + .comm sym309_notused,1,8 +.text +_test_gc_rel309: + nop + ldr x1, :got_prel19:sym309_notused + |