6 lines
55 B
Plaintext
Raw Normal View History

2016-09-23 18:07:45 +02:00
SECTIONS
{
.text : { *(.text.*) }
. = ALIGN(4);
}