Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/checkstack.pl: fix arm sp regex
if objdump has below entries; c01ed608 <X>: c01ed614: e24ddff7 sub sp, sp, torvalds#120 ; 0x78 c01f0d50 <Y>: c01f0d50: e24dd094 sub sp, sp, torvalds#140 ; 0x8c scripts fails to read stack usage. so making regex $re for ARM similar to aarch64 Co-developed-by: Vaneet Narang <[email protected]> Signed-off-by: Vaneet Narang <[email protected]> Signed-off-by: Maninder Singh <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
- Loading branch information