diff options
Diffstat (limited to 'ld/testsuite/ld-riscv-elf/c-lui.s')
-rw-r--r-- | ld/testsuite/ld-riscv-elf/c-lui.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/testsuite/ld-riscv-elf/c-lui.s b/ld/testsuite/ld-riscv-elf/c-lui.s index 4a23fdb..7159047 100644 --- a/ld/testsuite/ld-riscv-elf/c-lui.s +++ b/ld/testsuite/ld-riscv-elf/c-lui.s @@ -1,4 +1,6 @@ -.text + .text + .globl _start +_start: lui x1, 1 lui x1, 0 lui x0, 1 |