blob: c687bccef935c9f8afb7b9df88c59441960c7462 [file] [log] [blame]
#define LDSO_ARCH "riscv"
#define TPOFF_K 0
// Relocation is not currently supported for riscv
#define CRTJMP(pc,sp) __asm__ __volatile__( \
".word 0x00000000": : "r"(pc), "r"(sp) : "memory" )