diff --git a/[refs] b/[refs] index 0d31883b7cc8..52919abd20a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3b47bfc1fca01cccad9cce2d18b79b18ef2e4131 +refs/heads/master: d53475b5aa946752e3306b2ecb5a8c9c51cf8dd0 diff --git a/trunk/scripts/recordmcount.pl b/trunk/scripts/recordmcount.pl index ee9e12676776..f56d760bd589 100755 --- a/trunk/scripts/recordmcount.pl +++ b/trunk/scripts/recordmcount.pl @@ -262,12 +262,6 @@ sub update_funcs # only use locals if objcopy supports globalize-symbols if (!$use_locals) { - print STDERR - "$inputfile: WARNING: referencing local function " . - "$ref_func for mcount\n" . - "\tConsider upgrading objcopy to support the globalize-" . - "symbols option.\n" - if (!$local_warn_once++); return; } $convert{$ref_func} = 1;