Relocations R_AVR_LO8_LDI_GS/R_AVR_HI8_LDI_GS (indirect calls
via function pointers) only cover range 128KiB. They are
equivalent to R_AVR_LO8_LDI_PM/R_AVR_HI8_LDI_PM within this
range.
But for function addresses beyond this range, GNU-ld emits
trampolines. And this patch implements corresponding thunks
for them in lld.
If s.getVA() & 1 is not rejected by previous checks, we should not have this check.
Don't add a period for messages. See https://llvm.org/docs/CodingStandards.html#error-and-warning-messages