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>
This commit is contained in:
Geert Uytterhoeven
2012-05-31 21:46:03 +02:00
parent 363737d664
commit dc0610518f
14 changed files with 30 additions and 38 deletions

View File

@@ -3,6 +3,4 @@
#include <asm-generic/sections.h>
extern char _sbss[], _ebss[];
#endif /* _ASM_M68K_SECTIONS_H */