aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/vmlinux.lds.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12sh64: fix up memory offset calculation.Paul Mundt1-0/+8
The linker script offsets were broken by the recent 29/32-bit integration, so this fixes it up for sh64. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2009-08-14sh: dwarf unwinder support.Matt Fleming1-0/+17
This is a first cut at a generic DWARF unwinder for the kernel. It's still lacking DWARF64 support and the DWARF expression support hasn't been tested very well but it is generating proper stacktraces on SH for WARN_ON() and NULL dereferences. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>