To do this:
1. Add fixup_riscv_call and fixup_riscv_relax fixup types which eventually will transfer to R_RISCV_CALL and R_RISCV_RELAX relocation types.
2. Deine FeatureRelax to enable/disable linker relaxation.
3. Add VK_RISCV_CALL_HI and VK_RISCV_CALL_LO RISCVMCExpr to recognize the function call expression.
4. Leave relocation types when linker relaxation enabled.
5. Insert R_RISCV_CALL and R_RISCV_RELAX relocation types to auipc function call expression when linker relaxation enabled.