mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
parent
84e4cbb54c
commit
66e8f8d764
@ -114,10 +114,10 @@ SECTIONS
|
||||
} : rw
|
||||
|
||||
.bss : {
|
||||
_bss_start = ALIGN(4);
|
||||
_bss_start = ALIGN(8);
|
||||
*(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
||||
}
|
||||
_bss_end = ALIGN(4);
|
||||
_bss_end = ALIGN(8);
|
||||
|
||||
/* separate location for the binaries of the boot modules */
|
||||
.data.boot_modules_binaries : { *(.data.boot_modules_binaries) } : boot
|
||||
|
Loading…
x
Reference in New Issue
Block a user