diff options
Diffstat (limited to 'ld/testsuite/ld-loongarch-elf/32_pcrel.s')
-rw-r--r-- | ld/testsuite/ld-loongarch-elf/32_pcrel.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-loongarch-elf/32_pcrel.s b/ld/testsuite/ld-loongarch-elf/32_pcrel.s new file mode 100644 index 0000000..3ef16de --- /dev/null +++ b/ld/testsuite/ld-loongarch-elf/32_pcrel.s @@ -0,0 +1,6 @@ + .section sx,"a" +x: + nop + + .section sy,"a" + .4byte x-. |