From ceb807094f44466a1a2899aecffe9a65f487cf7b Mon Sep 17 00:00:00 2001 From: David Daney Date: Fri, 9 Jul 2010 14:52:05 -0700 Subject: [PATCH] --- yaml --- r: 205327 b: refs/heads/master c: a484e54fae891703cbe1c9ec1b536605f11f5482 h: refs/heads/master i: 205325: 277d773872b25c2c944b20bd26f7fb80d3bd8ce1 205323: 76cf36c8e6db866191925cca9bc66660386c2f00 205319: 89f12b2bf6ab452854e9e1d725f44f01068f1ce5 205311: 091e55ad98b7a0881fec644b7a2f7844a58c0852 v: v3 --- [refs] | 2 +- trunk/scripts/recordmcount.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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\$"; }