commit | 0b930489b8606224b829c8a6037eac24249a97ec | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Sun Aug 02 22:33:26 2009 +0100 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Aug 14 01:59:55 2009 +0900 |
tree | 058920e2d468999df15f83824753da8a2406a2dd | |
parent | bd353861c735b2265c9d8b2559960c693e7c68ab [diff] |
sh: Setup the frame register in asm code 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>