Commit 3a3c60fc authored by Takashi YOSHII's avatar Takashi YOSHII Committed by Paul Mundt

sh: Align .machvec.init section on a 4-byte boundary.

.machvec.init can be misaligned with the recent machvec changes,
forcibly align it on the boundary that it expects, as before.
Signed-off-by: default avatarTakashi YOSHII <takashi.yoshii.ze@hitachi.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 05627486
......@@ -97,6 +97,7 @@ SECTIONS
__initramfs_end = .;
#endif
. = ALIGN(4);
__machvec_start = .;
.machvec.init : { *(.machvec.init) }
__machvec_end = .;
......
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