提交 679711b8 编写于 作者: M Michal Simek

microblaze: Add support for R_MICROBLAZE_64_NONE

For example reiserfs use this relocation type.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 fadf2e60
......@@ -130,6 +130,10 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
pr_debug("R_MICROBLAZE_32_PCREL_LO\n");
break;
case R_MICROBLAZE_64_NONE:
pr_debug("R_MICROBLAZE_NONE\n");
break;
case R_MICROBLAZE_NONE:
pr_debug("R_MICROBLAZE_NONE\n");
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册