Re: [PATCH v4 18/24] scripts/checkstack.pl: Add openrisc support

2017-02-24 Thread Stafford Horne
On Fri, Feb 24, 2017 at 03:42:06PM +0100, Tobias Klauser wrote: > On 2017-02-24 at 05:32:38 +0100, Stafford Horne wrote: > > Openrisc stack pointer is managed by decrementing r1. Add regexes to > > recognize this. > > > > Signed-off-by: Stafford Horne > > --- > > scripts/checkstack.pl | 3 +++ >

Re: [PATCH v4 18/24] scripts/checkstack.pl: Add openrisc support

2017-02-24 Thread Tobias Klauser
On 2017-02-24 at 05:32:38 +0100, Stafford Horne wrote: > Openrisc stack pointer is managed by decrementing r1. Add regexes to > recognize this. > > Signed-off-by: Stafford Horne > --- > scripts/checkstack.pl | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/scripts/checkstack.pl b/sc