[PATCH v1 2/4] LoongArch: Add R_LARCH_TLS_LE_ADD_R relocation support for add.w
mengqinggang
mengqinggang@loongson.cn
Tue Jun 10 08:42:39 GMT 2025
More information about the Binutils mailing list
Tue Jun 10 08:42:39 GMT 2025
- Previous message (by thread): [PATCH v1 1/4] LoongArch: Change DWARF2_CIE_DATA_ALIGNMENT to -4 for loongarch32
- Next message (by thread): [PATCH v1 3/4] LoongArch: Add rdcntid, rdcntvl.w, rdcntvh.w support for gas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
---
opcodes/loongarch-opc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/opcodes/loongarch-opc.c b/opcodes/loongarch-opc.c
index fa53021cfae..23aa167e0d4 100644
--- a/opcodes/loongarch-opc.c
+++ b/opcodes/loongarch-opc.c
@@ -511,6 +511,7 @@ static struct loongarch_opcode loongarch_fix_opcodes[] =
{ 0x00080000, 0xfffe0000, "bytepick.w", "r0:5,r5:5,r10:5,u15:2", 0, 0, 0, 0 },
{ 0x000c0000, 0xfffc0000, "bytepick.d", "r0:5,r5:5,r10:5,u15:3", 0, 0, 0, 0 },
{ 0x00100000, 0xffff8000, "add.w", "r0:5,r5:5,r10:5", 0, 0, 0, 0 },
+ { 0x00100000, 0xffff8000, "add.w", "r0:5,r5:5,r10:5,t", 0, 0, 0, 0 },
{ 0x00108000, 0xffff8000, "add.d", "r0:5,r5:5,r10:5", 0, 0, 0, 0 },
{ 0x00108000, 0xffff8000, "add.d", "r0:5,r5:5,r10:5,t", 0, 0, 0, 0 },
{ 0x00110000, 0xffff8000, "sub.w", "r0:5,r5:5,r10:5", 0, 0, 0, 0 },
--
2.34.1
- Previous message (by thread): [PATCH v1 1/4] LoongArch: Change DWARF2_CIE_DATA_ALIGNMENT to -4 for loongarch32
- Next message (by thread): [PATCH v1 3/4] LoongArch: Add rdcntid, rdcntvl.w, rdcntvh.w support for gas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list