Re: [PATCH] ARM: avoid ARM binutils leaking ELF local symbols

2014-07-14 Thread Rusty Russell
Russell King writes: > Symbols starting with .L are ELF local symbols and should not appear > in ELF symbol tables. However, unfortunately ARM binutils leaks the > .LANCHOR symbols into the symbol table, which leads kallsyms to report > these symbols rather than the real name. It is not very

Re: [PATCH] ARM: avoid ARM binutils leaking ELF local symbols

2014-07-14 Thread Rusty Russell
Russell King rmk+ker...@arm.linux.org.uk writes: Symbols starting with .L are ELF local symbols and should not appear in ELF symbol tables. However, unfortunately ARM binutils leaks the .LANCHOR symbols into the symbol table, which leads kallsyms to report these symbols rather than the real

[PATCH] ARM: avoid ARM binutils leaking ELF local symbols

2014-07-13 Thread Russell King
Symbols starting with .L are ELF local symbols and should not appear in ELF symbol tables. However, unfortunately ARM binutils leaks the .LANCHOR symbols into the symbol table, which leads kallsyms to report these symbols rather than the real name. It is not very useful when %pf reports symbols

[PATCH] ARM: avoid ARM binutils leaking ELF local symbols

2014-07-13 Thread Russell King
Symbols starting with .L are ELF local symbols and should not appear in ELF symbol tables. However, unfortunately ARM binutils leaks the .LANCHOR symbols into the symbol table, which leads kallsyms to report these symbols rather than the real name. It is not very useful when %pf reports symbols