From 2362582648b853802557eb571c47e8182e5224a0 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Tue, 10 Jan 2006 20:48:07 -0500 Subject: [PATCH] --- yaml --- r: 17851 b: refs/heads/master c: 58b6c58caef7a34eab7ec887288fa495696653e7 h: refs/heads/master i: 17849: 95f0b517e5336b28037fea31e114a1d3bbee4689 17847: e8a75c8d7e68c480d7cc277f6b61643553b869a6 v: v3 --- [refs] | 2 +- trunk/arch/parisc/kernel/vmlinux.lds.S | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 779b2b362750..b42bb4e9c712 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f45adcf977ac3c5512c17fd97b073bda99c81232 +refs/heads/master: 58b6c58caef7a34eab7ec887288fa495696653e7 diff --git a/trunk/arch/parisc/kernel/vmlinux.lds.S b/trunk/arch/parisc/kernel/vmlinux.lds.S index b8b9174f6425..6d6436a6b624 100644 --- a/trunk/arch/parisc/kernel/vmlinux.lds.S +++ b/trunk/arch/parisc/kernel/vmlinux.lds.S @@ -68,7 +68,7 @@ SECTIONS RODATA /* writeable */ - . = ALIGN(4096); /* Make sure this is paged aligned so + . = ALIGN(4096); /* Make sure this is page aligned so that we can properly leave these as writable */ data_start = .; @@ -198,14 +198,7 @@ SECTIONS #endif } - /* 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 .note 0 : { *(.note) } }