X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=scripts%2Frecordmcount.pl;h=d24759214efde68dbccda3ea023b051cc98cbf62;hb=2646719a48c21ba0cae82a3f57382a9573fd8400;hp=f716668992458c1493fad7837c21996c1507ec73;hpb=019d7316ea84b7d8a8bcb9f2036aa4917a32986a;p=linux-2.6-microblaze.git diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index f71666899245..d24759214efd 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl @@ -496,7 +496,7 @@ sub update_funcs # # Step 2: find the sections and mcount call sites # -open(IN, "$objdump -hdr $inputfile|") || die "error running $objdump"; +open(IN, "LANG=C $objdump -hdr $inputfile|") || die "error running $objdump"; my $text;