Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7337
b: refs/heads/master
c: 6f00df2
h: refs/heads/master
i:
  7335: ad3986a
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Sep 7, 2005
1 parent b073d08 commit 15b0671
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: 022a4a7bbdefdedc2706a13c81c832d8c3173c6d
refs/heads/master: 6f00df24ee394f345a8789d3a2f98fc1d9195b9f
3 changes: 3 additions & 0 deletions trunk/scripts/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ static int read_symbol(FILE *in, struct sym_entry *s)
else if (toupper(stype) == 'U' ||
is_arm_mapping_symbol(sym))
return -1;
/* exclude also MIPS ELF local symbols ($L123 instead of .L123) */
else if (str[0] == '$')
return -1;

/* include the type field in the symbol name, so that it gets
* compressed together */
Expand Down

0 comments on commit 15b0671

Please sign in to comment.