Re:[pushed] [PATCH] LoongArch: Add support to annotate tablejump

2024-10-07 Thread Lulu Cheng
Pushed to r15-4130. 在 2024/7/11 下午7:43, Xi Ruoyao 写道: This is per the request from the kernel developers. For generating the ORC unwind info, the objtool program needs to analysis the control flow of a .o file. If a jump table is used, objtool has to correlate the jump instruction with the tab

[PATCH] LoongArch: Add support to annotate tablejump

2024-07-11 Thread Xi Ruoyao
This is per the request from the kernel developers. For generating the ORC unwind info, the objtool program needs to analysis the control flow of a .o file. If a jump table is used, objtool has to correlate the jump instruction with the table. On x86 (where objtool was initially developed) it's