@@ -0,0 +1,20 @@
SECTIONS {
. = 0x100;
.text : {
KEEP(*(.init))
*(.text*)
}
.rodata : {
*(.rodata*)
.bss (NOLOAD) : {
* (.bss)
.data : {
*(.data)
The note is not visible to the blocked user.