Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140623
b: refs/heads/master
c: 418071e
h: refs/heads/master
i:
  140621: 134fe2d
  140619: 0e8615e
  140615: f8f1a0d
  140607: 7209d39
v: v3
  • Loading branch information
Shaohua Li authored and Ingo Molnar committed Jan 14, 2009
1 parent 715a6e1 commit 8b1f9f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f00012074b1a1a67d9c8603617bbbab267347ca6
refs/heads/master: 418071eb6adbfd3980b2f57f7df8e03921e3f1d7
7 changes: 7 additions & 0 deletions trunk/scripts/recordmcount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@
$alignment = 2;
$section_type = '%progbits';

} elsif ($arch eq "ia64") {
$mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s_mcount\$";
$type = "data8";

if ($is_module eq "0") {
$cc .= " -mconstant-gp";
}
} else {
die "Arch $arch is not supported with CONFIG_FTRACE_MCOUNT_RECORD";
}
Expand Down

0 comments on commit 8b1f9f9

Please sign in to comment.