Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225759
b: refs/heads/master
c: 50005a8
h: refs/heads/master
i:
  225757: 255caf6
  225755: 0bc91fc
  225751: 6a35a54
  225743: 7ee0d1b
  225727: a0239e4
v: v3
  • Loading branch information
Russell King committed Dec 1, 2010
1 parent 15ec687 commit 1b8c3d6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8931360eb9c6ec8bd30efef579cef81917a2fcf3
refs/heads/master: 50005a8deb38e5e6456ebd94e57adb321d4589de
3 changes: 3 additions & 0 deletions trunk/arch/arm/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
for (s = sechdrs; s < sechdrs_end; s++) {
const char *secname = secstrs + s->sh_name;

if (!(s->sh_flags & SHF_ALLOC))
continue;

if (strcmp(".ARM.exidx.init.text", secname) == 0)
maps[ARM_SEC_INIT].unw_sec = s;
else if (strcmp(".ARM.exidx.devinit.text", secname) == 0)
Expand Down

0 comments on commit 1b8c3d6

Please sign in to comment.