Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155839
b: refs/heads/master
c: 679711b
h: refs/heads/master
i:
  155837: ff18510
  155835: 5645322
  155831: 6bfaec1
  155823: 5d71a9b
  155807: 91c1e24
  155775: 46563f9
v: v3
  • Loading branch information
Michal Simek committed Jul 27, 2009
1 parent 1035a85 commit e3b19c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fadf2e60a6dc7267658fa0c9e3bef13c699c7e1f
refs/heads/master: 679711b82f010b854c5d4d88472c7a20fdc2b5fe
4 changes: 4 additions & 0 deletions trunk/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 e3b19c1

Please sign in to comment.