Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205327
b: refs/heads/master
c: a484e54
h: refs/heads/master
i:
  205325: 277d773
  205323: 76cf36c
  205319: 89f12b2
  205311: 091e55a
v: v3
  • Loading branch information
David Daney authored and Steven Rostedt committed Jul 22, 2010
1 parent 85513a5 commit ceb8070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9849ed4d72251d273524efb8b70be0be9aecb1df
refs/heads/master: a484e54fae891703cbe1c9ec1b536605f11f5482
2 changes: 1 addition & 1 deletion trunk/scripts/recordmcount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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\$";
}
Expand Down

0 comments on commit ceb8070

Please sign in to comment.