[git commit] checkstack.pl: tweak bfin re

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jan 18 08:56:19 UTC 2019


commit: https://git.busybox.net/busybox/commit/?id=774879c4e11bca1d4625c9ef1bc51e74cc3d24d0
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 scripts/checkstack.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl
index 7833554c8..cf912e0fb 100755
--- a/scripts/checkstack.pl
+++ b/scripts/checkstack.pl
@@ -65,7 +65,7 @@ my (@stack, $re, $dre, $x, $xs, $funcre);
 		$dre = qr/^.*[as][du][db]    (%.*),\%(e|r)sp$/o;
 	} elsif ($arch eq 'blackfin') {
 		#      52:       00 e8 03 00     LINK 0xc;
-		$re = qr/.*LINK (0x$x{1,5});$/o;
+		$re = qr/.*[[:space:]]LINK[[:space:]]*(0x$x{1,8})/o;
 	} elsif ($arch eq 'ia64') {
 		#e0000000044011fc:       01 0f fc 8c     adds r12=-384,r12
 		$re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o;


More information about the busybox-cvs mailing list