diff options
Diffstat (limited to 'ld/testsuite/ld-crx/reloc-rel8-cmp.s')
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel8-cmp.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-crx/reloc-rel8-cmp.s b/ld/testsuite/ld-crx/reloc-rel8-cmp.s new file mode 100644 index 0000000..61e5dd4 --- /dev/null +++ b/ld/testsuite/ld-crx/reloc-rel8-cmp.s @@ -0,0 +1,8 @@ +# Test pc relative relocation R_CRX_REL8_CMP + + .section .text_8,"ax","progbits" + .global _start + .global foo8 +_start: + cmpbeqb r1, r2, foo8 +foo8: |