Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-d10v / reloc-002.ld
blob8f991b291879172b32064fa8da90b6d41831ebcf
1 SECTIONS
3   .text 0x01014000 :
4   { 
5         *(.text)   
6         foo = (. + 0x1F8);
7   }