diff options
Diffstat (limited to 'ld/testsuite/ld-crx/reloc-num8.s')
-rw-r--r-- | ld/testsuite/ld-crx/reloc-num8.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-crx/reloc-num8.s b/ld/testsuite/ld-crx/reloc-num8.s new file mode 100644 index 0000000..4dc70b5 --- /dev/null +++ b/ld/testsuite/ld-crx/reloc-num8.s @@ -0,0 +1,6 @@ +# Test relocation on data R_CRX_NUM8 + + .text + .global _start +_start: + .byte d8 |