diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2008-08-27 13:02:01 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-14 04:36:25 -0400 |
commit | d53475b5aa946752e3306b2ecb5a8c9c51cf8dd0 (patch) | |
tree | 0be25db731cdd69f23ebc18f1579af043fcf9dc7 /scripts/recordmcount.pl | |
parent | 3b47bfc1fca01cccad9cce2d18b79b18ef2e4131 (diff) |
ftrace: remove warning of old objcopy and local functions
The warning messages about old objcopy and local functions spam the
user quite drastically. Remove the warning until we can find a nicer
way of tell the user to upgrade their objcopy.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'scripts/recordmcount.pl')
-rwxr-xr-x | scripts/recordmcount.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index ee9e12676776..f56d760bd589 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl | |||
@@ -262,12 +262,6 @@ sub update_funcs | |||
262 | 262 | ||
263 | # only use locals if objcopy supports globalize-symbols | 263 | # only use locals if objcopy supports globalize-symbols |
264 | if (!$use_locals) { | 264 | if (!$use_locals) { |
265 | print STDERR | ||
266 | "$inputfile: WARNING: referencing local function " . | ||
267 | "$ref_func for mcount\n" . | ||
268 | "\tConsider upgrading objcopy to support the globalize-" . | ||
269 | "symbols option.\n" | ||
270 | if (!$local_warn_once++); | ||
271 | return; | 265 | return; |
272 | } | 266 | } |
273 | $convert{$ref_func} = 1; | 267 | $convert{$ref_func} = 1; |