@ -1,8 +1,8 @@
ENTRY (_start)
ENTRY (start)
SECTIONS
{
. = 0x80000000;
. = 0x80100000;
.text : { *(.text*) *(.rodata*) }
.data : { *(.data*) }
.bss : { *(.bss*) *(COMMON*) }
The note is not visible to the blocked user.