@@ -0,0 +1,24 @@
ENTRY(_start)
SECTIONS
{
. = 0x10000;
.text : {
*(.text)
}
.rodata : {
*(.rodata)
.data : {
*(.data)
.bss : {
*(.bss)
_end = .;
The note is not visible to the blocked user.