m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 31 May 2012 19:46:03 +0000 (21:46 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 27 Jun 2012 07:59:43 +0000 (09:59 +0200)
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>

No differences found