gnuk.ld.in alignment change

This commit is contained in:
NIIBE Yutaka
2013-07-19 14:15:11 +09:00
parent 1f6d9b1ed4
commit b2fb734d57
2 changed files with 2 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ SECTIONS
PROVIDE(_bss_end = .);
} > ram
. = ALIGN(16);
PROVIDE(end = .);
_end = .;
. = ALIGN(512);