Commit c6495aaabfaa8256c292c54b48ab081f4d86ad79

Authored by Bryan Wu
Committed by Linus Torvalds
1 parent 41b25a3784

kallsyms: nuke all ChangeLog, this should be logged by git

Pointed out by Paulo:
  "When I wrote this initially, it was a mistake to add a Changelog in
   the first place, but I didn't know better at the time.

   If you're going to make changes to this file, please remove all the
   Changelog, instead of adding more entries to it.  The 'Changelog'
   should be kept by the version control system, and not the source code
   itself."

Cc: Paulo Marques <pmarques@grupopie.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Acked-by: Paulo Marques <pmarques@grupopie.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

... ... @@ -7,12 +7,6 @@
7 7 *
8 8 * Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S
9 9 *
10   - * ChangeLog:
11   - *
12   - * (25/Aug/2004) Paulo Marques <pmarques@grupopie.com>
13   - * Changed the compression method from stem compression to "table lookup"
14   - * compression
15   - *
16 10 * Table compression uses all the unused char codes on the symbols and
17 11 * maps these to the most used substrings (tokens). For instance, it might
18 12 * map char code 0xF7 to represent "write_" and then in every symbol where