commit | a5b2cf5b1af424ee3dd9e3ce6d5cea18cb927e67 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Mar 04 08:31:24 2014 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Mar 07 13:50:19 2014 +1100 |
tree | d151dc58f5365c19cf5a7a11cd2bc9fd914e9006 | |
parent | 621b5060e823301d0cba4cb52a7ee3491922d291 [diff] |
powerpc: Align p_dyn, p_rela and p_st symbols The 64bit relocation code places a few symbols in the text segment. These symbols are only 4 byte aligned where they need to be 8 byte aligned. Add an explicit alignment. Signed-off-by: Anton Blanchard <anton@samba.org> Cc: stable@vger.kernel.org Tested-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>