Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121170
b: refs/heads/master
c: 3a3d04a
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and Ingo Molnar committed Nov 23, 2008
1 parent a33f134 commit 526b557
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c204f7264c7de85aecd3638dc8fe07aba6d1fff5
refs/heads/master: 3a3d04aed05add2247ea2ba5da5f90dba4062f3f
3 changes: 2 additions & 1 deletion trunk/scripts/recordmcount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
my $function_regex; # Find the name of a function
# (return offset and func name)
my $mcount_regex; # Find the call site to mcount (return offset)
my $alignment; # The .align value to use for $mcount_section
my $alignment; # The .align value to use for $mcount_section

if ($arch eq "x86") {
if ($bits == 64) {
Expand Down Expand Up @@ -176,6 +176,7 @@
$cc .= " -m32";

} elsif ($arch eq "sh") {
$alignment = 2;

# force flags for this arch
$ld .= " -m shlelf_linux";
Expand Down

0 comments on commit 526b557

Please sign in to comment.