1#define LDSO_ARCH "riscv"
2
3#define TPOFF_K 0
4
5// Relocation is not currently supported for riscv
6#define CRTJMP(pc,sp) __asm__ __volatile__( \
7	".word 0x00000000": : "r"(pc), "r"(sp) : "memory" )
8