reloc-014.ld   [plain text]


SECTIONS
{
  .text 0x01014000 :
  { 
	foo = .;
	. = (. + 0x20000);
	*(.text)   
  }
}