[MIPS] vmlinux.lds.S: handle .text.*
commitbf4b93f56f1c0de8b581acca0a9912693afea675
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 5 Aug 2008 14:45:14 +0000 (5 23:45 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 21 Sep 2008 12:52:44 +0000 (21 14:52 +0200)
treede40843103c8e657ce4707be5d17e4494b401cd1
parentf5d7296d5fc84f44f9e68b4e73b85fd8aff241d2
[MIPS] vmlinux.lds.S: handle .text.*

The -ffunction-sections puts each text in .text.function_name section.
Without this patch, most functions are placed outside _text..._etext
area and it breaks show_stacktrace(), etc.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/vmlinux.lds.S