Implement tp_richcompare for gdb.Block
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / align-small-region.s
blob1c0f3ccbe559a6f66c84de73e0134c05a4830e68
1 .section .entry, "xa"
2 .align 5
3 .globl _reset
4 .type _reset, @function
5 _reset:
6 tail _start
7 .size _reset, . - _reset