aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/recordmcount.pl6
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;