fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-d10v / reloc-007.ld
blob10c50ff8e7fecfd6acb6cb0006d903db7907370b
1 SECTIONS
3   .text 0x01014000 :
4   { 
5         *(.text)   
6         foo = (. + 0x1fff8);
7   }