Skip to content

Commit

Permalink
microblaze: Add support for R_MICROBLAZE_64_NONE
Browse files Browse the repository at this point in the history
For example reiserfs use this relocation type.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Jul 27, 2009
1 parent fadf2e6 commit 679711b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/microblaze/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 679711b

Please sign in to comment.