Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;