The following relocations are unsupported ELD and share the same code in LLD:
- R_ARM_ALU_PC_G0_NC
- R_ARM_ALU_PC_G1_NC
- R_ARM_ALU_PC_G1
- R_ARM_ALU_PC_G2
ELD does implement R_ARM_ALU_PC_G0 which also share the same code in LLD, so that can be refactored to support the missing relocations above.
The following relocations are unsupported ELD and share the same code in LLD:
ELD does implement R_ARM_ALU_PC_G0 which also share the same code in LLD, so that can be refactored to support the missing relocations above.