Re: [PATCH 10/33] powerpc: Ignore TOC relocations

2014-04-22 Thread Anton Blanchard
Hi Alan, > > The linker fixes up TOC. relocations, so prom_init_check.sh should > > ignore them. > > Err, .TOC. you mean. Presumably something strips off the leading dot > somewhere? Yeah, the script strips them: # On 64-bit nm gives us the function descriptors, which have # a

Re: [PATCH 10/33] powerpc: Ignore TOC relocations

2014-03-26 Thread Alan Modra
On Tue, Mar 25, 2014 at 10:44:16PM +1100, Anton Blanchard wrote: > The linker fixes up TOC. relocations, so prom_init_check.sh should > ignore them. Err, .TOC. you mean. Presumably something strips off the leading dot somewhere? > -btext_setup_display" > +btext_setup_display TOC." -- Alan Modr

[PATCH 10/33] powerpc: Ignore TOC relocations

2014-03-25 Thread Anton Blanchard
The linker fixes up TOC. relocations, so prom_init_check.sh should ignore them. Signed-off-by: Anton Blanchard --- arch/powerpc/kernel/prom_init_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/prom_init_check.sh b/arch/powerpc/kernel/prom_init_ch