diff options
Diffstat (limited to 'ld/testsuite/ld-crx/reloc-rel32.s')
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel32.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-crx/reloc-rel32.s b/ld/testsuite/ld-crx/reloc-rel32.s new file mode 100644 index 0000000..6b010a9 --- /dev/null +++ b/ld/testsuite/ld-crx/reloc-rel32.s @@ -0,0 +1,6 @@ +# Test pc relative relocation R_CRX_REL32 + + .section .text_32,"ax","progbits" + .global _start +_start: + br foo32 |