commit | 7de80284d60837f13ecb2347ba7bf57470309541 | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@linux-m68k.org> | Fri Oct 02 23:25:31 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 27 16:42:40 2009 +1100 |
tree | 1130c527f99f7d3a8fb06710ded7455000816996 | |
parent | 171fb12570b479723c49ef9f8911e40e516f3394 [diff] |
powerpc: Fix segment mapping in vdso32 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 <schwab@linux-m68k.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>