commit | c3d507aba3ec2c9b3f9aa105a01cf80ecc0b8c9b | [log] [tgz] |
---|---|---|
author | mengqinggang <mengqinggang@loongson.cn> | Fri Dec 08 15:15:50 2023 +0800 |
committer | liuzhensong <liuzhensong@loongson.cn> | Fri Dec 22 14:20:18 2023 +0800 |
tree | 46b9a5155634c7e2122319f6adeba51d6ded0c03 | |
parent | 866a2ad35b75cbc60260c00b82bec2243877355f [diff] |
LoongArch: Add support for the third expression of .align for R_LARCH_ALIGN If the symbol index is not zero, the addend is used to represent the first and the third expressions of the .align. The lowest 8 bits are used to represent the first expression. Other bits are used to represent the third expression. The addend of R_LARCH_ALIGN for ".align 5, ,4" is 0x405. The addend of R_LARCH_ALIGN for ".balign 32, ,4" is 0x405.