R_RISCV_{ADD,SET,SUB}* are expected to be used as local label
computation. Add a new RelExpr R_RISCV_ADD to represent them.
R_RISCV_ADD is treated as a link-time constant because otherwise
R_RISCV_{ADD,SET,SUB}* are not allowed in a non-writable section in
-pie/-shared mode.
In glibc Scrt1.o, .rela.eh_frame contains such relocations. With D63076
and this patch, I can run -pie/-shared programs linked against glibc.
Note llvm-mc cannot currently produce R_RISCV_SET* so they are not
tested.