[PARISC] Use STABS_DEBUG macro from vmlinux.lds.h

Cleanup vmlinux.lds.S by using STABS_DEBUG macro from vmlinux.lds.h
instead of repeating the sections.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

authored by

Matthew Wilcox and committed by
Kyle McMartin
58b6c58c f45adcf9

+2 -9
+2 -9
arch/parisc/kernel/vmlinux.lds.S
··· 68 68 RODATA 69 69 70 70 /* writeable */ 71 - . = ALIGN(4096); /* Make sure this is paged aligned so 71 + . = ALIGN(4096); /* Make sure this is page aligned so 72 72 that we can properly leave these 73 73 as writable */ 74 74 data_start = .; ··· 198 198 #endif 199 199 } 200 200 201 - /* Stabs debugging sections. */ 202 - .stab 0 : { *(.stab) } 203 - .stabstr 0 : { *(.stabstr) } 204 - .stab.excl 0 : { *(.stab.excl) } 205 - .stab.exclstr 0 : { *(.stab.exclstr) } 206 - .stab.index 0 : { *(.stab.index) } 207 - .stab.indexstr 0 : { *(.stab.indexstr) } 208 - .comment 0 : { *(.comment) } 201 + STABS_DEBUG 209 202 .note 0 : { *(.note) } 210 203 211 204 }