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