From 98cfab3f2ea16f8de3b874db6213258e8ec64b78 Mon Sep 17 00:00:00 2001 From: Bryan Wu Date: Wed, 30 Apr 2008 00:52:16 -0700 Subject: [PATCH] --- yaml --- r: 95078 b: refs/heads/master c: c6495aaabfaa8256c292c54b48ab081f4d86ad79 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/kallsyms.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index c4755a0574ac..d3b5dccda862 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 41b25a3784c137ad52c71619c73b925860b1b3a2 +refs/heads/master: c6495aaabfaa8256c292c54b48ab081f4d86ad79 diff --git a/trunk/scripts/kallsyms.c b/trunk/scripts/kallsyms.c index c912137f80e2..5d20a2e24cd1 100644 --- a/trunk/scripts/kallsyms.c +++ b/trunk/scripts/kallsyms.c @@ -7,12 +7,6 @@ * * Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S * - * ChangeLog: - * - * (25/Aug/2004) Paulo Marques - * Changed the compression method from stem compression to "table lookup" - * compression - * * Table compression uses all the unused char codes on the symbols and * maps these to the most used substrings (tokens). For instance, it might * map char code 0xF7 to represent "write_" and then in every symbol where