]> err.no Git - linux-2.6/blobdiff - arch/m32r/kernel/vmlinux.lds.S
all-archs: consolidate .data section definition in asm-generic
[linux-2.6] / arch / m32r / kernel / vmlinux.lds.S
index 6c73bca3f478cf35d88f8e4a9b169b77bae2d617..4e2d5b9f0a9abc601e591040bc1c3a5517d3a0b8 100644 (file)
@@ -27,7 +27,7 @@ SECTIONS
   _text = .;                   /* Text and read-only data */
   .boot : { *(.boot) } = 0
   .text : {
-       *(.text)
+       TEXT_TEXT
        SCHED_TEXT
        LOCK_TEXT
        *(.fixup)
@@ -50,7 +50,7 @@ SECTIONS
   .data : {                    /* Data */
        *(.spu)
        *(.spi)
-       *(.data)
+       DATA_DATA
        CONSTRUCTORS
        }