m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}

BSS_SECTION() provides the __bss_{start,stop} symbols, so there's no need
to wrap our own _[se]bss around it.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
Šī revīzija ir iekļauta:
Geert Uytterhoeven
2012-05-31 21:46:03 +02:00
vecāks 363737d664
revīzija dc0610518f
14 mainīti faili ar 30 papildinājumiem un 38 dzēšanām

Parādīt failu

@@ -31,9 +31,7 @@ SECTIONS
RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE)
_sbss = .;
BSS_SECTION(0, 0, 0)
_ebss = .;
_edata = .; /* End of data section */