mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
microblaze: Add support for R_MICROBLAZE_64_NONE
For example reiserfs use this relocation type. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
fadf2e60a6
commit
679711b82f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue