Commit 7cc1da1d authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] ppc64: give the kernel an OPD section

From: Alan Modra <amodra@bigpond.net.au>

Give the kernel an OPD section, required for recent ppc64 toolchains.
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 99c4c710
......@@ -117,10 +117,13 @@ SECTIONS
.data : {
*(.data .data.rel* .toc1)
*(.opd)
*(.branch_lt)
}
.opd : {
*(.opd)
}
.got : {
__toc_start = .;
*(.got)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment