Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71928
b: refs/heads/master
c: 562d139
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Oct 20, 2007
1 parent 41eb10a commit f9cd019
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f67d4033c143d74fff3a9aff03772d912b1ec317
refs/heads/master: 562d139cc587fc7f7fb8e07aad13cdd2a412c9a7
3 changes: 3 additions & 0 deletions trunk/scripts/checkstack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# Random bits by Matt Mackall <mpm@selenic.com>
# M68k port by Geert Uytterhoeven and Andreas Schwab
# AVR32 port by Haavard Skinnemoen <hskinnemoen@atmel.com>
# PARISC port by Kyle McMartin <kyle@parisc-linux.org>
#
# Usage:
# objdump -d vmlinux | stackcheck.pl [arch]
Expand Down Expand Up @@ -61,6 +62,8 @@
} elsif ($arch eq 'mips') {
#88003254: 27bdffe0 addiu sp,sp,-32
$re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o;
} elsif ($arch eq 'parisc' || $arch eq 'parisc64') {
$re = qr/.*ldo ($x{1,8})\(sp\),sp/o;
} elsif ($arch eq 'ppc') {
#c00029f4: 94 21 ff 30 stwu r1,-208(r1)
$re = qr/.*stwu.*r1,-($x{1,8})\(r1\)/o;
Expand Down

0 comments on commit f9cd019

Please sign in to comment.