Make the end variable be really at the end of bss, and delete + 4096 in freerange()
This commit is contained in:
parent
e5b7fa62cc
commit
035cca95fe
2 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@ SECTIONS
|
|||
}
|
||||
.bss : {
|
||||
*(.bss)
|
||||
PROVIDE(end = .);
|
||||
*(.sbss*)
|
||||
PROVIDE(end = .);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue