X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=scripts%2Fcheckstack.pl;h=f7844f6aa487a8c77fc08ff0edf11a8e0ab20d16;hb=18414ec0b56783f625edb95a9499bcb0ef12d6b8;hp=b34924663ac1f749d385efe70d09e226aff6bf45;hpb=4854c7b27f0975a2b629f35ea3996d2968eb7c4f;p=powerpc.git diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index b34924663a..f7844f6aa4 100755 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl @@ -62,6 +62,8 @@ my (@stack, $re, $x, $xs); } 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;