sh: dwarf unwinder support.
[deliverable/linux.git] / arch / sh / kernel / vmlinux.lds.S
index 80dc9f8d94122adb015806c4191ea56f5b647787..1b7d9d541e018303ca5b9273dd2683f1d061a0fa 100644 (file)
@@ -12,7 +12,7 @@ OUTPUT_ARCH(sh)
 
 #include <asm/thread_info.h>
 #include <asm/cache.h>
-#include <asm-generic/vmlinux.lds.h>
+#include <asm/vmlinux.lds.h>
 
 ENTRY(_start)
 SECTIONS
@@ -70,6 +70,8 @@ SECTIONS
 
        _edata = .;                     /* End of data section */
 
+       DWARF_EH_FRAME
+
        . = ALIGN(PAGE_SIZE);           /* Init code and data */
        __init_begin = .;
        INIT_TEXT_SECTION(PAGE_SIZE)
This page took 0.027058 seconds and 5 git commands to generate.