Files
linux/arch
Guo Ren 0ea2dc7cd6 csky: stacktrace supported.
The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could
unwind the stack with:
	fp = *fp
	lr = (unsigned int *)fp[1]

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
2018-12-31 23:12:22 +08:00
..
2018-12-31 23:12:22 +08:00
2018-10-31 08:54:16 -07:00
2018-11-26 18:30:40 -08:00
2018-10-31 08:54:16 -07:00