Merge pull request #5314 from GuEe-GUI/master

fixup .bss size define in link.lds and set spsel=1 in aarch64
This commit is contained in:
Bernard Xiong
2021-12-01 09:18:50 +08:00
committed by GitHub
8 changed files with 33 additions and 41 deletions

View File

@@ -137,4 +137,4 @@ SECTIONS
.debug_varnames 0 : { *(.debug_varnames) }
}
__bss_size = (__bss_end - __bss_start)>>3;
__bss_size = SIZEOF(.bss);

View File

@@ -137,4 +137,4 @@ SECTIONS
.debug_varnames 0 : { *(.debug_varnames) }
}
__bss_size = (__bss_end - __bss_start)>>3;
__bss_size = SIZEOF(.bss);