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