Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[pandora-kernel.git] / arch / arm / kernel / vmlinux.lds.S
index c90f272..6c07797 100644 (file)
@@ -141,6 +141,7 @@ SECTIONS
 
        .data : AT(__data_loc) {
                _data = .;              /* address in memory */
+               _sdata = .;
 
                /*
                 * first, the init task union, aligned
@@ -192,6 +193,7 @@ SECTIONS
                __bss_start = .;        /* BSS                          */
                *(.bss)
                *(COMMON)
+               __bss_stop = .;
                _end = .;
        }
                                        /* Stabs debugging sections.    */