liblinux++

Log | Files | Refs

commit aa80f28f8e7b0ed2749d09bdb35db3f2df54e698
parent f3729556ee9fdf381bdd7a99f737804f0c44b69f
Author: Henry Wilson <henry@henryandlizzy.uk>
Date:   Thu, 19 Dec 2024 22:19:59 +0000

Align all output sections

Diffstat:
Mx86_64.ld | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/x86_64.ld b/x86_64.ld @@ -31,6 +31,7 @@ SECTIONS } >userspace :data .bss (NOLOAD) : + ALIGN(CONSTANT(MAXPAGESIZE)) { *(.bss*) } >userspace :data