From: Wu Zhangjin Date: Wed, 16 Jun 2010 07:52:19 +0000 (+0800) Subject: MIPS: Clean up arch/mips/boot/compressed/ld.script X-Git-Tag: v2.6.36-rc1~563^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbffd9b8d565fa7e011def532d3770be8d8091b;p=pandora-kernel.git MIPS: Clean up arch/mips/boot/compressed/ld.script - Remove unused symbols: _fdata, _text; only _edata and _end are needed by head.S - Remove unused sections: .sbss, .stab, .gptab.sdata, .gptab.sbss - Change the alignment to 16 bytes to ensure it is greater than any fundamental type of a MIPS compiler. - Clean up comments Signed-off-by: Wu Zhangjin Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1381/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed