commit | 7b7edc27683e20624f4daf17c76041719184201c | [log] [tgz] |
---|---|---|
author | Li Hong <lihong.hi@gmail.com> | Wed Oct 28 13:04:21 2009 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Oct 29 15:11:44 2009 -0400 |
tree | b57ffdec8159e506d28cf22a58cff44b1a82fb92 | |
parent | bdd3b052c63b2c19a0118937f500985c01a19956 [diff] |
tracing: Fix objcopy revision check in recordmcount.pl The current logic to check objcopy's version is incorrect. This patch fixes the algorithm and disables the use of local functions as a reference if the objcopy version does not support static to global conversions. Also remove some usused variables. Signed-off-by: Li Hong <lihong.hi@gmail.com> LKML-Reference: <20091028050421.GD30758@uhli> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>