reloc-003.ld   [plain text]


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