reloc-004.ld   [plain text]


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