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