diff options
Diffstat (limited to 'ld/testsuite/ld-crx/reloc-regrel12.s')
-rw-r--r-- | ld/testsuite/ld-crx/reloc-regrel12.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-crx/reloc-regrel12.s b/ld/testsuite/ld-crx/reloc-regrel12.s new file mode 100644 index 0000000..060502b --- /dev/null +++ b/ld/testsuite/ld-crx/reloc-regrel12.s @@ -0,0 +1,6 @@ +# Test register relative relocation R_CRX_REGREL12 + + .section .text_12,"ax","progbits" + .global _start +_start: + loadb foo12(r7)+, r5 |