commit | 6b3766a263a62fc82ca0457faa73dc34b98ceb87 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Tue Aug 05 23:45:14 2008 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Sep 21 14:52:58 2008 +0200 |
tree | 87b7f78cd8dac416bf7c07341f7f8ccbac6cac7b | |
parent | c65a5480ff29198c241f11d39d9e34ab22c72c69 [diff] |
[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>