[MIPS] vmlinux.lds.S: handle .text.*
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 5 Aug 2008 14:45:14 +0000 (23:45 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 21 Sep 2008 12:52:58 +0000 (14:52 +0200)
commit6b3766a263a62fc82ca0457faa73dc34b98ceb87
tree87b7f78cd8dac416bf7c07341f7f8ccbac6cac7b
parentc65a5480ff29198c241f11d39d9e34ab22c72c69
[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