commit | c5ec1983e45d25446a023e98207e30ab1bf2311a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Jan 29 10:14:59 2008 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jan 29 10:14:59 2008 +0000 |
tree | 68124f5166dc284d7d1c6280f4642a6719a6c554 | |
parent | f21d8508080f05a8b05c99fce57cd76ac43666fa [diff] |
[MIPS] Eleminate local symbols from the symbol table. These symbols appear in oprofile output, stacktraces and similar but only make the output harder to read. Many identical symbol names such as "both_aligned" were also being used in multiple source files making it impossible to see which file actually was meant. So let's get rid of them. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>