Commit 679711b8 authored by Michal Simek's avatar Michal Simek

microblaze: Add support for R_MICROBLAZE_64_NONE

For example reiserfs use this relocation type.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment