Re: [U-Boot] [PATCH 11/12] arm: lib: Split asm symbols into different .text subsections

2016-06-03 Thread Stephen Warren
On 05/26/2016 10:01 AM, Marek Vasut wrote: Split each symbol in lib1funcs into different .text.foo section instead of placing all of them into plain .text . This allows the linker to collect and discard unused assembler symbols. This patch causes Tegra-boards-that-use-SPL (i.e. all ARMv7

Re: [U-Boot] [PATCH 11/12] arm: lib: Split asm symbols into different .text subsections

2016-06-02 Thread Tom Rini
On Thu, May 26, 2016 at 06:01:46PM +0200, Marek Vasut wrote: > Split each symbol in lib1funcs into different .text.foo section instead > of placing all of them into plain .text . This allows the linker to collect > and discard unused assembler symbols. > > Signed-off-by: Marek Vasut

[U-Boot] [PATCH 11/12] arm: lib: Split asm symbols into different .text subsections

2016-05-26 Thread Marek Vasut
Split each symbol in lib1funcs into different .text.foo section instead of placing all of them into plain .text . This allows the linker to collect and discard unused assembler symbols. Signed-off-by: Marek Vasut Cc: Albert Aribaud Cc: Masahiro Yamada