projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fadf2e6
)
microblaze: Add support for R_MICROBLAZE_64_NONE
author
Michal Simek
<monstr@monstr.eu>
Thu, 23 Jul 2009 06:24:47 +0000
(08:24 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 27 Jul 2009 07:03:18 +0000
(09:03 +0200)
For example reiserfs use this relocation type.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/module.c
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/module.c
b/arch/microblaze/kernel/module.c
index
93a3871
..
5a45b1a
100644
(file)
--- a/
arch/microblaze/kernel/module.c
+++ b/
arch/microblaze/kernel/module.c
@@
-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;