Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300085
b: refs/heads/master
c: 7c77cda
h: refs/heads/master
i:
  300083: 95ac757
v: v3
  • Loading branch information
Kusanagi Kouichi authored and H. Peter Anvin committed Apr 30, 2012
1 parent a4fe7b3 commit f39990f
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: f5c2347ee20a8d6964d6a6b1ad04f200f8d4dfa7
refs/heads/master: 7c77cda0fe742ed07622827ce80963bbeebd1e3f
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 f39990f

Please sign in to comment.