Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34088
b: refs/heads/master
c: 271c511
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and Paul Mackerras committed Aug 25, 2006
1 parent 1867648 commit 1b28c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 39ed2fe62c39ac46cda00b1759806a297f38743b
refs/heads/master: 271c511db9d37d6797745adb1f151a8bd2838c6f
2 changes: 2 additions & 0 deletions trunk/scripts/checkstack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
} elsif ($arch eq 'ppc64') {
#XXX
$re = qr/.*stdu.*r1,-($x{1,8})\(r1\)/o;
} elsif ($arch eq 'powerpc') {
$re = qr/.*st[dw]u.*r1,-($x{1,8})\(r1\)/o;
} elsif ($arch =~ /^s390x?$/) {
# 11160: a7 fb ff 60 aghi %r15,-160
$re = qr/.*ag?hi.*\%r15,-(([0-9]{2}|[3-9])[0-9]{2})/o;
Expand Down

0 comments on commit 1b28c1c

Please sign in to comment.