@@ -0,0 +1,12 @@
SECTIONS
{
. = 0x8000;
.text : { *(.text.boot) *(.text) }
.rodata : { *(.rodata) }
.data : { *(.data) }
.bss : {
__bss_start = .;
*(.bss)
__bss_end = .;
}
The note is not visible to the blocked user.