* config/tc-mips.c (append_insn): Correctly handle mips16 case
[binutils.git] / ld / testsuite / ld-d10v / reloc-012.ld
blob10b7e7cf0a02a0cafa1a46b172bb1300395269b2
1 SECTIONS
3   .text 0x01014000 :
4   { 
5         foo = .;
6         . = (. + 0x80004);
7         *(.text)   
8   }