diff options
Diffstat (limited to 'ld/testsuite/ld-riscv-elf/call-relax-0.s')
-rw-r--r-- | ld/testsuite/ld-riscv-elf/call-relax-0.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-riscv-elf/call-relax-0.s b/ld/testsuite/ld-riscv-elf/call-relax-0.s new file mode 100644 index 0000000..4b18bf3 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/call-relax-0.s @@ -0,0 +1,9 @@ +.globl _start + +.section .text.hot +_start: + call cc + +.text +ff: + call dd |