commit | 5b63fee1fe5d10c397d740ffef4d576a196ed72d | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Aug 07 02:01:18 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 11:50:19 2013 +1000 |
tree | 0b8670642feb1c8b4fdfb2035123379c93889a6b | |
parent | a12e4537ada6cbe0730cb0c5cf8ed5ff687e2c06 [diff] |
powerpc: Align p_toc p_toc is an 8 byte relative offset to the TOC that we place in the text section. This means it is only 4 byte aligned where it should be 8 byte aligned. Add an explicit alignment. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>