blob: 3aeb7d0c767a868fc84b88e0ac31b0f556d12864 [file] [log] [blame]
_start = 0x000000;
SECTIONS
{
. = 0x1000 + SIZEOF_HEADERS;
.data : AT (0x10000)
{
ASCIZ "This is a string"
ASCIZ "This is another\n\123tring"
ASCIZ ""
ASCIZ noquotes
}
/DISCARD/ : { *(*) }
}