From: Nelson Elhage Date: Fri, 18 Sep 2009 19:52:08 +0000 (-0400) Subject: frv: clean up linker script using new linker script macros. X-Git-Tag: v2.6.32-rc1~631 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c88b25bcfde51eccf2cca13d933a2948d0ca4eb;p=pandora-kernel.git frv: clean up linker script using new linker script macros. This is largely a straightforward conversion. The patch results in fewer output sections, and some data being reordered, but should have no functional impact. Also, note that this patch moves some data (namely, init_task and cacheline-aligned) inside [_sdata,_edata]. Because frv already builds using -ffunction-sections -fdata-sections, we can't use BSS_SECTION or RW_DATA_SECTION yet, since they do not currently include the required .bss.* and .data.* sections. Signed-off-by: Nelson Elhage Acked-by: David Howells Signed-off-by: Tim Abbott Acked-by: Sam Ravnborg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed