13 lines
90 B
Plaintext
Raw Normal View History

2012-03-26 21:18:29 +02:00
SECTIONS
{
.text 0x01014000 :
{
foo = .;
. = (. + 0x800004);
*(.text)
}
}