]> Pileus Git - ~andy/linux/blobdiff - arch/i386/kernel/vmlinux.lds.S
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
[~andy/linux] / arch / i386 / kernel / vmlinux.lds.S
index 761972f8cb6c86dadf1ed297d2ea12a6ae234977..4710195b6b748e6cc69534f0f268e957a38edf58 100644 (file)
@@ -22,6 +22,7 @@ SECTIONS
        *(.text)
        SCHED_TEXT
        LOCK_TEXT
+       KPROBES_TEXT
        *(.fixup)
        *(.gnu.warning)
        } = 0x9090
@@ -143,12 +144,7 @@ SECTIONS
        *(.exitcall.exit)
        }
 
-  /* Stabs debugging sections.  */
-  .stab 0 : { *(.stab) }
-  .stabstr 0 : { *(.stabstr) }
-  .stab.excl 0 : { *(.stab.excl) }
-  .stab.exclstr 0 : { *(.stab.exclstr) }
-  .stab.index 0 : { *(.stab.index) }
-  .stab.indexstr 0 : { *(.stab.indexstr) }
-  .comment 0 : { *(.comment) }
+  STABS_DEBUG
+
+  DWARF_DEBUG
 }