commit | dc0610518f9f01814783f14ba476b41c6ffb27cb | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Thu May 31 21:46:03 2012 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Wed Jun 27 09:59:43 2012 +0200 |
tree | 26d1616551683c2997fab819d68d7a2dd350dc42 | |
parent | 363737d66427c18edb321a06933ac999d9ce5d7f [diff] |
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>