X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Frecordmcount.pl;fp=scripts%2Frecordmcount.pl;h=e67f054860877d676fc4359ef2f670b5d7531479;hb=d244b6bd41e09ecbb09c738cc2c108be227398c8;hp=2c56539e5da203d9b9b825af178c02f0beae5e2d;hpb=1aa54bca6ee0d07ebcafb8ca8074b624d80724aa;p=pandora-kernel.git diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index 2c56539e5da2..e67f05486087 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl @@ -328,7 +328,7 @@ if ($arch eq "x86_64") { # 14: R_MIPS_NONE *ABS* # 18: 00020021 nop if ($is_module eq "0") { - $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s_mcount\$"; + $mcount_regex = "^\\s*([0-9a-fA-F]+): R_MIPS_26\\s+_mcount\$"; } else { $mcount_regex = "^\\s*([0-9a-fA-F]+): R_MIPS_HI16\\s+_mcount\$"; }