Implement tp_richcompare for gdb.Block
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / shared-lib-nopic-02.s
blob61a8cc1a87b3911e5828307fc6592d9424475ff0
1 .option nopic
2 .text
3 .align 1
5 jal foo_default
7 .globl foo_default
8 .type foo_default, @function
9 foo_default:
10 nop
11 ret
12 .size foo_default, .-foo_default