X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/f4122e6e085938b6d216a9ec724b974a603f6992..983fe7c4ac262f56d38a143b1efab1e4afb77a52:/l4/pkg/bootstrap/server/src/ARCH-sparc/bootstrap.ld.in diff --git a/l4/pkg/bootstrap/server/src/ARCH-sparc/bootstrap.ld.in b/l4/pkg/bootstrap/server/src/ARCH-sparc/bootstrap.ld.in index 65cd49748..6d88f6eb3 100644 --- a/l4/pkg/bootstrap/server/src/ARCH-sparc/bootstrap.ld.in +++ b/l4/pkg/bootstrap/server/src/ARCH-sparc/bootstrap.ld.in @@ -30,16 +30,16 @@ SECTIONS *(.module_info) _module_info_end = .; - . = ALIGN(4K); + . = ALIGN(4096); _modules_start = .; *(.module.data) - . = ALIGN(4K); + . = ALIGN(4096); _modules_end = .; } : data _edata = .; PROVIDE (edata = .); - . = ALIGN(4K); + . = ALIGN(4096); __bss_start = .; .bss : {