linker: .data is NOLOAD

This commit is contained in:
2025-10-01 14:45:03 +02:00
parent ce3ad9fa86
commit 59f49a232e
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ SECTIONS {
* (.bss)
}
.data : {
.data (NOLOAD) : {
*(.data)
}

View File

@@ -14,7 +14,7 @@ SECTIONS {
* (.bss)
}
.data : {
.data (NOLOAD) : {
*(.data)
}
}

View File

@@ -14,7 +14,7 @@ SECTIONS {
* (.bss)
}
.data : {
.data (NOLOAD) : {
*(.data)
}
}

View File

@@ -14,7 +14,7 @@ SECTIONS {
* (.bss)
}
.data : {
.data (NOLOAD) : {
*(.data)
}
}