thanks to Anthony Coulter

feat/start
Robert Morris 2019-09-08 06:51:58 -04:00
parent fc337af2b6
commit e5b7fa62cc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ SECTIONS
.data : {
*(.data)
}
bss : {
.bss : {
*(.bss)
PROVIDE(end = .);
}