4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 07:13:30 +08:00

fix bss start address in ld file

This commit is contained in:
shaojinchun 2018-12-21 09:20:15 +08:00
parent 12b8a0cc38
commit 95c9205053

View File

@ -92,7 +92,7 @@ SECTIONS
__data_end = .;
. = ALIGN(4);
__bss_start = 0;
__bss_start = __data_end;
.bss :
{
*(.bss)