aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/vmlinux.lds.S')
-rw-r--r--arch/i386/kernel/vmlinux.lds.S12
1 files changed, 4 insertions, 8 deletions
diff --git a/arch/i386/kernel/vmlinux.lds.S b/arch/i386/kernel/vmlinux.lds.S
index 761972f8cb6c..4710195b6b74 100644
--- a/arch/i386/kernel/vmlinux.lds.S
+++ b/arch/i386/kernel/vmlinux.lds.S
@@ -22,6 +22,7 @@ SECTIONS
22 *(.text) 22 *(.text)
23 SCHED_TEXT 23 SCHED_TEXT
24 LOCK_TEXT 24 LOCK_TEXT
25 KPROBES_TEXT
25 *(.fixup) 26 *(.fixup)
26 *(.gnu.warning) 27 *(.gnu.warning)
27 } = 0x9090 28 } = 0x9090
@@ -143,12 +144,7 @@ SECTIONS
143 *(.exitcall.exit) 144 *(.exitcall.exit)
144 } 145 }
145 146
146 /* Stabs debugging sections. */ 147 STABS_DEBUG
147 .stab 0 : { *(.stab) } 148
148 .stabstr 0 : { *(.stabstr) } 149 DWARF_DEBUG
149 .stab.excl 0 : { *(.stab.excl) }
150 .stab.exclstr 0 : { *(.stab.exclstr) }
151 .stab.index 0 : { *(.stab.index) }
152 .stab.indexstr 0 : { *(.stab.indexstr) }
153 .comment 0 : { *(.comment) }
154} 150}