]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/recordmcount.pl
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[linux-2.6-omap-h63xx.git] / scripts / recordmcount.pl
index ee9e12676776839c377a995713c3a0c71eed5985..f56d760bd589d47ff8e59762eac2ae36424e35aa 100755 (executable)
@@ -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;