Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305115
b: refs/heads/master
c: 42a6bd2
h: refs/heads/master
i:
  305113: 7bbbbde
  305111: d57bf2c
v: v3
  • Loading branch information
Kusanagi Kouichi authored and Jiri Kosina committed Apr 30, 2012
1 parent 23bd53a commit 36f1090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59bf896406471ac49d124b3e5f4edcafe28e5360
refs/heads/master: 42a6bd2006c922143cee8d9ec7c4e27526d4d2a3
2 changes: 0 additions & 2 deletions trunk/arch/x86/boot/compressed/relocs.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,13 +403,11 @@ static void print_absolute_symbols(void)
for (i = 0; i < ehdr.e_shnum; i++) {
struct section *sec = &secs[i];
char *sym_strtab;
Elf32_Sym *sh_symtab;
int j;

if (sec->shdr.sh_type != SHT_SYMTAB) {
continue;
}
sh_symtab = sec->symtab;
sym_strtab = sec->link->strtab;
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Sym); j++) {
Elf32_Sym *sym;
Expand Down

0 comments on commit 36f1090

Please sign in to comment.