Re: [PATCH] powerpc: fix segment mapping in vdso32

2009-10-03 Thread Benjamin Herrenschmidt
On Sat, 2009-10-03 at 11:25 +0200, Andreas Schwab wrote: > Due to missing segment assignments the .text section was put in the NOTES > segment (and marked as NOTE section), and the .got was put in the DYNAMIC > segment. Ouch, good catch ! Thanks. Cheers, Ben. > Signed-off-by: Andreas Schwab > -

[PATCH] powerpc: fix segment mapping in vdso32

2009-10-03 Thread Andreas Schwab
Due to missing segment assignments the .text section was put in the NOTES segment (and marked as NOTE section), and the .got was put in the DYNAMIC segment. Signed-off-by: Andreas Schwab --- arch/powerpc/kernel/vdso32/vdso32.lds.S |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) di