Revert "renamed .sdata -> .data in linker.ld"

This reverts commit f0bc98c441.
This commit is contained in:
Anton Lydike 2021-08-17 11:06:50 +02:00
parent 31339216b7
commit b058330a16

View File

@ -9,7 +9,7 @@ SECTIONS
*(.text._start)
*(.text)
}
.data :
.sdata :
{
__global_pointer$ = . + 0x800;
*(.srodata.cst16) *(.srodata.cst8) *(.srodata.cst4) *(.srodata.cst2) *(.srodata .srodata.*)
@ -29,4 +29,4 @@ SECTIONS
{
*(.stack)
}
}
}