Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234525
b: refs/heads/master
c: 1274a9c
h: refs/heads/master
i:
  234523: d98fc08
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Mar 10, 2011
1 parent b29500b commit 78aac14
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 10da37a645b5e915d8572cc2b1f5eb11ada3ea4f
refs/heads/master: 1274a9c2e91652e28efa45c3e5886ec82f08bfbe
3 changes: 2 additions & 1 deletion trunk/scripts/recordmcount.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ static uint32_t (*w2)(uint16_t);
static int
is_mcounted_section_name(char const *const txtname)
{
return 0 == strcmp(".text", txtname) ||
return 0 == strcmp(".text", txtname) ||
0 == strcmp(".ref.text", txtname) ||
0 == strcmp(".sched.text", txtname) ||
0 == strcmp(".spinlock.text", txtname) ||
0 == strcmp(".irqentry.text", txtname) ||
Expand Down
1 change: 1 addition & 0 deletions trunk/scripts/recordmcount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
# Acceptable sections to record.
my %text_sections = (
".text" => 1,
".ref.text" => 1,
".sched.text" => 1,
".spinlock.text" => 1,
".irqentry.text" => 1,
Expand Down

0 comments on commit 78aac14

Please sign in to comment.