diff --git a/[refs] b/[refs] index 88e267110599..0ac95b141472 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9849ed4d72251d273524efb8b70be0be9aecb1df +refs/heads/master: a484e54fae891703cbe1c9ec1b536605f11f5482 diff --git a/trunk/scripts/recordmcount.pl b/trunk/scripts/recordmcount.pl index f3c9c0a90b98..0171060b5fd6 100755 --- a/trunk/scripts/recordmcount.pl +++ b/trunk/scripts/recordmcount.pl @@ -326,7 +326,7 @@ sub check_objcopy # 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\$"; }