sh: Setup the frame register in asm code
authorMatt Fleming <matt@console-pimps.org>
Sun, 2 Aug 2009 21:33:26 +0000 (22:33 +0100)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 Aug 2009 16:59:55 +0000 (01:59 +0900)
In order to use DWARF unwinder info the frame register has to contain a
valid value. Whilst GCC takes care of this for C code, we have to do it
ourselves for assembly.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found