aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/align-small-region.s
blob: 1c0f3ccbe559a6f66c84de73e0134c05a4830e68 (plain)
1
2
3
4
5
6
7
 .section .entry, "xa"
 .align 5
 .globl _reset
 .type _reset, @function
_reset:
 tail _start
 .size _reset, . - _reset