CRIS: Fix alignment problem for older ld
CRISv10 uses a pretty old ld, which does not allow ALIGN(0),
(It becomes . = 0;) so instead we align to 1 byte.
Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
Showing
想要评论请 注册 或 登录
CRISv10 uses a pretty old ld, which does not allow ALIGN(0),
(It becomes . = 0;) so instead we align to 1 byte.
Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>