sh: dwarf unwinder support.
[deliverable/linux.git] / arch / sh / kernel / vmlinux.lds.S
index 674ed8feb8ae830e333a0354ec42bfff762b5834..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)
@@ -93,8 +95,7 @@ SECTIONS
 
        . = ALIGN(PAGE_SIZE);
        __init_end = .;
-       BSS(PAGE_SIZE)
-       . = ALIGN(4);
+       BSS_SECTION(0, PAGE_SIZE, 4)
        _ebss = .;                      /* uClinux MTD sucks */
        _end = . ;
 
This page took 0.027496 seconds and 5 git commands to generate.