]> Pileus Git - ~andy/linux/blobdiff - scripts/checkstack.pl
Add stack checking for Blackfin
[~andy/linux] / scripts / checkstack.pl
index 663158627155151d60315059a81f1b02d68af697..b458e2acb4acf3e035d7e3bd66a4b4687e8d5965 100755 (executable)
@@ -78,6 +78,9 @@ my (@stack, $re, $x, $xs);
                #     pair for larger users. -- PFM.
                #a00048e0:       d4fc40f0        addi.l  r15,-240,r15
                $re = qr/.*addi\.l.*r15,-(([0-9]{2}|[3-9])[0-9]{2}),r15/o;
+       } elsif ($arch =~ /^blackfin$/) {
+               #   0:   00 e8 38 01     LINK 0x4e0;
+               $re = qr/.*[[:space:]]LINK[[:space:]]*(0x$x{1,8})/o;
        } else {
                print("wrong or unknown architecture\n");
                exit