pre-commit: run flake8 on more Python files
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui-2.s
blob7aa258606a4c099c6236a51be08584f43ac5a0a5
1 .option nopic
2 .text
3 .align 1
4 .globl _start
5 .type _start, @function
6 _start:
7 lui a0,%hi(foo)
8 addi a0,a0,%lo(foo)
9 .skip 0x7f8
10 foo:
11 ret
12 .size _start, .-_start