Sync usage with man page.
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-d10v / reloc-010.ld
blob9b3d81aabaa9c54dc6f845ee7385e77cc5ec17d3
1 SECTIONS
3   .text 0x01014000 :
4   { 
5         foo = .;
6         . = (. + 0x200);
7         *(.text)   
8   }