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